/* CSS Document */




.flexbox{
	display:flex;
}



@media only screen and (max-width: 767px) {
	
.flexbox{
	flex-direction:column;
}

	
.flexbox figure{
	width:100%;

}



}

@media only screen and (min-width: 768px) {

.flexbox figure.img1{
	width:60%;

}

.flexbox figure.img2{
	width:40%;
align-self:center;	

}

.prod_data .texture{
	width:80%;
	margin:0 auto;
	}
}


/*figure.img1{
	max-width:500px;
	width:100%;
	margin:1em;
}*/


.table_container table td{
border-bottom:1px solid #999;
padding:0.4em 1em;
white-space:nowrap;
}

/* 1列目 サイズ  */ .table_container table th:nth-of-type(1) {}
/* 2列目 重量　  */ .table_container table th:nth-last-of-type(5) {text-align:right;}
/* 3列目 必要数  */ .table_container table th:nth-last-of-type(4) {text-align:right;}
/* 4列目 価格　  */ .table_container table th:nth-last-of-type(3) {text-align:right;}
/* 5列目 販売単位*/ .table_container table th:nth-last-of-type(2) {text-align:center;}
/* 8列目 平米価格*/ .table_container table th:nth-last-of-type(1) {text-align:right;}


/* 1列目 サイズ  */ .table_container table td:nth-of-type(1) {}
/* 2列目 重量　  */ .table_container table td:nth-last-of-type(5) {text-align:right;padding-right:2em;}
/* 3列目 必要数  */ .table_container table td:nth-last-of-type(4) {text-align:right;}
/* 4列目 価格　  */ .table_container table td:nth-last-of-type(3) {text-align:right;padding-left:2em;padding-right:2em;}
/* 5列目 販売単位*/ .table_container table td:nth-last-of-type(2) {text-align:center;padding-right:1em;}
/* 8列目 平米価格*/ .table_container table td:nth-last-of-type(1) {text-align:right;padding-right:2em;}

/* 1列目 サイズ  */ .table_container table tr.tbw td:nth-of-type(1) {}
/* 2列目 重量　  */ .table_container table tr.tbw td:nth-last-of-type(5) {text-align:right;padding-right:2em;}
/* 3列目 必要数  */ .table_container table tr.tbw td:nth-last-of-type(4) {text-align:right;padding-right:2em;}
/* 4列目 価格　  */ .table_container table tr.tbw td:nth-last-of-type(3) {text-align:right;padding-left:2em;padding-right:2em;}
/* 5列目 販売単位*/ .table_container table tr.tbw td:nth-last-of-type(2) {text-align:center;}
/* 8列目 平米価格*/ .table_container table tr.tbw td:nth-last-of-type(1) {text-align:right;padding-right:2em;}

