@charset "utf-8";

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


@media screen and (max-width:767px){
	h1 img {
		width: 100%;
	}
	h3 img,
	h4 img {
		width: 100%;
	}
}

.boxStyle01 {
	margin-bottom: 20px;
	padding: 19px 19px 20px;
}

#merit01, #merit02 {
	width: 690px;
	height: 50px;
	background: url(../img/access/bg_access_txt.png) no-repeat 0 0;
	padding-left: 70px;
}

#merit02 {
	position: relative;
	height: 92px;
}

#merit02 p img {
	position: absolute;
	top: 30px;
	left: 550px;
}

#merit02 p img.charge {
	position: absolute;
	top:  0px;
	left: 560px;
}
#merit02sp {
	display: none;
}
@media screen and (max-width:767px){
	#merit01, #merit02 {
		display: none;
	}
	#merit02sp {
		display: block;
		text-align: center;
	}
	#merit02sp img {
		width: 100%;
	}
	#merit02sp a img {
		margin-top: 15px;
		width: 199px;
	}
	#merit02sp p img {
		margin-top: 15px;
		width: 210px;
	}
	.figStyle01 img {
		width: 100%;
	}
}



.figStyle01 {
	margin-bottom: 70px;
	padding-top: 20px;
}
