/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}



/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
	
	font-size: 14px;
}

#main-wrapper {
	
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
	margin-bottom:25px;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
	margin-bottom:25px;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	margin-bottom:25px;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}

.col5box .inner{
	margin:0 -2%;
}
.col5box .box{
	width:50%;
	margin-bottom:15px;
	float: left;
}
.col5box .box .box-inner{
	padding:0 4%;
}


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:absolute;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	height:80px;
	line-height: 100%;
}

#header h1{
	position: absolute;
	top:0;
	left: 0;
	width: 130px;
	padding: 10px 4%;
}




/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:absolute;
	top:0;
	right:0;
	width:21px;
	height:20px;
	z-index:1050;
	padding: 20px;
	cursor: pointer;
	line-height: 100%;
	background-color: #000;
}
#menuBtn.open{
	display: none;
}
#menuClose{
	position:fixed;
	top:0;
	right:0;
	z-index:1060;
	cursor: pointer;
	width:40px;
	height:40px;
	color: #fff;
	padding: 20px;
	line-height: 100%;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:1001;
}


#navi{
	display:none;
	position:fixed;
	top:100px;
	left:0;
	width:100%;
}


#navi ul li a{
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
}


/* フッター
------------------------------------------------------------ */

#footer{
	text-align: center;
	padding: 40px 0;
	border-top: solid #dcdcdc 1px;
}
.footer-inner{
	text-align: center;
}
.footer-inner span{
	display: inline-block;
	margin: 0 20px;
}
.footer-inner span img{
	height: 50px;
}

#footer address{
	display: block;
	text-align: center;
	padding-top: 30px;
	font-size: 8px;
	color: #b8b8b8;
	letter-spacing: 0.1em;
}






/* all
--------------------------------------------*/

h3{
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}





