/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font: 12px/1.6em sans-serif;
	background: #191816;
	font-family: sans-serif;
	color:#FFF;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

.top_title {
	width: 300px; height: 100px;
	text-align: center;
}

h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #CCCCCC;
	color: #FFE900;
}
#wrap {
	padding: 1px 0 10px 0;
	border-bottom:1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 40px;
}


.mt20{
	margin-top: 20px;
	margin-bottom: 20px;
}

.pt10{
	display: block;
	padding-top: 10px;
}





.iC{
	text-align: center;
	clear: both;
	padding: 0;
}





#header_m{


}
#openMenu{
	position:absolute;
	top: 15px;
	right: 0;
}

.menu_t{
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top: solid 1px #CC0066;
	border-bottom: solid 1px #CC0066;
	width:300px;
	color: #FFF;
	height:30px;line-height:30px;
}


#layerMenu{
	display: none;
	position:absolute;
	top:55px; left:0;
	width:100%;
	height:100%;
	background: #231815;
	font-size: 12px;
	z-index:9999;
}

#layerMenu ul{
	width:302px;
	margin-top: 5px;
	margin-left: auto;
}
#layerMenu ul li{
	background: #231815;
	list-style: none;
	display: block;
	float: left;
	border-left: solid 1px #FFCC00;

}
#layerMenu ul li a{
	position: relative;
	padding: 10px 5px;
	text-decoration: none;
	height:30px;line-height:30px;
	color: #FFF;
	display: block;
}
#layerMenu ul li a:hover{
	color: #FFF;
}

#layerMenu ul.al-2 li {
	width: 150px;

}
#layerMenu ul.al-2 li:nth-child(2n) {

}

.no_l {
	color: #666;

}




#closeMenu {
position: absolute;
top: -40px;
right: 0;
}



/* slideshow */
/* ---------------------------------------------------------- */



#slideshow {
   position: relative;
   width:  320px; /* ボックスの横幅 */
   height: 240px; /* ボックスの高さ */
	overflow:hidden;
	margin: 0 auto;
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: #353230; /* ボックスの背景色(必須) */
   height: 240px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  320px; /* 画像の横幅 */
   height: 200px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 5px; /* 画像下部の余白 */
}














a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
}

a:link,
a:visited {
	color:#FFF; 
}
a:hover {
	color:#FF0000; 
}

/* メイン部分背景 */
/* ---------------------------------------------------------- */


div#container{
	clear: both;
	padding-bottom: 10px;
	background: #353230; 
}



div#header{
	height: 57px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFF;
	background: #191816;
	color:#fff;
	font-size: 12px;
}

	div#header h1{
		display: inline;
	}

/* ヘッダー select形式メニュー */
.headerMenu{
	float: right;
	margin: 10px 5px;
	height: 25px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 4px 0 0 10px;
	width: 120px;
}

	.headerMenu select{
		width: 100%;
		font-size: 14px;
	}

		.headerMenu select option{
			background: transparent;
			padding: 0 5px;
		}









/* グローバルナビ */
/* ---------------------------------------------------------- */

ul#navi{
}

	ul#navi li{
		display: block;
		width: 33%;
		background: #fdfdfd; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdfdfd 0%, #bdbdbd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdfdfd 0%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdfdfd 0%,#bdbdbd 100%); /* Opera 11.10+ */
		background: linear-gradient(top,  #fdfdfd 0%,#bdbdbd 100%); /* W3C */
		text-align: center;
		border-top: 1px solid #797979;
		border-radius: 4px 4px 0 0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
	}

	ul#navi li.naviLeft{
		float: left;
	}

	ul#navi li.naviRight{
		float: right;
	}

	ul#navi li.naviCenter{
		margin: 0 auto;
	}

		ul#navi li a{
			display: block;
			color:#191816;
			font-size: 14px;
			font-weight: bold;
			height: 30px;
			line-height: 30px;
		}

















/* 日付リンク */
/* ---------------------------------------------------------- */

div.dateLink{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #fff;

		margin-bottom: 5px;
	padding: 1px 0;
}

	div.dateLink div.dateLinkInner{
		background: #191816;
		color:#fff;
		text-align: center;
		height: 24px;
		line-height: 24px;
		font-weight: bold;
	}


	div.dateLink div.dateLinkInner a{
		color:#fff;
		font-weight: bold;
	}

	div.dateLink div.dateLinkInner a.left{
		display: block;
		float: left;
		padding-left: 10px;
	}

	div.dateLink div.dateLinkInner a.right{
		display: block;
		float: right;
		padding-right: 10px;
	}






.ma10{
	margin: 10px;
}


