@charset "utf-8";
@import url("guardian.css");
/* CSS Document */
#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/junior-high-1/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 440px;
	width: 1080px;
}

}