@charset "shift-jis";


/*---------------------------------------------------------

	File_name    : base.css
	Description  : all page stylesheet
	The date     : 2009.11.27
	
	index /////////////////////////////////////////////////////
		-- reset
		-- base
		-- head
		-- left
		-- contents
		-- food
	//////////////////////////////////////////////////////////

----------------------------------------------------------- */


/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

img,
object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6,strong {
	font-size: 100%;
	font-weight: 400;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}



/*----------------------------------------------------
	base
----------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"EE EゴシチE","MS PGothic",Sans-Serif;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	background-image: url("back_all.gif");
	background-position: center top;
	background-repeat: repeat;
	}

a {
	color: #1D2087;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	background-image: url("back_content.gif");
	background-position: 0px 120px;
	background-repeat: repeat-x;
	}

#wrapper02 {
	margin-top: 10px;
	}

*:first-child+html #wrapper02 {
	margin-top: -40px;
	}

#wrapper02:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

.clear {
	clear: both;
	}

.red {
	color: #F23038;
	}

.big {
	font-size: 120%;
	}

.small {
	font-size: 85%;
	}

.bold {
	font-weight: 800;
	}

p	{
	text-align: left;
	word-wrap:break-word;
	}

.pankuzu{
	margin: 10px 5px 5px 5px;
	font-size: 90%;
	text-align: left;
	float: none;
	}

.pankuzu a {
	padding: 1px 5px 1px 5px;
	color: #1D2087;
	text-decoration: none;
	}

.pankuzu a:hover {
	color: #ff4444;
	text-decoration: none;
	}
/*----------------------------------------------------
	head
----------------------------------------------------*/

.header {
	width: 800px;
	height: 70px;
	*height: 120px;
	padding-top: 50px;
	text-align: left;
	font-size: 150%;
	font-weight: 900;
	text-indent: 20px;
	background-image: url("sky.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.header h1 a {
	color: #444444;
	font-size: 20px;
	text-decoration: none;
	}

.subtitle {
	margin: 10px 20px 0;
	text-align:left;
	text-indent: 0;
	line-height:110%;
	font-weight: 500;
	font-size: 14px;
	color: #444444;
	}

/*----------------------------------------------------
	sidebar
----------------------------------------------------*/

#sidebar {
	width: 208px;
	margin-left: 6px;
	margin-top: -5px;
	text-align: left;
	float: left;
	}

* html #sidebar {
	margin-left: 3px;
	}

#sidebar h2 {
	width: 193px;
	*width: 208px;
	height: 25px;
	*height: 30px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 13px;
	color: white;
	font-size: 120%;
	font-weight: 800;
	background-image: url("back_sidetitle.gif");
	background-position: 4px 0;
	background-repeat: no-repeat;
	}

*:first-child+html #sidebar h2 {
	margin-bottom: -10px;
	}

#sidebar #sidebar1st {
	margin-top: 0;
	}

#sidebar h3 {
	padding-top: 10px;
	font-weight: 800;
	}

#sidebar img {
	margin:0 5px 5px 0;
	}

#sidebar ul {
	width: 208px;
	margin-top: -2px;
	padding-bottom: 10px;
	background-image: url("back_sitde.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	}

#sidebar ul li {
	padding-top: 5px;
	text-indent: 30px;
	background-image: url("listmark.gif");
	background-position: 12px 7px;
	background-repeat: no-repeat;
	}

#sidebar ul li a {
	}

#sidebar ul ul li{
	margin-left: 16px;
	}


.leftMenuBottom {
	width: 208px;
	height: 10px;
	text-indent: -9999px;
	background-image: url("back_sitde_bottom.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#sidebar .osusume {
	width: 196px;
	*width: 208px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url("back_sitde.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	}

#sidebar .osusume p a{
	font-size: 80%;
	margin: 1px 5px;
	display: block;	
	}

*:first-child+html .osusume {
	}

#sidebar .osusume:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#sidebar .osusume .osusume02 {
	width: 195px;
	}

#sidebar .osusume .osusume02 div {
	width: 68px;
	margin-right: 8px;
	float: left;
	}

* html #sidebar .osusume .osusume02 div {
	margin-right: 2px;
	}

#sidebar .osusume .osusume02 div h3 {
	font-weight: 800;
	}

#sidebar .osusume .osusume02 div div {
	margin: 2px;
	border-right: solid 2px #ede8df;
	border-bottom: solid 2px #ede8df;
	}

#sidebar .osusume .osusume02 div div img {
	margin-top: 2px;
	margin-left: 2px;
	}

#sidebar .osusume .osusume02 p {
	padding-right: 10px;
	font-size: 80%;
	}

*:first-child+html .osusume p a{
	}

#sidebar .rank{
	margin: 0 0 5px;
	font-weight: bold;
	color: #fff;
	background-color: #fed25b;
	display: inline-block;
	padding: 1px 5px;
	width: 80px;
	text-align: center;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/