a.btnRegister,
.btnRegister{
	display: block;
	text-align: center;
	border: 1px solid #d55050;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	border-radius: 4px;
	margin: 0 10px 10px;
	background: #d75454; /* Old browsers */
	background: -moz-linear-gradient(top,  #d75454 0%, #ca2f2f 50%, #ad2828 51%, #982323 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d75454), color-stop(50%,#ca2f2f), color-stop(51%,#ad2828), color-stop(100%,#982323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d75454 0%,#ca2f2f 50%,#ad2828 51%,#982323 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d75454 0%,#ca2f2f 50%,#ad2828 51%,#982323 100%); /* Opera 11.10+ */
	background: linear-gradient(top,  #d75454 0%,#ca2f2f 50%,#ad2828 51%,#982323 100%); /* W3C */
}

a.btnRegister{
	padding: 10px;
}

	.btnRegister input{
		display: block;
		width: 100%;
		color:#fff;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		padding: 10px;
	}


.btnRegister.sectionInnerBtnRegister, a.btnRegister.sectionInnerBtnRegister,
.btngrad01.sectionInnerBtngrad01, a.btngrad01.sectionInnerBtngrad01{
	margin: 0 0 10px;
}







nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5095), to(#932E56));
	font-size: 107%;
	width: 300px;
	margin-top: 20px;
	margin: 0 auto;
}

nav li,nav2 li,nav3 li,nav_sub li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a,
nav2 li a,
nav3 li a,
nav_sub li a {
	display: block;
	width: 99px;
	padding: 8px 0;
}
nav li:first-child,
nav2 li:first-child,
nav3 li:first-child,
nav_sub li:first-child {
	border: none;
}
nav a,
nav2 a,
nav3 a,
nav_sub a {
	color: #fff;
}
section, nav {
	margin-bottom: 1em;
}



nav2{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5095), to(#932E56));
	font-size: 107%;
	width: 200px;
	margin-top: 20px;
	margin: 0 auto;
}

section, nav2 {
	margin-bottom: 1em;
}



nav3{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5095), to(#932E56));
	font-size: 107%;
	width: 100px;
	margin-top: 20px;
	margin: 0 auto;
}

section, nav3 {
	margin-bottom: 1em;
}


nav_sub {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
	font-size: 107%;
	width: 300px;
	margin-top: 20px;
	margin: 0 auto;
}



section, nav_sub {
	margin-bottom: 1em;
}






nav_shop li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}

nav_shop li a {
	display: block;
	width: 148px;
	padding: 8px 0;
}

nav_shop li:first-child {
	border: none;
}

nav_shop a {
	color: #fff;
}
section, nav {
	margin-bottom: 1em;
}



nav_shop{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5095), to(#932E56));
	font-size: 107%;
	width: 300px;
	margin-top: 20px;
	margin: 0 auto;
}

section, nav_shop {
	margin-bottom: 1em;
}
























h3 {
	background: url(./images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #f4b800;
	margin-top: 30px;;
	margin-bottom: 5px;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}

aside {
	background-color: #191816;
	border-radius: 8px;
	-webkit-border-radius: 8px;

	margin: 0 auto;
	margin-bottom: 5px;
	width: 90%;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}






div#footer{
	background: #191816;

	color:#FFF;
	text-align: center;
	padding: 25px 5px 25px;
}

#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}



.page_navi {
	width: 300px; height: 40px;
	margin-top: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

#btnTop_2 {
	width: 145px; height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
    color: #FFF;
    float:left;
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	margin-left: 5px;
}





/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


div.footNavi{
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	clear: both;

}

	div.footNavi a{
		background: url(./images/foot_navi_arrow.png) no-repeat 2px 5px;
		padding: 0 0 0 10px;

		letter-spacing: 0;
		margin: 0;
	}






/* 見出し */
/* ---------------------------------------------------------- */

.subTitle{
	background: url(./images/subtitle_left.png) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 14px;
	text-align: center;
	color:#fff;
	font: 10px/16px Arial,Helvetica,sans-serif;
}

	.subTitleInner01{
		display: block;
		background: url(./images/subtitle_right.png) no-repeat right 0;
		padding-right: 14px;
	}

		.subTitleInner02{
			display: block;
	height: 16px;
			background: #3E3B3A;
		}


.subTitle_red{
	background: url(./images/subtitle_left_red.png) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 14px;
	text-align: center;
	color:#fff;
	font: 10px/16px Arial,Helvetica,sans-serif;
}

	.subTitleInner01_red{
		display: block;
		background: url(./images/subtitle_right_red.png) no-repeat right 0;
		padding-right: 14px;
	}

		.subTitleInner02_red{
			display: block;
	height: 16px;
			background: #CC0000;
		}


.subTitle_blue{
	background: url(./images/subtitle_left_blue.png) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 14px;
	text-align: center;
	color:#fff;
	font: 10px/16px Arial,Helvetica,sans-serif;
}

	.subTitleInner01_blue{
		display: block;
		background: url(./images/subtitle_right_blue.png) no-repeat right 0;
		padding-right: 14px;
	}

		.subTitleInner02_blue{
			display: block;
	height: 16px;
			background: #3366CC;
		}







