body {
	font-family: "Rounded Mplus 1c", Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: radial-gradient(50% 0%, circle, #f9f9f3 0%, #fffffe 50%, #f9f9f3 100%);
	-webkit-box-shadow: inset 0 8px 8px rgba(0,0,0,0.2);
	box-shadow: inset 0 8px 8px rgba(0,0,0,0.2)
}
#wrap {
	width: 100%;
	background: url(../images/wrap_bg.png) bottom center #8ec31e;
	position: absolute;
	left: 0;
	top: 0;
	height: 260px;
	z-index: -1
}
#hd {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#hd h1 {
	width: 460px
}
#hd h1 img {
	width: 100%
}
#hd .language ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#hd .language ul li {
	margin-left: 5px
}
#hd .language ul li a {
	display: block;
	color: #fff;
	background: #333;
	padding: 2px 15px;
	text-decoration: none;
	border: 1px solid #333;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#hd .language ul li a:hover {
	border: 1px solid #333;
	background: #fff;
	color: #333
}
#nav_bg {
	width: 100%;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2)
}
#nav_bg .nav {
	overflow: visible
}
#nav_bg .nav ul {
	z-index: 1000
}
#nav_bg .nav ul li {
	position: relative;
	border: 1px solid rgba(255,255,255,0.9);
	border-bottom: none
}
#nav_bg .nav ul li a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.05em;
	padding: 15px 8px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.03);
	letter-spacing: 0.1em;
	background: url(../images/nav_bg_01.png) 3px 3px no-repeat, url(../images/nav_bg_02.png) calc( 100% - 3px) calc( 100% - 3px) no-repeat;
	background-color: #8ec31e;
	background-size: 10px
}
#nav_bg .nav ul li:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.9)
}
#nav_bg .nav ul li:hover a, #nav_bg .nav ul li.current a {
	background: url(../images/nav_bg_01_ov.png) 3px 3px no-repeat, url(../images/nav_bg_02_ov.png) calc( 100% - 3px) calc( 100% - 3px) no-repeat;
	background-size: 10px;
	background-color: #4b6a0a;
	color: #ffffff;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5)
}
#nav_bg .nav ul li.current-menu-item a, #nav_bg .nav ul li.current-menu-parent a {
	background: url(../images/nav_bg_01_ov.png) 3px 3px no-repeat, url(../images/nav_bg_02_ov.png) calc( 100% - 3px) calc( 100% - 3px) no-repeat;
	background-size: 10px;
	background-color: #4b6a0a;
	color: #ffffff;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5)
}
#nav_bg .nav ul ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0
}
#nav_bg .nav ul ul li {
	width: 100%;
	border: none !important
}
#nav_bg .nav ul ul li a {
	background: rgba(0,0,0,0.7) !important;
	padding: 10px;
	text-decoration: none;
	color: #fff !important;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
#nav_bg .nav ul ul li.current-menu-item {
	background: rgba(0,0,0,0.5) !important
}
#nav_bg .nav ul ul li.current-menu-item a {
	color: #8ec31e
}
#nav_bg .nav ul ul li ul {
	position: absolute;
	top: 0px;
	left: 100%
}
#nav_bg .nav ul ul li ul li {
	width: 100%
}
#nav_bg .nav ul ul li ul li a {
	border-left: 1px solid rgba(255,255,255,0.4)
}
.menu-trigger {
	display: none
}
#con {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
#main {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 720px
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px
}
#main table th, #main table td {
	padding: 5px
}
#main img {
	max-width: 100%;
	height: auto
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #ffffff;
	padding: 0.9em;
	margin: 0 0 25px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 12px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 12px rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2)
}
#main h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.4em 0 0.5em 1.6em;
	margin: 24px 0 14px 0;
	border-bottom: 2px solid #8ec31e;
	position: relative;
	background: url(../images/h2_bg.png) 8px center no-repeat;
	background-size: 7px
}
#main h2::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25%;
	height: 2px;
	background: #ffee02
}
#main h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	margin: 12px 0 8px 0;
	border-left: 4px solid #000000
}
#side {
	width: 220px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
