@charset "UTF-8";

/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:768px) {
#main {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	min-height: 0px;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/college/main.jpg);
	background-size: cover;
}
#main .ttl {
	padding-top: 50px;
}
.c_map img {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
#colle {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
#colle ul {
}
#colle ul li {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#colle ul li img {
	width: 100%;
}
}
