@charset "UTF-8";
/* screen.css
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

	1. imported styles
	2. 
		└
	
	99. other
		└for JavaScript
		└go top
		└shadow
	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* font-size
10px - 83.4%
11px - 91.7%
12px - 100%
13px - 108.4%
14px - 116.7%
15px - 125%
16px - 133.4%
17px - 141.7%
18px - 150%
19px - 158.4%
20px - 166.7%
21px - 175%
22px - 183.4%
23px - 191.7%
24px - 200%
*/
/* ------------------------------------------------------------
	1. imported styles
   ------------------------------------------------------------*/
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/design.css");
/*
---------------------------------------------------------
トップページ
---------------------------------------------------------
*/


/*
---------------------------------------------------------
ヘッダー
---------------------------------------------------------
*/
#header.toppage {
	padding-top: 10px;
	position: relative;
}
#header.toppage h1 {
	font-weight: normal;
	width: 520px;
	height: 55px;
	line-height: 1.5em;
	font-size: 12px;
}
/*
---------------------------------------------------------
第二階層コンテンツ
---------------------------------------------------------
*/
#main2 { padding: 0px 8px 10px; }
#main2 hr { display: none; }
/* --------------------------------------------------------
レイアウト
*/

#main2 div.main-left-section {
	padding-top: 30px;
	width: 660px;
	float: left;
}
#main2 div.main-right-section {
	padding-top: 30px;
	width: 250px;
	float: right;
}
#main2 div.main-bottom-section {
	padding-bottom: 20px;
	padding-top: 30px;
	clear: both;
}
/**/
#main2 h2 { padding-bottom: 10px; }
/* ツアー　ヘッダー */
#main2 div.header { padding-bottom: 30px; }
#main2 div.header p.category-title {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 133.4%;
	line-height: 1;
}
#main2 div.header h1 {
	font-size: 200%;
	line-height: 1;
}
#main2 div.header p.description { }




/* アビオンクラブからのお知らせ */

#main2 #news-section {
	/* 先行実装 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #EFEFDE;
	padding: 15px 15px 15px 13px;
}
#main2 #news-section h3 {
	padding-top: 5px;
	padding-bottom: 10px;
}
#main2 #news-section ul,
#main2 #news-section li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main2 #news-section li {
	text-indent: -13px;
	padding-left: 13px;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------
	旧コンテンツ
   ------------------------------------------------------------*/
div.legacy-section {}




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

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


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

