@charset "UTF-8";

/*------------------------------------------------------------mainphoto*/
#mainphoto {
	background: url("../img/koen_img/main_bg.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 250px;
	z-index: 1;
}
#mainphoto h2 {
	font-family: "NotoSansBold";
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1;
	padding-top: 90px;
	color: #fff;	
	text-shadow: 4px 3px 3px rgba(0,0,0,0.4);
}
#mainphoto h2 span{
	font-family: "NotoSansRegular";
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}
@media print, screen and (min-width:768px) {
#mainphoto h2 {
	font-size: 36px;
}
#mainphoto h2 span{
	font-size: 18px;
}
}
#content {
	margin-top: 0;
}
/*------------------------------------------------------------content*/

#sec01 .tx_box{
	width: 100%;
	background: #f1f1f1;
	padding: 10px 10px 15px 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 270px;
}
#sec01 .tx_box h4{
	font-family: "NotoSansBold";
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 3px;
	text-align: center;
	color: #010101;
}
#sec01 .tx_box h5{
	font-family: "NotoSansBold";
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	color: #034196;
}

/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #009d47;
	background: #009d47;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #009d47;
	border: 1px solid #009d47;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
}
.pagenavi li span {
	color: #fff;
}
.pagenavi li a:hover {
	background: #009d47;
	color: #fff;
}

.sheet_basic{
	margin-top: 20px;
}
.sheet_basic tr th{
	width: 100%;
}
.sheet_basic tr td{
	width: 100%;
}
@media print, screen and (min-width:576px) {
.sheet_basic tr th{
	width: 15%;
}
.sheet_basic tr td{
	width: 35%;
}	
}