@charset "UTF-8";
/* CSS Document */

/*====================================================================
												constructional_02_1_container
====================================================================*/
.constructional_02_1_container{

}
/*======================================
		constructional_02_1_container タブヘッダ
=======================================*/
.constructional_02_1_container .tab-header{
	width:720px;
}
.constructional_02_1_container .tab-header li{
	width:240px;
	padding:5px;
	height:70px;
	text-align:center;
	float:left;
	font-size:18px;
	color:#fff;
	background:url(../img/constructional_02/ico_06.png) no-repeat 200px center #46957e;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	cursor: pointer;
}
.constructional_02_1_container.to-0 .tab-header li:nth-child(1) {
    cursor: default !important;
}
.constructional_02_1_container.to-1 .tab-header li:nth-child(2) {
    cursor: default !important;
}
.constructional_02_1_container.to-2 .tab-header li:nth-child(3) {
    cursor: default !important;
}
.constructional_02_1_container .tab-header li span{
	display:block;
	line-height:57px;
	border-top:3px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.constructional_02_1_container.to-0 .tab-header li:nth-child(1){
	background:url(../img/constructional_02/ico_05.png) no-repeat 200px center #eae7e5;
	color:#46957e;
}
.constructional_02_1_container.to-0 .tab-header li:nth-child(1) span{
	border-top:3px solid #46957e;
}
.constructional_02_1_container.to-1 .tab-header li:nth-child(2){
	background:url(../img/constructional_02/ico_05.png) no-repeat 200px center #eae7e5 !important;
	color:#46957e;
}
.constructional_02_1_container.to-1 .tab-header li:nth-child(2) span{
	border-top:3px solid #46957e;
}
.constructional_02_1_container.to-2 .tab-header li:nth-child(1) {
	background: url(../img/constructional_02/ico_07.png) no-repeat 200px center #3f3f3f;
	color: #eae7e5;
}
.constructional_02_1_container.to-2 .tab-header li:nth-child(3){
	background:url(../img/constructional_02/ico_07.png) no-repeat 200px center #eae7e5;
	color:#3f3f3f;
}
.constructional_02_1_container.to-2 .tab-header li:nth-child(3) span{
	border-top:3px solid #3f3f3f;
}
.constructional_02_1_container .tab-header li:nth-child(1){
	background-color:#46957e;
	color:#fff;
}
.constructional_02_1_container .tab-header li:nth-child(2){
	background-color:#46957e;
	color:#fff;
}
.constructional_02_1_container .tab-header li:nth-child(3){
	background-color:#3f3f3f;
	color:#fff;
}

/*======================================
		constructional_02_1_container タブ中身
=======================================*/
.constructional_02_1_container .tab-cont-wrapper{
	background-color:#f6f5f4;
	padding:20px;
}
.constructional_02_1_container .tab-cont{
	width:680px;
}
.constructional_02_1_container .tab-cont .inner{
	width:640px;
	border:#ccc 1px solid;
	background-color:#FFF;
	padding:20px;
}
.constructional_02_1_container .tab-cont .tit{
	font-size:16px;
	color:#0e7c5d;
	margin-bottom:5px;
	font-weight:bold;
}
.constructional_02_1_container .tab-cont .tit span{
	font-size:12px;
	color:#333;
	vertical-align:middle;
	font-weight:normal;
}
.constructional_02_1_container .tab-cont .cap{
	text-align:right;
	font-size:12px;
	margin-top:5px;
}
.constructional_02_1_container .tab-cont .table_01{
	border:#aeaeae 1px solid;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	width:640px;
}
.constructional_02_1_container .tab-cont .table_01 th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
}
.constructional_02_1_container .tab-cont .table_01 td{
	border:#aeaeae 1px solid;
	background-color: #FFF;
	text-align: center;
	vertical-align:middle;
	padding:10px 0;
}
.constructional_02_1_container .tab-cont .table_01 td.price{
	color:#46957e;
	font-size:13px;
	vertical-align:middle;
	padding:7px;
	font-weight:bold;
	line-height:1.2;
}
.constructional_02_1_container .tab-cont .table_01 td.price span{
	color:#46957e;
	font-size:11px;
	vertical-align:middle;
	font-weight:normal;
}
.constructional_02_1_container .tab-cont .table_02{
	border:#aeaeae 1px solid;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	width:640px;
}
.constructional_02_1_container .tab-cont .table_02 tr:nth-child(even){
	background-color: #FFF;
}
.constructional_02_1_container .tab-cont .table_02 tr:nth-child(odd){
	background-color:#f2f2f2;
}
.constructional_02_1_container .tab-cont .table_02 th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
}
.constructional_02_1_container .tab-cont .table_02 td{
	border:#aeaeae 1px solid;
	text-align: center;
	vertical-align:middle;
	padding:10px 0;
}

.constructional_02_1_container .tab-cont .table_02 td.price{
	color:#46957e;
	font-size:14px;
	vertical-align: baseline;
	font-weight:bold;
	line-height:1.2;
	
}
.constructional_02_1_container .tab-cont .table_02 td.price span{
	color: #46957e;
	font-size: 12px;
	vertical-align: baseline;
	font-weight: normal;
}

.constructional_02_1_container .tab-cont .L{
	float:left;
}
.constructional_02_1_container .tab-cont .R{
	float:right;
}


/* 商品詳細 */
.constructional_02_1_container .tab-cont .details{
	position: relative;
}
.constructional_02_1_container .tab-cont .details .heading2{
	width:160px;
	height:145px;
	background-color:#46957e;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	display:table;
	z-index:20;
}
.constructional_02_1_container .tab-cont .details .heading2 p{
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	color:#fff;
}
.constructional_02_1_container .tab-cont .details .heading2 p span{
	display:block;
	font-size:13px;
	color:#fff;
}


/*======================================
		            tab_01 container_01
=======================================*/
.constructional_02_1_container .tab-cont .tab_01 .container_01.note p {
	padding: 0.8em 1em;
	border: solid 1px #ffa0a0;
	background-color: #ffeef3;
	color: #cc0000;
	font-size: 1em;
	text-align: center;
}

.constructional_02_1_container .tab-cont .tab_01 .container_02 .mm {
	font-size:14px;
	font-weight:bold;
}
.constructional_02_1_container .tab-cont .tab_01 .container_02 .mm span {
	font-size:12px;
}

/*======================================
		                        tab_02
=======================================*/
.constructional_02_1_container .tab-cont .tab_02{
	width:680px;
	border:1px solid #ccc;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	background-color:#FFF;
}
/*======================================
		            tab_02 container_01
=======================================*/
.constructional_02_1_container .tab-cont .tab_02 .container_01 {
	position:relative;
	background-color:#FFF;
}
.constructional_02_1_container .tab-cont .tab_02 .container_01 .bg{
	position:relative;
	text-align:center;
	padding-top:20px;
}

/*======================================
		            tab_02 container_02
=======================================*/
.constructional_02_1_container .tab-cont .tab_02 .container_02{
	padding:20px;
}

/*======================================
		            tab_02 container_03
=======================================*/
.constructional_02_1_container .tab-cont .tab_02 .container_03{
	padding:20px;
}
