@charset "utf-8";

/*------------------------------------------------------------------------------
関空クラブ - CSS Modules Import
URL: http://
Date: 2012-06-13
© Copyright 2012 kcc All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

index.html

---------------------------------------- */

.title08 {
	margin-bottom: 0;
	padding-left: 7px;
	font-size: 123.1%;
	font-weight: bold;
	color: #1b4362;
	line-height: 1.1;
	border-left: 5px solid #0370c7;
}

#benefitsMap {
	display: block;
	margin-bottom: 35px;
	width: 800px;
	height: 658px;
	background: url(../img/benefits/map_benefits_01.png) 0 0 no-repeat;
}

#benefitsMap dl {
	display: none;
	overflow: hidden;
}

table.tbl04 td p {
	text-align: left;
}
h3 .benfiTit,
.js-scrollable {
	display: none;
}

@media screen and (max-width:767px){
	table.tbl04 thead {
		display: none;
	}
	table.tbl04,
	table.tbl04 tbody {
		width: 100%;
		display: block;
	}
	table.tbl04 td::before {
		width: 100%;
		content: attr(data-label);
		display: block;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #D8EDFF;
	}
	table.tbl04 tr,	table.tbl04 td {
		width: 100%;
	}
	table.tbl04 td {
		display: block;
		text-align: center;
		border-bottom: none;
		padding: 0 0 15px;
	}
	table.tbl04 td p {
		margin: 0 15px;
	}
	table.tbl04 td:last-child::before {
		display: none;
	}
	table.tbl04 td:last-child {
		border-top: none;
		border-bottom: 1px solid #ccc;
	}

	h3 .benfiTit {
		display: block;
		font-weight: bold;
		font-size: 125%;
		color: #1476CE;
		line-height: 1.4;
	}

	.btnUnit03 a picture img {
		width: 90%;
	}
	#benefitsMap {
		display: none;
	}
	.js-scrollable {
		display: block;
		text-align: center;
	}
}

/* ----------------------------------------

opacity rollover

---------------------------------------- */

.pageNav01 li a:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=65); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */  
	-khtml-opacity: .65; /* Safari 1.x */  
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.pointSec02 .inSec:after,
.exchangeSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.pointSec02 .inSec,
.exchangeSec {
	*zoom: 1;
}