@charset "utf-8";
@import url("reset.css");
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
	font-size: 0.68em;
}
.nav-collapse li {
	display: block;
	width: 100%;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1
}
.nav-collapse.opened {
	max-height: 9999px
}
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0
}
a:active, a:hover {
	outline: 0
}
@-webkit-viewport {
width:device-width
}
@-moz-viewport {
width:device-width
}
@-ms-viewport {
width:device-width
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333333;
	background: #E8E280 url(../img/bg.png) no-repeat fixed left bottom;
	font: 400 100%/1.4em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.nav-collapse, .nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left
}
.nav-collapse li {
	float: left;
	width: 100%
}
.nav-collapse a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	background: #E6531F;
	border-bottom: 1px solid white;
	padding: .7em 1em;
	float: left;
}
.nav-collapse a:hover {
	color: #fff;
	background: #F7C824;
}
.nav-collapse ul ul a {
	background: #ca3716;
	padding-left: 2em
}
.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 70px;
	height: 55px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #6D9E35 url(../img/hamburger.png) no-repeat 50% 33%
}
.nav-collapse.disable-pointer-events {
	pointer-events: none !important;
}
#header {
	background: #0095BF;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#d1d1d1));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
	background-image: linear-gradient(top, #f7f7f7, #d1d1d1);
	-moz-box-shadow: 0px -3px 6px #000000;
	-webkit-box-shadow: 0px -3px 6px #000000;
	box-shadow: 0px -3px 6px #000000;
}
#header p {
	font: bold 1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F7C824;
	margin: 0px 50px;
	padding: 8px 0px 0px;
}
#header p a {
	text-decoration: none;
	color: #F7C824;
}

#footer {
	background: #F7C824;
	text-align: center;
	padding: 1em;
	font-size: 0.85em;
}
#wrap {
	margin: 50px;
}
#wrap #content {
	border-right-style: dashed;
	margin-bottom: 30px;
	padding-top: 150px;
	font-size: 0.8em;
}
#wrap #content #menusub {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	float: none;
}
#wrap #content #main {
	float: right;
	background: rgba(255, 255, 255, 0.6);
	float: none;
	padding: 0em 2em;
}
#wrap #content #menusub ul li a {
	text-decoration: none;
	display: block;
	border-top: 0.1em solid #999;
	border-right: 0.1em solid #999;
	border-bottom: 0.1em solid #999;
	border-left: 0.1em solid #999;
	text-align: center;
	color: #666;
	padding: 0.25em;
	background: #EEE;
	margin: 0.25em;
}
#wrap #content #menusub ul li a:hover {
	background: #DFDFDF;
}
#wrap #content #menusub aside {
	padding: 15px;
}
#wrap #content #main article p {
	margin: 1em 0em 1.5em;
}
#wrap #content #main article h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	color: #6D9E35;
}
#wrap #content #main article h2 {
	font-size: 2em;
	border-bottom-width: 0.05em;
	border-bottom-style: dashed;
	font-weight: normal;
	color: #6D9E35;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#wrap #content #main article h3 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #6D9E35;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-left-width: 0.15em;
	border-left-style: solid;
	padding-left: 0.2em;
}
#wrap #content #main article h4 {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #6D9E35;
	margin: 1em 0em 0.5em;
}
#wrap #content #main article h5 {
	font-size: 1em;
	line-height: 1.1em;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 0.5pc;
}
#wrap #content #main article section blockquote {
	margin: 2em;
	background: #E1DBBF;
	padding: 0.5em;
}
#wrap #content #main article section table {
	margin-top: 1.5em;
	border-spacing: 0.2em;
	border-collapse: separate;
	margin-bottom: 1.5em;
	width: 100%;
}
#wrap #content #main article section table th {
	font-weight: bold;
	color: #066;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding: 3px;
}
#wrap #content #main article section table td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#wrap #content #main article section dl dt {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	color: #066;
	padding: 0.5em 0em 0em 0.9em;
	margin: 0em 0em 0.5em;
}
#wrap #content #main article section dl dd {
	padding: 0em;
	margin: 0em 0em 1.5em 1em;
}
#wrap #content #main article section ul {
	padding: 0em;
	margin: 1.5em 0em 1.5em 2em;
	list-style: circle;
}

/* ↓ここからスマホスタイル↓ */


@media screen and (-webkit-min-device-pixel-ratio:1.3), screen and (min--moz-device-pixel-ratio:1.3), screen and (-o-min-device-pixel-ratio:2 / 1), screen and (min-device-pixel-ratio:1.3), screen and (min-resolution:192dpi), screen and (min-resolution:2dppx) {
.nav-toggle {
background-image:url("img/hamburger.png");
-webkit-background-size:100px 100px;
-moz-background-size:100px 100px;
-o-background-size:100px 100px;
background-size:100px 100px
}
}
@media screen and (min-width:40em) {
#wrap #content #main article section aside {
	margin: 2em 0px;
}

.js .nav-collapse {
	position: relative;
	max-height: none
}
.nav-toggle {
	display: none
}
.nav-collapse ul ul a {
	display: none
}
.nav-collapse li {
	width: 20%;
 *width:24.9%;
	_width: 19%
}
.nav-collapse a {
	margin: 0;
	padding: 1em;
	float: left;
	text-align: center;
	border-bottom: 1 solid white;
	border-right: 1px solid white
}
#wrap #content #menusub {
	width: 20%;
	float: left;
	background: #6D9E35;
}
#wrap #content #main {
	float: right;
	width: 70%;
	background: none;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 20px;
}
}
