@charset "utf-8";

/* トップページ専用 ######################################################## */


/* + header
=========================================================================== */
#header{
	background-color:#f6f6f6;
}
#header .section{
	border:solid  #eee;
	border-width:0em 5.5em;
	
	background-color:#fff;
	
	padding:1em 2em 0.5em 2em;
	width:60em;
}

/* + eventLink	空撮部分
=========================================================================== */
#eventLink{
	background:#2C3E57 url("../img/page/index/bg.jpg") bottom center no-repeat;
	background-color: #6d8eb5;
}
#eventLink .section{
	position:relative;
	
	text-align:center;
	letter-spacing:0.1em;
	
	color:#fff;

	background:transparent url("../img/page/index/bg_indexUniversity.jpg") bottom;
	
	padding:1em 0;
	
	width:64em;
	height:32.5em;
}

	#eventLink p{
		margin:1em auto;
	}

	/* 大学名枠
	----------------------------------------------------------------- */
	#eventLink li {
		position: absolute;
	}
		
		/* 神戸学院大学 */
		#kobegakuin{
			top:10em;
			right:15em;
		}
		
		/* 神戸夙川学院大学 */
		#kobeshukugawa{
			top:19em;
			left:0em;
		}
		
		/* 神戸女子大学、神戸女子短期大学 */
		#kobe-wu{
			bottom:5em;
			right:18em;
		}
		
		/* 兵庫医療大学 */
		#huhs{
			top:13em;
			left:18em;
		}
		
	
/* + 日程
=========================================================================== */
#schedule{
	background-color:#f6f6f6;
}
#schedule .section{
	border:solid  #eee;
	border-width:0em 5.5em;
	
	background-color:#fff;
	border-bottom:1px dashed #ccc;
	
	padding-top:0em;
}
	
/* + アクセス
=========================================================================== */
#access{
	background-color:#f6f6f6;
}
#access .section{
	border:solid  #eee;
	border-width:0em 5.5em;
	background-color:#fff;
	
	padding:2em;
	width:60em;
	min-height:16em;
	height:auto !important;
	height:16em;
}

	/* 見出し
	----------------------------------------------------------------- */
	#access h3{
		display:block;
		
		float:left;
		
		text-align:center;
		
		background-color:#008cd6;
		color:#fff;
		
		padding:1.8em 0 2.2em 0;
		_padding:1.75em 0;
		width:5em;
		height:1em;
	}
	
	/* 地図画像
	----------------------------------------------------------------- */
	#access img{
		float:right;
		margin:0;
	}
	
	/* アクセス手順
	----------------------------------------------------------------- */
	#access ol{
		clear:left;
		
		list-style:inside decimal;
		padding:1em 1em 1em 0em;
		_padding:0em 1em 1em 0em;
		min-height:7em;
	}
		#access ol li{
			font-size:0.9em;
		}
		#access ol li.indent{
			padding-bottom:1em;
			background:#fff url(../img/page/index/arrow_down.gif) 0em 2em no-repeat;
		}
			#access ol li.indent span{
				margin-left:2em;
				_margin-left:1.5em;
			}
		
	/* パンフレットダウンロード
	----------------------------------------------------------------- */
	#access p{
		clear:both;
		margin-top:0.5em;
		font-family: "Meiryo","ＭＳ Ｐゴシック", sans-serif;
	}
	#access p a{
		padding:0 0.5em 0 3em;
		background:#fff url("../img/util/bg_arrow.gif") no-repeat 0.75em center;
	}
