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

/* ===================================================================== */
/*	共通設定 ラジオボタン　チェックボックスのデザイン変更
/* ===================================================================== */

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
 
@media (min-width: 1px) {
	

input[type=radio],
input[type=checkbox] {
        display: none;
        margin: 0;
    }
input[type=radio] + label,
input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
input[type=radio] + label::before,
input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #E71063;
        border-radius: 8px;
    }
input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



input[type="number"], input[type="mail"], input[type="tel"], input[type="date"], input[type="text"] {
	border: 1px solid #999;
	padding: 7px;
	color: #666;
	margin-bottom: 5px;
	font-size: 94%;
	border-radius: 2px;
}

select{
	height: 50px;
	border-radius: 2px!important;
}

 input[type="tel"]{}

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

.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{
	padding-top: 5px;
	padding-bottom: 0px;
}

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

table {
	float: left;
	border-top: 1px solid #FF0004;
	clear: both;
	width: 100%;
	margin-bottom: 30px!important;
}
td {
	background-color: #FBFBFB;
	text-align: left;
	vertical-align: top;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 15px!important;
	padding-right: 10px!important;
	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!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	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;
}

input {
	padding-left: 0.5em;
	padding-top: 0.5em;
}
/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
	ime-mode: active
}
.langEng {
	ime-mode: disabled;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none!important;
	border: 1px solid #979797!important;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
}

.langEng:focus{
  border-color: #66afe9!important;
  outline: 0!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
}

/* --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!important;
}
.table .tbody.th {
	padding-top: 15px!important;
	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!important;
	vertical-align: top;
	border-bottom: none;
	background-color: #ffffff;
	height: 120px!important;
}
.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;
}
	
.table table th{
		width: 30%;
	}	
.table table td{
		width: 70%;
	}	
}

@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;
}
/* ===================================================================== */
/*	スマホ　カート テーブル
/* ===================================================================== */
.cart {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	padding-left: 30px;
	color: inherit;
	background-color: #eee;
}
.cart tr {
	padding-top: 0px;
	padding-bottom: 0px;
}
.cart th {
	display: none;
}
.cart td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.cart tbody td:nth-of-type(1) {
	font-weight: bold;
	font-size: 120%;
}
.cart tbody td.totalSub:nth-of-type(1) {
	font-weight: normal;
	font-size: 100%;
}
.cart tbody td.totalSub:after {
	content: "";
}
.cart tbody td:nth-of-type(2):before {
	content: " [ 商品番号 ] ";
}
.cart tbody td.total:after {
	content: "";
}
.cart tbody td:nth-of-type(3):before {
	content: " [ 商品名 ] ";
}
.cart tbody td:nth-of-type(4):before {
	content: " [ カラー ] ";
}
.cart tbody td:nth-of-type(5):before {
	content: " [ 数量 ] ";
}
.cart tbody td:nth-of-type(6):before {
	content: " [ 単価 ] ";
}
.cart tbody td:nth-of-type(7):before {
	content: " [ 金額 ] ";
}
.cart tbody td:nth-of-type(8):before {
	content: " [ キャンセル ] ";
}
.cart tbody td:nth-of-type(9):before {
	content: " [ キャンセル ] ";
}
/* ===================================================================== */

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



}
