@charset "euc-jp";
/* CSS Document */

.contents h3 {
	font-size: 1.625em;
	text-align: center;
}
.tblstyle1 {
	width: 100%;
	background: #ECF1FF;
	margin-bottom: 4em;
}
.tblstyle1 th, .tblstyle1 td {
	line-height: 1.5;
	padding: 0.4em;
	border: solid 1px #666;
	text-align: center;
}
.tblstyle1 th {
	background: #D8E2FF;
	white-space: nowrap;
}
.tblstyle1 td {
	width: 50%;
}
.tblstyle1 table {
	width: auto;
	margin: 0;
}
.tblstyle1 table th, .tblstyle1 table td {
	padding: 0 0.5em;
	border: none;
}

#osiharai {
	display: block;
	width: 12em;
	text-align: center;
	padding: 1em 0;
	border-top: solid 5px #0072C5;
}

@media screen and (max-width:699px){
.contents h3 {
	font-size: 1.4em;
}
}