@charset "utf-8";


html {
}

body {
	color: #000;
/*	font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;*/
	font: 300 17px/1.4 sans-serif;
	background: url(/img/bg_body.png);
}

a img:hover,
a img:focus {
	opacity: 0.8;
}


/*--------------------------------------
	header
--------------------------------------*/
header {
	height: 85px;
	padding: 10px 0;
	border-bottom: 3px solid #405119;
}

header h1 {
	float: left;
}

header > div {
	width: 1000px;
	margin: auto;
	text-align: right;
}

/* language */
header div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0;

	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 10px;
	color: #fff;
	background: #65aa04;
}
header div select::-ms-expand {
	display: none;
}
header div label::after {
	display: inline-block;
	content: "▼";
	position: relative;
	left: -27px;
	height: 40px;
	padding-left: 5px;
	line-height: 40px;
	font-size: 12px;
	border-left: 1px solid #fff;
	pointer-events: none;
}

/* ch_size */
header #ch_size {
	display: inline-block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	border: 1px solid #000;
	background-color: #fff;
}

header #ch_size a {
	display: inline-block;
	width: 30px;
	height: 40px;
	padding: 0;
	text-align:center;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
}

header #ch_size a.active,
header #ch_size a:hover,
header #ch_size a:focus {
	background: #dbf9a7;
}



/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	width: 1000px;
	margin: 30px auto 0;
}

main section{
	box-sizing: border-box;
	float: right;
	width: 742px;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	background: #fff;
	border: 1px solid #405119;
}

main section section {
	clear: both;
	width: 692px;
	padding: 0 0 0 20px;
	border: none;
}

h2 {
	margin: 20px 0 10px -10px;
	padding: 0 0 5px 10px;
	font-size: 24px;
	color: #405119;
	border-bottom: 5px solid #65aa04;
}

h3 {
	margin: 20px 0 10px -10px;
	padding: 2px 0 3px 10px;
	color: #405119;
	background: #d0e5b3;
}

/* side_nav */
.side_nav{
	width: 240px;
	margin-right: 20px;
}

.side_nav div{
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #65aa04;
	border-radius: 10px;
}

.side_nav ul{
	border-top: 1px dotted #405119;
}

.side_nav ul li{
	font-weight: bold;
	border-bottom: 1px dotted #405119;
}

.side_nav ul li a{
	box-sizing: border-box;
	display: block;
	width: 240px;
	padding: 10px 20px 10px 10px;
	color: #405119;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	background: url("/img/icon_arrow2.png") 98% center no-repeat;
}

.side_nav ul li.second a{
	padding-left: 25px;
}

.side_nav ul li.active a,
.side_nav ul li#now a,
.side_nav ul li a:hover,
.side_nav ul li a:focus{
	background-color: #d0e5b3;
}


.ch_lang {
	display: none;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	clear: both;
	margin-top: 20px;
	background-color: #65aa04;
}
footer .copyright {
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
