@charset "utf-8";

@media screen and (min-width: 451px) {
#title {
	background-image:url(../img/title.png);
}
.table1 th {
	width:200px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.seiko strong {
	font-size: 1.24em;
}
.seiko span {
	font-size: 1.4em;
}
#left_doc {
	width:255px;
}
#right_doc {
	width:555px;
}
}
@media screen and (max-width: 450px) {
input[type="text"],textarea {
	width:300px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:4px;
}
}