@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../training/img/top.jpg);
	background-position: center top;
}
#title {
	background-color: #D7D17C;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
}
#left {
	width: 480px;
}
#center {
	width: 110px;
}

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

}
