@charset "utf-8";

body{
	/*background: url(http://www.ofusesystem.com/jumbo/2014/jetstar/sp_index.jpg) center top no-repeat;*/
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.w980,
.w990,
.w920{
	width: auto;
	margin: 0;
}
#content{
	padding-bottom: 35px;
}
#container.noScroll{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
a:hover{
	color: #333;
}
a:hover img{
	opacity: 1;
}
.pcCont{
	display: none!important;
}
.spCont{
	display: block;
}
/* 不要な要素の削除 */
header h1,
header .sns,
header nav ul,
header nav .login,
footer nav p{
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header .departure_change{
	font-size:12px;
	height: 42px;
}
header .departure_change .select_area{
	width: calc(100% - 50px);
	height: 24px;
	padding: 3px 10px;
}
header .departure_change .select_area:after{
	width: 24px;
	height: 24px;
	padding-top: 6px;
	font-size:8px;
}
header .departure_change ul{
	margin: 0 -10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■areaNav
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#areaNav{
	width: 100%;
	height: 40px;
	border-bottom-width: 3px;
}
#areaNav .hd{
	overflow:hidden;
}
#areaNav .hd img{
	width: auto;
	height: 40px;
	margin-left: -10px;
}
#areaNav ul{
	width: calc(100% - 79px);
	margin-left: -10px;
}
#areaNav ul li{
	width: 23%;
	border-right: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#areaNav ul li:last-of-type{
	width: 31%;
	border-right: none;
}
#areaNav ul li a{
	min-width: inherit;
	font-size: 12px;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pankuzu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pankuzu{
	width: 100% !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	width: auto;
	background: #f6f6f6;
}
footer .w980{
	padding: 0;
}
/*-----------------------------------
	nav
------------------------------------*/
footer nav ul{
	height: auto;
	overflow: hidden;
	padding: 0; 
	margin: 0;
	border-top: 1px solid #c5c5c5;
}
footer nav ul li{
	width: 50%;
	float: left;
	margin: 0;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer nav ul li:nth-child(4){
	clear: none;
}
footer nav ul li:nth-child(even){
	border-right: none;
}
footer nav ul li a{
	display: block;
	font-size: 12px;
	background: url(../img/ico_arrow01.png) 10px center no-repeat;
	-webkit-background-size: auto 6px;
	background-size: auto 6px;
	padding: 10px 10px 10px 22px;
}
/* ---------- */
footer nav+p{
	display: block;
	clear: both;
	padding: 18px 10px 0;
	font-size: 10px;
	line-height: 1.4;
}
footer .sns{
	position: static;
	padding: 15px 10px;
	font-size: 0;
	text-align: center;
}
footer .sns li{
	display: inline-block;
	float: none;
	margin: 0 5px;
}
footer .sns li img{
	width: auto;
	height: 40px;
}
footer .marks{
	position: static;
	height: 47px;
	width: auto;
	padding: 5px 10px 0;
}
footer small{
	height: 55px;
	line-height: 55px;
	font-size: 10px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■searchBox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#searchBox{
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
}
#searchBox h2{
	padding: 11px 0 9px 2px;
	text-align: center;
}
#searchBox h2 img{
	height: 17px;
	width: auto;
}
#searchBox .loupe{
	width: 39px;
	height: auto;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -105px;
}
#searchBox form{
	margin: 0 8px;
	padding: 0 0 12px 0;
}
#searchBox dl{
	padding: 0 0 13px 0;
	background: url(../img/shadow_searchbox.png) center bottom no-repeat;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}
#searchBox dl dt{
	width: 75px;
	height: 23px;
	font-size: 13px;
	line-height: 23px;
	padding: 11px 0 9px 16px;
}
#searchBox dl dd{
	padding: 11px 16px 9px 91px;
	background: url(../img/shadow_searchbox.png) center top no-repeat;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;	
	font-size: 13px;
}
#searchbox_arrs_parents{
	display: block;
	margin-bottom: 5px;
}
/*-----------------------------------
	form
------------------------------------*/
form input[type="text"]{
	-webkit-appearance: none;
}
form input[type="text"],
form select{
	height: 23px;
}
form input[type="checkbox"],
form input[type="radio"]{
	width: 12px;
	height: 12px;
	top: 0;
	margin: 0 3px 0 0;
}
form input[type="submit"]{
	width: 50%;
	font-size: 14px;
	padding: 6px 0;
}
form input#depaDay{
	width: 60%;
}
form br.spCont + select{
	margin-top: 7px;
}
form input.searchBtn{
	margin-top: 2px;
	background: #ff5700 url(../img/ico_searchbtn.png) 17px center no-repeat;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
}
form label{
	height: 23px;
	line-height: 23px;
	margin: 0 10px 0 0;
}
form .ui-datepicker-trigger{
	height: 17px;
	width: auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sections
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
section h2{
	font-size: 22px;
	padding: 0;
	margin: 0 3px 13px 0;
	text-align: center;
	background: none;
}
section h2 span{
	display: inline-block;
	background: url(../img/ico_hd01.png) left 3px no-repeat;
	-webkit-background-size: auto 23px;
	background-size: auto 23px;	
	padding: 0 0 0 33px;
}
body.area #lowest h2 span{
	padding-left: 6px;
}
section h2 span span{
	display: block;
	font-size: 14px;
	margin: -1px 0 0 -30px;
	background: none;
	padding: 0;
}
section.bgOrange h2{
	color: #fff;
	background: none;
}
section.bgOrange h2 span{
	background: url(../img/ico_hd02.png) left 2px no-repeat;
	-webkit-background-size: auto 23px;
	background-size: auto 23px;	
}
section.bgOrange h2 span span{
	color: ffcdc0;
	background: none;
}

section h2.pat02{
	text-align:left;
	margin-right: 0;
}
section h2.pat02 span{
	padding-left: 50px;
}
section h2.pat02 span span{
	font-size:12px;
	padding-left: 36px;
	display:block;
	margin-top: -2px;
}




























