@charset "utf-8";

/*
 * body
 */
body {
}
#wrapper {

}

/*
 * header
 */
#header {
	width:940px;
	margin:0 auto;
}
#header h1 {
	padding-top:15px;
	z-index:10;
}
#header p.name {
}
#header ul.lead {
	margin-left:80px;
}
#header ul.lead li {
	list-style:circle;
	margin-left:20px;
}
#header p.yakusoku {
	margin-top:5px;
	margin-bottom:10px;
}
#header #yakusoku h2 {
	font-size:19px;
	margin:5px 0px 10px;
	font-weight:bold;
}
#header #yakusoku ul {
	margin-left:20px;
	height:140px;
	margin-bottom:20px;
}
#header #yakusoku ul li {
	float:left;
}


#navi {
	height:40px;
	margin-top:5px;
	/*
	border-top:1px solid #999;
	border-bottom:1px solid #999;*/
	overflow:hidden;
	background-color:#52C4E1;
}
#navi ul {
	width:940px;
	height:40px;
	margin:0 auto;
	background:#52C4E1;
}
#navi li {
	float:left;
	width:188px;
}

#navi li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width:188px;
	padding-top: 10px;
	padding-left: 60px;
	font-size: 14px;
	background:url(../img/ico1.png) no-repeat scroll 35px 12px;
}

#navi li a:hover {
	color:#ff3;
	background:url(../img/ico2.png) no-repeat scroll 35px 12px;
}

/*
 * contents
 */
#contents {
	margin:10px auto 20px;
	width:940px;
	overflow:auto;
}
#main {
	float:left;
	width:690px;
	padding:0px 0px 0px 0px;
}
#side {
	float:right;
	width:200px;
	padding:0;
	margin-top:20px;
}


#contents h2 {
	font-size:large;
	border-left:5px solid #999;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#contents p {
	margin:10px 10px 10px 30px;
	font-size:14px;
	line-height:1.7;
}
#contents ul {
	margin:10px 10px 10px 30px;
}
#contents ul li {
	list-style:none;
	font-size:12px;
	border-bottom:1px dotted #ccc;
	padding:0px 0px 5px 15px;
	background:url(../img/arrow.gif) no-repeat scroll left center;
}
#main a {
	color:#369;
}
#main a:hover {
	background-color:#369;
	color:#fff;
	text-decoration:none;
}

/*
 * footer
 */
#footer {
	font-size: 12px;
	clear:both;
	margin:40px auto;
	padding:120px 0px 0px;
	background:#fff url(../img/footer_img.gif) repeat-x scroll center top;
}
address {
	padding-top:20px;
	margin:0px auto;
	text-align:center;
}
address img {
	margin-bottom:10px;
}


/*
 * 各ページ
 */
#ethical {
	background-color:#FCFAEA;
	padding:20px;
	margin:20px;
}
#ethical h3 {
	border-bottom:2px dotted #ccc;
}


/* 協力企業テーブル */
.cp-list{
	width: 100%;
}



/* 理事テーブル */
.dir-list{
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}
.dir-list td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #b9b9b9;
}

.dir-detail {
	font-size: 14px;
}

#top-director {
	margin-bottom: 50px;
}

#top-director .dir-img {
	width: 200px;
	float:left;
	text-align: right;
}

#top-director .dir-detail {
	width: 400px;
	float:left;
	padding-left: 40px;
	padding-top: 40px
}
.maintxt {
    text-align: center;
}
.maintxt img {
    width: 100%;
    margin-top: 20px;
}
.introtxt {
    line-height: 2em!important;
    color: #333;
    margin-top: 30px!important;
}
.flx {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
}
.flx div:first-child {
    width: 15%;
}
.flx img {
    width: 100%;
}
.flx h2 {
    font-size: 15px!important;
    font-weight: bold;
    border-left: none!important;
    padding-left: 10px!important;
    margin-top: 25px!important;
    margin-bottom: 0!important;
}
.newitem h2 {
    border-left: none!important;
    padding-left: 10px!important;
    margin-top: 30px!important;
    margin-bottom: 0!important;
}
.newitem img {
    width: 60%;
    display: block;
    margin: 20px auto;
}
.flx2 {
    display: flex;
}
.flx2 div {
    width: 49%;
    margin-right: 2%;
}
.flx2 div:last-child {
    margin-right: 0;
}
.flx2 div a img {
    width: 100%;
}
.flx2 div a img:hover {
    opacity: .8;
}
#side ul li a img {
    width: 100%;
}
#side ul li {
    list-style: none;
    background: none;
    border-bottom: none;
}
#side ul li.bbd {
    border: 2px solid #1F9ECA;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 145px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: 15px;
}
#side ul li.bbd1st {
    margin-top: 5px;
    border: 2px solid #1F9ECA;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 145px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: 15px
}
#side ul li.bbd a,
#side ul li.bbd1st a {
    color: #000;
    text-decoration: none;
}
