@charset "utf-8";

.box1 th {
	width:100px;
	text-align:left;
}
.box1 th img {
	width:80px;
	border:1px solid #ccc !important;
}

@media screen and (max-width: 450px) {
.box1 th {
	width:100px;
	text-align:left;
}
.box1 th img {
	width:80px;
}
}

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