/* CSS Document */
.honbun ul{
	margin:0 40px 20px;
}

.honbun li{
	list-style-type:disc;
}

.honbun strong{
    font-weight:bold;
}

div.honbun .imgArea img{
	width:100%;
}


div.cyosa{
	margin-bottom:60px;
}

div.cyosa h2{
	clear:both;
	background-color:#e7e7e7;
	border-bottom:2px solid #876E51;
	font-size:16px;
	line-height: 130%;
	color:#000000;
	margin:0 0 10px;
	padding:4px 0 4px 20px;
}

div.cyosa h2:after{
	border-bottom: none;
}

div.cyosa p.gentei{
	font-size:12px;
}

div.cyosa table{
	border-collapse: collapse;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom: 20px;
}

div.cyosa th, div.cyosa td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding: 3px;
}

div.cyosa th{
	background-color:#e7e7e7;
	font-weight: bold;
	width:50%;
}

div.cyosa td ul{
	margin-left: 30px;
}

div.cyosa td li{
	list-style-type: disc;
}

div.chuiWaku{
	border:1px solid #999999;
	background-color:#F9F9F9;
	padding:20px;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.chuiWaku p{
	font-size:16px;
}


div.souzokunin{
	margin-bottom:20px;
}

div.souzokunin .price{
	text-align: center;
	padding:5px;
	background-color:#E2F0D9;
}

div.souzokunin .setumei{
	text-align: center;
	padding:5px;
	border:2px solid #A9D18E;
}

div.arrow{
	text-align: center;
	width:100%;
	margin-bottom:20px;
}



div.bunkatu{
	margin-bottom:20px;
}

div.bunkatu .simple{
	overflow: hidden;
	float:left;
	width:48%;
}


div.bunkatu .traditional{
	overflow: hidden;
	float:right;
	width:48%;
}

div.bunkatu table{
	width:100%;
}

div.bunkatu td{
	text-align: center;
	padding:5px;
}

div.bunkatu td.setumei{
	border:2px solid #A9D18E;
}

div.bunkatu td.midasi{
	background-color: #A9D18E;
}

div.bunkatu td.plice{
	background-color:#E2F0D9;
}

div.bunkatu .plus{
	text-align: center;
}

div.bunkatu .chui{
	clear: both;
	margin:10px 0;
	padding:10px;
	background-color:#F4F4F4;
}


div.seikyu{
	overflow: hidden;
	margin-bottom:20px;
}

div.seikyu table{
	float:left;
	width:45%;
}

div.seikyu td{
	text-align: center;
	padding:5px;
}

div.seikyu td.setumei{
	border:2px solid #A9D18E;
}

div.seikyu td.plice{
	background-color:#E2F0D9;
}

div.seikyu .plus{
	float: left;
	width:8% !important;
	text-align: center !important;
}


div.zei{
	text-align: right;
	font-size:14px;
	margin-bottom:20px;
}


div.buttonReserchArea{
	margin: 40px 0 60px;
	text-align: center;
}

div.buttonReserchArea a{
	display: block;
	margin: 0 auto;
	padding:12px 10px;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
	width: 80%;
	border: 1px solid #D8D8D8;
	background-color: #F2F2F2;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)";
}

div.buttonReserchArea a:hover{
	opacity: 0.7;
}

@media only screen and (max-width:600px) {
	div.bunkatu .simple, div.bunkatu .traditional, div.seikyu table{
		float:none;
		width:100%;
	}
	
	div.seikyu .plus{
		float:none;
		width:100% !important;
		text-align: center !important;
	}
}



/*div.mess{
	margin-top:40px;
	margin-bottom:80px;
	padding:20px;
	text-align: center;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
	background-color: #EBEBEB;
	background: -webkit-linear-gradient(top, #ffffff, #EBEBEB);
	background: -moz-linear-gradient(top, #ffffff, #EBEBEB);
	background: -o-linear-gradient(top, #ffffff, #EBEBEB);
	background: linear-gradient(to bottom, #ffffff, #EBEBEB);
}

div.mess p{
	font-size:22px;
	font-weight:300;
}*/