/* =================================
股のぞき・飛龍観(pageID23)
===================================*/
/* 飛龍観・股のぞき(ID23) */
#post-23 {
}

#post-23 h1 {
	color:#1270c2;
	display:block;
	background-image:url(../images/bg_tit_info.png);
	background-repeat:repeat-x;
	padding:30px 0 0 30px;
	height:70px;
}

.hiryukan_row {
 margin:50px auto;
 width:92%;
 overflow:hidden;
}

.hiryukan_l {
width:48%;
float:left;
line-height:1.8;
}

.hiryukan_r {
 width:48%;
 float:right;
}

.hiryukan_viewspot {
	background-image:url(../images/hiryukan/bg_hiryukan_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	width:100%;
}

.viewspot_info{
 width:360px;
 margin:20px auto;
}

.viewspot_cell {
	border:1px solid #b2c396;
	float:left;
	height:500px;
	width:385px;
	margin:0 3%;
	background-image:url(../images/hiryukan/bg_viewspot.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

.for_mo {
display:none;
}




@media screen and (max-width: 640px) {

#post-23 h1 {
/* width:100%; */
background-color:#1270C2;
color:#fff;
background-image:none;
padding:5px 0 5px 5px;
height:auto;
font-size:20px;
font-weight:bold;
}

.hiryukan_l {
width:100%;
margin: auto;
float:none;
line-height:1.8;
}


.hiryukan_r {
 width:100%;
 float:none;
}

.viewspot_info{
 width:90%;
 margin:20px auto;
}

.viewspot_cell {
	border:1px solid #b2c396;
	float:none;
	height:auto;
	width:318px;
	margin:0 auto 30px auto;
	background-image:url(../images/hiryukan/bg_viewspot.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

.for_pc {
display:none;
}

.for_mo {
display:inline-block;
}


}