#contents {
	*width: 568px;
	width: 570px;
	margin-right: 10px;
	padding-bottom: 30px;
	text-align: left;
	float: right;
	}

#contents h2 {
	margin-top: 20px;
	margin-left: 10px;
	padding: 8px 0;
	color: #330000;
	font-size: 120%;
	font-weight: 700;
	background-image: url("back_contenttitle.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	display:block;
	}

#contents h2:first-child{
	margin-top: 0;
}

#contents h2>span{
	border-left: 3px solid #299dcd;
	padding: 5px 11px;
	display: block;
	}

#contents h2 a{
	color: #444444;
	text-decoration: none;
	}

#contents h3.itemName{
	display: inline-block;
	height: 4em;
	overflow: hidden;
	}

#contents .itemStar{
	margin:5px 0;
	}

#contents .itemImage{
	text-align: center;
	}

#contents #contents1st {
	margin-top: 0;
	}

#contents .description{
	margin:0 20px;
	}

#contents .description h3 {
	padding-right: 15px;
	margin: 30px 0 15px;
	background-image: url("back_content02.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 0.5em;
	color: #077cb9;
	font-weight: bold;
	}

#contents .description .item {
	margin-bottom: 20px;
	float:none;
}

#contents .item {
	margin-top: 10px;
	float:left;
	}

#contents .item1st {
	margin-top: 0;
	}

#contents .item:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#contents .item div.itemImage {
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	float: left;
	}

#contents .item div.review {
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	float: left;
	}

* html #contents .item div {
	margin-left: 7px;
	}

#contents .item div h3 {
	text-align: left;
	}

#contents .item div .itemStar {
	width: auto;
	margin-top: 5px;
	margin-left: 0;
	float: none;
	}

#contents .hotelimage img{
	max-width:100%
	}

#contents .item div p {
	width: 130px;
	margin-top: 5px;
	text-align: left;
	}

	width: auto;
	margin: 10px;
	padding: 20px;
	text-align: left;
	}

#contents .item .review{
	width: 300px;
	margin: 20px 0 5px 10px;
	padding: 5px;
	text-align: left;
	}

#contents .item .review .reviewlink{
	width: 320px;
	text-align: center;
	background-color: #fe4444;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #cecece;
}

#contents .item .review .reviewlink:hover{
	background-color: #fe9999;
}

#contents .item .review .reviewlink a{
	color: #fff;
	display:block;
	padding: 5px;
}

#contents .item .review .value{
	color: #ff4444;
	font-family: "arial black","Impact";
	font-size: 130%;
	font-weight: 500;
	}

#contents .item .review .point{
	margin: 5px;
	color: #ffaa44;
	font-family: "arial black","Impact";
	font-size: 120%;
	font-weight: 500;
	}

#contents .item .review .reviewlink{
	width: auto;
	padding: 5px;
	background-color: #FAF4EB;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#aaaaaa;
	}

#contents .item .review p {
	padding: 5px;
	width: auto;
	text-align: left;
	float: none;
	}

#contents .itemname{
	padding: 5px;
	background-color: #FAF4EB;
	border-style:dotted;
	border-width:1px;
	border-color:#aaaaaa;
	}

#contents .itemname a{
	color: #444444;
	font-size: 120%;
	font-weight: 800;
	text-decoration: none;
	}

#contents .item .itemImage{
	margin: 10px 0 10px 20px;
	padding: 5px;
	float: left;
	}

#contents .itemImage img{
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#aaaaaa;
}

#contents .memo{
	width: auto;
	margin: 20px;
	font-size: 80%;
	float: left;
	}

#contents .rightaside{
	margin: 10px 20px 10px 10px;
	width: auto;
	text-align: right;
	float: none;
	}

#contents .main_contents{
	padding: 10px 20px 10px 10px;
	border: solid 1px #cdcdcd;
	background-color: white;
}

#contents table {
	width : 520px;
	margin: 10px 0 10px 0;
	table-layout : fixed;
	vertical-align: top;
	font-size: 100%;
	}

#contents table tr td{
	padding: 10px 0 20px 0;
	}

#contents table.jouhou {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	table-layout:fixed;
	empty-cells:hide;
	text-align: left;
	vertical-align: top;
	border: solid 1px #AAAAAA;
	}

#contents table.jouhou th{
	border: solid 1px #AAAAAA;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}

#contents table.jouhou td{
	border: solid 1px #AAAAAA;
	text-align: left;
	padding: 5px;
	}

#contents table.jouhou img{
	width: 250px;
	}

#contents table.hyouka{
	width: 300px;
	border: solid 1px #AAAAAA;
	}

#contents table.hyouka th{
	width: 130px;
	border: solid 1px #AAAAAA;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #EEEEFE;
	}

#contents table.hyouka td{
	border: solid 1px #AAAAAA;
	color: #FF5555;
	padding: 10px;
}

