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

/*==========================================================
								              op_01　3カラム
==========================================================*/
.op_01{

}
.op_01 ul li{
	width:260px;
	min-height: 375px; /*2016.11.31追加*/
	float:left;
	margin-right:30px;
}
.op_01 ul li:nth-child(3n){
	margin-right:0;
}
.op_01 ul li:nth-child(n+4){
	margin-top:30px;
}
.op_01 .pic{
	text-align:center;
	width: 160px; /*2016.11.31追加*/
	height: 160px; /*2016.11.31追加*/
}
.op_01 .pic img {
	width: 100%;
}
.op_01 .icon{
	background-color:#46957e;
	width:40px;
	height:20px;
	color:#FFF;
	font-size:9px;
	padding-left:10px;
	padding-top:5px;
}
.op_01 .tit{
	font-size:16px;
	font-weight:bold;
	color:#46957e;
	margin-bottom:5px;
	line-height:1.2;
}
.op_01 .tit span{
	font-size:12px;
	vertical-align: baseline;
}
.op_01 table{
	margin:0;
	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:260px;
}
.op_01 table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	text-align:center;
	vertical-align:middle;
}
.op_01 table td{
	background-color: #FFF;
	text-align: center;
	padding:13px 10px;
	line-height:1.0;
	border: solid 1px #AEAEAE;
}
.op_01 table td.price{
	color:#46957e;
	font-size:20px;
	vertical-align: baseline;
	padding:10px;
	font-weight:bold;
}
.op_01 table td.price span{
	color:#46957e;
	font-size: 70%; /*2016.11.31追加*/
	display: inline-block; /*2016.11.31追加*/
	margin-top: 8px; /*2016.11.31追加*/
}

.op_03{

}
.op_03 ul li{
	width:152px;
	float:left;
	margin-right:20px;
}
.op_03 ul li:nth-child(5n){
	margin-right:0;
}
.op_03 ul li:nth-child(n+6){
	margin-top:30px;
}
.op_03 .pic{
	text-align:center;
}
.op_03 .tit{
	font-size:16px;
	font-weight:bold;
	color:#46957e;
	margin-bottom:5px;
	line-height:1.2;
}
.op_03 .tit span{
	font-size:12px;
	vertical-align: baseline;
}
.op_03 table{
	margin:0;
	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:152px;
}
.op_03 table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:7px;
	text-align:center;
	vertical-align:middle;
}
.op_03 table td{
	background-color: #FFF;
	text-align: center;
	padding:13px 10px 0 10px;
	line-height:1.0;
}
.op_03 table td.price{
	color:#46957e;
	font-size:16px;
	vertical-align: baseline;
	padding:12px 7px;
	font-weight:bold;
	
}
.op_03 table td.price span{
	color:#46957e;
	font-size:11px;
	vertical-align: baseline;
	font-weight:bold;
}
.op_03 table td.td02{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 10px 0 10px;
	line-height:1.0;	
}

/*==========================================================
								              op_04　2カラム
==========================================================*/
.op_04{

}
.op_04 ul li{
	width:210px;
	float:left;
	margin-right:20px;
}
.op_04 ul li:nth-child(2n){
	margin-right:0;
}
.op_04 .icon{
	background-color:#46957e;
	width:40px;
	height:20px;
	color:#FFF;
	font-size:9px;
	padding-left:10px;
	padding-top:5px;
}
.op_04 .tit{
	font-size:16px;
	font-weight:bold;
	color:#46957e;
	margin-bottom:5px;
	line-height:1.2;
}
.op_04 .tit span{
	font-size:12px;
	vertical-align: baseline;
}
.op_04 table{
	margin:0;
	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:210px;
}
.op_04 table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	text-align:center;
	vertical-align:middle;
}
.op_04 table td{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 10px 0 10px;
	line-height:1.0;
}
.op_04 table td.price{
	color:#46957e;
	font-size:20px;
	vertical-align: baseline;
	padding:10px;
	font-weight:bold;
	
}
.op_04 table td.price span{
	color:#46957e;
	font-size:13px;
	vertical-align: baseline;
	font-weight:bold;
}
.op_04 table td.td02{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 10px 10px 10px;
	line-height:1.0;	
}

