@charset "utf-8";

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


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

index.html

---------------------------------------- */
.title09 {
	font-weight: 700;
}

.title09 span.step {
	background-color: #0370c7;
	color: #fff;
	display: inline-block;
    margin-right: 10px;
    padding: 2px 5px;
}

.limo {
	display: inline-block;
    margin: 0 3px;
    padding: 1px 10px;
    background: #0581C6;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.aotImgbox .imgLimo {
	float: left;
}

.aotImgbox .imgLimo p {
	text-align: center;
}

table.aotTbl th,
table.aotTbl td {
	padding: 6px;
}

table.aotTbl th{
	font-size: 12px;
}

table.aotTbl td {
	font-size: 15px;
	vertical-align: middle;
}

table.aotTbl td.bgc {
	background-color: #bcbcbc
}

.section p.atent {
	font-size: 80%;
    color: #555;
    text-align: right;
    margin: 5px 0 30px;
}
@media screen and (max-width:767px){
	.js-scrollable {
		margin-bottom: 30px;
	}
	.section p.atent {
	    text-align: left;
	    margin-bottom: 5px;
	}
}

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

ppl.html

---------------------------------------- */
ol.numOl{
	margin: 15px 0 20px;
}
ol.numOl li{
	list-style-type: decimal;
	list-style-position: inside;
	text-indent:-1.5em;
	padding-left:1.5em;
}

.imgR img{
	float:right;
	margin-left:20px;

}

.title09 {
    margin-bottom: 10px;
    padding: 0px 0 5px;
}

#overseas{
	margin: 15px 0 20px;
	border:1px solid #999;
}
#overseas tbody th{
	padding:10px;
	background:#144C5C;
	color:#fff;
	border-right:1px solid #fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#overseas tbody th.country{
	width:10%;
}

#overseas tbody td{
	padding:15px 10px;
	vertical-align:top;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	line-height:1.5;
	font-size:14px;
}

.img2Col img{
	box-sizing:border-box;
	width:50%;
	float:left;
}
.section p {
    margin: 10px 0 20px;
}

@media screen and (max-width:767px){
	a.js-smartPhoto img {
		width: 100%;
	}
	.aotImgbox {
		margin-bottom: 20px;
	}
	.aotImgbox,
	.aotImgbox img {
		width: 100%;
	}
	.imgLimo p {
		margin-bottom: 10px;
	}
}

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

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
------------------------------- */

.aotImgbox:after,
.img2Col :after,
.imgR:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

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

.aotImgbox,
.img2Col,
.imgR{
	*zoom: 1;
}