@charset "utf-8";

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


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

content

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

.spMap {
	display: none;
}

@media screen and (max-width:767px){
	.title09 span {
		line-height: 1.4 !important;
	}
	.spMap {
		display: block;
	}
	.spMap img {
		width: 100%;
	}
	.spMap dl {
		font-weight: bold;
		font-size: 107.2%;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.spMap dl dt {
		margin-bottom: 0;
		float: left;
		width: 6em;
	}
	.spMap dl dd {
		margin: 0 0 10px 6.5em;
	}

	.btnUnit03 a img {
		width: 90%;
		margin: 0 5%;
	}
}