/*==========================================================
								              op_05　2カラム
==========================================================*/
.op_05{
	position:relative;
}
.op_05 .tit{
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin-bottom:5px;
	line-height:1.2;
	position:relative;
}
.op_05 .tit span{
	font-size:14px;
	vertical-align:bottom;
}
.op_05 .icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
.op_05 table{
	margin:0;
	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:840px;
}
.op_05 table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:6px;
	text-align:center;
	vertical-align:middle;
}
.op_05 table td{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 6px 10px 6px;
	line-height:1.6;
	vertical-align:middle;
}
.op_05 table td span{
	font-size:10px;
}
.op_05 table td.price{
	color:#46957e;
}
.op_05 table td.td02{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 10px 10px 10px;
	line-height:1.0;	
}

/*==========================================================
								              op_06　3カラム
==========================================================*/
.op_06{

}
.op_06 .tit{
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin-bottom:5px;
	line-height:1.2;
}
.op_06 .tit span{
	font-size:14px;
	vertical-align:bottom;
}
.op_06 table{
	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:260px;
	float:left;
}
.op_06 table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:6px;
	text-align:center;
	vertical-align:middle;
}
.op_06 table td{
	background-color: #FFF;
	border:#aeaeae 1px solid;
	text-align: center;
	padding:13px 6px 10px 6px;
	line-height:1.6;
	vertical-align:middle;
}
.op_06 table td span{
	font-size:10px;
}
.op_06 table td.price{
	color:#46957e;
}
.op_06 .margin{
	margin-right:30px;
}



/*==========================================================
											op_インテリアドア
==========================================================*/


.container_01 .interior_door_op_wrap {
	margin: 0 0 30px 0; 
}

.container_01 .interior_door_op_wrap h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 1em 0; 
	color: #fff;
	background-color: #46957F;
	padding: 0 0.5em;
	line-height: 2;
}

.container_01 .interior_door_op_wrap .price_kaisetsu {
	font-size: 14px;
	margin: -1em 0 3em 0;
}
	.container_01 .interior_door_op_wrap .price_kaisetsu span {
		display: inline-block;
		padding: 0.3em 0.6em;
		margin: 0 0.5em 0 0;
		line-height: 1;
		color: #fff;
		background-color: #666;
		font-size: 12px;
	}

.container_01 .interior_door_op_wrap .etd_glass_kaisetsu {
	width: 100%;
	margin: -20px 0 30px;
	border-collapse: collapse;
}
	.container_01 .interior_door_op_wrap .etd_glass_kaisetsu th,
	.container_01 .interior_door_op_wrap .etd_glass_kaisetsu td {
		font-size: 14px;
		padding: 1em;
		border: 1px solid #666;
		text-align: center;
		vertical-align: middle;
	}
	.container_01 .interior_door_op_wrap .etd_glass_kaisetsu th {
		background-color: #f8f7f5;
	}
		.container_01 .interior_door_op_wrap .etd_glass_kaisetsu th span,
		.container_01 .interior_door_op_wrap .etd_glass_kaisetsu td span {
			display: block;
			color: #46957F;
			font-size: 16px;
			font-weight: bold;
		}

