@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../admission/img/top02.jpg);
	background-position: center top;
}
#con{width: 100%;}
.title {
	background-image: url(../admission/img/01.gif);
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}
.title02 {
	background-image: url(../admission/img/02.gif);
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}
#tt {
	width: 200px;
}


@media (max-width: 767px) {
	#header{height: 70vw;}

}
