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

.onsen_suigyoku{
	border:#666666 1px solid;
	padding:10px;
}

.onsen_suigyoku .suigyoku_left{
	float:left;
	width:210px;
}

.onsen_suigyoku .suigyoku_right{
	padding-left:230px;
	width:auto;
}

.onsen_suigyoku .suigyoku_right h3{
	font-size:1.4em;
	color:#0e4042;
	margin:15px 0 15px 0;
}

.btn_plan{
	background: #535353;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100%;
	display:block;
	padding: 20px 0;
	margin-top:30px;
	text-align:center;
}

.btn_plan a{
	color:#FFFFFF;
	display:block;
	width:100%;
}


@media screen and (max-width:640px) {
	
.onsen_suigyoku .suigyoku_left{
	float:none;
	width:100%;
}
.onsen_suigyoku .suigyoku_left img{
	width:100%;
}
.onsen_suigyoku .suigyoku_right{
	padding-left:0px;
	width:auto;
}

.onsen_suigyoku .suigyoku_right h3{
	font-size:1.4em;
	color:#0e4042;
	margin:15px 0 15px 0;
}

	
}