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

body {
	background: #ededed;
	width: 100%;
	line-height: 1.65;
	margin: 0;
	padding: 0 0 50px;
	color: #666;
}

#wrapper{
	width: 1024px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	position: relative;
}

header{
	display: table;
	width: 100%;
	height: 125px;
}
header h1,
header .banner,
header .contact{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
header h1{
	text-align: left;
	padding-left: 20px;
}
header .contact{
	text-align: right;
	padding-right: 20px;
}
header .contact p{
	display: inline-block;
	text-align: left;
	font-size: 10pt;
	font-size: calc(10rem/12);
	color: #6c6c6c;
	line-height: 1.1;
}

nav{
	background: #f2f2f2;
	border-top: 8px solid #053987;
	width: 100%;
	height: 65px;
	//box-shadow: 0 5px 5px rgba(0,0,0,.2);
	position: relative;
	z-index: 9;
}
nav li{
	width: 160px;
	height: 65px;
	float: left;
	font-size: 0;
}
nav li a{
	width: 160px;
	height: 65px;
	display: block;
	text-indent: -1000%;
}
nav li#title{
	width: 190px;
	background: url('../img/nav_title.png') no-repeat left;
}
nav li#top a{background: url('../img/nav_top.png') no-repeat left;}
nav li#about a{background: url('../img/nav_about.png') no-repeat left;}
nav li#members a{background: url('../img/nav_members.png') no-repeat left;}
nav li#activity a{background: url('../img/nav_activity.png') no-repeat left;}
nav li#report a{background: url('../img/nav_report.png') no-repeat left;}
nav li#top.on a,
nav li#top a:hover{background-image: url('../img/nav_top_on.png');}
nav li#about.on a,
nav li#about a:hover{background-image: url('../img/nav_about_on.png');}
nav li#members.on a,
nav li#members a:hover{background-image: url('../img/nav_members_on.png');}
nav li#activity.on a,
nav li#activity a:hover{background-image: url('../img/nav_activity_on.png');}
nav li#report.on a,
nav li#report a:hover{background-image: url('../img/nav_report_on.png');}
nav li.on a{cursor: default;}

footer{
	background: #4c4c4c;
	padding: 35px 0 35px;
}
footer p{
	text-align: center;
	color: #fff;
	font-size: 10pt;
	font-size: calc(10rem/12);
}

#main{
	background: #fff;
	width: 100%;
	padding: 25px 0 5px;
}
#main .mainInner{
	width: 950px;
	height: 480px;
	width: 1024px;
	height: 517px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}
#main .mainInner h1{
	position: absolute;
	bottom: 0;
	z-index: 8;
}

#slide{
	width: 950px;
	height: 480px;
	width: 1024px;
	height: 517px;
	margin: 0 auto;
	position: relative;
}
#slide img{
	position: absolute;
	left: 0;
	top: 0;
}

#new{
	margin: 60px auto 60px;
}
#new .newHead{
	margin: 0 auto 40px;
	text-align: center;
}
#new dl{
	width: 790px;
	margin: 0 auto;
	padding: 10px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #c9c9c9;
}
#new dl dt,
#new dl dd{
	display: inline-block;
	vertical-align: top;
}
#new dl dt{
	margin-left: 30px;
	width: 90px;
}
#new dl dd{
	margin-left: 10px;
	width: 630px;
}
#new .date,
#content .contentInner .date{
	color: #2e5b9e;
}
#new dl dd,
#new a{
	color: #585858;
	text-decoration: none;
}

#content{
	background: #fff;
	width: 100%;
	padding: 25px 0;
}
#content .contentInner{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.5;
	color: #111;
}
#content .contentInner h2{
	margin: 20px 0 20px;
	border-bottom: solid 1px #c0c0c0;
	font-weight: bold;
	font-size: 18pt;
	font-size: calc(18rem/12);
	position: relative;
}
#content .contentInner h2 img{
	padding: 0 0 10px;
}
#content .contentInner h3{
	margin: 2em 0 1em;
	font-weight: bold;
	font-size: 16pt;
	font-size: calc(16rem/12);
}
#content .contentInner p{
	margin: 0 0 .8em;
}

#content .contentInner ul.list li{
	padding-left: 10px;
	margin: 0 0 .5em;
	position: relative;
}
#content .contentInner ul.list li::before{
	content: '';
	display: inline-block;
	background: #003a67;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: .6em;
}
#content .contentInner a:hover img{
	opacity: .6;
	transition: .5s;
}
#content .contentInner a:link img{
	transition: .3s;
}
#content .contentInner .date{
	display: inline-block;
	font-size: 10pt;
	font-size: calc(10rem/12);
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Member */

.memberList{
	width: 100%;
}
.memberList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.memberList ul li{
	align-self: center;
	border-bottom: 1px dotted #b8b8b8;
	height: 70px;
	margin-top: 10px;
	width: 340px;
	display: flex;
}
.memberList ul li > *{
	align-self: center;
}
.memberList ul li.blank{
	border-bottom: none;
}


.txtC{text-align: center;}
.txtR{text-align: right;}
.txtL{text-align: left;}
