@charset "UTF-8";


/******************************************************
*	
*	1. common style
*	2. index style
*	
******************************************************/


/*  1. common style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#headSec {
	background-image: url(../../../../en/facilities/img/head_bg.jpg);
}





/*  2. index style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#index #alpha {
	margin-bottom: 32px;
}

#index #alpha .cont {
	margin-top: 30px;
}

#index #alpha .cont#ct1 {
	margin-top: 20px;
}

#index #alpha .cont h2 {
	padding-bottom: 20px;
}

#index #alpha .cont .odd {
	float: left;
	width: 300px;
}

#index #alpha .cont .even {
	float: right;
	width: 300px;
}

#index #alpha .cont img,
#index #alpha .cont span {
	display: block;
}

#index #alpha .cont span {
	text-align: right;
	margin-top: 2px;
	font-size: 95%;
}

