@import "base.css";


/* 
------------------------------------------------------------ */
a {
	color:#b49400;
	text-decoration:none;
}

a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
	
}


body {
	color:#333;
	margin:0;
	padding:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: -apple-system, BlinkMacSystemFont , '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ Pro' , 'Hiragino Kaku Gothic Pro' , 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height:180%;
	background-color:#fff;
	text-align:center;
	position:relative;
}


p{
	/*
	word-break: break-all;
	word-wrap: break-word;
	*/
	letter-spacing: 0.1em;
}



#main-wrapper{
	position:relative;
}

#main-container {
	
}

#header {}




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

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

.border-top{
	border-top: solid #dcdcdc 1px;
}



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

}
.main-vi .mainimg{
	display: block;
	float: left;
	width: 50%;
	vertical-align: middle;
	height: 770px;
	text-align: center;
}
.main-vi .maintxt{
	display: table;
	float: right;
	width: 50%;
	height: 770px;
	background: url("../../images/bg_main.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
}


.main-vi .mainimg span{
	display: inline-block;
	width: 330px;
	padding-top: 200px;
}

.main-vi .maintxt .maintxt-inner{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 690px;
	padding: 80px 10% 0 10%;
	color: #fff;
	
}
.main-vi .maintxt .maintxt-inner h2{
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-bottom: 30px;
}
.main-vi .maintxt .maintxt-inner p{
	letter-spacing: 0.15em;
	word-wrap: break-word;
}


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

.new-section{
	background-color: #efefef;
	padding: 90px 0 90px 0;
	text-align: center;
}

.new-section h3{
	text-align: center;
	padding-bottom: 70px;
}

.new-section ul li{
	clear: both;
	text-align: left;
	font-size: 18px;
	line-height: 150%;
	list-style: none;
	margin-bottom: 25px;
}
.new-section ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.new-section ul li span{
	display: block;
	float: left;
	width: 25%;
	padding: 25px 0;
	background-color: #424e5f;
	text-align: center;
	color: #fff;
}
.new-section ul li p{
	display: block;
	float: left;
	width: 75%;
	padding: 25px 0;
	background-color: #fff;
	color: #333;
}
.new-section ul li p strong{
	display: block;
	padding: 0 30px;
	font-weight: normal;
}


/* 
--------------------------------------------*/
.current-section .side-area{
	background-color: #13181f;
	color: #fff;
	width: 30%;
	padding-top: 35px;
	float: left;
}
.current-section .entry-area{
	background-color: #fff;
	width: 70%;
	float: right;
	padding: 30px 0;
}



.current-section .side-area h3{
	font-size: 20px;
	color: #fff;
}

.current-inner{
	display: table;
	width: 100%;
}
.current-inner .current-img{
	width: 370px;
	display: table-cell;
	vertical-align: top;
	padding: 20px 0;
}
.current-inner .current-info{
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}




/* 
--------------------------------------------*/
.archive-section .side-area{
	background: #343d4b url("../../images/bg_arc.jpg") left top repeat-x;
	color: #fff;
	width: 30%;
	padding-top: 35px;
	padding-bottom: 120px;
	float: left;
}
.archive-section .entry-area{
	background-color: #fff;
	width: 70%;
	float: right;
	padding: 30px 0;
	border-top: solid #dcdcdc 1px;
}



.archive-section .side-area h3{
	font-size: 20px;
	color: #fff;
}
.archive-section .side-area .side-menu{
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding-top: 30px;
}
.archive-section .side-area .side-menu ul li{
	list-style: none;
	padding: 20px 0;
	cursor: pointer;
}
.archive-section .side-area .side-menu ul li span{
	display: inline-block;
	text-align: center;
	padding: 0 25px 3px 25px;
	color: #ababab;
	
}
.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 -20px;
}
.archive-section .entry-area .archive-inner ul li{
	list-style: none;
	float: left;
	margin: 30px;
	width: 18%;
	
	text-align: center;
	display: table;
}


