@charset "utf-8";


/*-----------------------------------------
	メイン
-------------------------------------------*/

#main{

}

#f-top #f-pickup,
#f-univ #f-pickup,
#f-brief #f-pickup,
#f-exam #f-pickup
{
	margin-bottom:60px;
}


#btn-bookmark{
	margin-bottom:15px;
}

#wrap .left-box{
	float:left;
	width:360px;
	height:800px;
	margin-left:10px;
	background:#ccc;
}

#wrap .inner{
	width:980px;
}

#in-wrap{
	width:980px;
	margin:0 auto;
}

/*-----------------------------------------
	学校名
-------------------------------------------*/

#school-name{
	height:100px;
}

#school-name .inner{
	width:980px;
	position:relative;
}


#school-name .left-box,
#school-name .right-box{
	position:relative;
}

#school-name .left-box{
	width:720px;
	float:left;
}

#school-name .right-box{
	width:250px;
	float:right;
	text-align:right;
}

#school-name .right-box img{

	cursor:pointer;
}

#status{
	padding:15px 0 5px;
}

#status p{
	float:left;
	margin-right:5px;
}

#name img{
	height:40px;
	float:left;
	margin-right:10px;
}

#name-txt p{
	line-height:0.9;
}

#name-txt h1{
	margin:0;
	line-height:1.2;
	padding:0;
	font-size:28px;

}

#pop1{
	position:absolute;
	top:-60px;
	right:205px;
	display:none;
}

#pop1 img{

}



/*-----------------------------------------
	ナビ
-------------------------------------------*/
#nav{
	height:58px;
	background:url(../images/nav_bg.gif) no-repeat center 0;
}

#nav ul{
	margin-left:10px;
}

#nav li{
	float:left;
}



/*-----------------------------------------
	パーツ
-------------------------------------------*/

#page-title{
	padding:30px 0px 27px;
}

#page-title h2{
	font-size:26px;
}

#page-title .inner{
	width:980px;
	background:url(../images/page_tit_bg.gif) repeat-x center bottom;
}

.disclaimer_info{
   margin: -20px 0 20px 0;
}

h3.vl{
	line-height:1.2;
	border-left:5px solid #79B4FF;
	padding-left:10px;
	margin-bottom:15px;
	font-size:18px;
}

h4.vl{
	line-height:1.2;
	font-size:18px;
	border-left:5px solid #79B4FF;
	padding-left:7px;
	margin-bottom:15px;
}


.unit{
	margin-bottom:50px;
}

.caution{
	color:#666;
	font-size:11px;
}


/*アローリンク*/
.arrow_b{
	display:inline-block;
	padding-left:17px;
	font-size:16px;
	background:url(../images/arrow_black.png) no-repeat left 50%;
}

.arrow_b a{
	color:#387FE5;
}

.arrow_sb{
	display:inline-block;
	padding-left:17px;
	font-size:16px;
	background:url(../images/arrow_black.png) no-repeat left 50%;
}

.arrow_sb a{
	color:#387FE5;
}


/*-----------------------------------------
	問い合わせ
-------------------------------------------*/
#inq-box{
	width:980px;
	overflow:hidden;
	background:url(../images/inq_bg.gif) no-repeat center top;
	height:180px;
	margin:0 auto 60px;
	posiiton:relative;
}

#inq-box p{
	font-size:24px;
	padding:20px 0 15px;
	text-align:center;
}

#inq-box ul{
	list-style: none outside none;
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
    left: 50%;
}



#inq-box li{
	float:left;
	position:relative;
	left:-50%;
}



