@charset "utf-8";

/* --------------------------------
	基本レイアウト
	2011/06/02 nz
-------------------------------- */
/* ==========================================================================================================

	 1. 基本レイアウト
 
============================================================================================================*/
body {
	color : #454545;
}
/*  ------------------------------------------------------------------

	ヘッダー

---------------------------------------------------------------------*/

body#index .siteID,
body#index .backtoTop {
	margin-left: -1px;
}

#adHeader{
	background: url(../../../img/admissions/common/bg_body.png) repeat-x center top;
}
/*  ------------------------------------------------------------------

	コンテンツエリア

---------------------------------------------------------------------*/
#adWrapper {
	margin-bottom: 40px;
	zoom: 1;
}
#adInner {
	background: url(../../../img/admissions/common/bg_wrapFoot.png) no-repeat center bottom;
	padding: 20px 23px 20px 20px;
	zoom: 1;
}

/*  ------------------------------------------------------------------

	メインコンテンツ

---------------------------------------------------------------------*/
#adMainContent {
	float : left;
	width : 640px;
}
/*  ------------------------------------------------------------------

	サブコンテンツ

---------------------------------------------------------------------*/
#adAside {
	position: relative;
	float: right;
	margin-right: 1px;
	width: 270px;
}
/*  ------------------------------------------------------------------

	フッター

---------------------------------------------------------------------*/
#adFooter {
	background: #f1faff url(../../../img/admissions/common/bg_adFooter.png) repeat-x left top;
	padding-top: 40px;
}
#adFooter .footInner{
	background: url(../../../img/admissions/common/bg_footer.png) no-repeat center bottom;
	padding-bottom: 70px;
}
/* ==========================================================================================================

	 ヘッダー
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	グローバルナビ

---------------------------------------------------------------------*/
#adHeader #gNav p,
#adHeader #gNav ul,
#adHeader #gNav li{
	float: left;
	zoom: 1;
}

/* ==========================================================================================================

	 mainContent
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	キービジュアル設置

---------------------------------------------------------------------*/
#adHeader #mainGraphic{
}
/*  ------------------------------------------------------------------

	パンクズ

---------------------------------------------------------------------*/
#adHeader #topicPath{
	overflow: hidden;
	padding: 8px 320px 0 4px;
	height: 33px;
	line-height: 1.2;
}
#adHeader #topicPath li{
	background: url(../../../img/admissions/common/linkArrow_topicPath.png) no-repeat 0 50%;
	display: inline;
	margin-right: 2px;
	padding-left: 15px;
}
#adHeader #topicPath li.firstChild{
	background: none;
	display: inline;
	padding-left: 0;
}
/*  ------------------------------------------------------------------

	関連ページ／キーワード検索

---------------------------------------------------------------------*/
#adContentFoot{
	padding: 0 px;
}
#adContentFoot a:link,
#adContentFoot a:visited{
	text-decoration: none;
}
#adContentFoot a:hover{
	text-decoration: underline;
}

#adContentFoot dl{
	background: #f3f3f3;
	float: left;	
	width: 375px;
	height: 161px;
}
#adContentFoot dt{
	background: #035390;
	margin-bottom: 15px;
	padding: 10px 15px;
	line-height: 1.2;
	font-size: 117%;
	font-weight: bold;
	color: #FFF;
}
#adContentFoot dd{
	padding-right: 10px;
}
/*  関連ページ
-----------------------------------*/
#adContentFoot dd ul{
	float: left;
	padding: 0 0 15px 15px;
	width: 158px;
	line-height: 1.2;
}
#adContentFoot dd ul li{
	background: url(../../../common/img/parts/linkArrow_general03.png) no-repeat 0 4px;
	margin-bottom: 7px;
	padding-left: 10px;
}
/*  JSスクロールバー  */
#adContentFoot dd .scrollPanel{
	overflow: hidden;
	height: 97px;
}

/*  キーワード検索
-----------------------------------*/
#adContentFoot dl.lastChild{
	width: 240px;
	float: right;	
}
#adContentFoot dl.lastChild dt{
	background: #1f90df;
}
#adContentFoot dl.lastChild dd{
	text-align: center;
	padding-bottom: 15px;
}
/* 検索窓 */
#adContentFoot .adContentKWS #keywords{
	background: url(../../../common/img/parts/bg_search.png) no-repeat left top;
	border: none;
	border-right: 1px solid #c6c6c6;
	margin: 0 0 10px 6px;
	padding: 3px 0 0 3px;
	width: 83%;
	height: 21px;
}
#adContentFoot .adContentKWS .kwBtn{
	width: 62px;
	height: 23px;
}


/* ==========================================================================================================

	 aside
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	ローカルナビ

---------------------------------------------------------------------*/
#adAside h2 {
	background: #e7e7e7;
	padding: 10px;
}
#adAside #lNav {
	background: #e7e7e7;
	padding: 0 10px 10px;
	margin-bottom: 35px;
	width: 250px;
}
#adAside #lNav .accordion {
	border: none;
	line-height: 1.2;
	zoom: 1;
}
#adAside #lNav .accordion li {
}
/*  区切りが必要な場合
-----------------------------------*/
#adAside #lNav .accordion li.separator {
	margin-bottom: 9px;
}
/*  ul li
-----------------------------------*/
#adAside #lNav .accordion a {
	background: white url(../../../img/admissions/common/linkArrow_general09.png) no-repeat 10px 50%;
	display: block;
	margin-bottom: 1px;
	padding: 16px 5px 14px 22px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	zoom: 1;
}
#adAside #lNav .accordion a:link,
#adAside #lNav .accordion a:visited {
	color: #333333;
	text-decoration: none;
}
#adAside #lNav .accordion a:hover {
	background-color: #fef7f8;
	text-decoration: underline;
}
/*  ul li ul
-----------------------------------*/
#lNav .accordion ul {
	background: #f6f8f9;
	border-top: none;
	margin-bottom: 1px;
	padding: 5px 0 5px 24px;
}
/* js読み込み遅延対策 */
#lNav .accordion ul {
	display: none;
}
/*  ul li ul li
-----------------------------------*/
#adAside #lNav .accordion ul li {
}
#adAside #lNav .accordion ul li a{
	background: url(../../../img/admissions/common/linkArrow_general03.png) no-repeat 0px 9px;
	padding: 5px 10px 5px 9px;
	border: none;
}
#adAside #lNav .accordion ul li a:hover {
	background-color: #f6f8f9;
}

