@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
min-width: 320px;
font-size: 80%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}


a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#069;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
display:block;
}
.pc{
display:none;
}

.spbr {
	display: block;
}
.pcbr {
	display: none;
}

/*==================
header
====================*/

#pagetop {
	width: 100%; 
	background-image: url(../img/c1.jpg); 
	text-align: left; 
	padding: 10px 0 6px 7px;
}


header{
		padding: 16px 0;
		position: relative;
		width:100%;
	}
	h1{
		width: 120px;
	}
	.inner{
		width: 100%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
	/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,0.8);
		left: 0;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #006598;
	}
	

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #006598;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
		
/*header左側の設定*/

#logogroup{
width:300px;
padding: 0 10px;
}

/*header右側の設定*/

#subnav{
width:200px;
margin: 15px 10px 0;
float: left;
}

#subnav li{
float:left;
font-size:1.1em;
}

#subnav li.sitemap{
background:url(../images/icon_sitemap.gif) no-repeat 0 2px;
padding:0 0 0 15px;
margin:0 24px 0 0;
}

#subnav li.rss{
background:url(../images/icon_rss.gif) no-repeat 0 1px;
padding:0 0 0 16px;
}

/*グローバルナビゲーション*/

#nav{
width:100%;
margin:0 auto;
}

#nav li{
float:left;
padding-bottom: 20px;
padding-left: 10px;
}



#topsign-red {
	width: 100%; 
	height: auto; 
	text-align: center; 
	background-image:url(../img/c1.jpg); 
	float: none;
	font-size:15px;
	font-family:'arial black','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8;
	color: #fff;
}

#topsign-slide {
	width: 100%; 
	height: auto; 
	float: none;
}




/*==================
contents
====================*/
#contents{
width:100%;
margin:0 auto;
padding:5px;
}


#info {
width:100%;
margin: 0 auto;
padding:5px;
}

#sidebar {
width:100%;
margin: 0 auto;
}


/*イベント情報*/

#info h2{
background:url(../images/icon_01.gif) no-repeat 10px 0;
padding:0 0 3px 23px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 0 0 0;
}

#info h3{
font-size:1.3em;
background:url(../images/icon_02.gif) no-repeat 10px 2px;
padding-left:28px;
margin:20px 0 10px 0;
}

.section{
width:100%;
float:left;
margin-right:0;
}

.section p{
	padding-right:10px;
}


/*更新情報*/

#event img{
float:left;
margin:0 10px;
border:1px solid #ccc;
padding:1px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 10px 10px;
}

#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
padding:0 10px 12px;
border-bottom:1px dashed #ccc;
}



/*==================
sidebar
====================*/

#sideber,
#sidebox{
	width:100%;
	float:left;
}

#sidebar h2{
background:url(../images/icon_01.gif) no-repeat 10px 0;
padding:0 0 3px 23px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 0 0 0;
}


#sidebar p{
border:1px solid #ccc;
border-top:none;
margin:0 10px;
padding:10px 7px 10px 10px;
}

#bnrarea{
margin-top:24px;
text-align:center;
width: 100%;
}

#bnrarea li,
#bnrarea li.last-child{
margin:20px auto;
width:231px;
border:1px solid #ccc;
padding:1px;
float: none;
}

/*==================
footer
====================*/

#footer{
width:100%;
margin:0 auto;
background-image: url(../img/c1.jpg) ;
margin-top:60px;
text-align:center;
padding: 15px 0;
}

#footer_inner{
width:100%;
margin:0 auto;
color:#fff;
}

#footer_inner address{
padding:15px 0 4px;
font-size:1.2em;
color:#fff;
}


