@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/land/land_background.png) repeat;
}

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

/*--------------------------------------
	header
--------------------------------------*/
header {
	width: 90%;
	margin: 10px auto;
}

header img {
}

header nav {
}

header nav li {
}

header nav li a {
}

header nav li a:hover,
header nav li a:focus {
}
header .left,header .right {
	float: none;
}
header .lang_selector {
	width: 100%;
	margin: 10px auto 0;
}
header .lang_selector::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .lang_selector a ,
header .lang_selector span {
	float: left;
	box-sizing: border-box;
	text-align: center;
	width: 50%;
	padding: 2px 10px;
	text-decoration: none;
	color: #6d6d6d;
	background-color: #eee;
	border: 1px solid #000;
	transition: .4s;
}
header .lang_selector a {
	border-right: 0;
}
header .lang_selector span,
header .lang_selector a:hover {
	color: #fff;
	background-color: #65b76c;
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 5px 0 9px;
}

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

#topicpath li {
	display: block;
	float: left;
	margin-right: 6px;
	list-style: none;
}

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

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
}

#contents {
}

section {
}

section section {
}


h2 {
	text-align: center;
    line-height: 1.2em;
    font-size: 18px;
}

h3 {
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0;
	border-bottom: 2px solid #1e4778;
}


/*--------------------------------------
	footer
--------------------------------------*/
footer {
	width: 100%;
	height: auto; 
	padding-top: 64px;
	color: #fff;
	background: url(/img/land/land_footer.png) repeat-x top center;
}

footer .copyright {
	padding: 3px;
	background: #65b76c;
}

/*--------------------------------------
	anther
--------------------------------------*/
.btn {
	display: inline-block;
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	text-decoration: none;
	color: #fff;
	border: #fff 2px solid;
	border-radius: 10px;
	background: #1e4778;
}
.btn::before {
	content: '\025b6';
	margin-right: 10px;
}
#coment_box {
	padding: 10px;
	margin: 0 10px;
	border: #1e4778 2px solid;
	border-radius: 10px;
	background: #fff;
}
#coment_box section ,
.index_p div p{
	margin-top: 10px;
}