@charset "utf-8";

html {
}

body {
	color: #000;
	font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '���S�V�b�N Medium', meiryo, sans-serif;
	background: url(/img/bg_body.png);
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	border-bottom: 1px solid #65AA04;
}

header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header #brand img{
	float: left;
	margin: 10px 0 0 10px;
	width: auto;
	height: 35px;
}
header #open_menu img {
	height: 32px;
}
header #open_menu {
	display: block;
	float: right;
	padding: 9px 10px;
	height: 33px;
	color: #fff;
	text-align: center;
	background: #65AA04;
}

header nav,
header .guide,
header #ch_size {
	display: none;
}

header nav {
	clear:both;
	position: fixed;
	top: 50px;
	z-index: 50;
	width: 100%;
}

header nav li{
	border-top: 1px solid #fff;
}

header nav li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px 10px 50px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: no-repeat 5px center, #65AA04;
	background-size: 35px auto;
}
header nav li.sp_disaster a {
	background-image: url(/img/icon_disaster.png);
	background-size: 30px auto;
	background-position: 9px center;
}

header nav li.about a {
	background-image: url(/img/icon_about.png);
}
header nav li.member a {
	background-image: url(/img/icon_member.png);
}
header nav li.contribution a {
	background-image: url(/img/icon_contribution.png);
}
header nav li.assist a {
	background-image: url(/img/icon_assist.png);
}
header nav li.magazines a {
	background-image: url(/img/icon_magazines.png);
}
header nav li.privacy a {
	background-image: url(/img/icon_privacy.png);
}

header nav li.access a {
	background-image: url(/img/icon_access.png);
}

header nav li.recruit a {
	background-image: url(/img/bg_nav_recruit.png);
	background-size: 22px auto;
	background-position: left 12px center;
}

header nav li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

header ul.ch_lang {
	display: table;
	width: 100%;
}
header ul.ch_lang li {
	display: table-cell;
	border-left: 1px solid #fff;
}

header ul.ch_lang li:first-child {
	border-left: none;
}


header ul.ch_lang li a{
	padding: 10px 0;
	text-align: center;
}
header ul.ch_lang li a:after{
	border: none;	
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	margin: 0 10px;
	padding: 4px 0;
}
#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath li {
	float: left;
	list-style: none;
	font-size: 12px;
}
#topicpath li a {
	text-decoration: none;
}

#topicpath li:after {
	content: ">";
	margin: 0 6px;
}
#topicpath li:last-child:after {
	content: none;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	margin: 0 10px;
}
main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

section {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #405119;
}

section section {
	padding: 10px 0 10px 0;
	border: none;
}

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

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


/* side_nav */
.side_nav{
	margin-top: 30px;
}

.side_nav div{
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	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;
	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{
	background-color: #d0e5b3;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	margin-top: 30px;
	border-top: 2px solid #65AA04;
}

footer aside {
	margin: 0 10px;
	font-size: 13px;
}

footer aside img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
footer .link {
	padding: 0 10px;
}

footer .link ul {
	margin-bottom: 10px;
	border-top: 1px solid #0073BB;
}

footer .link ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

footer .link ul li{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	border: 1px solid #0073BB;
	border-top: none;
}

footer .link ul li:nth-child(even){
	border-left: none;
}

footer .link ul li a{
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #222;
	font-size: 13px;
	background: #fff;
}

footer .link ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #0073BB;
	border-right: 2px solid #0073BB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer .link .facebook img {
	width: 100%;
}

footer .link .disaster {
	display: block;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background-color: #f24141;
}

footer .facebook .footer_fb_banner {
	display: none;
}

footer .other {
	text-align: center;
	font-size: 14px;
}

footer .copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}

