@charset "utf-8";

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


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

index.html

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

.section ul li {
	margin-bottom: 30px;
}

.title02 {
	margin-bottom: 10px;
} 

.title02 span a {
	color: #fff!important;
	text-decoration: none;
} 

.title02 span a:hover {
	text-decoration: underline;
}

.list01 li {
	line-height: 1.4;
}

.list01 h3 {
	font-size: 115.4%;
	font-weight: 700;
}
.list01 h3 a {
	text-decoration: none;
}
.list01 h3 a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px){
	.section ul li {
		margin: 0 0 2vw;
	}
	.title02 {
		margin-bottom: 0;
	} 
	.section ul.list01 {
		line-height: 1.2;
		margin: 10px 0 20px;
	}
	.col2 .leftCol,
	.col2 .rightCol {
		float: none;
		width: 100%;
	}

}