/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
}
#nav ul {
}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}
/* ==== Content === */
#con {
}
#sidenav {
	width: 220px;
	float: right;
	margin-top: 20px;
	background: url(../images/sidenav_hd.jpg) no-repeat;
	padding-top:60px;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 220px;
	box-sizing: border-box;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 12px;
	color: #333333;
	border-bottom: dotted 1px #CCC;
}
#main {
	width: 720px;
	float: left;
	margin-top: 20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}
#main #i_access a img:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ==== Footer === */
#ft {
	margin-top: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
	color: #FFF;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 15px;
	left: 21px;
}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.5em;
	font-weight: normal;
	color: #FFF;
	text-shadow: 2px 2px 6px #000;
	height: 80px;
	box-sizing: border-box;
	padding: 0.5em 0 0.5em 0.6em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
	height: 40px;
	box-sizing: border-box;
	padding: 0.3em 0 0.0em 1.2em;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	overflow:hidden;
	padding-bottom:5px;
}
#i_news {
	height:225px;
	overflow:auto;
}
#i_news table {
	width:100%;
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
	background: url(../images/common/news_icon.gif) 0px 12px no-repeat;
	padding-left: 15px;
}
#i_news table .table_B {
    width: 45%;
    display: inline-table;
}
#i_news table .table_B td {
    width: 50%;
}
#i_sidenav {
	float:right;
	width:220px;
	margin:20px 0 0 20px;
}
	
#i_bnr {
	margin-top: 10px;
	width: 220px;
}
#i_bnr li {
	padding-bottom:5px;
}
#i_bnr li a:hover{
	opacity: 0.8;
	filter: alpha(Opacity=80);
}
	
#i_link {
	width:220px;
}
#i_link ul {
	margin-top:10px;
}
#i_link li{
	margin-bottom:5px;
}
#i_link li a {
	border:1px #021542 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(../images/bnr_ico.gif) 12px no-repeat;
	padding:10px 10px 10px 35px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	display:block;
}

#i_access {
	background:#f0f0f0;
	border:1px solid #e5e5e5;
	padding:20px;
	width:100%;
	overflow:hidden;
}
#i_access .float_L, #i_access .float_R {
	width:50%;
}
#i_access .float_R {
	text-align:right;
}
/*----pagetop----*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}

.about {
	width:720px;
	height:291px;
	color:#fff;
	text-shadow: 1px 1px 4px rgb(0, 0, 0);
	-webkit-filter: glow(color=#000000,strength=4px);
	        filter: glow(color=#000000,strength=4px);
}
.about strong{
	display:block;
	padding-top:30px;
	text-align:center;
	font-size:28px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.about p{
	width:310px;
	margin:0 auto;
	padding-top:20px;
	font-size:14px;
	line-height:1.8em;
}

.about_2 {
	width:720px;
	height:291px;
	color:#fff;
	text-shadow: 1px 1px 4px rgb(0, 0, 0);
	-webkit-filter: glow(color=#000000,strength=4px);
	        filter: glow(color=#000000,strength=4px);
}
.about_2 strong{
	display:block;
	padding-top:30px;
	text-align:center;
	font-size:28px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.about_2 p{
	width:310px;
	margin:0 auto;
	padding-top:20px;
	font-size:14px;
	line-height:1.4em;
}

.about01 {
	background:url(../images/about/about_01.png) no-repeat top center;
}
.about02 {
	background:url(../images/about/about_02.png) no-repeat top center;
}
.about03 {
	background:url(../images/about/about_03.png) no-repeat top center;
	color:#000;
	text-shadow: 1px 1px 2px rgb(255, 255, 255);
	-webkit-filter: glow(color=#ffffff,strength=4px);
	        filter: glow(color=#ffffff,strength=4px);
}

.staff{
	background-color: #009;
	color: #FFF;
	text-align: center;
	padding:3px 10px ;
	margin-right:15px;
}
.staff02{
	background-color: #009;
	color: #FFF;
	text-align: center;
	padding:3px 16.5px ;
	margin-right:15px;
}
.staff_box{
	float:right;
	width:520px;
	padding:10px;
	margin-bottom:50px;
}	
a.staff_link_button {
	border: 1px solid white;
	background: #009;
	color: white;
	padding: 6px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}
a:hover.staff_link_button {
	background: white;
	border: 1px solid #009;
	color: #009;
}
.txt_justify{
	text-align: justify;
}
/*活動・イベント　アコーディオン*/
.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
 cursor: pointer;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
font-size: 1.4em
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 1em;
font-size: 1.0em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 2000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