/* ホットトピックス */
/* ---------------------------------------------------------- */

ul.hottopicsList{
	clear: both;
	margin: 0 10px 5px;
	border-top: 1px solid #575757;
	margin-bottom: 5px;
	list-style: none;
}

ul.hottopicsList li{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#1F1F1F),to(#1F1F1F));
	background-image: -webkit-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -moz-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -ms-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -o-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: linear-gradient(#1F1F1F,#1F1F1F);
}



	ul.hottopicsList li a{
		display: block;
		background: url(./images/news_list_arrow.png) no-repeat right center;
		border-bottom: 1px solid #575757;
		padding: 10px 25px 10px 10px;
		line-height: 2em;
		color:#fff;
		background-size: 8px 9px;
		-webkit-background-size: 8px 9px;
	}


ul.hottopicsList_y{
	clear: both;
		border-top: 1px solid #575757;
	margin-bottom: 5px;
	list-style: none;
}

ul.hottopicsList_y li{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#1F1F1F),to(#1F1F1F));
	background-image: -webkit-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -moz-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -ms-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: -o-linear-gradient(#1F1F1F,#1F1F1F);
	background-image: linear-gradient(#1F1F1F,#1F1F1F);
}



	ul.hottopicsList_y li a{
		height:70px;
		display: block;
		background: url(./images/news_list_arrow.png) no-repeat right center;
		border-bottom: 1px solid #575757;
		line-height: 2em;
		color:#fff;
		background-size: 16px 18px;
		-webkit-background-size: 16px 18px;
	}

.in_box {
	top: 2px; left: 2px;
	width: 95%; height:65px;
	position: relative;
	overflow: hidden;
	float: left;
}


.img_box {
	top: 3px; left: 5px;
	width: 45px; height:60px;
	border: 1px #000000 solid;
	margin-right: 10px;
	overflow: hidden;
	position: absolute;
}


.text_box {
	top: 5px; left: 65px;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
}


/* リスト形式のコンテンツ一覧リンク */

.contentList{
	margin: 0 10px  3px;
}

	.contentList h4{
		background: url(../../images/bg_grid.png) repeat 0 0 #FF5A00;
		color:#fff;
		border-left: 1px solid #cacbcb;
		border-right: 1px solid #cacbcb;
		border-top: 1px solid #cacbcb;
		border-radius: 4px 4px 0 0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		padding: 5px;
		zoom:1;
	}

	.contentList ul{
		background: #fff;
		list-style: none;
		border-radius: 4px;
	}

	.contentList ul li{
		padding: 0;
		line-height: 16px;
		border-left: 1px solid #cacbcb;
		border-right: 1px solid #cacbcb;
		border-bottom: 1px solid #cacbcb;
	}

	.contentList ul li a{
		height:70px;
		display: block;
		color:#374876;
		background: url("../../images/news_list_arrow.png") no-repeat scroll right center;
		background-size: 16px 18px;
		zoom:1;
	}



table.feesmart {
	margin : 5px;
	border-collapse : collapse;
	border-style : solid;
	border-width : 1px;
	width : 98%;
	background : #ffffff;
}
table.feesmart td {
	border-style : solid;
	border-width : 1px;
	color : #000000;
	padding : 5px;
	border-color : #999;
	word-break: break-all;
}
td.feetitle {
	text-align : left;
	background : #999;
}
td.feename {
	background : #f5f5f5;
	text-align : center;
	color : #000000;
}
label.feetitle{
	color : #ffffff;
	font-weight : bold;
}

#store_data{
	width:95%;
	height:340px;
	margin: 0 auto;
}
#store_data ul{
	width:100%; height:100%;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
#store_data ul li{

	list-style: none;
	color: #FFF;
	padding:5px 0 5px 0;
	display: block;
	float: left;
	border-top: solid 1px #666;
}
#store_data ul li a{
	position: relative;
	text-decoration: none;
	color: #FFFF00;

}
#store_data ul li a:hover{
	color: #cc0000;
}

#store_data ul.sd-2 li {
	width: 35%;
}
#store_data ul.sd-2 li:nth-child(2n) {
	width: 65%;
}

.line_no {
	border-bottom: solid 1px #666;

}


.contentList ul.sd-2 li {
	background: #FFF;

}
.contentList ul.sd-2 li:nth-child(2n) {
	background: #F8F8FB;

}


.m_map { 
	width: 90%;
	height: 400px;
	padding : 5px 0 5px 0;
margin-bottom: 20px;
	position: relative;
	}


#map { height: 100% }


.spot {
	top: -150px;
position: relative;
}