.archive-section .entry-area .archive-inner ul li span{
	display: table-cell;
	width: 100%;

	border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
	overflow: hidden;
	background-color: #666;
	vertical-align: middle;
	text-align: center;
}
.archive-section .entry-area .archive-inner ul li span img{
	display: inline-block;
}


.btn-archive{
	display: inline-block;
	margin-top: 40px;
}
.btn-archive a{
	display: block;
	width: 100px;
	color: #fff;
	margin: 0 auto;
	text-decoration: none;
	padding: 10px 30px 10px 20px;
	line-height: 120%;
	background: rgb(0,0,0,0.5) url("../../images/arrow_r.png") 90% center no-repeat;
	background-size: 8px auto;
}





/* 
--------------------------------------------*/
.committee-section {
	position: relative;
}
.committee-section .side-title{
	background-color: #2f3744;
	color: #fff;
	width: 30%;
	padding: 30px 0;
	position: absolute;
	top:0;
	left: 0;
}

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

.committee-section .entry-area{
	border-top: solid #dcdcdc 1px;
	padding: 100px 0 100px;
}
.committee-section .entry-area h3{
	text-align: center;
	padding-bottom: 70px;
}


.member-box .imgbox{
	padding-bottom: 30px;
	text-align: center;
}
.member-box .txtbox{
	text-align: center;
	font-size: 14px;
	line-height: 130%;
}
.member-box .txtbox h4{
	font-size: 14px;
	padding-bottom: 15px;
}
.member-box .txtbox p{
	display: inline-block;
	text-align:left;
	font-size: 12px;
	color: #b6b5b5;
}




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

.call-section h3{
	text-align: center;
	color: #fff;
}

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

.call-section-inner .col-menu{
	width: 25%;
	float: left;
}


.call-section-inner .entry-area{
	width: 70%;
	float: right;
}

.call-section-inner .col-menu ul{
	border-top: solid #878d97 1px;
}
.call-section-inner .col-menu ul li{
	list-style: none;
	color: #ababab;
	border-bottom: solid #878d97 1px;
	text-align: left;
	cursor: pointer;
}
.call-section-inner .col-menu ul li span{
	display: block;
	padding: 25px 0;
}

.call-section-inner .col-menu ul li.active{
	color: #fff;
}


.call-section-inner .entry-area .tabbox{
	background-color: #fff;
	padding: 30px;
	display: none;
	letter-spacing: 0.1em;
}

.call-section-inner .entry-area .tabbox ul li{
	margin-left: 1.25em;
}


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

.contact-section{
	padding: 90px 0;
	background-color: #efefef;
}
.contact-section h3{
	text-align: center;
	padding-bottom: 70px;
}

.btn-contact{
	display: block;
	width: 760px;
	margin: 0 auto;
}
.btn-contact a{
	display: block;
	border: solid #cacaca 1px;
	background-color: #fff;
	padding: 25px 55px;
}
.btn-contact a span{
	display: block;
	padding: 40px 0 40px 140px;
	text-align: center;
	background: url("../../images/icon_mail.png") center left no-repeat;
	background-size: 104px auto;
	letter-spacing: 0.15em;
	font-size: 18px;
}


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

.post-wrapp{
	padding-top: 180px;
	padding-bottom: 110px;
}

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

.post-head h2{
	font-size: 45px;
	line-height: 170%;
}

.post-head .day{
	display: inline-block;
	line-height: 110%;
	padding: 4px 15px;
	background-color: #424e5f;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


.btn-link{
	display: block;
	text-align: center;
	margin-top: 100px;
}
.btn-link a{
	display: inline-block;
	width: 450px;
	border: solid #424e5f 2px;
	padding: 20px 25px;
	color: #424e5f;
	font-size: 18px;
	line-height: 110%;
}


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


.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	line-height:120%;
	display:inline-block;
}
.pagination span, .pagination a {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #fff;
}
.pagination a:hover{
	color:#fff;
	background: #424e5f;
}
.pagination span.current{
	background: #424e5f;
	color:#fff;
}


