@charset "utf-8";

/**
 * 下層共通
 */
/**
 * 目次
 *
 * 01.  汎用クラス
 * 02.  TITLE STYLE
 * 03.  LIST STYLE
 * 04.  TEXT STYLE
 * 05.  BUTTON STYLE
 * 06.  BOX STYLE
 * 07.  TABLE STYLE
 * 08.  FORM STYLE
 * 09.  TABS STYLE
 * 10.  NAVIGATION STYLE
 * 11.  LOGIN STYLE 
 * 12.  ETC.
 *
 */

/* ==========================================================================
   01. 汎用クラス
   ========================================================================== */

/* fontsize
   ========================================================================== */
.f10 { font-size: 71%; }
.f11 { font-size: 78%; }
.f12 { font-size: 85%; }
.f13 { font-size: 92%; }
.f14 { font-size: 100%!important; }
.f15 { font-size: 107%; }
.f16 { font-size: 114%; }
.f17 { font-size: 121%; }
.f18 { font-size: 128%; }
.f19 { font-size: 135%; }
.f20 { font-size: 142%; }
.f22 { font-size: 157%; }
.f24 { font-size: 171%; }

.f11px { font-size: 11px!important; }

/* margin
   ========================================================================== */
.ma0{ margin:0 !important;}

.mt0 { margin-top: 0px !important; }
.mt1 { margin-top: 1px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }
.mt_10 { margin-top: -10px !important; }
.mt_20 { margin-top: -20px !important; }
.mt_30 { margin-top: -30px !important; }
.mt_40 { margin-top: -40px !important; }
.mt_50 { margin-top: -50px !important; }

.mb0 { margin-bottom:0 !important; }
.mb1 { margin-bottom:1px !important; }
.mb5 { margin-bottom:5px !important; }
.mb7 { margin-bottom:7px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb100 { margin-bottom:100px !important; }

.mr5 { margin-right:5px !important; }
.mr8 { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }

.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }

.ml_10 { margin-left:-10px !important; }
.ml_15 { margin-left:-15px !important; }
.ml_20 { margin-left:-20px !important; }
.ml_30 { margin-left:-30px !important; }
.ml_35 { margin-left:-35px !important; }
.ml_40 { margin-left:-40px !important; }
.ml_50 { margin-left:-50px !important; }

/* padding
   ========================================================================== */
.pd0{padding:0 !important;}

.pb6 { padding-bottom:6px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }

