@charset "UTF-8";
#recommend div, #recommend p, #recommend td, #recommend ul, #recommend li, #recommend dl, #recommend dt, #recommend dd, #recommend table, #recommend img, #stay div, #stay p, #stay td, #stay ul, #stay li, #stay dl, #stay dt, #stay dd, #stay table, #stay img {
	margin:0;
	padding:0;
	border:0;
}
#recommend li, #stay li {
	margin:0;
	list-style:none;
}
/* プランの大枠 *//* 1つのプランの大枠-----　小文字class名は　css2対応時に効かせます */
#recommend .PlanView, #recommend .planview, #stay .PlanView, #stay .planview {
	clear:both;
	width:750px;
	padding-bottom:16px;
}
#recommend .PlanView:after, #recommend .planview :after, #stay .PlanView:after, #stay .planview :after {
	clear:both;
	display:block;
	height:0px;
}
/* 文章の大枠 */
#recommend .explan, #stay .explan {
	float:right;
	width:600px;
	margin:0;
}
/* 画像 */
#recommend .picture, #stay .picture {
	float:left;
	width:134px;
	overflow: hidden;
}/* 画像 外枠*/
#recommend .main_picture, #stay .main_picture {
	width:134px;
	border:none;
	text-align:center;
	overflow: hidden;
}/* 画像 枠*/
#recommend .yoyakuban_main_picture_img, #stay .yoyakuban_main_picture_img {
	width:130px;
	margin:0;
	border:1px solid #960;
	overflow: hidden;
}/* 画像 */
/* プラン名 */
#recommend .PlanView .plan, #recommend .planview .plan, #stay .PlanView .plan, #stay .planview .plan {
	margin-bottom:5px;
	padding:5px 0 3px 0;
	font-weight:bold;
	font-size:14px;
	color: #930;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/* プラン一覧のコメント */
#recommend .explan .comment, #stay .explan .comment {
	padding:0 0 0 5px;
	margin:0;
}
/* 部屋リスト */
#recommend .explan div.roomlist, #stay .explan div.roomlist {
	margin:10px 0 0 0;
	padding:5px 0 0 5px;
}
#recommend .roomlist li, #stay .roomlist li {
	display:block;
	padding:2px 0 2px 0;
	margin-bottom:5px;
	font-weight:bold;
}
#recommend .roomlist li a, #stay .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, #stay .roomlist li a:hover {
	background:url(../../stayplan/img/plan_g004.gif) no-repeat right center;
}
/* 「▼このプランに該当するお部屋タイプ」 */
#recommend .explan .roomlist p.room_list_header, #stay .explan .roomlist p.room_list_header {
	display:none; /* padding-bottom:5px; */
}
#recommend, #stay {
	width:750px;
	float:left;
	margin:10px 0 0 0;
}

