@charset "utf-8";

/* ======================================================================

ビジネス『流用』(station.php) (共通部分は[style_yado.css]にて指定)
====================================================================== */
/* トップ画像指定 ------------------------------------------------------------*/
#top_img_bizdt {
	margin: 0 0 20px 0;
	padding: 0;
}


/* ======================================================================

ビジネス『駅一覧』(station.php) (共通部分は[style_yado.css]にて指定)
====================================================================== */
#biz_station_list {
	background-image: url("./img/yado_biz_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
}
#biz_station_list_title {
	background-image: url("img/yado_biz_bg02.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 9px 15px !important;
	padding: 13px 15px 15px 15px;
}
#top_img_bizdt p {
	clear: both;
	background-image: url("./img/yado_biz_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 4px 20px 15px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-indent: 1em;
	font-size: 15px;
}
#biz_station_list_title h3 {
	margin: 0;
	padding: 0 0 0 40px;
	color: #fb850a;
	font-size: 23px;
}
#biz_station_list ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
#biz_station_list li,
#biz_station_list li p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0;
}
#biz_station_list li {
	margin: 0 -5px 10px 0;
	/margin: 0 0 10px 0;
}
#biz_station_list li p {
	background-color: #fff;
	padding: 0 10px 0 0 !important;
	padding: 2px 10px 2px 0;
	border: solid 1px #999;
}


/* ======================================================================

ビジネス『ホテル一覧』(hotels.php) (共通部分は[style_yado.css]にて指定)
====================================================================== */
/* タイトル指定 ------------------------------------------------------------*/
#biz_list_title_box {
	margin-bottom: 15px;
}
#biz_list_title_box * {
	margin: 0;
	padding: 0;
}
#biz_list_title {
	clear: both;
	padding: 0 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #fb850a;
	font-size: 23px;
}
#dt_caption_biz {
	clear: both;
	background-image: url("./img/yado_biz_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 20px 12px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#dt_caption_biz span {
	background-color: #f0e68c;
	font-weight: bold;
}

/* 一覧指定 ------------------------------------------------------------*/
.hotel_wraper_biz {
	background-image: url(./img/yado_biz_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 706px;
	padding: 10px;
	border: solid 2px #f0e68c;
	overflow: hidden;
}
.hotel_wraper_biz * {
	margin: 0;
	padding: 0;
}
.hotel_name_biz {
	background-image: url(./img/yado_biz_bg01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 3px;
	padding: 0 10px 5px;
	font-size: 14pt;
	font-weight: bold;
}
.hotel_photo_biz {
	width: 160px;
	margin: 5px 0;
	line-height: 1.4em;
	text-align: center;
	font-size: 11px;
	float: left;
}
.hotel_photo_biz img {
	border: none;
}
.hotel_photo_biz span,
.hotel_info_title_biz,
.hotel_info_biz li span {
	font-weight: bold;
}
.hotel_info_biz li span {
	color: #39940c;
}
.hotel_info_biz {
	margin-left: 170px;
}
.hotel_cap_biz {
	padding: 5px 10px;
	text-indent: 1em;
}
.hotel_info_title_biz {
	background-color: #f0e68c;
	padding: 2px 10px;
	border-top: solid 1px #e4d34f;
	border-left: solid 1px #e4d34f;
	border-right: solid 1px #e4d34f;
}
.hotel_info_biz ul {
	background-color: #fafad2;
	border-left: solid 1px #e4d34f;
	border-right: solid 1px #e4d34f;
	border-bottom: solid 1px #e4d34f;
	list-style: none;
}
.hotel_info_biz li {
	padding: 2px 10px;
	border-top: dotted 1px #e4d34f;
}
.pagetop2 {
	margin: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}


/* ▼ホテルないとき表示▼ */
#nohotels_title {
	color:#fff;
	font-size:13pt;
	text-align:center;

	background-color:coral;
	width:695px;
	line-height:200%;
	margin-bottom:20px;
	font-weight:bold;

}
#nohotels_another {
	line-height:200%;
	font-size:10.5pt;
}
#nohotels_another b{
	line-height:200%;
	color:tomato;
	font-size:12pt;
	margin-left:5px;
}
#nohotels_another img{
	margin-bottom:10px;
}
/* ▲ホテルないとき表示▲ */