.pt5 { padding-top:5px; }
.pt6 { padding-top:6px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt195 { padding-top:195px; }

.pr0 { padding-right:0px; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }

.mp0 { margin:0!important; padding:0!important; }

.pl0 { padding-left:0px!important; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }
.pl35 { padding-left:35px; }
.pl40 { padding-left:40px; }

.pd0{padding:0!important;}
.pd3{padding:3px!important;}
.pd5{padding:5px!important;}
.pd6{padding:6px!important;}
.pd8{padding:8px!important;}
.pd10{padding:10px!important;}
.pd15{padding:15px!important;}
.pd20{padding:20px!important;}

/* float
   ========================================================================== */
.right { float: right; }
.left { float: left; }

/* text-align
   ========================================================================== */
.text-left {text-align:left!important;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
/* vertical-align
   ========================================================================== */
.va-t { vertical-align:top !important; }
.va-m { vertical-align:middle !important; }
.va-b { vertical-align:bottom !important; }
/* text-decolation
   ========================================================================== */
.td-underline {
    text-decoration: underline;
}
/* border-style
   ========================================================================== */
.bd-0{border:none!important;}
.bd-s-1-gray {
    border: 1px solid #ddd !important;
}


/* input text textarea select
   ========================================================================== */
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 330px; }

.row-span12 { width: 100%; }
.row-span11 { width: 91.66666667%; }
.row-span10 { width: 83.33333333%; }
.row-span9 { width: 75%; }
.row-span8 { width: 66.66666667%; }
.row-span7 { width: 58.33333333%; }
.row-span6 { width: 50%;  }
.row-span5 { width: 41.66666667%; }
.row-span4 { width: 33.33333333%; }
.row-span3 { width: 25%; }
.row-span2 { width: 16.66666667%; }
.row-span1 { width: 8.33333333%; }

.row-span1, .row-span2, .row-span3, .row-span4, .row-span5, .row-span6, .row-span7, .row-span8, .row-span9, .row-span10, .row-span11, .row-span12 {
  padding: 4px 0;
}

.col-span12 { width: 100%; }
.col-span11 { width: 91.66666667%; }
.col-span10 { width: 83.33333333%; }
.col-span9 { width: 75%; }
.col-span8 { width: 66.66666667%; }
.col-span7 { width: 58.33333333%; }
.col-span6 { width: 50%;  }
.col-span5 { width: 41.66666667%; }
.col-span4 { width: 33.33333333%; }
.col-span3 { width: 25%; }
.col-span2 { width: 16.66666667%; }
.col-span1 { width: 8.33333333%; }

.col-span1, .col-span2, .col-span3, .col-span4, .col-span5, .col-span6, .col-span7, .col-span8, .col-span9, .col-span10, .col-span11, .col-span12 {
  padding: 2px 8px 2px 0;
  float: left;
}
.col-group:before, .label-group:before, .col-group:after, .label-group:after {
  content: "";
  display: block;
}
.col-group:after, .label-group:after {
  clear: both;
}

input.span12, textarea.span12, select.span12 { width: 100%; }
input.span11, textarea.span11, select.span11 { width: 91.66666667%; }
input.span10, textarea.span10, select.span10 { width: 83.33333333%; }
input.span9, textarea.span9, select.span9 { width: 75%; }
input.span8, textarea.span8, select.span8 { width: 66.66666667%; }
input.span7, textarea.span7, select.span7 { width: 58.33333333%; }
input.span6, textarea.span6, select.span6 { width: 50%; }
input.span5, textarea.span5, select.span5 { width: 41.66666667%; }
input.span4, textarea.span4, select.span4 { width: 33.33333333%; }
input.span3, textarea.span3, select.span3 { width: 25%; }
input.span2, textarea.span2, select.span2 { width: 16.66666667%; }
input.span1, textarea.span1, select.span1 { width: 8.33333333%; }

.w25  { width: 25px !important; }
.w50  { width: 50px !important; }
.w100 { width: 100px !important; }
.w108 { width: 108px !important; }
.w200 { width: 200px !important; }
.w350 { width: 350px !important; }
.w400 { width: 400px !important; }
.w500 { width: 500px !important; }
.w600 { width: 600px !important; }

/* background-color
   ========================================================================== */
.bgc-l-orange{ background:#ff9600; }
.bgc-applered{ background:#b22130; }


/* ==========================================================================
   02. TITLE STYLE
   ========================================================================== */

 /* Page Entre
   ========================================================================== */
.h2-page-entre {
  font-size: 16px;
  color: #444;
  font-weight:bold;
  padding: 12px 0 7px 2px;
  background-color: #fff;
  margin: 0 0 20px 0;
  position: relative;
  border-top:4px solid #666666;
  border-bottom:1px solid #CCC;
  behavior: url(/common/pie/PIE.htc);
}
.h2-page-entre-normal {
  background:#333;
  font-size: 16px;
  font-weight:bold;
  color: #ffffff;
  padding: 12px 10px 9px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.h2-page-entre-error {
  background:#C00;
  font-size: 16px;
  font-weight:bold;
  color: #ffffff;
  padding: 12px 10px 9px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.h2-page-entre-attention {
  background:#ff8c00;
  font-size: 16px;
  font-weight:bold;
  color: #ffffff;
  padding: 12px 10px 9px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.h2-page-entre-info {
  background: #096;
  font-size: 16px;
  font-weight:bold;
  color: #ffffff;
  padding: 12px 10px 9px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.h2-page-entre-seller-popup {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 17px 0 15px;
  margin: 0 auto;
  background-color: #ff930d;
  background: -webkit-gradient(linear, left 0%, left 100%, from(#ffae4a), to(#ff930d));
  background-image: -webkit-linear-gradient(top, #ffae4a, 0%, #ff930d, 100%);
  background: -moz-linear-gradient(top, #ffae4a, 0%, #ff930d, 100%);
  background-image: linear-gradient(to bottom, #ffae4a 0%, #ff930d 100%);
}
.h2-side-entre {
  font-size: 14px;
  margin:0 0 5px 0;
  padding:0;
  border-radius: 3px;
  font-weight:bold;
}
.h3-sec-entre {
  font-size: 15px;
  color: #444;
  padding: 10px 0 6px 8px;
  border-bottom: 2px solid #cccccc;
  margin: 0 0 10px 0;
  font-weight: bold;
  background:#f5f5f5;
  border-radius: 0 30px 30px 0;
}
.h3-step-entre{
	width:100%; 
	height:24px; 
	border-radius:3px; 
	background:#eeeeee; 
	padding:6px 0 0 8px; 
	margin-bottom:7px;
}
.h4-sec-entre {
  font-size: 14px;
  padding: 5px 7px;
  margin: 0 0 10px 0;
  border-left:5px solid #CCC;
  border-bottom: 1px dotted #ccc; 
}

/* Page Customer
   ========================================================================== */
.h2-page-member {
  font-size: 28px;
  color: #e60012;
  padding-bottom: 5px;
  border-bottom: 3px solid #e60012;
  margin: 0 0 20px 0;
}
.h3-sec-member {
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  background-color: #00561f;
}

.h2-page-customer {
  font-size: 18px;
  color: #FFF;
  background:#7d7d7d;
  padding: 12px 18px;
  font-weight:bold;
  margin: 0 0 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.h3-page-customer {
	display:block;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    background: #9f9f9f;
    color: #FFF;
    margin: 0 0 20px 0;
    padding: 0 16px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.h4-page-customer {
	display:block;
    font-size: 14px;
    font-weight: bold;
    min-height: 40px;
    line-height: 14px;
    background: #f5f5f5;
    color: #000;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
	margin:0;
}

.h5-page-customer {
	display:inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #000;
    padding: 8px 0;
    border-bottom: 1px solid #dddddd;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
	margin:0;
}

@media screen and (max-width: 480px) {
  .h2-page-member {
    font-size: 20px;
  }
}
.h2-sec-order {
  font-size: 22px;
  color: #333;
  position: relative;
  margin: 20px 0;
  padding: 0 0 5px 15px;
  border-bottom: 5px solid #ff9c00;
}
.h2-sec-order:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ff9c00;
  border-width: 17px;
  top: 100%;
  left: 50%;
  margin-left: -17px;
}
.h2-sec-order span {
  height: 22px;
  width: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -12px;
}
.h2-sec-order-seminar {
  font-size: 30px;
  color: #fff;
  font-weight:bold;
  position: relative;
  margin: 20px 0;
  padding: 15px 15px 7px;
  text-align:center;
  border-bottom: 5px solid #ff9c00;
  background:#ff9c00;
  line-height:38px;
  display:block;
}
.h2-sec-order-seminar:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ff9c00;
  border-width: 17px;
  top: 100%;
  left: 50%;
  margin-left: -17px;
}
.h2-sec-order-seminar span {
	background:#009944;
	border-radius:6px;
	padding:2px 10px 0px;
	font-size:20px;
	margin-right:10px;
	vertical-align:3px;
}

.sec-order-arrow {
  background: #ff9c00;
}
.sec-order-arrow:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 6px transparent solid;
  border-right-width: 0;
  border-left-color: #fff;
  position: absolute;
  top: 5px;
  left: 9px;
}
.h3-cont-order {
  min-height: 25px;
  font-size: 16px;
  margin-top: 30px;
  padding: 0 0 8px 0;
  position: relative;
  background: url(../img/common/bg_cont_hdl_w940.gif) 0 100% no-repeat;
}
.cont-order-arrow:before {
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -11px;
  content: "";
  border-top: 13px solid #333333;
  border-right: 8px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid transparent;
}
@media screen and (max-width: 480px) {
  .h2-sec-order {
    font-size: 20px;
    padding: 0 0 5px 5px;
  }
  .cont-order-arrow:before {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -9px;
  }
  .h2-sec-order-seminar {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	position: relative;
	margin: 20px 0;
	padding: 10px 10px 4px;
	text-align:center;
	border-bottom: 5px solid #ff9c00;
	background:#ff9c00;
	line-height:28px;
	display:block;
  }
  .h2-sec-order-seminar:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ff9c00;
	border-width: 17px;
	top: 100%;
	left: 50%;
	margin-left: -17px;
  }
  .h2-sec-order-seminar span {
	background:#009944;
	border-radius:6px;
	padding:2px 10px 3px;
	font-size:20px;
	margin-right:10px;
	vertical-align:0px;
  }
}
.form-horizontal h4, .form-horizontal .h4 {
  font-size: 15px;
  font-weight: bold;
}
.form-horizontal h4, .form-horizontal p {
  margin: 0;
}

/* ==========================================================================
   03. LIST STYLE
   ========================================================================== */
.icon-numlist {
  list-style: none;
  margin-bottom: 0;
}
.icon-numlist li {
  line-height: 1.7;
}
.icon-cashlist {
  list-style: none;
  overflow: hidden;
}
.icon-cashlist li {
  float: left;
  margin-left: 10px;
}
.icon-cashlist li:first-child {
  margin-left: 0;
}
.icon-cashlist li a {
  background: url(../img/entre/ico_cash.png) left 3px no-repeat;
  padding-left: 18px;
}

/* ==========================================================================
   04. TEXT STYLE
   ========================================================================== */
.essential {
  background: #ff8400;
  color: #ffffff;
  margin: 0 5px;
  float: right;
}
.re_review {
  background: #ff0000;
  color: #ffffff;
  margin: 0 5px;
  float: right;
}
.instant {
  background: #fc0000;
  color: #ffffff;
  margin: 0 5px;
  padding: .3em .6em .2em;
}
.text-detail {
  font-weight: bold;
}
.text-decision {
  color: #ff0000;
}
.text-notice {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.txt-disable {
  color:#dfdfdf;
}
.txt-option {
  font-size: 20px;
  margin: 0 0 20px;
}
.txt-chart {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 11px;
  color: #000;
  text-shadow: 1px 1px 0 rgba(230, 230, 230, 0.8);
}
.txt-drop {
  font-size: 142%;
  color: #000;
  margin-bottom: 0;
}
.txt-form-error {
  color: #F00;
}

@media screen and (max-width: 480px) {
  .text-notice {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    text-align: left;
  }
}

/* ==========================================================================
   05. BUTTON STYLE
   ========================================================================== */
.btn-submit {
  background: #22ac38;
  color: #fff;
  border: 1px solid #18af10;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 0px #006d1c;
  -moz-box-shadow: 0px 5px 0px #006d1c;
  -o-box-shadow: 0px 5px 0px #006d1c;
  box-shadow: 0px 5px 0px #006d1c;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active,
.open .dropdown-toggle.btn-submit {
  color: #fff;
  background: #3cb371;
  border-color: #18af10;
  -webkit-box-shadow: 0px 5px 0px #1C8637;
  -moz-box-shadow: 0px 5px 0px #1C8637;
  -o-box-shadow: 0px 5px 0px #1C8637;
  box-shadow: 0px 5px 0px #1C8637;
}
.btn-general,
.btn-group-general > .btn {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.btn-xlg, .btn-group-xlg > .btn {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
@media screen and (max-width: 640px) {
  .btn-xlg,
  .btn-group-xlg > .btn {
    padding: 20px 8px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-xlg,
  .btn-group-xlg > .btn {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 992px) {
  .btn-xlg,
  .btn-group-xlg > .btn {
    width: 33.33333333%;
  }
}
.bor-box .btn+.btn {
  margin-left: 5px;
}
.btn-change {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  color: #7ab6e3;
  border: #7ab6e3 solid 1px;
  padding: 2px 13px 1px;
  background: #ffffff;
  border-radius: 2px;
  float: right;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.btn-change:hover,
.btn-change:focus,
.btn-change:active,
.btn-change.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-caret {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  border: 1px solid #c6c6c6;
  padding: 2px 23px 2px 8px;
  background: #f8f8f8;
  border-radius: 2px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.btn-caret a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right:8px;
  margin-top: -10px;
  font-size: 14px;
  color: #333;
}
.btn-caret a,
.btn-caret a:hover,
.btn-caret a:focus,
.btn-caret a:active,
.btn-caret a.active {
  color: #333;
  text-decoration: none;
}
.btn-caret:hover,
.btn-caret:focus,
.btn-caret:active,
.btn-caret.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-preserve {
  color: #fff;
  border: 1px solid #206a88;
  background: #2ea2cb;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.btn-preserve:hover,
.btn-preserve:focus,
.btn-preserve:active,
.btn-preserve.active {
  color: #fff;
  border: 1px solid #044872;
  background: #1879b0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.btn-correct {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #0c8c01;
  background: -webkit-gradient(linear, left 0%, left 100%, from(#32d23c), to(#02a705));
  background-image: -webkit-linear-gradient(top, #32d23c, 0%, #02a705, 100%);
  background: -moz-linear-gradient(top, #32d23c, 0%, #02a705, 100%);
  background-image: linear-gradient(to bottom, #32d23c 0%, #02a705 100%);
  border-color: #4b9f6d #4b9f6d #003580;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32d23c', endColorstr='#02a705', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#32d23c', endColorstr = '#02a705')";
}
.btn-correct:hover,
.btn-correct:focus,
.btn-correct:active,
.btn-correct.active {
  color: #fff;
  background: #02a705;
  border-color: #479f63;
}
.btn-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: -12px;
  right: -12px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #dcdcdc url("../img/common/ico_modal_close.png") no-repeat 50% 50%;
  cursor: pointer;
}
.btn-close:hover,
.btn-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-color: #adacac;
}
.btn-creation {
  color: #fff;
  border-color: #eb9316;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight:bold;
  background: #ff9a0b; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9a0b 0%, #e86800 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a0b), color-stop(100%,#e86800)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9a0b 0%,#e86800 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9a0b 0%,#e86800 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9a0b 0%,#e86800 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff9a0b 0%,#e86800 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a0b', endColorstr='#e86800',GradientType=0 ); /* IE6-9 */

}
.btn-creation:hover,
.btn-creation:focus,
.btn-creation:active,
.btn-creation.active {
  color: #fff;
  background-image: linear-gradient(to bottom, #e86800 0%, #e86800 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
}
.btn-option-plus {
  color:#FFF;
  font-weight:bold;
  border-color: #419641;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
  background: #5cb85c; /* Old browsers */
  background: -moz-linear-gradient(top,  #5cb85c 0%, #449d44 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb85c), color-stop(100%,#449d44)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5cb85c 0%,#449d44 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5cb85c 0%,#449d44 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5cb85c 0%,#449d44 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5cb85c 0%,#449d44 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#449d44',GradientType=0 ); /* IE6-9 */
}
.btn-option-plus:hover,
.btn-option-plus:focus,
.btn-option-plus:active,
.btn-option-plus.active {
  color:#FFF;
  font-weight:bold;
  background-image: linear-gradient(to bottom, #5d9d44 0%, #5d9d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
}

/*solid-btn-color*/
.solid-btn-green a,
.solid-btn-blue a,
.solid-btn-yellow a,
.solid-btn-red a{
	text-decoration:none;
	color:#FFF;
	}
.solid-btn-green:hover,
.solid-btn-blue:hover,
.solid-btn-yellow:hover,
.solid-btn-red:hover{
	opacity:0.7;
	}
	
.solid-btn-green{
	display:block;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height:1em;
	padding:1em;
	text-align:center;
	border-radius:6px;
	background:#38ba00;
	box-shadow: 0px 4px 0px #2a8d00;
	}

.solid-btn-blue{
	display:block;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height:1em;
	padding:1em;
	text-align:center;
	border-radius:6px;
	background:#00a9ce;
	box-shadow: 0px 4px 0px #007d98;
	}
.solid-btn-yellow{
	display:block;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height:1em;
	padding:1em;
	text-align:center;
	border-radius:6px;
	background:#ffa400;
	box-shadow: 0px 4px 0px #c37d00;
	}
.solid-btn-red{
	display:block;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height:1em;
	padding:1em;
	text-align:center;
	border-radius:6px;
	background:#ff3a49;
	box-shadow: 0px 4px 0px #c70b19;
	}

/* ==========================================================================
   06. BOX STYLE
   ========================================================================== */
.section {
  margin-bottom: 40px;
}
.text {
  padding: 5px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.text-box {
  border: 1px solid #ccc;
  padding: 15px 10px;
  overflow: hidden;
  font-size:11px;
}
.notice-box {
  min-height: 20px;
  padding: 19px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.bor-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}
.vertical-box {
  width: 100%;
  height: auto;
  background: #ffe1b1;
  border: 1px solid #ff9c00;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 25px;
  max-width: 550px;
}
.vertical-box p.member-info {
  margin-top: 10px;
}
.vertical-box p.member-info a {
  color: #808080;
}
.detail-bor-box {
  padding: 16px 10px;
  border: 1px solid #cccccc;
}
.detail-bor-box.-block {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .text {
    padding: 15px 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .row-fluid {
    margin-left: -10px;
    margin-right:  -10px;
  }
  .vertical-box {
    padding: 20px 20px 25px;
  }
}

/* ==========================================================================
   TABLE STYLE
   ========================================================================== */

/* -- table-block -- */
@media screen and (max-width: 767px) {
  .table-block {
    display: block;
    position: relative;
  }
  .table-block thead {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .table-block tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-block tbody tr {
    width: 100%;
  }
  .table-block tr,  .table-block th,  .table-block td {
    display: block;
  }
  th {
    border-bottom: 0;
  }
  td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  tbody tr {
    border-right: 1px solid #ebebeb;
		border-bottom: 5px solid #ebebeb;
  }
  th:last-child,  td:last-child {
  /*border-bottom: 1px solid #ebebeb; */
  }
}

/* -- reflow -- */
.reflow {
  width: 100%;
  margin-bottom: 40px;
}
.reflow > thead > tr > th,
.reflow > tbody > tr > th,
.reflow > tfoot > tr > th {
 padding: 4px;
 line-height: 1.42857143;
 vertical-align: middle;
 border-top: 1px solid #ddd;
}
.reflow > thead > tr > td,
.reflow > tbody > tr > td,
.reflow > tfoot > tr > td {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.reflow > thead > tr > th:first-child {
  width: 45%;
}
.reflow .label {
  display: none;
}
@media screen and (max-width: 768px) {
  .reflow > thead > tr > th:first-child {
    width: 41.66666667%;
  }
}
@media only screen and (max-width: 640px) {
  .reflow thead {
    display: none;
  }
  .reflow > thead > tr > th,
  .reflow > tbody > tr > th,
  .reflow > tfoot > tr > th,
  .reflow > thead > tr > td,
  .reflow > tbody > tr > td,
  .reflow > tfoot > tr > td {
    float: left;
    clear: left;
    padding: 10px 8px;
    width: 100%;
    /*border-width: 0 0 1px;*/
    text-align: left !important;
  }
  .reflow tr:first-child > td:first-child {
    margin-top: 0;
  }
  .reflow .label,  .reflow .content {
    padding: 5px 10px;
  }
  .reflow .label {
    display: block;
    float: left;
    width: 33.33333333%;
    background: #e6e6e6;
    color: #333333;
    font-size: 13px;
    padding: 10px 0;
  }
  .reflow .content {
    margin: 0 0 0 33%;
  }
}

/* -- table-data -- */
#table-data {
  width: 100%;
  border-collapse: collapse;
}
#table-data  > thead > tr > th {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
#table-data tbody th {
  margin-bottom: 5px;
  color: #333333;
  text-align: left;
  background: #ffffff;
  padding: 8px 10px;
}
#table-data tbody td {
  text-align: center;
}
#table-data tbody td select {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  color: #555555;
}
#table-data tbody th span.description {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
}
#table-data tbody th span.rank-price {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}
#table-data thead tr th:nth-of-type(1) {
  width:;
}
#table-data thead tr th:nth-of-type(2) {
  width: 20%;
}

/* -- table-default -- */
.table-default {
  width: 100%;
}
.table-default > thead > tr > th {
  background: #008700;
  color: #ffffff;
}
.table-default > thead > tr > th:nth-child(3) {
  width: 16.66666667%;
}
@media screen and (max-width: 480px) {
  .table-default > thead > tr > th,
  .table-default > tbody > tr > th,
  .table-default > tfoot > tr > th,
  .table-default > thead > tr > td,
  .table-default > tbody > tr > td,
  .table-default > tfoot > tr > td {
    padding: 3px;
    font-size: 10px;
  }
}

/* -- table-form -- */
.table-form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.table-form > thead > tr > th,
.table-form > tbody > tr > th,
.table-form > tfoot > tr > th,
.table-form > thead > tr > td,
.table-form > tbody > tr > td,
.table-form > tfoot > tr > td {
  padding: 8px 10px;
  border: 1px solid #ddd;
}
.table-form > thead > tr > th,
.table-form > tbody > tr > th {
  width: 41.66666667%;
  font-weight: normal;
  background: #f4f5f5;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
  box-shadow: 0px 1px 1px 0px #fff inset;
}
.table-form > tfoot > tr > th {
  font-weight: normal;
  background: #e5e5e5;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
  box-shadow: 0px 1px 1px 0px #fff inset;
}
.table-form > tfoot > tr > td {
  background: #fdf5f6;
}
.table-form > thead > tr > th,
.table-form > thead > tr > td,
.table-form > tbody > tr > th,
.table-form > tbody > tr > td,
.table-form > tfoot > tr > th,
.table-form > tfoot > tr > td {
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .table-form > thead > tr > th,
  .table-form > tbody > tr > th,
  .table-form > tfoot > tr > th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .table-form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .table-form > thead > tr > th,
  .table-form > tbody > tr > th,
  .table-form > tfoot > tr > th,
  .table-form > thead > tr > td,
  .table-form > tbody > tr > td,
  .table-form > tfoot > tr > td {
    padding: 8px 10px;
    border: 1px solid #ddd;
  }
  .table-form > thead > tr > th,
  .table-form > tbody > tr > th {
    width: 25%;
    font-weight: normal;
    background: #f4f5f5;
    -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
    box-shadow: 0px 1px 1px 0px #fff inset;
  }
  .table-form > tfoot > tr > th {
    width: 25%;
    font-weight: normal;
    background: #e5e5e5;
    -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
    box-shadow: 0px 1px 1px 0px #fff inset;
  }
  .table-form > thead > tr > th,
  .table-form > thead > tr > td,
  .table-form > tbody > tr > th,
  .table-form > tbody > tr > td,
  .table-form > tfoot > tr > th,
  .table-form > tfoot > tr > td {
    text-align: left;
    vertical-align: middle;
  }
}

table.table-pd0 tr,
table.table-pd0 th,
table.table-pd0 td{
	padding:0!important;
}

table.table-pd3 tr,
table.table-pd3 th,
table.table-pd3 td{
	padding:3px!important;
}

table.table-pd5 tr,
table.table-pd5 th,
table.table-pd5 td{
	padding:5px!important;
}
table.table-pd6 tr,
table.table-pd6 th,
table.table-pd6 td{
	padding:6px!important;
}

table.table-pd8 tr,
table.table-pd8 th,
table.table-pd8 td{
	padding:8px!important;
}

table.table-pd10 tr,
table.table-pd10 th,
table.table-pd10 td{
	padding:10px!important;
}

table.table-pd15 tr,
table.table-pd15 th,
table.table-pd15 td{
	padding:15px!important;
}

/* ==========================================================================
   08. FORM STYLE
   ========================================================================== */
.form-content {
  width: 100%;
  margin-bottom: 10px;
}
.form-txt {
    padding: 12px 4px 0 4px;
}
.tax {
  font-weight: normal;
  font-size: 10px;
  margin: 0 0 0 2px;
  white-space: nowrap;
}
#order-list input[type="radio"]:checked {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  border: 2px solid #ff9c00;
  border: none\9; /* IE8 */
  -webkit-border-radius: 24px;
  border-radius: 24px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
}
#order-list input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #ff9c00;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#order-list input[type="radio"] {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  border: 2px solid #b7b7b7;
  border: none\9; /* IE8 */
  -webkit-border-radius: 24px;
  border-radius: 24px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
}
.has-feedback .form-mail:after {
  font-family: 'FontAwesome';
  content: "\f0e0";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 16px;
  color: #ffc56a;
}
.has-feedback .form-lock:after {
  font-family: 'FontAwesome';
  content: "\f023";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -10px;
  font-size: 18px;
  color: #ffc56a;
}

/* -- form-table -- */
.form-table {
  margin-bottom: 10px;
}
.form-table dl {
  margin-bottom: 0;
}
.form-table dl:nth-child(even) {
}
.form-table dl:not( :first-child ) dt, .form-table dl:not( :first-child ) dd {
}
.form-table dl dd {
  padding: 5px;
}
.form-table dl dt {
  padding: 5px 10px;
  background: #f4f4f4;
  border: solid 1px #d3d3d3;
  -webkit-box-shadow: 0px 1px 1px 0px #fff inset;
  box-shadow: 0px 1px 1px 0px #fff inset;
}
.form-table dl dd label {
  font-weight: normal;
  margin: 0;
}
.form-table dl dd p {
  margin-top: 0;
  padding: 0;
  font-size: 12px
}
.form-table dl dd p.notes {
  display: block;
  margin-top: 0;
  padding: 0 5px;
  font-size: 12px;
}
.form-table .control-label,
.form-table .radio-inline,
.form-table .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.form-table .radio,
.form-table .checkbox {
  min-height: 20px;
  padding-top: 5px;
  padding-left: 24px;
}
.form-table .radio-inline,
.form-table .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
  padding-left: 24px;
}
.form-table .radio-inline:first-child,
.form-table .checkbox-inline:first-child {
  margin-left: 0;
}
.form-table-inline label {
  font-weight: normal;
  margin: 0;
}
.form-table .radio input[type="radio"]:checked,
.form-table .radio-inline input[type="radio"]:checked {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  margin-left: -24px;
  border: 1px solid #ff9c00;
  border: none\9; /* IE8 */
  -webkit-border-radius: 24px;
  border-radius: 24px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
  background-image: radial-gradient(circle at 50% 50%, #ff9c00 40%, transparent 50%);
}
.form-table .radio input[type="radio"]:checked:after,
.form-table .radio-inline input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: #ff9c00;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.form-table .radio input[type="radio"],
.form-table .radio-inline input[type="radio"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  margin-left: -24px;
  border: 1px solid #b7b7b7;
  border: none\9; /* IE8 */
  -webkit-border-radius: 24px;
  border-radius: 24px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
}
.form-table .checkbox input[type="checkbox"]:checked,
.form-table .checkbox-inline input[type="checkbox"]:checked {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  margin-left: -24px;
  border: 1px solid #ff9c00;
  border: none\9; /* IE8 */
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
}
.form-table .checkbox input[type="checkbox"]:checked:after,
.form-table .checkbox-inline input[type="checkbox"]:checked:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 20px;
  color: #ff9c00;
}
.form-table .checkbox input[type="checkbox"],
.form-table .checkbox-inline input[type="checkbox"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  border: none\9;
  /* IE8 */
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px \9;
  margin-left: -24px;
  bottom: 3px;
  vertical-align: middle;
  cursor: pointer;
  behavior: url(/common/pie/PIE.htc);
}

/* -- form-login -- */
.form-login {
  width: 100%;
  display: table;
}
.form-login dl {
  display: table-row;
  margin: 0;
}
.form-login dl dt {
  width: 120px;
  text-align: left
}
.form-login dl dt, .form-login dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

/* -- form-confirm -- */
.form-confirm {
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.form-confirm dl {
  margin-bottom: 0;
}
.form-confirm dl:nth-child(even) {
}
.form-confirm dl:not( :first-child ) dt, .form-confirm dl:not( :first-child ) dd {
}
.form-confirm dl dd {
  padding: 5px;
}
.form-confirm dl dd p {
  font-size: 10px;
  margin: 0;
}
.form-confirm dl dt {
  padding: 5px 10px;
  background: #efefef;
  border: 1px solid #d3d3d3;
}
.form-confirm dl dd label {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .form-content {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
  }
  /* -- form-table -- */
  .form-table {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
  }
  .form-table dl {
    display: table-row;
    margin: 0;
  }
  .form-table dl dt {
    width: 220px;
    padding: 2px 8px;
  }
  .form-table dl dd {
    border-left: 1px solid #d3d3d3;
    padding: 2px 4px;
  }
  .form-table dl dt, .form-table dl dd {
    vertical-align: middle;
    display: table-cell;
    border: solid 1px #d3d3d3;
  }
  .form-table dl dd label {
    font-weight: normal;
  }
  .form-table dl dd p {
    display: block;
    margin-top: 3px;
    padding: 3px 5px;
    font-size: 14px;
  }
  .form-table dl dd p.notes {
    display: block;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 12px;
    clear: left;
  }
  .form-table dl dd p.member-info {
    font-size: 12px;
  }
  .form-table dl:nth-child(even) {
    /*background: #f9f9f9;*/
  }
  .form-table dl:not( :first-child ) dt, .form-table dl:not( :first-child ) dd {
    /*border-top: 1px solid #e3e3e3;*/
  }
  .form-table dl dd#payment-method {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    width: 50%;
  }
  .form-table .payment-way label {
    padding: 20px 0 15px 0;
  }
  .form-table .price dl {
    padding: 5px 0 0 0;
  }
  .form-table .price dl dt {
    padding: 0;
  }
  .form-table .price dl dd {
    float: right;
    padding: 5px 0;
  }
  .form-table .price dl.ttl-price {
    padding: 0;
  }
  .form-table .price dl.ttl-price dt, .form-table .price dl.ttl-price dd {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 0;
  }
  /* -- form-confirm -- */
  .form-confirm {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .form-confirm dl {
    display: table-row;
    margin: 0;
  }
  .form-confirm dl dd p {
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
  }
  .form-confirm dl:not( :first-child ) dt, .form-confirm dl:not( :first-child ) dd {
    border-top: 1px solid #d5d5d5;
  }
  .form-confirm dl dt, .form-confirm dl dd {
    vertical-align: middle;
    display: table-cell;
    padding: 5px;
    background: none;
    border: none;
  }
  .form-confirm dl dt {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  /* -- form-table -- */
  .form-table .radio-inline,
  .form-table .checkbox-inline {
    margin-top: 3px;
    margin-left: 0;
    padding-left: 24px;
  }
  .form-table .radio-inline input[type="radio"],
  .form-table .checkbox-inline input[type="checkbox"] {
    margin-left: -24px;
  }
  /* -- form-login -- */
  .form-login dl dt, .form-login dl dd {
    display: block;
    padding: 5px 0 0;
  }
}
.paymentBox {
  margin: 10px 0;
  border: 1px #ccc solid;
}
.payment-way {
}
.payway {
}
span.tax {
  margin: 0;
  vertical-align: 0;
}

#payment-method .payway label {
  font-weight: normal;
  padding: 12px 10px;
  margin: 0;
  display: block;
  cursor: pointer;
}
#payment-method .payway label.checked {
  background-color: #fee5b8;
}
#creditcard {
  width: 100%;
  display: table;
}
@media screen and (max-width: 480px) {
  #creditcard {
    background-color: #fee5b8;
  }
}
#credit-company {
  width: 210px;
  height: 28px;
  background: url(../img/common/card.png) no-repeat;
  text-indent: -9999px;
  display: block;
  margin-bottom: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #credit-company {
    width: 272px;
    height: 36px;
    background: url(../img/common/card@2x.png) no-repeat;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
  }
}
#privacy-mark {
  text-align: center;
  margin-bottom: 20px;
}
#privacy-mark img {
  max-width: 100%;
  height: auto;
}
.ifrm-container {
  width: 100%;
  height: 70px;
}
.ifrm {
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .ifrm-container {
    width: 100%;
    height: 70px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
  }
  .ifrm {
    width: 100%;
    height: 100%;
    margin-top: 2px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .ifrm-container {
    width: 100%;
    height: 70px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
  }
  .ifrm {
    width: 100%;
    height: 100%;
    margin-top: 2px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    display: block;
  }
}

/* ==========================================================================
   09. TABS STYLE
   ========================================================================== */
.nav-btn > li {
  font-size: 14px;
  float: left;
}
.nav-btn > li > a {
  color: #fff;
  border-radius: 4px;
  background-color: #b7b7b7;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
  box-shadow: 0 2px 0 #959595;
}
.nav-btn > li + li {
  margin-left: 10px;
}
.nav-btn > li > a:hover, .nav-btn > li > a:focus {
  text-decoration: none;
  background-color: #ff8533;
  box-shadow: 0 2px 0 #f05e25;
}
.nav-btn > li.active > a,
.nav-btn > li.active > a:hover,
.nav-btn > li.active > a:focus {
  color: #fff;
  background-color: #ff9833;
  box-shadow: 0 2px 0 #f05e25;
}
.nav-info {
  margin-bottom: 20px;
}
.nav-info > li {
  float: left;
}
.nav-info > li > a {
  font-size: 12px;
  padding: 4px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  behavior: url(/common/pie/PIE.htc);
}
.nav-info li {
    margin-right: 5px;
    margin-bottom: 3px;
}
.nav-info > li > a:hover,
.nav-info > li > a:focus,
.nav-info > li > a:active,
.nav-info > li > a.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background-color: #f4690e;
  border-color: #eb9316;
  background-image: -moz-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -ms-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -o-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fbc13b), to(#f4690e));
  background-image: -webkit-linear-gradient(top, #fbc13b, #f4690e);
  background-image: linear-gradient(top, #fbc13b, #f4690e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbc13b', endColorstr = '#f4690e');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbc13b', endColorstr = '#f4690e')";
  box-shadow:none; 
}
.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background-color: #f4690e;
  border-color: #eb9316;
  background-image: -moz-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -ms-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -o-linear-gradient(top, #fbc13b, #f4690e);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fbc13b), to(#f4690e));
  background-image: -webkit-linear-gradient(top, #fbc13b, #f4690e);
  background-image: linear-gradient(top, #fbc13b, #f4690e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbc13b', endColorstr = '#f4690e');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbc13b', endColorstr = '#f4690e')";
  box-shadow:none;
}

/* ==========================================================================
   10. NAVIGATION STYLE
   ========================================================================== */
@font-face {
  font-family: 'iconav';
  src:url('../fonts/iconav/iconav.eot?-yuu4mb');
  src:url('../fonts/iconav/iconav.eot?#iefix-yuu4mb') format('embedded-opentype'),
    url('../fonts/iconav/iconav.woff?-yuu4mb') format('woff'),
    url('../fonts/iconav/iconav.ttf?-yuu4mb') format('truetype'),
    url('../fonts/iconav/iconav.svg?-yuu4mb#iconav') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fn-"], [class*=" fn-"] {
  font-family: 'iconav';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fn-01:before {
  content: "\e600";
}
.fn-01-on:before {
  content: "\e601";
}
.fn-02:before {
  content: "\e602";
}
.fn-02-on:before {
  content: "\e603";
}
.fn-03:before {
  content: "\e604";
}
.fn-03-on:before {
  content: "\e605";
}
#nav-row {
  display: table;
  width: 100%;
  max-width: 660px;
  margin: 0 auto 20px;
  list-style: none;
}
#nav-row li {
  display: table-cell;
  width: 30.3030303%;
  color: #999;
  font-size: 18px;
  text-align: center;
  position: relative;
}
#nav-row li.page-active {
  color: #ff9c00;
}
#nav-row li [class^="fn-"], #nav-row li [class*=" fn-"] {
  display: block;
  font-size: 48px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #nav-row {
    width: 100%;
    height: auto;
  }
  #nav-row li {
    font-size: 16px;
  }
  #nav-row li .nav-circle:after {
    font-family: 'FontAwesome';
    content: "\f10c";
    position: absolute;
    top: 50%;
    right: 58px;
    margin-top: -28px;
    font-size: 56px;
    color: #999;
  }
  #nav-row li.page-active .nav-circle:after {
    font-family: 'FontAwesome';
    content: "\f10c";
    position: absolute;
    top: 50%;
    right: 58px;
    margin-top: -28px;
    font-size: 56px;
    color: #ff9c00;
  }
  #nav-row li [class^="fn-"], #nav-row li [class*=" fn-"] {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #nav-row {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #nav-row li {
    width: 33.33333333%;
    font-size: 10px;
  }
  #nav-row li:last-child {
    margin: 0;
  }
  #nav-row li .nav-circle:after {
    font-family: 'FontAwesome';
    content: "\f10c";
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -25px;
    font-size: 4em;
    color: #999;
  }
  #nav-row li.page-active .nav-circle:after {
    font-family: 'FontAwesome';
    content: "\f10c";
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -25px;
    font-size: 4em;
    color: #ff9c00;
  }
  #nav-row li.page-active {
    color: #ff9c00;
  }
}

/* ==========================================================================
   11. LOGIN STYLE
   ========================================================================== */

.login > div:nth-child(1) > div:nth-child(1) {
	text-align:center;
	border-radius:5px 5px 0 0;
	padding:9px 0;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	}
.login > div:nth-child(1) > div:nth-child(2){
	text-align:left;
	border-radius:0 0 5px 5px;
	padding:12px 20px;
	color:#FFF;
	font-size:16px;
	line-height:26px;
	border-collapse: collapse;
	}
.login > div:nth-child(1) > div:nth-child(2) input{
	width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
	}
.login > div:nth-child(1) > div:nth-child(2) >  div:nth-child(2) > input{
	border-top:none;
	}
.login > div:nth-child(1) > div:nth-child(2) a{
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:26px;
	text-decoration: underline;
	}
.login > div:nth-child(1) > div:nth-child(2) a:hover{
	text-decoration: underline;
	color:#F00;
	}
.login > div:nth-child(1) > div:nth-child(2) .btn {
	text-align:center;
	width:100% ;
	}
.login > div:nth-child(1) > div:nth-child(2) .btn button {
	display:block;
	text-align:center;
	border-radius:4px;
	padding:8px 0 6px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	width:100% ;
	}
.bgg-green{
	background: -moz-linear-gradient(#007531 0%, #004d20 88%);
	background: -webkit-linear-gradient(#007531 0%, #004d20 88%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#007531), color-stop(0.88, #004d20));
	background: -o-linear-gradient(#007531 0%, #004d20 88%);
	background: linear-gradient(#007531 0%, #004d20 88%);
	}
.bgg-green:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #47b100), color-stop(0.00, #205305));
	background: -webkit-linear-gradient(#47b100, #205305);
	background: -moz-linear-gradient(#47b100, #205305);
	background: -ms-linear-gradient(#47b100, #205305);
	}
.bgg-red{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #92101c), color-stop(0.00, #df384c));
	background: -webkit-linear-gradient(top, #df384c 0%, #92101c 88%);
	background: -moz-linear-gradient(top, #df384c 0%, #92101c 88%);
	background: -ms-linear-gradient(top, #df384c 0%, #92101c 88%);
	}
	
.bgg-red:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #cf0100), color-stop(0.00, #ff1a00));
	background: -webkit-linear-gradient(top, #ff1a00 0%, #cf0100 88%);
	background: -moz-linear-gradient(top, #ff1a00 0%, #cf0100 88%);
	background: -ms-linear-gradient(top, #ff1a00 0%, #cf0100 88%);
	}
.bgg-blue{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #107092), color-stop(0.00, #37b4de));
	background: -webkit-linear-gradient(top, #37b4de 0%, #107092 88%);
	background: -moz-linear-gradient(top, #37b4de 0%, #107092 88%);
	background: -ms-linear-gradient(top, #37b4de 0%, #107092 88%);
	}
	
.bgg-blue:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #589bb3), color-stop(0.00, #72cae7));
	background: -webkit-linear-gradient(top, #72cae7 0%, #589bb3 88%);
	background: -moz-linear-gradient(top, #72cae7 0%, #589bb3 88%);
	background: -ms-linear-gradient(top, #72cae7 0%, #589bb3 88%);
	}

/* ==========================================================================
   12. ETC.
   ========================================================================== */
   
/*color-codes*/
.c-gray{color:#bfbfbf;}
.c-orange{color:#ee7622;}
.c-pink{color:#FE859F;}
.c-red{color:#e92232;}
.c-sky{color:#32bfbb;}
.c-purple{color:#baa1ca;}
.c-grass{color:#9ecb3d;}
.c-water{color:#33b3ed;}
.c-beige{color:#f4a76d;}
.c-green{color:#4dbb80;}
.c-mosgreen{color:#70ad47;}
.c-yellow{color:#ffa800;}
.c-white{color:#fff !important;}
.c-lemon{color:#ffff16 !important;}
.c-d-green{color:#3c763d !important;}
.c-d-gray{color: #959595 !important;}
.c-black{color:#000 !important;}


.bgc-l-orange{ background:#ff9600 !important; }
.bgc-applered{ background:#b22130 !important; }
.bgc-l-gray{background:#f6f6f6 !important;}
.bgc-l-yellow{background:#fff799 !important;}
.bgc-yellow{background:#ffa400 !important;}
.bgc-l-gray{background:#fcfcfc !important;}
.bgc-pink{background:#ffd3d6 !important;}
.bgc-lemon{background:#ffff16 !important;}
.bgc-d-green{background:#009966 !important;}
.bgc-v-green{background:#38ba00 !important;}
.bgc-l-green{background:#cce198 !important;}
.bgc-grassgreen{background:#729c18!important;}
.bgc-mossgreen{background:#006129!important;}
.bgc-l-water{background:#E3F7FF!important;}
.bgc-water{background:#00A9CE!important;}
.bgc-d-water{background:#95D5DC!important;}
.bgc-d-gray{background: #959595 !important;}
.bgc-black{background: #444444 !important;}
.bgc-gray{background:#bfbfbf;}
.bgc-orange{background:#ee7622 !important;}
.bgc-red{background:#e92232;}
.bgc-thinred{background:#ffccdd !important;}
.bgc-sky{background:#32bfbb;}
.bgc-purple{background:#baa1ca!important;}
.bgc-grass{background:#9ecb3d !important;}
.bgc-water{background:#33b3ed;}
.bgc-beige{background:#f4a76d;}
.bgc-green{background:#4dbb80;}
.bgc-mosgreen {background:#638c0b;}
.bgc-emelaldgreen{background:#1abc9c;}
.bgc-freshgreen{background:#cbe199;}
.bgc-applegreen{background:#8fc320 !important;}
.bgc-white {background:#fff;}
.bgc-blue{background:#448aca !important;}
  
.bgc-p-sky{background:#fafdff;}


.border-b-c_d-green{border-bottom: 2px solid #638c0a;}

.fw-b{font-weight:bold;}
.td-underline { text-decoration:underline; }

.disp-i-block{display:inline-block;}


/*link-codes*/
.link-decoration-sky { color:#09F; font-weight:bold; text-decoration:underline; }
.link-decoration-sky:hover { color:#900; }

.link-img-hover a:hover img { opacity:0.7 }


/*スタックアイコン*/
.stuck-icon-h70{
    font-size:66px; 
    line-height:1em;
}
.stuck-icon-h70 .fa-stack{
    font-size: 35px;
}
.stuck-icon-h70 .fa-stack-1x{
    line-height: 60px; 
    font-size: 46px;
    padding:7px 0 0 0;
}
a:hover .stuck-icon-h70 .fa-stack-1x {
    line-height: 60px; 
    font-size: 46px;
    padding:7px 0 0 0;
    opacity: .3;
}



.stuck-icon-h20{
    line-height:1em;
}
.stuck-icon-h20 .fa-stack{
    font-size: 8px;
}
.stuck-icon-h20 .fa-stack-1x{
    line-height: 18px; 
    font-size: 6px;
    padding:0 0 0 0;
}


/*hover-style*/
.h-opacity:hover {
    opacity: 0.3;
}
