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


.red { color:#f00;}

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

/* article.topPage */

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

article.topPage .mainVisual {
	width:630px;
	height:450px;
	float:right;
}

article.topPage .sliderVisual {
	display:none;
}

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

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

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 {
	float:left;
}

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

article.topPage .mainVisualOther .otherBnr img {
	width:200px;
	height:auto;
}

article.topPage .reservationSearch {
	float:left;
	width:310px;
	padding:10px;
	border-radius:5px;
	background-color:#ffe100;
}

article.topPage .reservationSearch img.title {
	width:310px;
	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:65px;
	font-size:18px;
	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:26px;
	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;
	margin:0;
	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;
	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;
	height:34px;
	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 {
	float:left;
	width:213px;
	height:130px;
	padding:10px 23px 0 20px;
	background-image:url(../images/bg_top_2nd_deals02.png);
	background-repeat:no-repeat;
}

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

article.topPageSecond .searchMap {
	float:left;
	width:723px;
	height:140px;
	background-color:#fff;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	background-image:url(../images/bg_top_map03.png);
	background-repeat:no-repeat;
}

article.topPageSecond .searchMap ul {
	padding-left:136px;
	padding-top:29px;
}

article.topPageSecond .searchMap li {
	float:left;
	width:112px;
	height:51px;
	margin:0 5px 2px 0;
}

article.topPageSecond .searchMap li a  {
	display:block;
	width:112px;
	height:51px;
	background-image:url(../images/bg_map_name01a.png);
	background-repeat:no-repeat;
}

article.topPageSecond .searchMap li.other a {
	background-image:url(../images/bg_map_name02a.png);
	width:346px;
}

article.topPageSecond .banner {
	position:relative;
	float:left;
	width:210px;
	margin-left:20px;
	height:140px;
	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:60px;
	left:8px;
}
article.topPageSecond .banner .photo img {
	width:auto;
	height:72px;
}
article.topPageSecond .banner p {
	position:absolute;
	top:70px;
	left:85px;
	width:130px;
}

/* topPageThird */

article.topPageThird {
}

article.topPageThird .iLeft {
	width:705px;
	padding-right:20px;
	float:left;
/*	background-image:url(../../images/bg_i_left.png);
	background-repeat:repeat-y;
	background-position:right;*/
}

article.topPageThird .iLeft .columm {
	border-top:6px solid #ffd300;
	padding:10px 0 30px 0;
}

article.topPageThird .aside,
article.topPageThird .iRight {
	width:240px;
	margin-left:15px;
	float:left;
	padding-bottom:30px;
}

/* 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:83px auto;
	border-bottom: 1px dotted #787878;
	font-size:18px;
	font-weight: bold;
	padding-left:100px;
	padding-bottom:3px;
	margin-bottom:10px;
}

article.topPageThird .news .archive {
	position:absolute;
	top:10px;
	left:635px;
}


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 .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 {
	float: left;
	width:110px;
	padding:5px 10px;
	background-image:url(../images/mark0003.png);
	background-repeat:no-repeat;
	background-position:left center;
}
article.topPageThird .news dt a {
	color:#000;
}

article.topPageThird .news dd a {
}

article.topPageThird .news dd {
	float: left;
	width:540px;
	padding:5px 10px;
	padding-left:0;
}

/* airNote */
article.topPageThird .airNote { margin-bottom:20px;}
article.topPageThird .airNote h2 {
	background-image:url(../images/bg_top_h2_notes.png);
	background-repeat:no-repeat;
	 margin:0 0 10px 0;
	 padding:0 0 0 15px;
	 line-height:50px;
}
article.topPageThird .airNote ul {
	float:left;
}
article.topPageThird .airNote il {
	font-size:12px;
	line-height:1.0em;
}
article.topPageThird .airNote li a {
	display:block;
	width:345px;
	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 a .frame {
	padding-left:100px;
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:80px auto;
	height:40px;
}
article.topPageThird .airNote li.ana a .frame {
	background-image:url(../images/logo/ana.png);
}
article.topPageThird .airNote li.jal a .frame {
	background-image:url(../images/logo/jal.png);
}
article.topPageThird .airNote li.sky a .frame {
	background-image:url(../images/logo/skymark.png);
}
article.topPageThird .airNote li.jetstar a .frame {
	background-image:url(../images/logo/jetstar.png);
}
article.topPageThird .airNote li.fda a .frame {
	background-image:url(../images/logo/fda.png);
}
article.topPageThird .airNote li.starflyer a .frame {
	background-image:url(../images/logo/sfj.png);
}
article.topPageThird .airNote li.solaseed a .frame {
	background-image:url(../images/logo/solaseed.png);
}
article.topPageThird .airNote li.springJapan a .frame {
	background-image:url(../images/logo/spring_japan.png);
}

article.topPageThird .airNote li .name {
	padding-top:7px;
	font-size:10px;
	line-height:1.2em
}
article.topPageThird .airNote li .body {
	font-size:13px;
	font-weight:bold;
	line-height:1.2em
}
article.topPageThird .airNote li .body span.note {
	font-size:10px;
	font-weight:normal;
	color:#f00;
}


/* addBanner */

article.topPageThird .addBanner {
	float:left;
	width:342px;
	margin-right:21px;
}

article.topPageThird .addBanner li {
	margin-bottom:10px;
	font-size:9px;
	text-align:center;
}

article.topPageThird .addBanner img {
	width:324px;
	height:auto;
}


/* shinkansen */
article.topPageThird .shinkansen {
	margin-bottom:30px;
}

article.topPageThird .shinkansen h2 {
	background-image:url(../images/bg_top_title_shinkansen.png);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 50px;
	line-height:50px;
}
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:90px;
}

article.topPageThird .shinkansen dl.tourDataList dt img {
	width:90px;
	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:118px;
	height:90px;
	float:left;
	margin-left:5px;
}

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:52px;
	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 dt a {
	color:#000;
}

article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dd {
	float:left;
	width:60px;
	color:#f60;
	font-size:11px;
}
article.topPageThird .shinkansen dl.tourDataList dd ul.tourList li dd a {
	color:#f60;
}

/* facebook */
article.topPageThird .facebook {
	float:left;
	width:342px;
}
article.topPageThird .facebook h2 {
	background-image:url(../images/bg_top_title_facebook.png);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 50px;
	line-height:50px;
}


/* 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:228px;	height:auto;}
.aside figure.asideBanner { display:block;margin-bottom:15px;}
.aside figure.asideBanner img { width:240px; height:auto;}

/* asideDeals */
.asideDeals { }

.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 {
}