.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu {
	width: 100%;
	margin: -10px 0 30px;
	padding: 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
	.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu th,
	.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu td {
		font-size: 14px;
		padding: 1em;
		border: 1px solid #666;
		text-align: center;
		vertical-align: middle;
	}
	.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu th {
		color: #fff;
		background-color: #46957F;
	}
	.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu td {
		background-color: #fff;
	}
		.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu th span,
		.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu td span {
			display: block;
			color: #46957F;
			font-size: 16px;
			font-weight: bold;
		}
			.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu th span span,
			.container_01 .interior_door_op_wrap .etd_colors_v2_kaisetsu td span span {
				display: inline-block;
				font-size: 10px;
				font-weight: bold;
				vertical-align: middle;
			}
		
.container_01 .interior_door_op_wrap .inner_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 10px;
	margin: 0 0 50px 0; 
	background-color: #f8f7f5;
}
	.container_01 .interior_door_op_wrap .inner_wrap h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 1em -10px 0.5em;
		padding: 3px 0.6em;
		color: #fff;
		background-color: #a0a0a0;
		line-height: 1.6;
	}
	.container_01 .interior_door_op_wrap .inner_wrap h5 {
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 0.5em 0; 
	}
	.container_01 .interior_door_op_wrap .inner_wrap .item_list {
		width: 100%;
		box-sizing: border-box;
	}
		.container_01 .interior_door_op_wrap .inner_wrap .item_list .item {
			width: 33.33%;
			padding: 20px;
			float: left;
			box-sizing: border-box;
			overflow: auto;
			margin: 0;
		}
		.container_01 .interior_door_op_wrap .inner_wrap .item_list .item.large {
			width: 100%;
		}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .name {
				display: block;
				font-size: 16px;
				font-weight: bold;
				color: #46957F;
			}
				.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .name .mark {
					display: inline-block;
					color: #fff;
					background-color: #c00;
					font-size: 10px;
					font-weight: bold;
					padding: 0.1em 0.4em;
					margin: 0 0 0 0.5em;
					vertical-align: baseline;
				}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .price {
				display: block;
				padding: 0.8em 0.5em;
				line-height: 1.3;
				color: #46957F;
				background-color: #fff;
				font-size: 16px;
				font-weight: bold;
				text-align: center;
				border: 1px solid #46957F;
				color: #666;
				border-color: #d5d5d5;
			}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item.large .price {
				width: 30%;
				margin: 0 auto;
			}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .price+.price {
				border-top: 0;
			}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .price.plus:before {
				content: "＋";
				display: inline-block;
				margin: 0 0.1em 0 0;
			}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .price.minus:before {
				content: "－";
				display: inline-block;
				margin: 0 0.1em 0 0;
			}
				.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .price .sub {
					display: inline-block;
					margin-left: 0.5em;
					font-size: 12px;
					vertical-align: baseline;
				}
			.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .img {
				width: 100%;
				margin: 5px 0;
				padding: 0;
				box-sizing: border-box;
				display: block;
				position: relative;
			}
				.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .img img {
					width: 100%;
					height: auto;
					vertical-align: bottom;
					display: inline-block;
				}
				.container_01 .interior_door_op_wrap .inner_wrap .item_list .item .img .caption {
					width: 90%;
					position: absolute;
					left: 5%;
					bottom: 3%;
					font-size: 10px;
					color: #666;
					display: inline-block;
					text-align: center;
				}


/*==========================================================
											flooring option
==========================================================*/