/* 
--------------------------------------------*/
.main-vi{
	display: block;
	width: 100%;

}
.main-vi .mainimg{
	display: block;
	float: none;
	width: auto;
	vertical-align: middle;
	height: auto;
	text-align: center;
}
.main-vi .maintxt{
	display: block;
	float: none;
	width: auto;
	height: auto;
	background: url("../../images/bg_main.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
}


.main-vi .mainimg span{
	display: block;
	margin: 0 auto;
	width: 50%;
	max-width: 300px;
	padding-top: 160px;
	padding-bottom: 100px;
}

.main-vi .maintxt .maintxt-inner{
	display: block;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 60px 10%;
	color: #fff;
	
}
.main-vi .maintxt .maintxt-inner h2{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-bottom: 30px;
}
.main-vi .maintxt .maintxt-inner p{
	letter-spacing: 0.15em;
	word-wrap: break-word;
	font-size: 13px;
}


/* 
--------------------------------------------*/

.new-section{
	padding: 60px 0 60px 0;

}

.new-section h3{

	padding-bottom: 40px;
}

.new-section ul li{

	font-size: 14px;
	line-height: 150%;

	margin-bottom: 15px;
}
.new-section ul li a{
	
}
.new-section ul li span{
	display: inline-block;
	float: none;
	width: auto;
	padding: 5px 25px;
	text-align: center;

}
.new-section ul li p{
	display: block;
	float: none;
	width: auto;
	padding: 15px 0;
	
}
.new-section ul li p strong{
	display: block;
	padding: 0 15px;
	font-weight: normal;
}


/* 
--------------------------------------------*/
.current-section .side-area{
	
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
}
.current-section .entry-area{
	width: auto;
	float: none;
	padding: 20px 0 40px 0;
}



.current-section .side-area h3{
	font-size: 18px;
}

.current-inner{
	display: block;
	width: 100%;
}
.current-inner .current-img{
	width: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
	text-align: center;
}
.current-inner .current-info{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0 0 0px;
}




/* 
--------------------------------------------*/
.archive-section .side-area{
	background: #343d4b url("../../images/bg_arc.jpg") left top repeat-x;
	color: #fff;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
}
.archive-section .entry-area{
	background-color: #fff;
	width: auto;
	float: none;
	padding: 20px 0 40px 0;
	border-top: none;
}



.archive-section .side-area h3{
	font-size: 18px;
	color: #fff;
}
.archive-section .side-area .side-menu{
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding-top: 0px;
	font-size: 12px;
}
.archive-section .side-area .side-menu ul li{
	list-style: none;
	padding: 15px 0;
	display: inline-block;
}
.archive-section .side-area .side-menu ul li span{
	display: inline-block;
	text-align: center;
	padding: 0 15px 3px 15px;
	
}
.archive-section .side-area .side-menu ul li.active span{
	color: #fff;
	border-bottom: solid #fff 2px;
}

.archive-section .entry-area .archive-inner ul{
	margin: 0 -5%;
	padding-top: 25px;
	
}
.archive-section .entry-area .archive-inner ul li{
	list-style: none;
	float: left;
	margin: 0 0;
	width: 40%;
	padding: 0 5%;
	padding-bottom: 25px;
}



.btn-archive{
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid #dcdcdc 1px;

}
.btn-archive a{
	text-align: center;
	margin: 0 auto;
	width: 60%;
	padding: 15px 30px 15px 20px;
}




/* 
--------------------------------------------*/
.committee-section {
	position: relative;
}
.committee-section .side-title{
	width: auto;
	padding: 20px 0;
	position: relative;
	top:0;
	left: 0;
}

.committee-section .side-title h3{
	font-size: 18px;
	color: #fff;
}

.committee-section .entry-area{
	border-top: none;
	padding: 40px 0 60px;
}
.committee-section .entry-area h3{
	text-align: center;
	padding-bottom: 50px;
}

.member-box{
	padding: 0 15px 15px 15px;
}
.member-box .imgbox{
	padding-bottom: 20px;
	text-align: center;
}
.member-box .txtbox{
	text-align: center;
	font-size: 12px;
	line-height: 130%;
}
.member-box .txtbox h4{
	font-size: 13px;
	padding-bottom: 15px;
	display: inline-block;
	text-align:left;
}
.member-box .txtbox p{
	display: inline-block;
	text-align:left;
	font-size: 11px;

}




/* 
--------------------------------------------*/
.call-section{
	background: url("../../images/bg_info.jpg") bottom center no-repeat;
	background-size: cover;
	padding: 40px 0 30px 0;
}

.call-section h3{
	text-align: left;
	font-size: 18px;
}

.call-section-inner{
	padding-top: 40px;
}

.call-section-inner .col-menu{
	width: auto;
	float: none;
}


.call-section-inner .entry-area{
	width: auto;
	float: none;
	margin-top: 25px;
}

.call-section-inner .col-menu ul{
	
}
.call-section-inner .col-menu ul li{
	list-style: none;
	text-align: left;

}
.call-section-inner .col-menu ul li span{
	display: block;
	padding: 25px 0;
}

.call-section-inner .col-menu ul li.active{
	
}


.call-section-inner .entry-area .tabbox{

	padding: 15px;
	word-wrap: break-word;
}

.call-section-inner .entry-area .tabbox ul li{

}


/* 
--------------------------------------------*/

.contact-section{
	padding: 40px 0;
}
.contact-section h3{
	text-align: center;
	padding-bottom: 30px;
}

.btn-contact{
	display: block;
	width: auto;
	margin: 0 auto;
}
.btn-contact a{
	display: block;
	border: solid #cacaca 1px;
	background-color: #fff;
	padding: 15px 10%;
}
.btn-contact a span{
	display: block;
	padding: 20px 0 20px 80px;
	text-align: center;
	background: url("../../images/icon_mail.png") center left no-repeat;
	background-size: 60px auto;
	letter-spacing: 0.15em;
	font-size: 12px;
	word-wrap: break-word;
	line-height: 130%;
}


/* 
--------------------------------------------*/

.post-wrapp{
	padding-top: 150px;
	padding-bottom: 80px;
}

.post-head{
	position: relative;
	margin-bottom: 60px;
}

.post-head h2{
	font-size: 24px;
	line-height: 160%;
}

.post-head .day{
	
	padding: 4px 15px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}


.btn-link{
	display: block;
	text-align: center;
	margin-top: 80px;
}
.btn-link a{
	display: block;
	width: auto;
	
	padding: 15px 5px;
	font-size: 16px;
	line-height: 110%;
}


.bottom-navi{
	margin-top: 80px;
	text-align: center;
}








		
	
}