﻿@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address, img, figure {
	margin: 0;
	padding: 0;
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
ul, dl {
	list-style: none
}
address {
	text-decoration: none
}
table th {
	text-align: left;
	font-weight: normal
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden
}
.clearfix {
*zoom:1
}
@media print, screen and (min-width: 641px) {
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF
}
body * a:hover {
	color: #F90
}
body * a[target="_blank"]:after {
	content: url(../images/out.png);
	margin: 0 2px
}
body img {
	vertical-align: bottom
}
body span.super {
	vertical-align: super;
	font-size: 12px
}
header {
	width: 100%;
	height: 280px;
	background-image: url(../images/title.jpg);
	background-size: cover;
	background-position: bottom
}
header h1 {
	height: 25px;
	line-height: 25px;
	width: 950px;
	margin: 0 auto;
	text-align: right;
	font-size: 13px
}
header p {
	width: 950px;
	margin: 0 auto
}
header #title h2 {
	padding-top: 100px;
	padding-left: 15px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 38px
}
header+nav {
	background: #009854
}
header+nav p {
	display: none
}
header+nav ul {
	width: 950px;
	margin: 0 auto;
	display: flex
}
header+nav ul li:hover {
	opacity: 0.8
}
#overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s
}
#overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
	overflow: scroll
}
#menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 999
}
#menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s
}
#menu-trigger.active span {
	background-color: #fff
}
#menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg)
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0
}
#menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg)
}
#menu-trigger span:nth-of-type(1) {
	top: 0
}
#menu-trigger span:nth-of-type(2) {
	top: 12px
}
#menu-trigger span:nth-of-type(3) {
	bottom: 0
}
#menu-trigger+nav {
	width: 250px;
	height: 100%;
	padding-top: 100px;
	background-color: rgba(0,152,84,0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translate(250px);
	transition: all .5s
}
#menu-trigger+nav.open {
	transform: translateZ(0)
}
#menu-trigger+nav h2 {
	padding: 0 8px;
	color: #fff
}
#menu-trigger+nav ul {
	margin-bottom: 16px
}
#menu-trigger+nav ul li {
	padding: 10px 8px
}
#menu-trigger+nav ul li a {
	color: #fff
}
section {
	width: 950px;
	margin: 16px auto;
	display: flex;
	justify-content: space-between
}
section article {
	width: 625px
}
section article p {
	margin: 0 0 8px;
	font-size: 15px
}
section article ul {
	margin: 0 0 16px 16px;
	padding-left: 5px;
	list-style-type: circle
}
section article ul li {
	font-size: 15px
}
section article #pan {
	margin-bottom: 20px
}
section article .copyright {
	font-size: 12px;
	text-align: right
}
section article #name {
	margin: 0 0 16px
}
section article #name h2 {
	font-size: 30px;
	display: inline
}
section article #name span {
	font: 18px 'Roboto Slab', serif
}
section article h3 {
	margin: 24px 0;
	padding: 3px 0 3px 5px;
	border-left: 4px solid #009854;
	border-bottom: 1px solid #009854;
	font-size: 22px
}
section article h4 {
	margin: 16px 0;
	padding: 2px 0 2px 4px;
	border-left: 4px solid #009854;
	border-bottom: 1px dashed #009854
}
section article h5 {
	margin: 16px 0;
	padding-left: 2px;
	border-left: 4px solid #6C9
}
section article h6 {
	margin: 16px 0;
	text-decoration: underline
}
section article .mokuji {
	display: table;
	margin: 16px;
	padding: 16px;
	border: 1px solid #999999;
	border-radius: 4px
}
section article .mokuji ol {
	margin-bottom: 0
}
section article .mokuji ol li {
	margin-left: 24px;
	list-style-type: decimal;
	font-size: 15px
}
section article #data {
	margin: 16px 0 16px 16px
}
section article #data th, section article #data td {
	padding: 4px 15px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas {
	display: flex;
	margin: 32px 0
}
section article #datas #data {
	margin: 0;
	border-left: 4px solid #09F
}
section article #datas #data th, section article #datas #data td {
	padding: 4px 15px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas #level {
	margin: 0 0 16px 16px;
	border-left: 4px solid #F60
}
section article #datas #level th, section article #datas #level td {
	padding: 4px 15px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas #level th img {
	margin-right: 4px;
	vertical-align: middle
}
section article .list {
	margin: 0 0 16px
}
section article .list th, section article .list td {
	padding: 4px 16px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article .list th {
	text-align: center;
	font-weight: bold
}
section article .link {
	margin: 16px 48px
}
section article .link li {
	list-style-type: square !important
}
section article #others {
	margin: 24px 0
}
section article #others h2 {
	border-top: 4px solid #ccc;
	padding: 24px 0
}
section article #others>div {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px
}
section article #others>div .img {
	width: 30%
}
section article #others>div .img img {
	width: 100%;
	height: auto
}
section article #others>div .text {
	width: 65%
}
section article #others>div .text p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
section article #others>div .text p+p {
	font-size: 13px
}
section article #others>div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}
section aside {
	width: 300px
}
section aside h2 {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background-image: url(../images/square01-004.gif);
	background-repeat: no-repeat;
	background-position: left center
}
section aside ul {
	margin: 0 0 10px 24px
}
section aside ul li {
	height: 27px;
	line-height: 27px;
	list-style-type: circle;
	font-size: 15px
}
footer {
	background-color: #009854
}
footer p {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFF
}
}
@media screen and (max-width: 640px) {
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fffffc
}
body>* {
	overflow: hidden
}
body img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
body * a:hover {
	color: #F90
}
span.super {
	vertical-align: super;
	font-size: 12px
}
header {
	width: 100%;
	height: 130px;
	background-image: url(../images/title.jpg);
	background-size: cover
}
header h1 {
	font-size: 13px
}
header p {
	margin-top: 20px;
	text-align: center
}
header p img {
	width: 200px
}
header #title h2 {
	padding: 16px 0 16px 8px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 32px
}
header+nav {
	display: none
}
#overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s
}
#overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
	overflow: scroll
}
#menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999
}
#menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s
}
#menu-trigger.active span {
	background-color: #fff
}
#menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg)
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0
}
#menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg)
}
#menu-trigger span:nth-of-type(1) {
	top: 0
}
#menu-trigger span:nth-of-type(2) {
	top: 12px
}
#menu-trigger span:nth-of-type(3) {
	bottom: 0
}
nav {
	width: 250px;
	height: 100%;
	padding-top: 80px;
	background-color: rgba(0,152,84,0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translate(250px);
	transition: all .5s
}
nav.open {
	transform: translateZ(0)
}
nav h2 {
	padding: 0 16px;
	font-size: 18px;
	color: #fffff0
}
nav ul+h2 {
	margin-top: 16px
}
nav ul li {
	border-bottom: 1px solid #aaa
}
nav ul li a {
	display: block;
	padding: 8px 16px;
	color: #fffff0;
	text-decoration: none;
	font-size: 14px
}
section {
	width: 100%;
	margin: 0 auto
}
section article {
	padding: 16px
}
section article p {
	margin: 0 0 8px;
	line-height: 1.6em;
	font-size: 15px
}
section article p.copyright {
	font-size: 12px;
	text-align: right
}
section article table {
	max-width: 100% !important
}
section article ul {
	margin: 0 0 16px 8px;
	list-style-type: circle;
	padding-left: 16px;
	padding-right: 16px
}
section article ul li {
	margin-bottom: 8px;
	font-size: 15px
}
section article #pan {
	margin: 0
}
section article #pan p {
	font-size: 12px
}
section article #name {
	margin: 16px 0
}
section article #name h2 {
	font-size: 20px;
	display: inline
}
section article #name span {
	font: 16px 'Roboto Slab', serif
}
section article h3 {
	margin: 16px 0;
	padding: 3px 0;
	border-bottom: 3px solid #009854;
	font-size: 18px
}
section article h4 {
	margin: 16px 0;
	padding-left: 4px;
	border-left: 4px solid #009854;
	border-bottom: 1px dashed #009854
}
section article h5 {
	margin: 16px 0;
	padding-left: 2px;
	border-left: 4px solid #6C9
}
section article h6 {
	margin: 16px 0;
	text-decoration: underline
}
section article .mokuji {
	display: table;
	margin: 16px;
	padding: 16px;
	border: 1px solid #999999;
	border-radius: 4px
}
section article .mokuji ol {
	margin-left: 20px
}
section article .mokuji ol li {
	list-style-type: decimal;
	font-size: 15px
}
section article #data {
	margin: 16px 0 16px 0
}
section article #data th, section article #data td {
	padding: 4px 15px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas #data {
	margin: 16px 0;
	border-left: 4px solid #09F
}
section article #datas #data th, section article #datas #data td {
	padding: 4px 15px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas #level {
	margin: 16px 0;
	border-left: 4px solid #F60
}
section article #datas #level th, section article #datas #level td {
	padding: 4px 16px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article #datas #level th img {
	margin-right: 4px;
	vertical-align: middle
}
section article .list {
	margin: 0 0 16px
}
section article .list th, section article .list td {
	padding: 4px 5px 0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 14px
}
section article .list th {
	text-align: center;
	font-weight: bold
}
section article .link {
	margin: 16px 50px;
	padding: 0
}
section article .link li {
	text-align: center;
	list-style-type: none
}
section article .link li a {
	display: block;
	padding: 6px;
	border: 1px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	border-radius: 50px;
	text-decoration: none;
	font-size: 14px;
	color: #333
}
section article .link li+li a {
	margin-top: 8px !important
}
section article #others {
	margin: 24px 0;
	border-top: 1px solid #ccc
}
section article #others h2 {
	padding: 24px 0
}
section article #others>div {
	position: relative;
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 8px 0 0;
	border-bottom: 1px solid #ccc
}
section article #others>div .img {
	width: 30%
}
section article #others>div .text {
	width: 65%
}
section article #others>div .text p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
section article #others>div .text p+p {
	font-size: 13px
}
section article #others>div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}
section aside h2 {
	height: 32px;
	line-height: 32px;
	padding-left: 16px;
	background-color: #009854;
	color: #fff
}
section aside ul {
	margin: 16px 0 16px 40px
}
section aside ul li {
	height: 32px;
	line-height: 32px;
	list-style-type: circle;
	font-size: 15px
}
footer {
	background-color: #009854
}
footer p {
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #FFF
}
}
