@charset "Shift_JIS";

/* ===== ƒGƒAƒz ===== */
.airhotel {
	margin-bottom: 30px;
	background: #d70b24;
	padding: 0 0 20px;
	}
	
.airhotel h2 {
	border: 2px solid #000000;
	border-bottom: none;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
.airhotel h2 img {
	vertical-align: bottom;
	}
	
.airhotel h2 span {
	font-size: 19px;
	color: #d70b24;
	}
.airhotel h2 span.bk {
	color: #333333;
	}
.airhotel p {
	margin-bottom: 20px;
	text-align: center;
	}
.airhotel ul {
	margin-left: 14px;
	overflow: hidden;
	}
.airhotel ul li {
	float: left;
	margin-right: 10px;
	}
.airhotel ul li:last-child {
	margin-right: 0;
	}
.allinfoBox {
	border: 8px solid #f9d801;
	padding: 20px;
	margin-bottom: 30px;}
.allinfoBox p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
.allinfoBox p span {
	font-size: 24px;
	color: #d70b24;
	}
	
.otherSpecial,
.otherAir {
	margin-bottom: 30px;
	}
	
.otherSpecial h2,
.otherAir h2 {
	margin-bottom: 10px;
	background-color: #ececec;
	border-bottom: 3px solid #c4c4c4;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.otherSpecial ul,
.otherAir ul {
	margin-left: 40px;
	}
	
.otherSpecial ul li,
.otherAir ul li {
	margin-bottom: 10px;
	}