@charset "utf-8";
/* CSS Document */

h2{
	background-image:url(../img/index/title.jpg);
	background-repeat:no-repeat;
}


h3{
	font-size:16px;
	margin-bottom:5px;
}


h4{
	width:100%;
	color: #505050;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #dbebf8;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h4:before{
	content: '●';
color: white;
margin-right: 8px;
}




div#yane{
	margin-bottom:20px;
}

div#yanePrice{

}

div.priceWaku{
	overflow: hidden;
	clear: both;
	width:100%;
	margin:5px 0;
}

div.priceWaku .dataArea{

}

div.priceWaku .imgArea{

}


div#yanePrice table{
	width:100%;
	margin:0;
}

div#yanePrice th{
	font-size:14px;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-color:#DBE3FF;
	padding:4px;
	border-bottom:1px dashed #666;
	width:45%;
}

div#yanePrice td{
	font-size:14px;
	line-height:130%;
	padding:4px;
	border-bottom:1px dashed #666;
}

div#yanePrice .priceWidth{
}

div#yanePrice .img{
	width:170px;
	text-align:right;
}

div#yanePrice .imgArea{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: -webkit-flex; /* safari */
	display: -ms-flexbox; /* IE */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	margin:20px 0;
}

div#yanePrice .imgArea .imgWaku{
	-webkit-flex: 150px;
	flex: 150px;
	padding:0 1% 10px;
}

div#yanePrice .imgArea .imgWaku2{
	-webkit-flex: 250px;
	flex: 250px;
	padding:0 1% 10px;
}

div#yanePrice .imgArea .imgWaku img, div#yanePrice .imgArea .imgWaku2 img{
	width:100%;
}

div#yanePrice .imgArea .imgWaku p, div#yanePrice .imgArea .imgWaku2 p{
	margin:0;
	font-size:14px;
	line-height: 120%;
	color:#333;
}




div#yanePrice .red{
	font-size:16px;
	color:#FF3300;
	font-weight:bold;
}

div#yanePrice .kaisetu{
	width:350px;
	font-size:12px;
}

div#yanePrice .kaisetuSoarh{
	font-size:12px;
}


div#yanePrice .koumoku{
	background-color:#B5C6FF;
}


div#yaneKeisan{
	margin:0 30px 20px 30px;
	padding:10px 10px 10px 35px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:2px solid #777;
	border-bottom:2px solid #777;
	background-color:#F4FFE6;
}

div#yaneKeisan strong{
	color:#FF3300;
	font-size:16px;
}

div.lightImgArea{
	width:670px;
}

div.lightImgArea img{
	-webkit-box-shadow: 3px 3px 3px #C0C0C0;
	-moz-box-shadow: 3px 3px 3px #C0C0C0;
	box-shadow: 3px 3px 3px #C0C0C0;

}

div.lightImgArea .imgWaku{
	float:left;
	margin-bottom:10px;
	width:163px;
	overflow:hidden;
}

div.lightImgArea .imgWaku p{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:130%;
}


@media only screen and (max-width:650px){
	div#yanePrice th, div#yanePrice td{
		display: block;
		width:100%;
	}
}

@media only screen and (max-width:600px){

}

@media only screen and (max-width:450px){
	div.priceWaku .dataArea{
		float:none;
		width:100%;
	}

	div.priceWaku .imgArea{
		float:none;
		width:100%;
	}
	
	div.priceWaku .imgArea img{
		width:100%;
	}
}