/* 検索結果表示画面 */

/* 条件一時表示 */
.condition-area{
	width: 100%;
	padding: 0 0 6px;
	line-height: 100%;
}

.cd-head{
	display: table;
	padding: 0;
	margin: 0 0 8px;
	width: 100%;
	list-style: none;
	background: #DFDFDF;
}
/* 20161202 追加・修正ここから */
.cd-head li{
	display: table-cell;
	padding: 7px 0 5px;
	font-size: 12px;
	font-weight: bold;
	background:#FFF;
	text-align: center;
	vertical-align: middle;
}

.cd-head li a{
	color: #4A4A4A;
}

.flight{
	border-top: #7ED321 solid 3px;
}
.flight span{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/cd_flight.png) left center / 11px 11px no-repeat;
}

.ticket{
	border-top: #21A3D3 solid 3px;
}
.ticket span{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/cd_ticket.png) left center / 11px 11px no-repeat;
}

.together{
	border-top: #B821D3 solid 3px;
	line-height: 1em;
}
.together span{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/cd_together.png) left center / 11px 11px no-repeat;
}
.together em{
	color: #4A4A4A !important;
	font-size: 8px;
	font-weight: normal;
}

.hotel{
	border-top: #D1732F solid 3px;
	line-height: 1em;
}
.hotel span{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/cd_hotel.png) left center / 11px 11px no-repeat;
}
/* 20161202 追加・修正ここまで */
.tab-off{
	opacity:0.4;
}

.main-root img,
.main-option img{
	padding: 0 2px;
}

.main-root{
	margin: 0 0 2px 10px;
	font-size: 13px;
	font-weight: bold;
}

.main-date,
.main-option{
	display: inline-block;
	margin-bottom: 2px;
	color: #787878;
	font-size: 12px;
}

.main-date{
	margin-left: 10px;
}

.main-option img{
	vertical-align: top;
}

.main-ticket{
	margin: 5px auto 0;
	padding: 5px 0 0;
	width: 94%;
	font-size: 12px;
	border-top: #ACC0DA 1px dotted;
}

.main-ticket div{
	display: inline-block;
}

.main-ticket-name{
	padding-right: 10px;
	width: 62%;
	color: #004195;
	font-weight: bold;
}

.main-ticket-fee{
	width: 30%;
	text-align: center;
	vertical-align: top;
}

.main-hotel{
	color: #787878;
	font-size: 12px;
}

/* 区間・並べ替え */
.section-area{
	position: relative;
	padding: 8px 0;
	width: 100%;
	background: #F1F1F1;
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.20);
	color: #004195;
	font-size: 12px;
	border-bottom: #A2B7D3 1px solid;
}

.section-close{
	box-shadow: none;
	border-bottom: none;
}

.section-title{
	display: inline-block;
	padding: 1px 5px;
	margin:0 5px 0 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #004195;
	border-radius: 10px;
}

.section-txt{
	padding: 5px 8px;
	margin: 10px auto;
	width: 90%;
	color: #4A4A4A;
	text-align: center;
	background: #F7F7F7;
	border: 1px solid #DFDFDF;
}

.sort-btn{
	position: absolute;
	top: 7px;
	right: 10px;
	padding: 3px 3px 3px 25px;
	margin: 0;
	width: 130px;
	text-align: right;
	border: none;
	background: #DDD url(../images/sort.png) 8px center / 12px 13px no-repeat;
}

/* 検索結果一覧 */
.select-bar{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: #A2B7D3 1px solid;
}

/* 詳細　toggle */
.select-bar-area{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	background: #FFF;
	z-index: 1;
}

.select-bar-area .sum,
.select-bar-area-hotel{
	width: 90%;
	padding: 8px 0 0 15%;
	height:42px;
	text-align:left;
	cursor:pointer;
	background: url(../images/arrow_tgl.png) 87% center / 11px 7px no-repeat;
	padding-right:15px;
	overflow: hidden;
}

