@charset "utf-8";
.scimg img {
	border:1px solid #ccc !important;
}
@media screen and (max-width: 450px) {
.scimg img {
	width:320px;
}
}

@media screen and (min-width: 451px) {
#title {
	background-image:url(../img/title.png);
}
.scimg img {
	width:500px;
}
}