@charset "utf-8";

html{
	font-size:62.5%;
}
body,
h1,h2,h3,h4,h5,h6,
div,p,dl,dt,dd,
table,thead,tfoot,tr,th,td,
form,input,button,select,textarea,
ul,ol,li{
	margin:0;
	padding:0;
	font-size:13px;
	font-size:1.3rem;
	font-style:normal;
	vertical-align:baseline;
	border:none;
	outline:none;
}
hr{
	margin:0;
	padding:0;
	height:1px;
	border:none;
	border-top:1px solid #ACA493;
	display:block;
}
ol,ul{
	list-style:none;
}
a{
	color:#5B3B4C;
	text-decoration:none;
}
a:focus{
	outline:thin dotted;
}
a:hover,a:active{
	outline:none;
	text-decoration:underline;
}
br{
	letter-spacing:0;
}
img{
	margin:0;
	padding:0;
	border:0;
	-ms-interpolation-mode:bicubic;
}
table{
	border-spacing:0;
	border-collapse:collapse;
}
th,td{
	text-align:left;
	vertical-align:baseline;
}
input,textarea{
	color:#666659;
	font-size:13px;
	font-size:1.3rem;
}
input,button{
	line-height:normal;
	vertical-align:inherit;
	/vertical-align:middle;
}
input.text{
	padding:5px;
	background-color:#fff;
	border:1px solid #ABA392;
}
input::-moz-focus-inner,
button::-moz-focus-inner{
	padding:0;
	border:0;
}
select{
	color:#666659;
	padding:4px;
	background-color:#fff;
	border:1px solid #ABA392;
	line-height:normal;
}
textarea{
	padding:5px;
	background-color:#fff;
	border:1px solid #9B9B8C;
	vertical-align:top;
	overflow:auto;
	_font-family:sans-serif;
}
p{
	margin:12px 0;
	line-height:140%;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
* html .clearfix {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.both{
	clear:both;
}
.fleft{
	float:left !important;
}
.fright{
	float:right !important;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
.tcenter{
	text-align:center;
}
.relative{
	position:relative;
}
.small{
	font-size:10px;
	font-size:1rem;
}

.wrap{
	margin:0 auto;
	width:1218px;
}

/* header
 * ===========================================================================*/
#header{
	background:#E9DECB url("../images/header_bg.png") no-repeat 30% 50%;
}
.header_title{
	padding:10px 0;
	width:430px;
	float:left;
}
.header_banner{
	padding:10px 0;
	width:728px;
	float:right;
}

/* searchbox
 * ===========================================================================*/
#searchbox{
	color:#fff;
	background:#ACA493;
}
.search_joken{
	padding:5px 10px 5px 0;
	float:left;
}
.search_joken div{
	float:left;
}
.search_radio{
	padding:8px 5px 0 5px;
}
.search_rating{
	width:100px;
	height:20px;
	float:right;
}
.search_joken_rating{
	padding:4px 5px 0 5px;
}
.search_rating label{
	width:20px;
	height:20px;
	background-image:url('../images/radio_rating.png');
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
}
.search_rating label input{
	visibility:hidden;
}
.search_rating_no{
	width:20px;
	height:20px;
	background:url('../images/radio_rating_no.png');
	float:left;
	cursor:pointer;
}
.search_keyword{
	margin:2px 0;
	padding:3px 0 3px 10px;
	border-left:1px solid #E9DECB;
	float:right;
}
input.submit_joken{
	width:80px;
	height:32px;
	border:none;
	background:url('../images/submit_joken.jpg') no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	/display:block;
	/float:left;
}
input.submit_keyword{
	width:120px;
	height:32px;
	border:none;
	background:url('../images/submit_keyword.jpg') no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	/display:block;
	/float:left;
}

/* panlist
 * ===========================================================================*/
#panlist{
	padding:5px 0;
	background:#E9DECB;
}
#panlist span{
	font-size:12px;
	font-size:1.2rem;
}
#panlist .sns_wrap{
	float:right;
}

/* contents
 * ===========================================================================*/