.select-bar-area .dtl{
	position: relative;
	display:none;
	margin: 0;
	height: auto;
	text-align:left;
	background: #EAF4F9;
}

.select-bar-area .active{
  background:url(../images/arrow_tgl_op.png) 87% center / 11px 7px no-repeat;
}

/* フライト概要 */
.flight-time{
	position: relative;
	float: left;
}

.flight-dpt,
.flight-arv,
.flight-kind{
	display: inline-block;
	color: #004195;
	font-size: 18px;
	font-weight: bold;
	line-height: 90%;
}

.flight-kind{
	padding: 0 2px;
	width: 57px;
	height: 10px;
	text-align: center;
}

.nonstop{
	background: url(../images/arrow_nonstop.png) center center / 57px 10px no-repeat;
}

.onestop{
	background:url(../images/arrow_onestop.png) center center / 57px 10px no-repeat;
}

.twostop{
	background:url(../images/arrow_twostop.png) center center / 57px 10px no-repeat;
}

.flight-airport{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 20px;
	color: #004195;
	font-size: 10px;
}

.dpt{
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	text-align: center;
}

.rly1{
	position: absolute;
	top: 0;
	left: 68px;
}

.rly2{
	position: absolute;
	top: 0;
	left: 52px;
}

.rly3{
	position: absolute;
	top: 0;
	left: 81px;
}

.arv{
	position: absolute;
	top: 0;
	left: 114px;
	width: 45px;
	text-align: center;
}

.flight-total{
	float: left;
	padding: 2px 0 0 8px;
	width: 28%;
	height: 48px;
	text-align: right;
}

.flight-total-time{
	font-size: 12px;
	line-height: 120%;
}

.flight-total-fee{
	color: #B81E33;
	font-size: 14px;
	font-weight: bold;
}

.camp{
	position: absolute;
	top: 0;
	right: 10%;
	width: 9px;
	height: 12px;
	line-height: 120%;
	background: url(../images/camp_icon.png) center center / 9px 12px no-repeat;
}

/* 詳細内容 */
.detail-box{
	margin: 0;
	padding: 0;
	list-style: none;
}

.detail-box li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	border-top: #A2B7D3 1px dotted;
}

.detail-area1,
.detail-area2,
.detail-area4{
	float: left;
}
.detail-area1{
	padding: 3px 0 0 0;
	width: 18%;
	font-size: 12px;
	text-align: center;
}

.detail-fnum{
	color: #004195;
	font-weight: bold;
}

.detail-area2{
	padding: 3px 0 0 5px;
	width: 64%;
	border-left: #A2B7D3 1px dotted;
}

