@charset "utf-8";
html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;	
	background: #fff;
	-webkit-text-size-adjust:none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
.inner {
	max-width: 1400px;
	margin: 0 auto;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 96%;
	margin: 0 auto 20px;
}
table td{
	border: none;
	padding: 10px 15px;
	word-break: break-all;
}
.background {
	background-image: url(../images/ethos_back.jpg);
	background-size: cover;
}
.background-mask {
	height: 100%;
	background: rgba(255,255,255,0.75);
}
.contents {
	clear: both;
	overflow: hidden;
	padding: 120px 3%;
}
#menubar-s + .contents {
	padding-top: 120px;
}
.contents h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 20px;
	background: #529306;
	border-radius: 30px;
	color: #fff;
	padding: 5px 20px;
}
.main {
	overflow: hidden;
	width: 80%;
	padding-bottom: 30px;
}
iframe {
	width: 100%;
}
a {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
#header {
	background: #529306;
	color: #fff;
	width: 94%;
	height: 100px;
	padding: 0 3%;
	position: fixed;
}
#headermenu {
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	float: right;
	width: 100%;
}
#headermenu li {
	float: left;	
	padding-left: 30px;
}
#headermenu li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding-top: 3px;
}
#headermenu li::after {
	transition: 0.2s;
	content: "";
	display: block;
	border-bottom: 3px solid #fff;
	position: relative;
	left: 0px;
	bottom: -3px;
}
#headermenu li:hover::after,#menubar li.current::after {
	bottom: 0px;
}
#headermenu-s {
	display: none;
}
#headermenu_hdr {
	display: none;
}
/*
@media screen and (max-width: 800px), screen and (max-height:800px) {
	#menu li a {
		width: 120px;
		line-height: 120px;
		font-size: 12px;
	}
}
@media screen and (max-width: 500px), screen and (max-height:500px) {
	#menu li a {
		width: 90px;
		line-height: 90px;
		font-size: 10px;
	}
}
*/
