@charset "utf-8";



/* page_title
-----------------------------------*/
#page_title:before{
	width: 1741px;
	height: 238px;
	background-image: url("../img/bg_products_01.png");
	margin-left: -853px;
	top: -8px;
}
#page_title h2{
	margin-left: -74px;
}



/* products_unit
-----------------------------------*/
#products_unit{
	width: 100%;
	margin-bottom: 20px;
}
#products_unit .intro{
	width: 830px;
	text-align: center;
	margin: 80px auto 71px;
	padding: 26px 0 28px;
	position: relative;
}
#products_unit .intro:before, 
#products_unit .intro:after{
	content: "";
	width: 45px;
	height: 100%;
	display: block;
	border-top: 11px solid #e7e7e7;
	border-bottom: 11px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
}
#products_unit .intro:before{
	border-left: 11px solid #e7e7e7;
	left: 0;
}
#products_unit .intro:after{
	border-right: 11px solid #e7e7e7;
	right: 0;
}
#products_unit .intro .text{
	font-size: 131%;
}
#products_unit .intro .text + .text{
	margin-top: 18px;
}
#products_unit .intro .text .num{
	font-size: 130%;
	line-height: 0;
}


#products_unit section.item{
	width: 1000px;
	margin: 0 auto;
	padding: 63px 0 53px;
	position: relative;
}
#products_unit section.item + section.item{
	margin-top: 60px;
}
#products_unit section.item div.text{
	width: 500px;
}
#products_unit section.item div.text:before, 
#products_unit section.item div.text:after{
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}
#products_unit section.item div.text:before{
	border-top: 10px solid #e7e7e7;
	border-left: 10px solid #e7e7e7;
	left: 0;
	top: 0;
}
#products_unit section.item div.text:after{
	border-right: 10px solid #e7e7e7;
	border-bottom: 10px solid #e7e7e7;
	right: 0;
	bottom: 0;
}
#products_unit section.item header{
	margin: 0 0 18px 25px;
}
#products_unit section.item header h3{
	color: #6eab2c;
	font-size: 197%;
	line-height: 1;
	margin-bottom: 8px;
}
#products_unit section.item header p{
	font-size: 131%;
	width: 353px;
	border: 1px solid #636363;
	padding: 8px 15px 2px;
}
#products_unit section.item header table{
	font-size: 131%;
	line-height: 1.35;
	margin: 11px 0 0 5px;
}
#products_unit section.item p.price{
	font-size: 131%;
	font-weight: bold;
	margin: 0 0 15px 25px;
}
#products_unit section.item p.comment{
	font-size: 116%;
	line-height: 1.8;
}
#products_unit section.item p.comment + p.comment{
	margin-top: 10px;
}
#products_unit section.item a{
	width: 360px;
	background: #ffffff;
	display: block;
	margin-top: 34px;
	position: relative;
}
#products_unit section.item a:before, 
#products_unit section.item a:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
}
#products_unit section.item a:before{
	border: 1px solid #000000;
	box-shadow: 0 0 0 6px rgba(255,255,255,0.3) inset;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#products_unit section.item a:after{
	width: 40px;
	height: 41px;
	background: url("../../common/img/ico_04.png") no-repeat 0 0;
	right: 4px;
	bottom: -21px;
}
#products_unit section.item a img{
	position: relative;
	z-index: 1;
}
#products_unit section.item a:hover:before, 
#products_unit section.item a:hover:after, 
#products_unit section.item a:hover img{
	opacity: 0.7;
}


#products_unit > section.item:nth-of-type(odd){
	background: #f7f7f7;
}
#products_unit > section.item:nth-of-type(odd) div.text{
	float: left;
	margin-left: 50px;
}
#products_unit > section.item:nth-of-type(odd) a{
	float: right;
	margin-right: 50px;
}


#products_unit > section.item:nth-of-type(even) div.text{
	float: right;
	margin-right: 40px;
}
#products_unit > section.item:nth-of-type(even) a{
	float: left;
	margin-left: 50px;
}


#products_unit section.item.normal_daishi header{
	margin-bottom: 12px;
}
#products_unit section.item.normal_daishi header table th{
	width: 98px;
}


#products_unit section.item.data_set div.text{
	width: 520px;
}
#products_unit section.item.data_set header{
	margin-bottom: 19px;
}
#products_unit section.item.data_set header .detail{
	font-size: 131%;
	line-height: 1.47;
	margin: 10px 0 0 5px;	
}
#products_unit section.item.data_set header .detail div{
	display: flex;
}
#products_unit section.item.data_set header .detail .label{
	width: 255px;
}
#products_unit section.item.data_set p.price{
	margin-bottom: 28px;
}
#products_unit section.item.data_set p.comment{
	margin-right: 20px;
}
#products_unit .footer_note{
	text-align: right;
	width: 1000px;
	margin: 140px auto 0;
}