@charset "UTF-8";

/* --------------------------------------------------------------

	学校法人清光学園 [情報公開CSS]
	/common/css/con_sub.css

-------------------------------------------------------------- */

/* ==================================================
	box01
================================================== */

#sub .box01 .link_btn {
	margin-top: 20px;
	width: 210px;
}


/* ==================================================
	box02
================================================== */

@media screen and (min-width: 741px) {
#sub .box02 ul li a {
	display: block;
	width: 430px;
	height: 145px;
}
#sub .box02 ul li a:hover img {
	opacity: 0;
}
#sub .box02 ul li.bnr_u a {
	background: url(../../sub/images/bnr_u_on.png);
}
#sub .box02 ul li.bnr_c a {
	background: url(../../sub/images/bnr_c_on.png);
}
}

@media screen and (max-width: 740px) {
#sub .box02 ul li.fl,
#sub .box02 ul li.fr {
	float: none;
	text-align: center;
	margin-top: 1em;
}
}