#contents table.hyouka img{
	width: auto;
	}

#contents .text{
	margin: 10px;
	}

#contents li {
	margin-left: 20px;
	margin-top: 8px;
	text-indent: 17px;
	background-image: url("listmark.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}


/*----------------------------------------------------
	food
----------------------------------------------------*/

#food {
	width: 800px;
	margin-top: 100px;
	margin-bottom: 50px;
	}

#food p {
	width: 800px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #444444;
	font-size: 80%;
	text-align: center;
	background-color: #DFDFDF;
	}

#food a {
	color: #444444;
	text-decoration: none;
	}
@media screen and (max-width: 600px) {
#content,
#wrapper {
	background:#fff;
	width: 100%;
	}

#contents {
	width:100%;
	float: none;
	padding:0;
	margin:0;
	}

#contents .main_contents{
	margin: 0 1px;
	padding: 10px;
	}

#contents table{
	width:100%;
	margin: 0!important;
	padding: 10px!important;
	}

#contents table.itemlist {
	text-align: center!important;
	}

#contents table.itemlist tr {
	display:inline;
	text-align: left;
	}

#contents table.itemlist tr:last-child td {
	width:100%;
	display:block;
	text-align: right;
	}

#contents table.itemlist tr td {
	display:inline-block;
	width:130px;
	padding:10px;
	}

#contents table.itemlist br {
	display: none;
	}

#contents table.itemlist td{
	margin-bottom:2em;
	padding: 1em 0!important;
	}

#contents h2 {
	margin: 2em 0 1em!important;
	background-image: none;
	padding: 10px 5px;
	}

#contents h2 span,
#contents h2 a {
	display:block;
	}

#contents h2 span{
	background-image: url("back_contenttitle.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#contents h3{
	width:99%;
	}

#side .sidebox{
padding:10px;
}

#contents h3.itemName {
	height:auto;
	}

#contents h3.itemName a{
	display:block;
	}

#contents .item{
	float:none;
	}

#contents .item div.itemImage{
	width: auto;
	float:none;
	margin:10px auto;
	}

#contents .item div.itemImage img{
	margin:1em 0;
	}

#contents .description{
	margin:0;
	padding:0;
	}

#contents .item .review{
	width:auto;
	margin: 0 0 5px 0;
	}

#contents .item div{
	width:auto;
	float:none;
	}

#contents .item .review .reviewlink{
	text-align: center;
	}

#contents table.hyouka{
width:100%;
}

#contents table.hyouka th,
#contents table.hyouka td{
	width:auto;
	}

#contents .item div.review{
	width:auto;
	margin: 10px;
	}

#contents .description h3{
	padding-right:0;
	}

#contents .memo{
	margin:5em 0 0;
	}

#contents ul li {
	margin: 1em 0!important;
	}

#contents ul li a{
	display:block;
	}

#sidebar {
	width: 100%;
	float: none;
	margin-top:3em;
	}

#sidebar{
	width:100%;
	padding:0;
	margin:0;
	}

#sidebar h2 {
	width:auto;
	margin: 20px 1px 0;
	background-image: none;
	background: #000099;
	background: -webkit-gradient(linear, left top, left bottom, from(#039ed4), to(#067ebb));
	background: -moz-linear-gradient(top, #039ed4, #067ebb);
	background: -ms-linear-gradient(top, #039ed4, #067ebb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#039ed4', endColorstr='#067ebb', GradientType=0)";

	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;	
    }

#sidebar ul,
#sidebar .osusume{
	width: auto;
	margin: 0 1px;
	background-image: none;
	border-left:1px solid #067ebb;
	border-right:1px solid #067ebb;
	}

#sidebar .osusume {
	width: auto;
	}

#sidebar .osusume p a,
#sidebar .osusume p {
	font-size: 100%;
	}

#sidebar ul li {
	background-position: 12px 13px;
	}

#sidebar ul li ul{
	border:none;
	}

#sidebar ul li a {
	display:block;
	padding:.5em;
	}

#sidebar .leftMenuBottom {
	width: auto;
	height: 10px;
	margin: 0 1px;
	background-image: none;
	border-left:1px solid #067ebb;
	border-right:1px solid #067ebb;
	border-bottom:1px solid #067ebb;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;	
	}


.header {
	width:auto;
	height:auto;
	padding: 1em 0.5em;
	background-image: url("sky.jpg");
	background-size:cover;
	border-bottom:3px solid #049ad7;
	}

#foot,
#food {
	width:auto;
	height: auto;
	padding: 1em 0.5em;
	text-indent: 0;
	
	}

#foot p,
#food p{
	width:auto;
}

#head h1{
	position:initial;
	padding:10px;
	}


.subtitle {
	margin: 10px 10px 0;
	}

.pankuzu{
	width:100%;
	margin:10px 0;
	font-size:100%;
	}

.pankuzu a{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 1em;
	line-height: 1;
	}

}

