@charset "UTF-8";


a {
	transition:opacity 0.3s ease-out;
}
a:hover {
	opacity:0.7;
}

html {
	height:100%;
	width:100%;
}
body {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#000;
	background-color: #DCDCDC;
	position:relative;
}


.container {
	position: relative;
	width: 1000px;
	padding: 0;
	margin:0 auto;
	background-color: #FFF;
}


header {
	height: 100px;
	padding: 0 40px;
	background-image: url("../img/headerline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 1000px auto;
}
header h1 img {
	width: 540px;
	height: auto;
	margin-top: 20px;
}


#contents {
	padding: 40px 40px 60px;
	overflow: hidden;
}
#contents_body > h2 {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 5px;
	color: #6B8E23;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
#contents_body > h3 {
	font-size: 20px;
	line-height: 1;
	color: #6B8E23;
	font-weight: bold;
	padding: 30px 0 20px;
}


nav {
	width: 230px;
	background-color: #EEE8AA;
	padding: 10px 20px;
	float: left;
}
nav a,nav span {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 48px;
	color: #6B8E23;
	font-weight: bold;
	border-bottom: 2px solid #6B8E23;
}
nav span {
	opacity: 0.5;
}
nav a:last-child,nav span:last-child {
	border-bottom: none;
}

#contents_body {
	width: 610px;
	float: right;
}


bannar {
	float: left;
	padding-top: 30px;
}


footer {
	background-color: #6B8E23;
	padding: 20px 40px;
	font-size: 12px;
	line-height: 1;
}

p.gotop {
    top: 37px;
    position: absolute;
    right: 60px;
	z-index: 50;
}
p.gotop a img {
	width: 80px;
	height: auto;
}
p.gotop a:hover {
	opacity:0.7;
}

.linklist ul {
	padding-top: 20px;
}
.linklist li {
	font-size: 16px;
	line-height: 2;
}
.linklist li a,.linklist li span {
	cursor: pointer;
	text-decoration: underline;
	color: #6B8E23;
}
.linklist li div {
	display: none;
	padding: 0 0 1em 2em;
}
.linklist ul + strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	padding-top: 30px;
}

.num_tb th,.num_tb td {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 2;
}

.btn2 {
	width: 570px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn2 a {
	display: block;
	width: 270px;
	background-color: #EEE8AA;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	color: #6B8E23;
	text-align: center;
	margin-top: 20px;
}
.btn2 a:nth-child(1),.btn2 a:nth-child(2) {
	margin-top: 0;
}
.btn2 a:hover {
	opacity: 0.7;
}