@charset "utf-8";
/* CSS Document */


/* last update 2014.05 
-----------------------------------------------------------*/



body {
	background-color: #FFF;
}
#container {
	width:100%;
	font-size:0.9em;
	/*overflow: hidden;	*/
}

#header {
	padding: 16px 8px;
	background-color: #FFF;
	border-top: solid 8px #F60;
	position: relative;
}

#header p {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

#contents {
	background-color: #FFF;
	width:100%;
	min-height: 300px;
}
#main {
	clear: both;
	background-color: #FFF;	
	min-height: 300px;
	padding:20px;
}
#footer {
	background-color: #f9f1ca;
	font-size: 12px;
	line-height: 18px;
}
#footer p {
	padding: 10px;
}


#footer .copyright {
	color: #FFF;
	margin-top: 10px;
	font-size:11px;
	text-align: right;
	background-color: #ff6600;
}



#topimg {	
	clear:both;
	border-top: solid 4px #d2d2d2;
	position: relative;
}
#souba {
	position: absolute;
	top: 10px;
	right: 10px;
}

ul#gmenu li {
	display: inline-block;
	width: 16.5%;
	cursor:pointer;
	float: left;
	box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 0px 0px 5px 1px;
}

ul#topmenu li {
	clear: both;
	border-bottom: solid 1px #CCC;
	position: relative;
}
ul#topmenu li a {
	display: block;
	min-height: 72px;
	font-size:1.4em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/btn_arr.gif);
	background-repeat: no-repeat;
	background-position: right center;

background: #fcfcfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcfcfc 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */

}
ul#topmenu li a img {
	width: 90px;
	float: left;	
}
ul#topmenu li a span {
	display: block;
	line-height:140%;
	padding-top:25px;
	padding-left: 105px;
	margin: auto 0;
}
ul#topmenu li a span.dl-line {
	font-size:0.8em !important;
	padding-top:10px !important;
}

#everyday {
	position: absolute;
	top: 40%;
	right: 10px;
}
#price-area {
	clear: both;
	width: 290px;
	margin:10px auto;	
	padding: 30px 16px 0 16px !important;	
}
.pagetop {
	padding-top: 40px;
	clear: both;
	text-align: right;
}
.pagetop a {
	padding-left: 1.5em;
	background-image: url(../images/arr_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;		
}
.control {
	height: 40px;
	padding-top:40px;
	position: relative;
	text-align: center;
}
.pagelist {
	height:4em;	
}
.pagelist ul {
	position: relative;
	left: 50%;
	float: left;
	list-style-type: none;
}

.pagelist ul li {
	color: #FFF;
	position: relative;
	left: -50%;
	float: left;
	width:31px;
	height:26px;
	margin-right: 16px;
	text-align: center;
	border: solid 1px #CCC;
	box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	background-color: #F90;
	font-weight: bold;
}

.pagelist ul li a {
	display: block;
	padding: 3px;
	width:25px;
	height:20px;
	text-align: center;
	margin-right: 16px;
	
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 51%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(243,243,243)), color-stop(51%,rgb(237,237,237)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.pagelist ul li a:hover, .pagelist ul li .active {
	color: #fff;
background: rgb(255,197,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,197,120) 0%, rgb(251,157,35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,197,120)), color-stop(100%,rgb(251,157,35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,197,120) 0%,rgb(251,157,35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */

}

.junbi {
	width: 60%;
	line-height: 500%;
	padding: 10px;
	margin: 50px auto;
	border: double 3px #930;
	background-color:#FEE9EA;
	text-align: center;
}


dl.normal dt{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dl.normal dd{
	margin: 0 0 20px 0;
	padding-left: 20px;
}

dl.normal dt img{
	margin-bottom:5px;
}



#inquiry-btn {
	padding: 20px 0;
	text-align: center;
}
#inquiry-btn input {
	padding:5px 10px;
}
.sended {
	width: 70%;
	margin: 80px auto 20px auto !important;
	padding: 20px 0;
	text-align: center;
	font-size: 1.2em !important;
	color: #933;
	font-weight: bold;
	border: double 3px #CCC;
	background-color: #FBF8F4;
}

.subtitle-item {
     font-size: 20px;
     line-height: 28px;
     font-weight: bold;
}

table.inquiry {
	width: 100%;	
}











#top-img {
	clear: both;
	padding: 0 0 10px 0 !important;	
}
#maincontent {
	clear: both;
	padding: 20px 0;	
}


.notice {
	font-size: 14px;
	line-height: 130%;
	background-color: #003154;
	padding: 10px;
	margin: 0 10px 20px 10px;
	border: solid 1px #FFF;	
}




/* 2014.03
-----------------------------------------------------------*/
.infotitle {
	margin: 15px 15px 0 15px;
	padding: 10px 10px 10px 50px;
	background-color: #000000;
	font-weight: bold;
	color: #CCDAF7;
	border: solid 2px #8da6c1;
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	background-image: url(../images/bg_info.gif);
	background-position: left center;
}
.infobox {
	padding-top:15px;
	margin: 0 15px 25px 15px;
	border: solid 2px #8da6c1;
	border-radius: 10px;
	border-top: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background-color: #0A223F;
}

.infolink {
	padding: 0 15px 15px 15px;
}


