@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../school/img/top02.jpg);
	background-position: center top;
}

.title {
	background-image: url(../school/img/t01.jpg);
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

.title02 {
	background-image: url(../school/img/02.gif);
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

#btn {
	background: #EEE;
	border: 1px solid #CCC;
	color: #111;
	width: 100px;
	padding: 10px 0;
	margin-left: 333px;
}

#btn:hover {
	background-color: #F8F8F8;
	color: #919191;
}

#btn:active {
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

#yearForm tbody tr td {
	text-align: center;
	width: 38px;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-scroll {
	display: none;
}


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

	.sp-scroll {
		display: block;
		color: red;
	}
}
