@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	ステップ　共通宇
/* ##################################################################### */
.form-group.cell_hide{
	display: none;
}


.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #003c84;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #26bfa1;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
/* ===================================================================== */
/*	横並びにする
/* ===================================================================== */

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }


.control-label{
	background-color: #D8D8D8;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-group{
	border-bottom: 1px dotted #7E7E7E;
	padding-bottom: 10px;
}

/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */

table {
	float: left;
	border-top: 1px solid #FF0004;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
td {
	background-color: #FBFBFB;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-size: 100%;
	vertical-align: middle;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ececec;
	text-align: left;
	float: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}
th.smartNone {
	display: none;
}


/* --------------------------------------------------------------------- */
/*	共通設定 テーブル　基本設定
/* --------------------------------------------------------------------- */ 

.basic table{
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6b502b;
	}

.basic th{
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6b502b;
	border-bottom-color: #6b502b;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #eeece4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6b502b;
	text-align: left;
	}

.basic td{	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6b502b;
	border-bottom-color: #6b502b;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 2.0em;
	}
/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
	ime-mode: active
}
.langEng {
	ime-mode: disabled;
}
/* --BG設定-- */


.table.table-basic {
	margin-bottom: 20px;
	width: 100%;
	;
}
.table .thead.th {
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
	height: 50px;
}
.table .tbody.th {
	padding-top: 15px;
	border-right: none;
	border-bottom: none;


	background: #ececec;
	height: 50px;
}
.table .table-auto.th {
	padding-top: 15px;
	border-right: none;
	border-bottom: none;
	background: #ececec;
	height: 50px;
}
.table .table-auto.td {
	padding: 10px;
	vertical-align: top;
	border-bottom: none;
	background-color: #ffffff;
	height: 120px;
}
.table .table-auto.td textarea {
	height: 100px;
	width: 100%;
}
.table .tbody.td {
	padding: 10px;
	vertical-align: top;
	border-bottom: none;
	background-color: #ffffff;
	height: 50px;
}
.table.table-basic input.widthHalf1, .basic input.widthHalf1 {
	width: 47%;
	height: 30px;
	color: #2D2D2D;
	margin-right: 2%;
}
.table.table-basic input.widthHalf2, .basic input.widthHalf2 {
	width: 48%;
	height: 30px;
	color: #2D2D2D;
}
.table.table-basic input.widthOneThird, .basic input.widthOneThird {
	width: 27%;
	height: 30px;
	color: #2D2D2D;
}
.basic select {
	height: 30px;
}
.basicLeft1 {
	float: left;
	margin-right: 15px;
}
.basicLeft2 select {
	height: 35px;
}
select {
	height: 35px;
	width: 150px;
}
.widthAuto {
	max-width: 100%;
	width: auto!important;
	padding-bottom: 10px!important;
	padding-top: 10px;
	height: 30px!important;
}
.widthAuto:hover, .widthHalf1:hover, .widthHalf2:hover, .widthOneThird:hover, .widthLongest:hover {
/*	background-color: #FFDFDF;	*/
}
/* -- ハイフンを入れるためにパディング調整-- */
.row .one-second input {
	width: 28%;
}
.row .one-third input {
	width: 28%;
}
/* ===================================================================== */
/*	共通設定 ラジオボタン　チェックボックスのデザイン変更
/* ===================================================================== */


 



/* --↑↑↑----------------------------------------------↑↑↑-- */


select {
	font-size: 80%;
}
.widthLongest {
	width: 100%;
}
/* --------------------------------------------------------------------- */
/*	お問合せフォーム
/* --------------------------------------------------------------------- */

.inquiry table dl {
	clear: both;
}
.inquiry table dt {
	width: 100%!important;
}
.inquiry table dd {
	float: left;
	width: 50%;
	line-height: 1.5em;
	margin-bottom: 0px!important;
	padding-bottom: 0px;
	font-size: 84%;
}
.submit{
	margin-bottom: 25px;
}

/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　テキストボックスの文字の色を変更
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　入力言語を設定
/* --------------------------------------------------------------------- */

@media (min-width: 768px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */
	
.form-group.cell_hide{
	display: block;
}	
	
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }


.control-label{
	background-color: #D8D8D8;
	width: 16%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-left: 0px;
}
	
	
	
	
table dd {
	float: left;
	width: 33%;
	line-height: 1.5em;
	margin-bottom: 0px!important;
	padding-bottom: 0px;
}
th.smartNone {
	display: table-cell;
}
/* ===================================================================== */
/*	タブレット・PC　疑似 テーブル　基本設定
/* ===================================================================== */
.table .table-auto.th {
	padding-top: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: none;
	background: #ececec;
	height: 120px;
}
.table .tbody.th.top, .table .tbody.td.top {
	border-top: 1px solid #FF0004;
}
.table.table-basic {
	margin-bottom: 20px;
	width: 98%;
	;
}
.table .tbody.th {
	padding-top: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
	height: 50px;
}
.table .table-auto.th {
	padding-top: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
	height: 120px;
}
.table .tbody.td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FBFBFB;
}
.table .tbody.td.noRightborder {
	border-right: none;
}
.table .table-auto.td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #FBFBFB;
	border-right: 1px solid #ccc;
	height: 120px;
}
}

@media (min-width: 992px) {
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
.table.table-basic {
	padding-left: 15px;
	margin-bottom: 20px;
	width: 100%;
	;
}
/* --------------------------------------------------------------------- */
/*	お問合せフォーム
/* --------------------------------------------------------------------- */

.inquiry table dd {
	float: left;
	width: 25%;
	line-height: 1.5em;
	margin-bottom: 0px!important;
	padding-bottom: 0px;
}
}

@media (min-width: 1200px) {
/* ##################################################################### */
/*	PC　コンピュータ
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
.table.table-basic {
	margin-bottom: 20px;
	width: calc(100% - 40px);
}
}

@media only screen and (max-width:769px) {
/* ##################################################################### */
/*	タブレット・PC　共通設定 テーブル
/* ##################################################################### */
/* ===================================================================== */
/*	タブレット・PC　共通設定 テーブル　基本設定
/* ===================================================================== */

tbody {
	display: block;
}
tbody tr {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}
tbody th, tbody td {
	padding-right: 15px;
	display: list-item;
	border: none;
	list-style-type: none;
	margin-left: 0px!important;
}
    
tbody th {
	border-top: 1px solid #333333;
    } 
    
tbody td {
	border-left: 1px solid #333333;
    }
/* ===================================================================== */
/*	スマホ　カート テーブル
/* ===================================================================== */

/* ===================================================================== */

/* --------------------------------------------------------------------- */
/*	★スマホ　フォーム　お問い合わせ　TDの前に文字を挿入
/* --------------------------------------------------------------------- */
/*　tbody td:nth-of-type(1):before { content: " [ 会員価格 ] "; }
/*　tbody td:nth-of-type(2):before { content: " [ 一般価格 ] "; }*/



}
