@charset "UTF-8";

/**
 * 入試情報
 */
 

/* タブメニュー
   ========================================================================== */

#tabwrap {
    overflow: hidden;
    min-height: 300px;
	margin-top:50px;
}

/* タブインデックス */
#tabs{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
	#tabs li {
		border-right:1px solid #e5e5e5;
		font-size:116%;
		text-align:center;
		width:33%;
	}
	li.col2 {
		width:49.5% !important;
	}
	li.col25 {
		width:24.5% !important;
	}
	li.col20 {
		width:19.5% !important;
	}
	li.col30 {
		width:29.5% !important;
	}

	#tabs li:last-child{
		border-right:none;
	}
	#tabs li a {
	   /* float: left;*/
		display: block;
		
		text-decoration:none;
		padding:17px 0 15px;
	}
	#tabs li span{
		background: url(/common/css/img/icon_lnav_m.gif) no-repeat left center;
		display:inline-block;
		padding:5px 0 5px 29px;
		/display:inline;
		/zoom:1;
	}
	#tabs li.current span{
		background:url(/common/css/img/icon_lnav_in.gif) no-repeat left center;
	}
	#tabs li.current a {
		font-weight:bold;
	}
#tab_content .animated {
    clear: both;
    display: none;
}
#tab_content .current { display: block; }
#tab_content #home.first { display: block; }
#tab_content h3{
	margin-bottom:22px;
}

/* エントリーから入学までの流れ
   ========================================================================== */

.tabbody{
	position:relative;
}

/* インデントリスト
   ========================================================================== */

.sectionM p a.blank,
.olStyle li .notesArea {
	margin-top: 5px;
}

