@charset "UTF-8";
#recommend div, #recommend p, #recommend td, #recommend ul, #recommend li, #recommend dl, #recommend dt, #recommend dd, #recommend table, #recommend img, #osuplan div, #osuplan p, #osuplan td, #osuplan ul, #osuplan li, #osuplan dl, #osuplan dt, #osuplan dd, #osuplan table, #osuplan img {
	margin:0;
	padding:0;
	border:0;
}
#recommend li, #osuplan li {
	list-style:none;
}
/* プランの大枠 *//* 1つのプランの大枠-----　小文字class名は　css2対応時に効かせます */
#recommend .PlanView, #recommend .planview, #osuplan .PlanView, #osuplan .planview {
	float:left;
	width:365px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#recommend .PlanView:after, #recommend .planview :after, #osuplan .PlanView:after, #osuplan .planview :after {
	clear:both;
	display:block;
	height:0px;
}
/* 文章の大枠 */
#recommend .explan, #osuplan .explan {
	float:right;
	width:245px;
	margin:5px 7px 5px 0;
}
/* 画像 */
#recommend .picture, #osuplan .picture {
	float:left;
	width:100px;
}
#recommend .main_picture, #osuplan .main_picture {
	width:100px;
	border:none;
	text-align:center;
	overflow:hidden;
}
#recommend .yoyakuban_main_picture_img, #osuplan .yoyakuban_main_picture_img {
	width:100px;
	float:left; /*height:135px;*/
	margin-top: 5px;
	margin-left: 5px;
}
/* プラン名 */
#recommend .planview .plan, #recommend .PlanView .plan, #osuplan .planview .plan, #osuplan .PlanView .plan {
	font-weight:bold;
	font-size:14px;
	color:#930;
	height: 32px;
	padding-left: 2px;
	margin-bottom: 5px;
	line-height: 16px;
	overflow: hidden;
}
/* プラン一覧のコメント */
#recommend .explan .comment, #osuplan .explan .comment {
	color:#333;
	height: 45px;
	padding-left: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
}
/* 部屋リスト */
#recommend .explan div.roomlist, #osuplan .explan div.roomlist {
	padding-left: 5px;
	/*height: 30px;
	overflow: hidden;*/
}
#recommend .roomlist li, #osuplan .roomlist li {
	display:block;
	padding:2px 0 2px 0;
	margin-bottom:5px;
	font-weight:bold;
}
#recommend .roomlist li a, #osuplan .roomlist li a {
	background:url(../../stayplan/img/plan_g004.gif) no-repeat right center;
	display:block;
	padding:2px 130px 2px 0;
	height:1.6em;
	text-indent:-9999px;
}
#recommend .roomlist li a:hover, #osuplan .roomlist li a:hover {
	background:url(../../stayplan/img/plan_g004.gif) no-repeat right center;
}
/* 「▼このプランに該当するお部屋タイプ」 */
#recommend .explan .roomlist p.room_list_header, #osuplan .explan .roomlist p.room_list_header {
	display:none; /* padding-bottom:5px; */
}
#recommend, #osuplan {
	width:750px;
	float:left;
}