.infolink a {
	display: block;
	padding:10px 0;
	width: 100%;
	border: solid 2px #425c83;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #0F3360;
	background-image: url(../images/bg_date.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.infolink .date {
	width: 70px;
	font-weight: bold;
	text-align: center;
	float: left;
	vertical-align:middle;
}
.infolink p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 50px 0 80px;
	vertical-align: middle;
	background-image: url(../images/arr_info.png);
	background-repeat: no-repeat;
	background-position: right center;
}
 
.infotexttitle {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	width: 80%;
	margin: 10px auto;
	text-align:center;
	padding-top: 1.3em;
	background-image: url(../images/bg_infotext.gif);
	background-repeat: no-repeat;
	background-size: 100%;
}
.infotextbox {
	font-size: 0.8em;
	line-height: 1.5em;
	padding:20px;
	margin: 0 15px 15px 15px;
	border: solid 2px #8da6c1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #0A223F;
}
.text-right {
	text-align: right;	
}
p.back {
	width: 30%;
	margin: 10px auto;
}

.more-rank {
	position: relative;	
	height: 25px !important;
	padding: 10px !important;
}
.more-rank a {
	color: #FFF !important;
	font-weight: bold;
	min-width:5em !important;
	height: 25px !important;
	padding: 10px 10px 10px 45px !important;
	display: inline-block !important;
	position: absolute;
	top:0;
	right: 5px;
	background-image: url(../images/icon_rank.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.5em;
}



#main h2 {
	font-size: 1.3em;
	border-left: solid 3px #F30;
	border-bottom: solid 1px #CCC;
	padding: 5px 5px 5px 12px;
	margin-bottom:1em;
}
#main p, #main li, #main dd {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom:2em;
}
h3 {
	font-size: 1.0em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 5px 4px 5px 5px;
	color: #6F3713;
	margin-bottom: 8px;
background: #fff1d1; /* Old browsers */
background: -moz-linear-gradient(top,  #fff1d1 1%, #ffe3a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff1d1), color-stop(100%,#ffe3a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff1d1 1%,#ffe3a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff1d1 1%,#ffe3a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff1d1 1%,#ffe3a3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff1d1 1%,#ffe3a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1d1', endColorstr='#ffe3a3',GradientType=0 ); /* IE6-9 */
	
	box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-webkit-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(181, 181, 181, 0.65098) 1px 1px 3px 1px;
}
h3 > span {
	display:block;
	padding-left: 20px;
	line-height: 1.8em !important;
	background-image: url(../images/arr.png);
	/* background-image: url(../images/bg_h3.gif); */
	background-repeat: no-repeat;
	background-position: left 3px;
	
}
.qanda > span {
	display:block;
	padding-left: 30px;
	background-image: url(../images/arr_q.png);
	/* background-image: url(../images/bg_h3.gif); */
	background-repeat: no-repeat;
	background-position: left top ;
	
}

.inquiry td {
	padding-bottom:1em !important;	
}
.inquiry td p {
	margin-bottom:3px !important;
}

.icon {
	margin-bottom: 2em;	
}
.icon p {
	margin-bottom: 5px !important;	
}

table.gaiyou {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.gaiyo-box {
	padding: 10px;
	background-color: #FFF7DD;
	border: solid 1px #A27C6C;
}
.gaiyo-box2 {
	border: solid 1px #cccc99;	
	padding: 10px;
	margin-bottom: 3em;
}
.gaiyo-head {
	line-height: 2em !important;
	font-size: 1.2em !important;
}

.th-rev {
	font-weight: bold !important;
	color: #FFF;
	background-color: #765030 !important;
	padding: 4px 4px 4px 10px;
	background-image: none !important;
}

table.basic th, table.basic td {
	font-size: 0.9em;
	border: solid 1px #CCC;
	text-align: center;
	padding: 3px 8px !important;
}
table.basic th, table.inquiry th {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #fff3d0;
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
}
table.basic td table td {
	padding-left: 0 !important;	
}
table.border-none td {
	border: none;
	text-align:left;	
}



table.schedule td {
	font-size: 0.9em;
	padding:4px;
	border: solid 1px #666;
}
table.schedule {
	width: 100%;
	margin-bottom: 40px;	
}
table.listtable {
	margin-bottom: 10px;	
}
table.schedule th {
	font-size: 0.9em;
	line-height:2em;
	font-weight: bold !important;
	color: #FFF;
	background-color: #5C4F3F !important;
	padding-left: 10px;
	border: solid 1px #666;
	text-align: center;
}
.listtable th {
	font-size: 1.1em;
	line-height:2em;
	background-color: #5C4F3F !important;
	padding-left: 10px;
	border: solid 1px #666;
	text-align: center;
}

table.schedule td {
	padding:4px;
	border: solid 1px #666;
}


dl.news-list dd {
	padding-left: 9em;
	padding-bottom:5px;
}
ul.news-list li, ul.teikan li, p.arr, div.arr, td.arr {
	line-height: 1.3em;
	padding: 0 0 0 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.arr li {
	line-height: 1.3em;
	padding: 0 0 0 20px;
	margin-bottom: 0.3em !important;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
dl.news-list dd:last-child, ul.news-list li:last-child {
	margin-bottom:30px;
}
.news-list img{ 
	vertical-align: middle;
	border:none;
}	


.font12 {
	font-size: 12px;	
}
.font14 {
	font-size: 14px;	
}
#teikan, #enkaku {
	font-size:0.9em;
	line-height: 1.3em;
	margin-bottom: 24px;
	padding: 20px;
	background-color: #FFF7D2;
}
#teikan h3 {
	font-size:1.4em;
	background-image: none !important;
	padding-left: 0px;
	margin-bottom: 24px !important;
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);		
}
ul.teikan {
	padding: 15px 0 0 40px;
}

ul.teikan li {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom:1em !important;
	padding: 0 0 0 20px;
	background-image: url(../images/arr_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#enkaku table td {
	font-size:1em;
	padding: 8px 0 8px 8px;
	vertical-align: top;
	border-bottom: dotted 1px #999;
}
#enkaku .year {
	color: #6F3713;
	font-weight: bold;
	width: 100px;
}
.visible-non {
	visibility: hidden;	
}