#contents{
	padding:5px 0;
	background:#FBF0E0;
}
h3{
	margin:15px 0;
	padding:12px 20px;
	color:#676759;
	font-size:16px;
	font-size:1.6rem;
	background:#DFDACD;
	border-top:2px solid #9B9B8C;
	border-bottom:1px solid #9B9B8C;
}
h3.h3_search{
	background:#DFDACD url('../images/bg_search.jpg') no-repeat 100% 50%;
}
h4{
	margin:15px 0;
	padding:8px 18px;
	color:#666659;
	border-top:2px solid #9B9B8C;
	border-bottom:1px solid #9B9B8C;
}
h4.h4_pin{
	background:url('../images/bg_pin.jpg') no-repeat 0 50%;
}
h4.searchlink{
	margin:-15px -14px 14px;
	padding:6px 14px;
	color:#fff;
	background:#5C3C4C;
}
h5{
	margin:10px 0;
}
.section{
	margin:15px 0;
	padding:14px;
	background:#fff;
	border:1px solid #ABA392;
}
.section h3{
	margin:-15px -14px 14px;
}
.section_nostyle{
	margin:15px 0;
}
.section_searchlink{
	margin:15px 0;
	padding:14px;
	background:#fff;
	border:1px solid #ABA392;
}
.graybox{
	margin-top:14px;
	padding:14px;
	background:#F7F4E8;
	border:1px solid #ABA392;
}
.ads{
	margin:15px 0;
}
.red{
	color:#dc011f;
}

/* side
 * ===========================================================================*/
#side{
	width:336px;
	float:right;
}
.wrap_ad{
	margin:9px -6px;
}
.itemad{
	margin:6px;
	border:1px solid #ADA594;
	float:left;
}

/* main
 * ===========================================================================*/
#main{
	width:862px;
	float:left;
}
.index_search_map{
	margin:15px 0;
	width:700px;
	height:600px;
	floar:right;
	border:1px solid #ABA392;
}
.index_banner{
	width:160px;
	float:left;
}
ul.floatlist{
	margin:0 -7px;
}
ul.floatlist li{
	margin:0 7px;
	line-height:160%;
	float:left;
	/float:none !important;
	/display:inline;
	/zoom:1;
}
ul.floatlist li img{
	margin-bottom:5px;
}
ul.result_station{
}
ul.result_station li{
	padding:10px;
	line-height:1.2em;
	border-bottom:1px dotted #ABA392;
}
#main table{
	width:100%;
}
#main tr th,
#main tr td{
	vertical-align:top;
	border-top:1px solid #ABA392;
	border-bottom:1px solid #ABA392;
}
#main th{
	padding:12px 14px;
	font-weight:normal;
	text-align:left;
	background:#F7F4E8;
}
#main td{
	padding:12px 14px;
}
#main #routepanel td{
	padding:5px 0;
}
#main .simple_table th,
#main .simple_table td{
	padding:0;
	background:none;
}
#main table.table_border tr.odd td{
	background:#F7F4E8;
}
#main table.table_border tr td.w100{
	width:100px;
}
.btn_syosai{
	position:absolute;
	top:7px;
	right:14px;
}
.btn_mylist_off{
	position:absolute;
	top:7px;
	right:114px;
}
.rating{
	margin:-5px 0;
	position:relative;
	width:0;
	height:20px;
	background:#ffc300;
}
.rating_map{
	position:relative;
	width:0;
	height:15px;
	background:#ffc300;
}
.rating img,
.rating_map img{
	position:absolute;
	top:0;
	left:0;
}
.paged{
	margin:15px 0;
}
.paged span{
	margin:4px 8px 0 0;
	padding:4px 8px;
	border:1px solid #9B9B8C;
	display:inline-block;
}
.paged span a{
	margin:-4px -8px;
	padding:4px 8px;
	color:#9B9B8C;
	display:block;
}
.paged span a:hover,
.paged span.current a{
	color:#fff;
	text-decoration:none;
	background:#9B9B8C;
}
.search_map{
	margin:15px 0;
	height:600px;
	border:1px solid #ABA392;
}
.near_map{
	height:500px;
}

.form_table{
	line-height:140%;
}
.form_table th{
	width:120px;
}
.form_table td input.text{
	width:450px;
}
.form_table td textarea{
	width:450px;
	height:200px;
}
.form_table .hisu th{
	background:#f7f4e8 url('../images/hisu.png') no-repeat 100% 15px !important;
}
.btn_submit{
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	border:1px solid #e06f00;
	background:#fc7f01;
}

.mmargin{
	margin:-5px 0;
}

.eat{
	background-image:url('../images/icon_stump.png');
	background-repeat:no-repeat;
	background-position:98% 10px;
}

/* banner
 * ===========================================================================*/
#banner{
	padding-top:15px;
	width:160px;
	float:left;
}

/* footer
 * ===========================================================================*/
#footer{
	padding:10px 0;
}