#side h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 0 0 6px 0;
	background: #8ec31e
}
#side #sidenav {
	width: 100%
}
#side #sidenav a {
	width: 100%;
	padding: 8px 6px 8px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px center;
	font-size: 12px;
	color: #000000;
	border-bottom: dotted 1px #cccccc;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}
#side #bnr {
	width: 100%
}
#side #bnr li {
	margin-bottom: 4px
}
#side #bnr li a {
	width: 100%;
	padding: 10px 10px 10px 30px;
	border: 1px solid #333;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	background: url(../images/bnr_bg.png) no-repeat 8px center;
	font-size: 12px;
	color: #333;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#side #bnr li a:hover {
	opacity: 0.5
}
#side #contact {
	border: 1px solid #8ec31e;
	margin: 20px 0;
	word-break: break-all
}
#side #contact p {
	padding: 5px 10px
}
#side #contact a.form {
	display: block;
	margin: 0 10px 10px 10px;
	padding: 2px;
	background: #8ec31e;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8ec31e;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#side #contact a.form:hover {
	background: #fff;
	color: #8ec31e
}
#side #contact iframe {
	width: 100%;
	height: 220px
}
#center {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 10px;
	margin: 0 10px 0 0;
	border-right: 1px solid #dddddd
}
#ft {
	width: 100%;
	min-width: 960px;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	background: #4b6a0a
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
	background: rgba(255,255,255,0.8);
	text-decoration: none;
	border: 1px solid #8ec31e;
	color: #8ec31e;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 5px
}
#i_nav {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px
}
#i_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -5px 0 0 -25px !important;
	list-style-type: none
}
#i_nav ul li {
	width: calc((100% / 3) - 10px);
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
	padding: 0
}
#i_nav ul li:hover {
	opacity: 0.7
}
#i_nav ul li:first-child {
	background: url(../images/i_nav_01.png);
	background-size: cover
}
#i_nav ul li:first-child p {
	background: rgba(206,79,139,0.7)
}
#i_nav ul li:nth-child(2) {
	background: url(../images/i_nav_02.png);
	background-size: cover
}
#i_nav ul li:nth-child(2) p {
	background: rgba(255,255,28,0.5)
}
#i_nav ul li:nth-child(3) {
	background: url(../images/i_nav_03.png);
	background-size: cover
}
#i_nav ul li:nth-child(3) p {
	background: rgba(29,153,208,0.7)
}
#i_nav ul li a {
	color: #ffffff;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	line-height: 1.7em;
	font-weight: bold;
	text-decoration: none;
	display: block
}
#i_nav ul li a p {
	width: 100%;
	display: block;
	padding: 70px 0
}
#i_nav ul li a p span {
	color: #222222;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	width: 100%;
	display: inline-block
}
#i_news {
	height: 390px;
	overflow: auto
}
#i_news table {
	width: 100%
}
#i_news table tr {
	border-bottom: 1px dotted #cccccc
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	white-space: nowrap
}
#i_news table td:first-child {
	background: url(../images/news_icon.png) 5px 18px no-repeat;
	padding-left: 20px;
	width: 140px
}
#i_news table td:last-child {
	white-space: normal
}
.page_link {
	width: 100%
}
.page_link ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.page_link ul li {
	list-style-type: none;
	margin: 0 10px 5px 0;
	border: 1px solid #8EC31E;
	border-radius: 3px;
	padding: 0 !important;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
.page_link ul li a {
	background: #8EC31E;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
.page_link ul li:hover {
	border: 1px solid #4B6A0A
}
.page_link ul li:hover a {
	background: #4B6A0A
}
.table_member_box{
	width:720px;
}	
.table_table_member_box {
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
.table_table_member_box td {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	vertical-align: top;
}
.table_table_member_box th {
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #F2F2F2;
	text-align: center;
	font-weight: bold;
}