/*  見出し用(リンクなし)  */
#adAside #lNav .accordion ul li.heading{
	background: none;
}
#adAside #lNav .accordion ul li.heading span{
	position: relative;
	font-weight: bold;
	margin-left: -9px;
}


/*  ul li ul li div.lower（最下層）
-----------------------------------*/
#adAside #lNav .accordion ul li div.lowest{
	padding: 5px 5px 10px 10px;
}
#adAside #lNav .accordion ul li div.lowest p{
	margin-bottom: 4px;
	padding: 0;
}
#adAside #lNav .accordion ul li div.lowest p a{
	background: url(../../../img/admissions/common/linkArrow_general03.png) no-repeat 0px 3px;
	padding: 0 0 0 9px;
}
/*  ul li ul li div.lower（最々下層）
-----------------------------------*/
#adAside #lNav .accordion ul li div.lowest02{
	padding: 5px 0 5px 15px;
}

/*  最下層メニューの表示・非表示用トリガー
-----------------------------------*/
.fCat01,.fCat02,.fCat03,.fCat04,.fCat05,
.fCat06,.fCat07,.fCat08,.fCat09,.fCat10,
.fCat11,.fCat12,.fCat13,.fCat14,.fCat15{
	display: none;
}

/*  現在地表記
-----------------------------------*/
#adAside #lNav .accordion a.current,
#adAside #lNav .accordion a.parentsLink{
	background: #fff url(../../../img/admissions/common/linkArrow_general10.png) no-repeat 10px 50%;
	color: #cc3446;
}
#adAside #lNav .accordion ul li a.current,
#adAside #lNav .accordion ul li a.parentsLink{
	background: url(../../../img/admissions/common/linkArrow_general10.png) no-repeat 0px 9px;
	background-color: #f6f8f9;
}
#adAside #lNav .accordion ul li div.lowest p a.current,
#adAside #lNav .accordion ul li div.lowest p a.parentsLink{
	background: url(../../../img/admissions/common/linkArrow_general10.png) no-repeat 0px 3px;
	background-color: #f6f8f9;
}

/*  ------------------------------------------------------------------

	バナーエリア

---------------------------------------------------------------------*/
#adAside .sideBanner{
	position: relative;
	overflow: hidden;
	margin-right: -10px;
	width: 280px;
	zoom:1;
}

#adAside .sideBanner li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ==========================================================================================================

	 2-4. footer
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	フッター用ページトップ

---------------------------------------------------------------------*/
#adFooter .pageTop {
	margin-bottom: 23px;
	text-align: right;
}
#adFooter .pageTop p {
	background: url(../../../img/admissions/common/linkArrow_pageTop.png) no-repeat 0 50%;
	display: inline;
	padding: 3px 0 3px 20px;
}
/*  ------------------------------------------------------------------

	footNav

---------------------------------------------------------------------*/
#adFooter #footNav {
	line-height: 1.2;
}
/*  li設定
-----------------------------------*/
#adFooter #footNav  li,
#adFooter #footNav .seg01 dt{
	background: url(../../../common/img/parts/linkArrow_general02.png) no-repeat 0 3px;
	margin-bottom: 13px;
	padding-left: 15px;
	font-weight: bold;
}
#adFooter #footNav  li ul{
	padding-top: 10px;
}
#adFooter #footNav  li ul li,
#adFooter #footNav .seg01 li{
	background: url(../../../common/img/parts/linkArrow_general04.png) no-repeat 0 4px;
	margin-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 10px;
}
/*  カラム設定
-----------------------------------*/
#adFooter #footNav .seg01,
#adFooter #footNav .seg02,
#adFooter #footNav .seg03{
	float: left;
	margin-right: 30px;
}
/*  左カラム  */
#adFooter #footNav .seg01{
	width: 396px;
}
#adFooter #footNav .seg01 dt{
	margin-bottom: 10px;
}
#adFooter #footNav .seg01 dd{
	float: left;
	padding-left: 16px;
	width: 171px;
}
/*  中央カラム  */
#adFooter #footNav .seg02{
	width: 260px;
}
/*  右カラム  */
#adFooter #footNav .seg03{
	width: 230px;
	margin-right: 0;
}



/* ==========================================================================================================

	 「入試ナビ」ダイアログ
 
============================================================================================================*/
#dialogContent {
	position: fixed;
	z-index: 999;
	top: 40%;
	right: 0;
	zoom: 1;
}
#dialogContent p{
	background: url(../../../img/admissions/common/bg_dialog.png) no-repeat left top;
	display: block;
	width: 32px;
	height: 125px;
}
#dialogContent p a{
	display: block;
	padding-left: 2px;
}



/* ==========================================================================================================

	 印刷設定
 
============================================================================================================*/
@media print{
	body {
		background-image: none;
	}
	#dialogContent{
		display: none;
	}
	img[src$="_on.png"],
	img[src$="_on.gif"],
	img[src$="_on_cr.png"],
	img[src$="_on_cr.gif"]{
		display: none;
	}
}


