@charset "utf-8";
/**
 * The IDs 'ltie8' and 'ltie7' is identifiers detecting InternetExplorer's version: IE8<= or IE7>=.
 * These IDs are inserted with 'Conditional Comments'.
 * IEs can analyse these comment, but the others cannot.
 * So they will analyse the HTML as containing both IDs.
 */

/**
onsen/region/
onsen/prefecture/
*/

.area01-waku {
	margin: 5px 0 5px 0;
	padding: 5px;
}

.area01-midashi {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
}

.area01-txt {
	font-size: 11px;
	margin: 0 0 1ex 0;
	padding: 0;
}

.hotel_example {
	margin-bottom: 1ex;
	border-bottom: 1px dotted #888888;
	clear: left;
}
.hotel_example .picture {
	float: left;
	width: 220px;
	margin: 0 1ex 1ex 0;
	font-size: small;
}
.hotel_example .hotel_name {
	font-size: larger;
}
.hotel_example .hotel_caption {
	font-size: smaller;
}
.to_list {
	text-align: right;
	clear: left;
}

.kankou {
	position: relative;
	top: -20px;
	left: 480px;
	width: 100px;
	margin: 0 0 -20px 0;
}

/**
 * Added by KURIHARA 20100127
 * For 'OnsenNameList' in onsen/region.
 * Using inline-block, switching tag is required.
 * The tag is analysed by IEs, that realise [if] block written in comment block.
 */
ul.onsen_name_list {
}
ul.onsen_name_list li {
	list-style-type: none;
	margin: 0 10px 0.5ex 0;
	padding: 0;
	font-size: small;
	display: -moz-inline-box;
	display: inline-block;
}
#ltie8 ul.onsen_name_list li {
	display: inline;
}
ul.onsen_name_list li a {
	display: -moz-inline-box;
	display: inline-block;
	min-width: 120px;
	margin-right: 10px;
}
#ltie7 ul.onsen_name_list li a {
	width: 120px;
}

h2, h3 {
	clear: both;
}
	

/**
 * Quality of Hotspring
 * onsen/prefecture
 */
table.onsen-type {
	width: 600px;
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.onsen-type-td-l {
	border: 1px solid #BFBFBF;
	background-color: #E5E5E5;
	margin: 0;
	border-collapse: collapse;
	padding: 5px;
}

td.onsen-type-td-r {
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
	margin: 0;
	padding: 5px;
}

p.onsen-type-txt {
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/**
 * Serch in detail
 * hotel/find
 */
/** Button for Search in Detail */
div.bt-siborikomi {
	text-align: center;
	margin: 20px 0 0 0;
}
/** Search in detail area */
div.shiborikomi {
	width: 600px;
	padding: 5px 0 5px 0;
	background: url(/image/bg_shuku-ichiran.png) repeat-y;
}
/** Search option */
div.shiborikomi li {
	list-style-type: none;
	margin: 5px;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
}
#ltie8 div.shiborikomi li {
	display: inline;
}
div.shiborikomi li select {
	display: -moz-inline-box;
	display: inline-block;
}
#ltie7 ul.onsen_name_list li select {
}



/** /hotel/find/ */
div.shuku-bg {
	background: url(/image/bg_shuku-ichiran.png) repeat-y;
	width: 600px;
	margin: 0;
	padding: 0 0 5px 0;
	clear: both;
	position: relative;
	zoom: 100%;
}
div.shuku-bg:after {
	content: ' ';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div.shuku-img {
	float: left;
	display: block;
	margin: 0 1ex 0 12px;
	width: 220px;
	font-size: small;
}
p.area-shuku-txt {
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #333333;
	width: 590px;
}
.akibeya {
	position: relative;
	top: -24px;
	left: 480px;
	width: 86px;
	margin: 0 0 -20px 0;
}

p.shuku-shousai-txt {
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0 1em;
}

div.logo-waku {
	padding: 0 0 0 10px;
}

/** ページ内 */
#page-index {
	font-size: small;
	margin: 1ex 0;
	background-color: #F2F2F2;
}
#page-index a {
	margin: 1ex;
}
#page-index .main {
	font-size: 110%;
}
#page-index .child {
	margin-left: 2em;
}