.flooring_op_wrap {
	margin-bottom: 50px;
}
.flooring_op_wrap h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0.6em;
	color: #fff;
	background-color: #a0a0a0;
	line-height: 1.6;
}
.flooring_op_wrap h4 span {
	display: inline-block;
	margin-left: 3em;
	font-size: 12px;
	vertical-align: baseline;
}
.flooring_op_wrap .inner_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	margin: 0;
	background-color: #f8f7f5;
}
.flooring_op_wrap .inner_wrap .item_list .item {
	float: left;
	width: 405px;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.flooring_op_wrap .inner_wrap .item_list .item:nth-last-child(1) {
	margin-bottom: 0;
}
.flooring_op_wrap .inner_wrap .item_list .item:nth-last-child(2n+1) {
	margin-right: 40px;
}
.flooring_op_wrap .inner_wrap .item_list .item.wide {
	width: 850px;
	margin-right: 0;
}
.flooring_op_wrap .inner_wrap .item_list .item .img {
	width: 180px;
	height: 180px;
	margin-right: 15px;
	float: left;
}
.flooring_op_wrap .inner_wrap .item_list .item .img img {
	width: 100%;
	height: auto;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap {
	width: 210px;
	float: left;
}
.flooring_op_wrap .inner_wrap .item_list .item.wide .spec_wrap {
	width: 310px;
}
.flooring_op_wrap .inner_wrap .item_list .item.wide .spec_wrap+.spec_wrap {
	margin-left: 30px;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .name {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.714;
	float: left;
	color: #148062;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: baseline;
	float: left;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec > * {
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec > *:last-child {
	border-bottom: 1px solid #ddd;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .price_tit,
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .size_tit {
	padding: 2px;
	color: #696969;
	background-color: #DCEBE6;
	font-weight: bold;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .price,
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .size {
	padding: 6px 0;
	background-color: #fff;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .price span {
	display: block;
}
.flooring_op_wrap .inner_wrap .item_list .item .spec_wrap .spec .price span.price_main {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	color: #46947E;
}
.flooring_op_wrap .inner_wrap.single .item_image {
	width: 180px;
	height: 130px;
	margin-right: 15px;
	top: 0;
	left: 0;
	background-color: #fff;
	float: left;
	overflow: hidden;
}
.flooring_op_wrap .inner_wrap.single .item_image img {
	width: 100%;
	height: auto;
}
.flooring_op_wrap .inner_wrap.single .spec_title {
	width: 655px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.714;
	color: #148062;
}
.flooring_op_wrap .inner_wrap.single .spec_text {
	width: 655px;
	float: right;
}
.flooring_op_wrap .inner_wrap.single .spec_table {
	width: 655px;
	background-color: #fff;
	float: right;
}
.flooring_op_wrap table{
	background-color: #fff;
}
.flooring_op_wrap table th,
.flooring_op_wrap table td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #6D6E6E;
	text-align: center;
}
.flooring_op_wrap table th {
	background-color: #dcebe6;
	font-weight: bold;
	padding: 5px 0;
}
.flooring_op_wrap table td {
	padding: 5px 0;
	vertical-align: middle;
}
.flooring_op_wrap table td .price_main {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	color: #46947E;
}
.flooring_op_wrap table td .price_taxin {
	vertical-align: bottom;
	font-weight: bold;
	color: #46947e;
	margin-left: 0.5em;
}

/*==========================================================
gpドア・マツ浪漫ドア　サイズオーダー　2020.06　追加
==========================================================*/
.op16_container.size_order {
    width: 910px;
    box-sizing: border-box;
  }
  .op16_container.size_order h3 {
	color: #333;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 30px;
  }
  .op16_container.size_order .container{
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 0 50px;
    background-color: #fff;
  } 
  
  .op16_container.size_order .container dt{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
  }
  
  .op16_container.size_order .container dd.text{
	float: left;
	color: #333;
	font-size: 13px;
	line-height: 2.3;
	margin-bottom: 30px;
  } 
  .op16_container.size_order .container dd.text span{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
  }
  .op16_container.size_order .container .odr_price{
	width: 220px;
	height: 200px;
	box-sizing: border-box;
	background-color: #eaeaea;
	float: right;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
  } 
  .op16_container.size_order .container .odr_price span.mark1{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
  } 
  .op16_container.size_order .container .odr_price span.mark2{
	display: block;
	font-size: 16px;
	color: #333;
  } 
  .op16_container.size_order .container .odr_price span.mark3{
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #f00;
  } 
  .op16_container.size_order .container .odr_price span.mark4{
	display: block;
	font-size: 12px;
	color: #f00;
  } 
  .op16_container.size_order .container .odr_price span.mark5{
	display: block;
	font-size: 12px;
	color: #333;
  } 
  .op16_container.size_order .container .size_tbl{
	clear: both;
	width: 100%;
  } 
  .op16_container.size_order .container .size_tbl p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
  }
  .op16_container.size_order .container .size_tbl table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	table-layout: fixed;
  }
  .op16_container.size_order .container .size_tbl td {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	  padding: 5px;
	height: 20px;
	color: #333;
	vertical-align: center;
  }
  
  .op16_container.size_order .container .size_tbl td.midashi_r{
	width: 15%;
	padding-top: 45px;
	text-align: center;
	background-color: #eaeaea;
  }
  .op16_container.size_order .container .size_tbl td.midashi_c1{
	width: 15%;
	text-align: center;
  }
  .op16_container.size_order .container .size_tbl td.midashi_c2{
	width: 250px;
	text-align: center;
	border-right: none;
  }
  .op16_container.size_order .container .size_tbl td.size_l {
	width: 50px;
	text-align: center;
  }
  .op16_container.size_order .container .size_tbl td.size_r {
	text-align: right;
	padding-right: 15px;
  }
  .op16_container.size_order .container .size_tbl td.size_ol{
	padding-top:15px;
	text-align: center;
  }
  .op16_container.size_order .container .size_tbl td.size_or{
	text-align: right;
	padding-right: 15px;
	padding-top:15px
  }
  .op16_container.size_order .container .size_tbl td.none{
	text-align: center;
	border-right: none;
  }
  
  .op16_container.size_order .container .odr_nouki{
	padding: 30px 0;
  }
  .op16_container.size_order .container .odr_nouki p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
  }
  .op16_container.size_order .container .odr_nouki table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	table-layout: fixed;
	vertical-align: middle;
  }
  .op16_container.size_order .container .odr_nouki td {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	  padding: 5px;
	color: #333;
	vertical-align: middle; 
  }
  .op16_container.size_order .container .odr_nouki td span{
	font-weight: bold;
  }
  .op16_container.size_order .container .odr_nouki td.midashi_a {
	width: 23%;
	text-align: center;
	background-color: #eaeaea;
  }
  .op16_container.size_order .container .odr_nouki td.midashi_b {
	width: 15%;
	text-align: center;
	background-color: #eaeaea;
  }
  .op16_container.size_order .container .odr_nouki td.midashi_c {
	width: 15%;
	text-align: center;
  }
  .op16_container.size_order .container .odr_nouki td.midashi_d {
	width: 10%;
	text-align: center;
  }
  .op16_container.size_order .container .odr_nouki td.none{
	border-right: none;
  }
  
  .op16_container.size_order .container .odr_image{
	position: relative;
  }
  .op16_container.size_order .container .odr_image span.kijun{
	position: absolute;
	display: block;
	top: 70px;
	font-size: 20px;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.cap{
	position: absolute;
	display: block;
	top: 100px;
	font-size: 14px;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.size{
	position: absolute;
	display: block;
	top: 140px;
	font-size: 16px;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.big{
	position: absolute;
	display: block;
	top: 20px;
	left: 310px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.cap_b{
	position: absolute;
	display: block;
	top: 65px;
	left: 310px;
	font-size: 16px;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.small{
	position: absolute;
	display: block;
	top: 170px;
	left: 310px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
  }
  .op16_container.size_order .container .odr_image span.cap_s{
	position: absolute;
	display: block;
	top: 200px;
	left: 310px;
	font-size: 16px;
	color: #333;
  }
.op16_container.size_order .container .kakourei{
	clear: both;

  }
.op16_container.size_order .container .kakourei p{
	color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.op16_container.size_order .container .kakourei img{
	width: 810px;
	margin-bottom: 50px;
}
.op16_container.size_order .container .tyousei{
  }
.op16_container.size_order .container .tyousei p{
	color: #333;
    font-size: 18px;
    font-weight: bold;
	padding-bottom: 10px;
}
.op16_container.size_order .container .tyousei img{
	width: 810px;
}
.op16_container.size_order .container .odr {
	
}
.op16_container.size_order .container .odr p.midashi{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.op16_container.size_order .container .odr p.text{
	color: #333;
    font-size: 13px;
}
.op16_container.size_order .container .odr p span{
	color: #fff;
	font-size: 13px;
	background-color: #000;
	padding: 3px;
}