@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
	color:#333;
}

a:visited {
	text-decoration: none;
	color:#333;
}

img {
	vertical-align: top;
}

li {
	list-style-type: none;
}

.red{color:#f00;}

/*----------------------------------------------------
 #clfix
----------------------------------------------------*/
.clfix:after	{
	content:".";  /* 新しい要素を作る */
	display:block;  /* ブロックレベル要素に */
	clear:both;
	height:0;
	visibility:hidden;
}
.clfix	{min-height:1px;}
* html .clfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
.clear		{ clear:both;}
.allclear	{ clear:both; height:0; font-size:0; line-height:0;}


/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
	overflow: hidden;
	min-width: 320px;
	margin: 0;
	background: #fff;
}

/*----------------------------------------------------
 ランドスケープ表示
---------------------------------------------------
@media all and (orientation:landscape) {
	#page {
		width: 480px;
	}
}-*/


/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
	width:100%;
	min-height:31px;
	padding:11px 1px 5px 17px;
	position:relative;
	border-bottom:solid 1px #dbdbdb;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #efefef), color-stop(0.21, #fff));
	background: -webkit-linear-gradient(top, #fff 21%, #efefef 98%);
	background: -moz-linear-gradient(top, #fff 21%, #efefef 98%);
	background: -o-linear-gradient(top, #fff 21%, #efefef 98%);
	background: -ms-linear-gradient(top, #fff 21%, #efefef 98%);
	background: linear-gradient(to bottom, #fff 21%, #efefef 98%);
}
h1 {
}
header #hd-pc {
	width:80px;
	position:absolute;
	bottom:0;
	right:0;
	overflow:hidden;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
	width:100%;
	margin:10px 0 0 0;
	padding: 20px 0;
	border-top:solid 1px #c2c2c2;
	background: #f5f5f5;
	clear:both;
}
#device {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
#device a:link,#device a:visited,#device a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size:10px;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/

/*----共通----*/
section {
	width:100%;
	clear:both;
}
.main-h2 {
	padding:6px 14px;
	border-bottom:#0837c5 1px solid;
	border-top:#0837c5 1px solid;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #123fc6), color-stop(0.04, #2455e8), color-stop(0.00, #889fe4));
	background: -webkit-linear-gradient(top, #889fe4 0%, #2455e8 4%, #123fc6 100%);
	background: -moz-linear-gradient(top, #889fe4 0%, #2455e8 4%, #123fc6 100%);
	background: -o-linear-gradient(top, #889fe4 0%, #2455e8 4%, #123fc6 100%);
	background: -ms-linear-gradient(top, #889fe4 0%, #2455e8 4%, #123fc6 100%);
	background: linear-gradient(to bottom, #889fe4 0%, #2455e8 4%, #123fc6 100%);
}
select {
	font-size:14px;
	padding:5px;
}
/*----TOPページ----*/
#top-areawrap {
	background:#e1e8fa;
	overflow:hidden;
	padding:10px 0 10px 0;
}
#top-area {
	width:314px;
	margin:0 auto;
	
}
#top-area li {
	margin-bottom:2px;
	float:left;
}
.top-area-l {
	margin:0 0 0 2px;
}
.tokusyu-cassettewrap {
	margin:0 0 20px 0;
}
.tokusyu-cassettewrap a {
	height:auto;
	padding:0 8px 0 0;
	overflow:hidden;
	border-bottom:1px solid #d2d2d2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3f3f3), color-stop(0.41, #f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 41%, #f3f3f3 100%);
	background: -moz-linear-gradient(top, #f3f3f3 41%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #f3f3f3 41%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #f3f3f3 41%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #f3f3f3 41%, #f3f3f3 100%);
	display:block;
}
.tokusyu-cassette {
	min-height:74px;
	padding:8px 16px 8px 94px;
	position:relative;
	background:url(../img/arrow.png) no-repeat right center;
	-moz-background-size: 9px 14px; /* Firefox */
	-webkit-background-size: 9px 14px; /* Safari,Chromeなど */
	-o-background-size: 9px 14px; /* Opera */
	-ms-background-size: 9px 14px; /* ie */
	background-size: 9px 14px;
}
.tokusyu-cassette h3 {
	font-size:14px;
	color:#0c246d;
}
p.tokusyu-cassette-area {
	width:78px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:8px;
	left:8px;
}
.area-okinawa {background:#ff5400;}
.area-hokkaido {background:#3ca420;}
.area-hoski {background:#369ada;}
.area-kyusyu {background:#52a435;}
.area-tokyo {background:#3165e9;}
.area-kansai {background:#e93195;}
.tokusyu-cassette-img {
	position:absolute;
	top:26px;
	left:8px;
}
/*----SNS----*/
.sns {
	margin:0 20px 20px 20px;
}
.sns span {
	margin:0 5px 0 0;
}
/*----TOPへ戻る----*/
.pageanchor {
	width:80%;
	margin:10px auto 6px auto;
	padding:8px 0;
	background:#efefef;
	text-align:center;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;
	clear:both;
}

/*----検索----*/
.searchwrap {
	margin:0 0 20px 0;
}
table.kensaku {
	width:100%;
	margin:0 0 10px 0;
	border-top:1px solid #dadada;
}
table.kensaku tr {
	border-bottom:1px solid #dadada;
}
table.kensaku th {
	width:25%;
	padding:10px 5px;
	background:#E4E4E4;
}
table.kensaku td {
	padding:5px;
}
#kensaku-submit {
	text-align:center;
	margin-bottom:10px;
}
button.kensaku-btn {
	width:80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fc8200), color-stop(0.02, #fda419), color-stop(0.00, #fffcf9));
	background: -webkit-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -moz-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -o-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -ms-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: linear-gradient(to bottom, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	border:1px solid #c57811;
	border-radius: 5px;
}


.reserv p a{
	padding:10px;
}
.reserv p.kome{
	padding:5px 10px;
	border-bottom:1px solid #d2d2d2;
}




