@charset "shift_jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}
body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

html {
	-webkit-text-size-adjust: none;
}


/*-- デフォルト ----------*/

body {
	background: #f0f0ff;
	color: #505050;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
 color: #505050;
 text-decoration: none;
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}



/*-- ヘッダー ----------*/

header {
	background:#f3f3f3;
	background: #fff url(sky.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: solid 3px #000;
	height: 120px;
	padding: 0;
	text-align: left;
	width: 100%;

	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
	header h1 {
		padding: 30px 10px 0;
		font-size: 14px;
		//font-size: 18px;
	}
		header h1 a	{
			color: #030303;
			//color: #333;
			display: block;
			text-decoration: none;
			text-shadow: 1px 1px 1px #fff;
		}
	header h2	{
		font-size: 12px;
		font-weight: normal;
		padding: 0 10px;
		text-shadow: 1px 1px 1px #fff;
	}

.sub-title{
	margin: 0;
	padding: 0 10px 0 10px;
	text-align: left;
	font-size: 12px;
	color: #505050;
}


/*-- コンテンツ ----------*/

article {
	margin: 0;
	padding: 0;
	width: 100%;
}

section {
	margin: 0;
	padding: 0;
	width: 100%;
}

.category_group {



	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item	{
	background: #fff;
	margin: 10px 10px;
	padding: 10px 10px 20px;
	overflow: hidden;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
		-webkit-box-shadow: 0 0 2px #999;  
		-moz-box-shadow: 0 0 2px #999;  
		box-shadow: 0 0 2px #999;
}
	.item .product	{
		float: left;
		margin: 0 10px 10px 0;
	}
	.item .image	{
		text-align: center;
		margin: 0 10px 10px 0;
	}
	.item .rating	{
	}
	.item .rating_center	{
		text-align: center;
	}
	.item .new	{
	}
	.item .new_center	{
		text-align: center;
	}
	.item h4 a	{
		display: block;
		font-size: 16px;
		padding: 2px 0;
	}
	.item p	{
		display: block;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	.item .btn_more	{
		float: right;
		width: 100px;
	}

.term	{
	margin: 30px 0px 20px 0px;
	background: #444;
	color: #fff;
	font-weight: bold;
	}

.description{
	}

.text div{

	margin: 20px 10px;
	padding:32px 26px;
	overflow:hidden;
	background: #fff;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
		-webkit-box-shadow: 0 0 2px #999;  
		-moz-box-shadow: 0 0 2px #999;  
		box-shadow: 0 0 2px #999;
	}

table.hyouka th{
		padding: 0 5px 0 5px;
	}
table.hyouka td{
		padding: 0 5px 0 5px;
	}

.hotelimage{
	margin: 0 10px 0 10px;
	}
	
.sub-heading a, .sub-heading p{
	display: block;
	padding:15px 20px 10px;
	font-size:1.4em;
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 0;
	background:#6986a0;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(100,130,155)),
		color-stop(1, rgb(200,200,255))
		);

		-webkit-box-shadow: 0 0 2px #999;  
		-moz-box-shadow: 0 0 2px #999;  
		box-shadow: 0 0 2px #999;
		text-shadow: -1px -1px 0 #333;
	}

.mini-heading a,.mini-heading p{
	display: block;
	background:#6986a0;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(100,130,155)),
		color-stop(1, rgb(200,200,255))
		);

	color: #fff;
	margin: 0;
	padding: 10px 10px 10px 20px;
	text-shadow: -1px -1px 0 #666;
	}


.btn_more	{
	background: #df0b0b;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);	
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(222,10,10)),
		color-stop(1, rgb(255,85,85))
	);
	text-shadow: -1px -1px 0 #000;
}

.btn_other{
	margin: 15px 0 20px;
	text-align: right;
	}

.btn_other a{
	margin: 10px 20px 10px auto;
	background:#6986a0;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);	
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(100,130,155)),
		color-stop(1, rgb(200,200,255))
	);
	text-shadow: -1px -1px 0 #000;
	}
	

.btn_review{
	display: block;
	margin: 15px 0 20px;
	text-align: center;
	}

.btn_review a{
	display: block;
	margin: 10px 10px 10px auto;
	background: #f55;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);	
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(222,10,10)),
		color-stop(1, rgb(255,85,85))
	);
	text-shadow: -1px -1px 0 #000;
	}

.credit {
		display: block;
		margin: 5px 10px;
	}

.link {
	background: #fff;
	margin: 5px 10px;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
	}
	
	.link a{
			display: block;
			padding: 10px 10px 10px;
		}
	.link a:hover	{
		color: #f55;
	}
	
.page_list{
	margin: 5px 10px 10px;
	text-align:left;
	}

.page_list a,.page_list span {
	margin: 10px 10px 10px 0;
	background:#6986a0;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	padding: 5px 10px;
	text-decoration: none;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);	
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Firefox用 */ 
	-moz-border-radius: 4px; /* Safari,Google Chrome用 */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(100,130,155)),
		color-stop(1, rgb(200,200,255))
	);
	text-shadow: -1px -1px 0 #000;
	}

.page_list span{
	color: #f55;
	}
	
	
/*-- ナビ ----------*/

nav {
	margin: 0 10px 0 10px;
}
nav ul {
	width: 100%;
}
	nav ul li {
		width: 100%;
		list-style: none;
		text-align: center;
		background:#6986a0;
		border-top: solid 1px #f0f0ff;
		color: #ddd;
		font-size: 14px;
		display: block;
		text-align: left;
		text-decoration: none;
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
		color-stop(0, rgb(100,130,155)),
		color-stop(1, rgb(200,200,255))
		);
	}
		nav ul li a	{
			background:#6986a0;
			background: url(./arrow.png) no-repeat 20px 13px;
			-webkit-background-size: 28px 21px;
			background-size: 28px 21px;
			display: block;
			color: #ddd;
			padding: 15px 20px 15px 40px;
			overflow:hidden;
			text-overflow:ellipsis;
			-webkit-text-overflow:ellipsis;
			white-space:nowrap;
		}
		nav ul li a:hover	{
			color: #fff;
		}

.navi-heading p{
	display: block;
	padding:15px 20px 10px;
	font-size:1.4em;
	display: block;
	color: #333;
	font-size: 18px;
	margin: 15px 0 0 0;
	background: #f6f6ff;

		-webkit-box-shadow: 0 0 2px #999;  
		-moz-box-shadow: 0 0 2px #999;  
		text-shadow: 1px 1px 0 #ccc;
	border-radius: 4px 4px 0 0; /* CSS3 */
	-webkit-border-radius: 4px 4px 0 0; /* Firefox用 */ 
	-moz-border-radius: 4px 4px 0 0; /* Safari,Google Chrome用 */
	}
	
.navi-tail p{
	display: block;
	padding:15px 20px 10px;
	font-size:1.4em;
	display: block;
	color: #333;
	font-size: 18px;
	margin: 0 0 20px 0;
	background: #f6f6ff;
		-webkit-box-shadow: 0 0 2px #999;  
		-moz-box-shadow: 0 0 2px #999;  
		text-shadow: 1px 1px 0 #ccc;
	border-radius: 0 0 4px 4px; /* CSS3 */
	-webkit-border-radius: 0 0 4px 4px; /* Firefox用 */ 
	-moz-border-radius: 0 0 4px 4px; /* Safari,Google Chrome用 */
	}

/*-- フッター ----------*/

footer {
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
	footer p {
		font-size: 10px;
	}
