@charset "UTF-8";

/* タブメニュー 機能*/
.tabMenu {
	list-style: none;
}
.tabMenu__item {
	display: inline-block;
	padding: 5px 25px;
	cursor: pointer;
	background: #eee;
	border-radius: 8px 8px 0px 0px;
}
.tabMenu__item.tab--active {
	background: #000;
	color: #fff;
}
.tabBox {
}
.tabBox__item {
	display: none;
}
.tabBox__item.tab--active {
	display: block;
}
/* タブメニュー 機能ここまで*/

.tabMenu--wrap {
	padding: 10px 0 0;
	display: flex;
}
.tabMenu__item--full {
	width: 100%;
	display: block;
	margin-right: 10px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #474E64;
}
.tabMenu__item--full:last-child {
    margin-right: 0;
}
.tabMenu__item--full.tab--active {
	background-color: #454545;
}
.tabBox--wrap {
	padding: 20px 0 0;
	border: none;
}

.orderpriceWrapp {
	padding: 30px 0;
}
@media screen and (max-width: 810px) {
	.orderpriceWrapp {
		padding: 0;
	}
	.tabMenu__item--full {
		padding: 10px 10px;
		font-size: 14px;
	}
}
/* オーダー価格表スタイル */
.single_head {
	background: #F09199;
}
.single_head:before {
	content: "";
	background: url(../images/color/color03.gif) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 1em;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.double_head {
	background: #90C8F0;
}
.double_head:before {
	content: "";
	background: url(../images/color/color01.gif) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 1em;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.color_bw_head {
	background: #90F0B8;
}
.color_bw_head:before {
	content: "";
	background: url(../images/color/color02.gif) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 1em;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.double_bw_head {
	background: #FEF9B8;
	color: #000000;
}
.double_bw_head:before {
	content: "";
	background: url(../images/color/color04.gif) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 1em;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.single_bw_head {
	background: #F3FFB1;
	color: #000000;
}
.single_bw_head:before {
	content: "";
	background: url(../images/color/color05.gif) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 1em;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.txt_nprice {
	background: #FFF;
	color: #000;
}
.txt_cmpprice {
	background: #FFF;
	color: #FF0000;
	padding: 5px;
}
.tabBtn {
	background: #FFF;
	border: solid 2px #23BDEA;
	color: #23BDEA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.color_select > .tabBtn {
	font-size: 14px;
	line-height: 1.5em;
}

.tabBtn.tab--active {
	background: #23BDEA;
}
.tabMenu-ttl {
	font-size: 18px;
	font-weight: bold;
}
.tabMenu-ttl:after {
	content: "：";
}
.single_btn:after {
	content: "";
	background: url(../images/color/color03.gif) no-repeat center;
	background-size: contain;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
.double_btn:after {
	content: "";
	background: url(../images/color/color01.gif) no-repeat center;
	background-size: contain;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
.color_bw_btn:after {
	content: "";
	background: url(../images/color/color02.gif) no-repeat center;
	background-size: contain;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
.single_bw_btn:after {
	content: "";
	background: url(../images/color/color05.gif) no-repeat center;
	background-size: contain;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
.double_bw_btn:after {
	content: "";
	background: url(../images/color/color04.gif) no-repeat center;
	background-size: contain;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 810px) {
}



