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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳＰ明朝", "MSPGothic", sans-serif;
	font-size: 16px;
	background-color: #FFF;
}

.cont{
	max-width:1200px;
	width:100%;
	margin:3% auto;
	display: flex;
	justify-content: space-between;
}

a:link{
//	color: #03C;
	text-decoration: none;
}

a:visited{
/*	color: #03C;*/
	text-decoration: none;
}

img.book {
	margin: 5px;
	float: left;
	}
	

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

.header{
	background-color: #f39800;
}
/*
* {
	
	padding: 0px;
	margin: 0px;
   }
*/
.main {
	width: 100%;
	margin:0 auto;
/*
	padding-bottom: 0px;
	padding-top: 0px;
*/

}
.left_bar {
	width:24%;
}


.top_link li{
	font-size: 14px;
	margin: 10px 0;
	border-bottom: 2px solid #fed899;
	border-left: 2px solid #fed899;
	padding:6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.main .left_bar ul {
	font-size: 14px;
	font-weight: normal;
	width:100%;
}

.main .left_bar .in_link li {
	border-bottom: 2px solid #fed899;
	border-left: 3px solid #fed899;
	margin: 10px 0 0 10px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:2px;
	white-space: nowrap;
}


.main .left_bar ul li a:link {
	color: #000;
	font-style: normal;
	text-decoration: none;
}
.main .left_bar ul li a:hover {
	background-color: #ffebdc;
	display: block;
	color: #A00;
}
.main .left_bar ul li a:visited {
	color: #000;
	text-decoration: none;
}
.main .left_bar ul li a {
	display: block;
}



.main_content_top {
	padding: 0 2%;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	font-size: 14px;
	display: flex;
	width:44%;
}
.main_content_top .m_l{
	
}
.main_content_top .m_r{
	margin-left:3%;
}

.main_content_top ul
	list-style-type:disc;
}
.main_content_top ul li{
	line-height:2.0;
	width:100%;
}

.main_content_top ul a:before{
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #666;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-right:1%;
}

.main_content_top ul li a{
	line-height:2.0;
	display:block;
}

.main_content2 {
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFF;
	font-size: 14px;
}

.main_content {
	padding: 0 2%;
	text-align: left;
	font-size: 14px;
	width:81%;
}

.m_r .all_i{
	margin: 3% 0 0 auto;
	text-align:right;
}
.right_bar {
	font-size: 14px;
	width:37%;
}
.right_bar_in {
	margin-top:2%;
	overflow-y: scroll;
	overflow-x: hidden;
	height:400px;
}

.whatsnew li{
	border-bottom:1px dotted #666;
	padding-bottom:5px;
}


.footer {
	clear: both;
	color: #ffffff;
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center; 
	background-color: #f39800;
}

h1 {
	color: #FFF;
	background-color: #090;
	font-size: 18px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
	border-bottom: 2px solid #f39800;
	border-left: 2px solid #f39800;
	padding:6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0em;
	margin-top: 2em;
	border-bottom-width: 2px;
	/*border-left-width: 5px;*/
	border-bottom-style: double;
	border-bottom-color: #767471;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #090;
	text-align: center;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #767471;
}


h6 {
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	color: #900;
}



.main .main_content h3 a:visited {
	text-decoration: none;
}
.modoru {
	font-size: 10px;
	text-align: right;
}

.main .main_content h3 a:link {
	color: #03C;
	text-decoration: none;
}

.main .main_content h3 a:hover {
	color: #F00;
	text-decoration: none;
}
.modoru {
	text-align: right;

}
.main .main_content ol li {
	margin-left: 1em;
}
.honorary{
	margin:20px 0 20px 30px;
	line-height:1.5;
	
}
.honorary th{
	text-align:center;
	background:#ccc;
	padding:5px 40px 5px 40px;
	border:1px solid #666;
}

.honorary .yelw_1{
	background:#fff037;
}

.honorary .yelw_2{
	background:#ffc537;
}
.honorary td{
	padding:5px 40px 5px 40px;
	border:1px solid #666;
	text-align:center;
}

.officers{
	margin:20px 0 20px 30px;
}
.officers,.officers tr{
	line-height:150%;
}

.officers td,.officers th{
	border:1px solid #666;
	margin:0px;
	padding:5px;
}

.clearfix {
	min-height: 1px;
	clear: both;
}

.list_pt{
	margin:3% auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:90%
}

.list_pt li{
	padding:1%;
	margin-right:1%;
	white-space: nowrap;
	width:20%;
	border-bottom:dotted 1px #666;
}


.list_pt2{
	margin:3% auto 0;
	width:90%
}

.list_pt2 li{
	padding:1%;
	margin-right:1%;
	white-space: nowrap;
//	width:20%;
	border-bottom:dotted 1px #666;
}

.t_b{
width: 100%;
border-collapse: collapse;
}
.t_b th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.t_b td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.free{
	font-weight:bold;
	color:#dc143c;
	margin-right:5px;
	background:#98fb98;
	padding:2px 5px 2px 5px;
}

.kitei{
	list-style-type: decimal;
	margin:3% auto;
	width:90%;
	line-height:1.8;
	font-feature-settings: "palt";
}

.kitei li{
	margin-top: 20px;

}

.kitei_in{
	list-style-type: none; 
//	margin-left: 30px;
}
.kitei_in li{
	margin-top: 5px;
	text-indent: -1.25em;
	padding-left: 1.25em;
}

.teikan_com{
	margin:3% auto;
	width:90%;
	line-height:1.8;
	font-feature-settings: "palt";
}

.syou{
	text-align:center;
	font-size:1.5rem;
	margin-top:5%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:1%;
}
.teikan{
	margin-top:2%;
}

.kakko{
	margin-top:3%;
	font-weight:500;
	font-size:1.0rem;
	border-bottom:1px dotted #000;

}
.jou{
	padding-left:3.75em;
	text-indent:-3.75em;
}
.jou2{
	margin-top:1%;
	padding-left:4.25em;
	text-indent:-4.25em;
}
.jou3{
	margin-top:1%;
	padding-left:4.25em;
	text-indent:-4.25em;
}
.teikan_01{
	margin-left:4.25rem;
	margin-bottom:2%;
}
.teikan_01 li{
	padding-left:1.25em;
	text-indent:-1.25em;
}

.teikan_02{
	margin-left:4.25rem;
	margin-bottom:2%;
}
.teikan_02 li{
	padding-left:1.75em;
	text-indent:-1.75em;
}
.teikan_03{
	margin-left:1.5rem;
}
.teikan_03 li{
	padding-left:2.0em;
	text-indent:-2.0em;
}
.teikan_04{
	margin-left:4.25rem;
	margin-bottom:2%;
}
.teikan_04 li{
	padding-left:2.0em;
	text-indent:-2.0em;
}
.ud_date{
	margin-top:5%;
	text-align:right;
}
.member_link_b{
	width:100%;
	text-align:right;
	margin:10% auto;
}

.member_link_b_in{
	width:30%;
	text-align:center;
	margin:0 0 0 auto ;
}
.member_link_b_in img{
	margin-top:2% ;
}