@charset "utf-8";
/* CSS Document */

#mainvisual{
	width: 100%;
	position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainvisual img{
	width:100%;
	vertical-align:bottom;
}


/* パンくずリスト */
#pan_box{
	width: 1100px;
	/*height: 35px;*/
	margin: 0 auto;
}
#pan_list{
	height: 35px;
	color: #DDD;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: -10px;
	z-index: 99;
	padding-right:30px;
}
ol.topic_path{
	list-tyle-type: none;
	line-height: 35px;
	font-size: 77%;
	letter-spacing: 1px;
	padding-left: 30px;
}
ol.topic_path li{
	display: inline;
}
ol.topic_path li.first{
	position: relative;
}
ol.topic_path li.first::after{
	content: '';
  	position: absolute;
    top: 30%;
	right: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	transform: rotate(45deg);
}
ol.topic_path li.second{
	padding-left: 5px;
}
ol.topic_path li a{
	padding-right: 20px;
	color: #fff;
	text-decoration: underline;
}
ol.topic_path li a:hover{
	color: #fff100;
}




/*contents
================================================== */
#contents{
	width: 100%;
	background: url(../img/admission/tuition/p_03.gif) ;
	padding:60px 0 80px;
}

.photo{
	width:960px;
	margin:0 auto;
}
