@charset "UTF-8";
/* CSS Document */


.red { color:#f00;}

/* ============================
		Top page
 ============================ */

/* article.topPage */

article.topPage {
	margin-bottom:20px;
}
article.topPage .container {
	position:relative;
	width:100%;
}

article.topPage .container.mt10 {
	margin-top:0 !important;
}

article.topPage .mainVisual {
	display:none;
/*	width:320px;
	height:145px;*/
}

article.topPage .mainVisualOther {
/*	position:absolute;
	top:345px;
	left:350px;
	width:630px;
	z-index:2;*/
}

article.topPage .mainVisualOther .forGuest {
	width:290px;
	border:1px solid #c7c7c7;
	border-radius:5px;
	padding:5px 10px;
	background: linear-gradient(#fff, #e8e8e8);
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

article.topPage .mainVisualOther .forGuest h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
}

article.topPage .mainVisualOther .forGuest p.body {
	font-size:12px;
	margin-bottom:3px;
	line-height:1.3em;
}
article.topPage .mainVisualOther .forGuest a.link {
	display:block;
	padding:5px;
	padding-left:14px;
	color:#000;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#fff;
	font-size:11px;
	background-image:url(../images/mark0001.png);
	background-repeat:no-repeat;
	background-position: 5px center;
	background-size: auto 8px;
}

article.topPage .mainVisualOther .otherBnr {
}

article.topPage .mainVisualOther .otherBnr a {
	display:block;
	width:210px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c7c7c7;
	border-radius:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background: linear-gradient(#fff, #e8e8e8);
}

article.topPage .mainVisualOther .otherBnr img {
	width:200px;
	height:auto;
}
article.topPage .reservationSearch {
	padding:10px;
	background-color:#ffe100;
	margin-bottom:10px;
}
article.topPage .reservationSearch .wrap {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

article.topPage .reservationSearch img.title {
	width:300px;
	height:auto;
}

article.topPage .reservationSearch .searchForm dl:before,
article.topPage .reservationSearch .searchForm dl:after {
  content:"";
  display: table;
}
article.topPage .reservationSearch .searchForm dl:after { clear:both; }
article.topPage .reservationSearch .searchForm dl { *zoom:1;}
article.topPage .reservationSearch .searchForm dl { 
	height:36px;
	background-color:#fff;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px 0;
}

article.topPage .reservationSearch .searchForm dt {
	float:left;
	width:55px;
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-align:center;
	padding-top:4px;
}

article.topPage .reservationSearch .searchForm dd {
	float:left;
	font-size:16px;
	width:245px;
}

article.topPage .reservationSearch .searchForm dd label {
	margin:0;
/*	vertical-align:baseline;*/
}

article.topPage .reservationSearch .searchForm input.days {
	width:24px;
	height:24px;
	padding:5px;
	font-size:18px;
	border:1px solid #bababa;
	border-radius:5px;
}
article.topPage .reservationSearch .searchForm input.years {
	width:40px;
	height:24px;
	padding:5px;
	font-size:18px;
	border:1px solid #bababa;
	border-radius:5px;
}

article.topPage .reservationSearch .searchForm select {
	font-size:14px;
	height:36px;
	padding:3px 10px 3px 3px;
	border:1px solid #bababa;
	border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-image:url(../images/select_mark002.png);
	background-repeat:no-repeat;
	background-position: right center;
	background-size:auto 12px;
	background-color:#fff;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}


article.topPage .reservationSearch .searchForm select.years {
	width:58px;
	background-image:url(../images/select_mark003.png);
}

article.topPage .reservationSearch .searchForm select.days {
	width:40px;
	background-image:url(../images/select_mark003.png);
}

article.topPage .reservationSearch .searchForm dd.thisDate {
	position:relative;
}
article.topPage .reservationSearch .searchForm dd.thisDate img.ui-datepicker-trigger {
	position:absolute;
	top:5px;
	right:5px;
}


article.topPage .reservationSearch .searchForm select.dpe,
article.topPage .reservationSearch .searchForm select.dest {
	background-image:url(../images/select_mark001.png);
	width:180px;
	padding:5px 15px 5px 5px;
}



article.topPage .reservationSearch .searchForm select::-ms-expand {
  display: none;
}

input[type=radio] {
	display: none;
}

.radio {
	position: relative;
	display: inline-block;
	padding-left:22px;
}

.radio:after {
	position: absolute;
	top: 10px;
	left: -5px;
	display: block;
	margin-top: -10px;
	width: 22px;
	height: 22px;
	border: 1px solid #bbb;
	border-radius: 12px;
	content: '';
	background-image:url(../images/mark_chk_off.png);
	background-repeat:no-repeat;
	background-position:3px center;
	background-size:16px auto;
}

.radio:before {
	position: absolute;
	top: 10px;
	left: -1px;
	display: block;
	margin-top: -6px;
	width: 16px;
	height: 16px;
	background-image:url(../images/mark_chk.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px auto;
	content: '';
	opacity: 0;
	z-index:3;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

article.topPage .reservationSearch .searchForm dd label.radio {
//	margin:4px 10px 0 5px;
	margin-top:7px;
}

@-moz-document url-prefix() {
.radio:after {
	top: 12px;
	left: -5px;
}
.radio:before {
	top: 12px;
	left: -1px;
}
}

label.radio {
	font-weight:bold;
//	margin-right:30px  !important;
	margin-right:10px  !important;
}

select:hover,
.radio:hover {
	cursor:pointer;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
article.topPage .reservationSearch .searchForm select { padding:10px 15px 10px 10px;
 }
}*/


article.topPage .reservationSearch .searchForm input.submit {
	display:block;
	width:270px;
	margin:15px auto 10px auto;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #a0a0a0;
	border-radius:5px;
	background-image:url(../images/bg_submit001.png);
	background-repeat:repeat-x;
	background-position:left center;
	background-size: auto 70px;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:18px;
	font-weight:bold;
}

article.topPage .reservationSearch .searchForm input.submit:hover {
	background-image:url(../images/bg_submit001_off.png);
	color:#999;
	cursor:pointer;
}

/* article.topPageSecond */

article.topPageSecond {
	background-color:#ffe100;
	background-image:url(../images/shodow001.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:5px auto;
	padding:20px 0 25px 0;
	margin-bottom:20px;
}

article.topPageSecond .deals {
	width:285px;
	height:82px;
	padding:50px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_top_2nd_deals_sp.png);
	background-repeat:no-repeat;
	background-size:304px auto;
}

article.topPageSecond .deals p {
	font-size:11px;
	line-height:1.1em;
	padding-top:3px;
}

article.topPageSecond .searchMap {
	width:300px;
	height:235px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding:0;
	background-color:#fff;
	border-radius:5px;
	background-image:url(../images/bg_top_map_sp.png);
	background-size:285px auto;
	background-repeat:no-repeat;
}

article.topPageSecond .searchMap ul {
/*	padding-left:105px;*/
	padding-left:12px;
	padding-top:66px;
}

article.topPageSecond .searchMap li {
	float:left;
	padding:0 3px 3px 0;
}
article.topPageSecond .searchMap li.tokyo,
article.topPageSecond .searchMap li.kyusyu {
padding-left:95px
}

article.topPageSecond .searchMap li a {
	display:block;
	padding-top:3px;
	padding-left:3px;
	background-image:url(../images/bg_top_bottun04.png);
	background-repeat:no-repeat;
	background-size:89px auto;
	width:89px;
	height:48px;
	overflow:hidden;
}
article.topPageSecond .searchMap li.tokyo img,
article.topPageSecond .searchMap li.kansai img,
article.topPageSecond .searchMap li.kyusyu img {
	width:79px;
	height:auto;
}
article.topPageSecond .searchMap li.hokaido img,
article.topPageSecond .searchMap li.touhoku img,
article.topPageSecond .searchMap li.chubu img,
article.topPageSecond .searchMap li.shikoku img {
	width:58px;
	height:auto;
}


article.topPageSecond .banner {
	position:relative;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	height:95px;
	background-color:#fff;
	border-radius:5px;	
}

article.topPageSecond .banner .title {
	position:absolute;
	top:-8px;
	left:-3px;
}
article.topPageSecond .banner .title img {
	width:200px;
	height:auto;
}

article.topPageSecond .banner .photo {
	position:absolute;
	top:10px;
	left:220px;
}
article.topPageSecond .banner .photo img {
	width:auto;
	height:72px;
}
article.topPageSecond .banner p {
	position:absolute;
	top:50px;
	left:10px;
	width:210px;
}

/* topPageThird */

article.topPageThird {
}

article.topPageThird .iLeft {
}

article.topPageThird .iLeft .columm {
}

article.topPageThird .aside,
article.topPageThird .iRight {
}

/* news */

article.topPageThird .news {
	border:1px solid #aaa;
	border-radius:5px;
	padding:10px;
	position:relative;
	margin-bottom:20px;
}
article.topPageThird .news h2 {
	background-image:url(../images/bg_top_news_title.png);
	background-repeat:no-repeat;
	background-size:65px auto;
	border-bottom: 1px dotted #787878;
	font-size:14px;
	font-weight: bold;
	padding-left:70px;
	padding-bottom:3px;
	margin-bottom:10px;
}

article.topPageThird .news .archive {
	position:absolute;
	top:15px;
	left:265px;
}
article.topPageThird .news .archive img {
	width:auto;
	height:13px;
}


/*article.topPageThird .news dl:before,
article.topPageThird .news dl:after { content:""; display: table; }
article.topPageThird .news dl:after { clear:both; }
article.topPageThird .news dl { *zoom:1; border-bottom:1px solid #eee;}*/
article.topPageThird .news dl { border-bottom:1px solid #eee; padding:5px}
/*article.topPageThird .news .newsList dl:nth-child(1){  border-top:1px solid #eee; }
article.topPageThird .news .newsList dl:nth-child(odd) { background-color:#fcfcfc;}*/
article.topPageThird .news dt {
	color:#f00;
}
article.topPageThird .news dt a {
	color:#f00;
}
article.topPageThird .news dd a {
/*	color:#000;*/
	color:#0000ff;
	text-decoration: underline;

}
article.topPageThird .news dd {
}

/* airNote */

article.topPageThird .airNote { margin-bottom:20px;}

article.topPageThird .airNote h2 {
	background-color:#545454;
	border-bottom:6px solid #ffce00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:10px;
}
article.topPageThird .airNote ul {
	padding-left:5px;
}
article.topPageThird .airNote il {
	font-size:12px;
	line-height:1.0em;
}
article.topPageThird .airNote li a {
	display:block;
	width:300px;
	height:40px;
	border:1px solid #e4e4e4;
	border-radius:5px;
	background: linear-gradient(#fff, #e8e8e8);
	margin-bottom:10px;
	box-shadow:3px 3px 3px #ccc;
	color:#000;
}

article.topPageThird .airNote li .frame {
	padding-left:100px;
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:80px auto;
	height:40px;
}

article.topPageThird .airNote li .link {
	background-image:url(../images/mark0007.png);
	background-repeat:no-repeat;
	background-position:180px center;
	background-size: auto 17px;
}

article.topPageThird .airNote li.ana .frame {
	background-image:url(../images/logo/ana.png);
}
article.topPageThird .airNote li.jal .frame {
	background-image:url(../images/logo/jal.png);
}
article.topPageThird .airNote li.sky .frame {
	background-image:url(../images/logo/skymark.png);
}
article.topPageThird .airNote li.jetstar .frame {
	background-image:url(../images/logo/jetstar.png);
}
article.topPageThird .airNote li.fda .frame {
	background-image:url(../images/logo/fda.png);
}
article.topPageThird .airNote li.starflyer .frame {
	background-image:url(../images/logo/sfj.png);
}
article.topPageThird .airNote li.solaseed .frame {
	background-image:url(../images/logo/solaseed.png);
}
article.topPageThird .airNote li.springJapan .frame {
	background-image:url(../images/logo/spring_japan.png);
}

article.topPageThird .airNote li .name,
article.topPageThird .airNote li .body,
article.topPageThird .airNote li .body span.note {
	width:140px;
	text-align:center;
}
article.topPageThird .airNote li .name {
	padding-top:3px;
	font-size:10px;
	line-height:1.1em
}
article.topPageThird .airNote li .body {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em
}
article.topPageThird .airNote li .body span.note {
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#f00;
	line-height:1.1em
}

/* shinkansen */
article.topPageThird .shinkansen {
}

article.topPageThird .shinkansen h2 {
	background-color:#545454;
	border-bottom:6px solid #ffce00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:10px 10px 10px 45px;
	background-image:url(../images/bg_top_title_shinkansen_sp.png);
	background-repeat:no-repeat;
	background-size:27px auto;
	background-position:10px center;
}
article.topPageThird .shinkansen h2 .small {
	font-size:12px;
}

article.topPageThird .shinkansen .body {
	font-size:12px;
	margin-bottom:5px;
}

article.topPageThird .shinkansen dl.tourDataList dt {
	float:left;
	width:58px;
}

article.topPageThird .shinkansen dl.tourDataList dt img {
	width:58px;
	height:auto;
}

article.topPageThird .shinkansen dl.tourDataList dd {
	float:left;
	width:252px;
}

article.topPageThird .shinkansen dl.tourDataList dd dl {
}

article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li {
	width:116px;
	height:90px;
	float:left;
	margin-left:10px;
}
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li h3 {
	background-color:#747474;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:3px;
}

article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dl:before,
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dl:after {
  content:"";
  display: table;
}
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dl:after { clear:both; }
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dl{ *zoom:1; }

article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dt {
	float:left;
	width:50px;
	background-image:url(../images/mark005.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:6px;
	font-size:11px;
}
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dd {
	float:left;
	width:56px;
	color:#f60;
	font-size:11px;
}

/* facebook */
article.topPageThird .facebook {
	display:none;
}


/* payment */

.aside .payment {
	border:1px solid #c9c9c9;
	border-radius:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.aside .payment h2 {
	padding:5px;
	background-image:url(../images/bg_top_payment_title.png);
	background-repeat:repeat-x;
	background-position:left center;
	border-radius:5px;
	border-bottom:1px solid #c9c9c9;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.aside .payment p.body {padding:10px;}
.aside figure.paymentType {text-align:center;}
.aside figure.paymentType img {	width:280px;	height:auto;}
.aside figure.asideBanner { display:block;margin-bottom:20px;}
.aside figure.asideBanner img { width:310px; height:auto;}



/* asideDeals */
.asideDeals { display:none }

.asideDeals a { color:#000;}

.asideDeals h2 {
	font-size:18px;
	font-weight:bold;
	border-left:6px solid #ffd300;
	margin-bottom:15px;
	padding:5px 0 5px 12px;
}

.asideDeals dl.addTypeA {
	border-bottom:1px dotted #d2d2d2;
	padding-bottom:10px;
	margin-bottom:10px;
}

.asideDeals dl.addTypeA dt {
	float:left;
	width:64px;
}
.asideDeals dl.addTypeA dt img {
	width:54px;
	height:auto;
}
.asideDeals dl.addTypeA dd {
	float:left;
	width:176px;
}

.asideDeals dl.addTypeA dd h3 {
	background-image:url(../images/mark0006.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
	font-size:12px;
	font-weight:bold;
}
.asideDeals dl.addTypeA dd p { font-size:12px;}

.asideDeals .addTypeB {
	border-bottom:1px dotted #d2d2d2;
	padding-bottom:10px;
	margin-bottom:10px;
}

.asideDeals .addTypeB h3 {
	background-image:url(../images/mark0006.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
	font-size:12px;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:5px;
}
.asideDeals .addTypeB p { font-size:12px;}

.asideDeals .addTypeB p.note {
	font-size:10px;
	line-height:1.2em;
}



/* ============================
	article
============================ */

article  {
}


/* ============================
	section #
============================ */

section {
}