.detail-dpt,
.detail-arrow,
.detail-arv{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.detail-dpt,
.detail-arv{
	padding-top: 3px;
	width: 45%;
	line-height: 120%;
}

.detail-arrow{
	padding-right: 5px;
}

.detail-area3{
	position: relative;
	padding-bottom: 5px;
	height: 15px;
	font-size: 12px;
}

.detail-dpt-time{
	position: absolute;
	top:0;
	left: 0;
	padding-right: 10px;
	background:url(../images/arrow_dtl_dpt.png) right center / 7px 7px no-repeat;
}

.detail-arv-time{
	position: absolute;
	top:0;
	left: 51%;
	padding:0 10px 0 3px;
	background:url(../images/arrow_dtl_arv.png) right center / 7px 7px no-repeat;
}

.detail-area4 {
	width: 13%;
	margin: 5px 3px 0 0;
}

.detail-area4 div{
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* 補足説明 */
.detail-spl{
	padding: 5px 10px 3px 0;
	font-size: 11px;
	text-align: right;
	letter-spacing: 0.2px;
	line-height: 130%;
	background: #D1E3F6;
	border-top: #A2B7D3 1px dotted;
}

.detail-spl span{
	display: inline-block;
}

.camp-text{
	margin: 2px 5px 5px 0;
	padding: 2px 3px;
	color: #DA5E04;
	font-weight: bold;
	line-height: 120%;
	background: #FFF;
}

/* 航空券検索 */
.ticket-detail{
	float: left;
	margin-top: 10px;
	margin-left: 15%;
	width: 65%;
}

.ticket-name{
	color: #004195;
	font-size: 14px;
	font-weight: bold;
}

.ticket-fee{
	color: #B81E33;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.ticket-pay{
	clear: both;
	margin-left: 15%;
	font-size: 12px;
}

.label-area{
	margin-left: 15%;
	padding: 5px 0;
}

.airlines-img{
	float: left;
	margin-top: 10px;
	width: 20%;
	text-align: center;
}

/* 航空券検索＞往復フライト検索 */
.none-acMenu .dtl{
	display: block;
}

.select-bar-area-ticket .sum{
	background-image: none !important;
	cursor: auto;
}


/* まとめ割ホテル検索 */
.select-bar-area-hotel{
	overflow: hidden;
	margin-bottom: 10px;
	height: auto;
	font-size: 10px;
	background-image: none;
	cursor: auto;
	border-bottom: none;
}

.none-bd{
	border: none;
}
/* 20161202 追加・修正ここから */
.hotel-bd{
	border-top: solid 1px #A2B7D3;
	border-bottom: none;
}
.top-hotel{
	border-top: none;
}
/* 20161202 追加・修正ここまで */
.pr{
	display: inline-block;
	margin: 8px 0 5px 0;
	padding: 3px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
	background: rgba(184,30,51,0.7);
}

.select-bar-area-hotel .hotel-name{
	width: 87%;
	color: #004195;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	background: url(../images/arrow_bl.png) right 13% / 8px 10px no-repeat;
	cursor: pointer;
}

.select-bar-area-hotel .hotel-name a{
	color: #004195;
}

.plan-left,
.plan-right{
	float: left;
	width: 44%;
}

.plan-right{
	padding: 0 0 0 10px;
}
/* 20161202 追加・修正ここから */
.plan-name{
	width: 90%;
	margin-bottom: 10px;
	color: #004195;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}

.plan-name span{
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 3px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	background: #004195;
	border-radius: 10px;
	line-height: 100%;
}
/* 20161202 追加・修正ここまで */
.plan-fee span{
	font-size: 18px;
}

.plan-fee-detail{
	list-style: none;
	margin: 10px 0;
	padding: 8px;
	font-size: 14px;
	background: #F1F1F1;
	border-radius: 4px;
}

.plan-fee-detail li{
	margin-bottom: 3px;
}

.blue-label{
	padding: 3px 0;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background: rgba(0,65,149,0.7);
}

.plan-eva-box div{
	margin: 5px 0;
}

/* 他のプランを見る */
.hotel-other-plan{
	margin: 0;
	padding: 0;
	border: none;
}

.hotel-other-plan .select-bar{
	margin-bottom: 10px;
	border: none;
}

.acMenu2{
	margin: 0;
	padding: 12px 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background: #D1E3F5 url(../images/arrow_tgl2.png) 71% center / 11px 7px no-repeat;
	border-top: #ACC0DA 1px dotted;
	border-bottom: #ACC0DA 1px solid;
}

.close{
	background: #D1E3F5 url(../images/arrow_tgl_op.png) 73% center / 11px 7px no-repeat;
}

.hotel-other-plan .plan-fee{
	margin-bottom: 10px;
}


/* 選択ラジオボタン */
.check-btn{
	position: absolute;
	top:0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 15%;
	height: 50px;
}

.crobd{
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/check.png) center center / 20px no-repeat;
}

.check-radio{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}

.c_on{
	background:url(../images/check_on.png) center center / 20px no-repeat;
}

/* 固定フッタ */
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #FFF;
	box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.20);
	z-index: 100;
}

/* iPhone5設定 *//* 20161202 追加・修正ここから */
@media only screen
and (max-device-width : 320px){
	.cd-head li{
		font-size: 10px;
	}
	.together em{
		font-size: 7px;
	}
}
/* 20161202 追加・修正ここまで */
