@charset "utf-8";

@media screen and (min-width: 451px) {
#title {
	background-image:url(../img/title.png);
}
.table1 th {
	width:150px;
}
.his th {
	font-family:monospace !important;
	font-size:12px;
}
.kun1 {
	float:left;
	width:120px;
	padding-left:180px;
	font-size: 30px;
	font-weight:bold;
	font-family:serif;
	line-height:1.4;
}
.kun2 {
	margin-left:300px;
	padding-bottom:20px;
	font-size:16px;
}
.pro1 {
	float:left;
	width:320px;
	text-align:center;
	padding-top:30px;
}
.pro1 strong {
	font-size:30px;
	font-family:serif;
	line-height:3;
}
.pro2 {
	float:right;
	width:500px;
}
.pro2 img {
	width:500px;
}
}
@media screen and (max-width: 450px) {
.kun1 {
	font-size: 2em;
	font-weight:bold;
	font-family:serif;
	line-height:1.4;
}
.kun2 {
	margin-left:0;
	padding-bottom:20px;
	font-size:1.08em;
}
.pro1 {
	text-align:center;
	padding-bottom:20px;
}
.pro1 strong {
	font-size:2em;
	font-family:serif;
	line-height:2;
}
.pro2 img {
	width:340px;
}
}
