﻿@charset "utf-8";
@import url("./reset.css");

/*--京base.css--*/

/*----------------*/
a:link{
	color:#112364;
	text-decoration:none;
}
a:visited{
	color:#203682;
	text-decoration:none;
}
a:hover{
	color:#112364;
	text-decoration:underline;
}
a:active{
	/* [disabled]color:#112364; */
	text-decoration:underline;
}
/*----------------*/

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	font-size:small;
	background:#fff;
	color:#212121;
}

/*コンテナ*/
#container{
	width:100%;
	overflow:hidden;
}
	
/*ヘッダー*/
/*-----home-----*/
#header{
	width:100%;
	height:100px;
	margin:0;
	background:url(../shared/header_bg.gif) repeat-x;
}
#header_inner{
	width:860px;
	margin:0 auto;
	position:relative;
}
	#logo{
		width:220px;
		float:left;
		margin-right:30px;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
	}

	/*メニュー*/
		#nav{
			width:610px;
			height:100px;
			float:left;
			background:url(../shared/nav_bg.png) no-repeat;
			position:absolute;
			top:0;
			left:250px;
		}
		#nav ul{
			width:610px;
			height:100px;
			position:relative;
			z-index:1;			
		}
		#nav ul li{
			position:absolute;
			z-index:10;
		}
			#nav01{
				left:0;
				top:56px;
			}
			#nav02{
				left:76px;
				top:31px;
			}
			#nav03{
				left:152px;
				top:61px;
			}
			#nav04{
				left:228px;
				top:31px;
			}
			#nav05{
				left:304px;
				top:51px;
			}
			#nav06{
				left:380px;
				top:31px;
			}
			#nav07{
				left:456px;
				top:56px;
			}
			#nav08{
				left:532px;
				top:36px;
			}
		
		
		
/*メイン部*/
	
#main{
	width:100%;
	overflow:hidden;
	background:#EBF8FF url(../shared/main_bg.gif) repeat-x left bottom;
	
}

#main_inner{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	background:url(../shared/main_inner_bg.png) no-repeat left bottom;
}

	#column_wrapper{
		width:860px;
		margin:0 auto;
		overflow:hidden;
	}


	/*column_a（本文）*/
	#column_a{
		width:610px;
		overflow:hidden;
		float:right;
		padding-top:40px;
	}
	#top_info{
		margin-top:20px;
	}
	
	
		#pagetop{
			width:610px;
			padding:40px 0 20px;
			text-align:right;
		}
		.pagetop{
			width:550px;
			margin:0 auto 20px;
			text-align:right;
		}
	
	
	
	
	
	
	
	/*column_b（メニュー等）*/
	#column_b{
		width:220px;
		overflow:hidden;
		float:left;
		margin-right:30px;
		padding-bottom:145px;
	}
	#sub_menu{
		padding-top:240px;
		background:url(../shared/bird.png) no-repeat left 170px;
		
	}
		#sub_menu li{
			margin-bottom:10px;
			width:220px;
			height:55px;
		}
	#sub_link{
		background:url(../shared/bird.png) no-repeat left 170px;
		
	}
		#sub_link li{
			margin-bottom:4px;
			width:220px;
			height:35px;
			
		}

			

/*フッター*/
#footer{
	width:100%;
	height:125px;
	clear:both;
	overflow:hidden;
	background:url(../shared/foot_bg.gif) repeat-x;

}
#footer_inner{
	width:860px;
	height:125px;
	margin:0 auto;
}
	#add_box{
		width:400px;
		height:95px;
		float:left;
		padding:15px 0;
	}
		#add{
			width:315px;
			padding:8px 0;
			float:right;
		}
		#add_head{
			font-size:1.15em;
		}
			

	#footer_nav{
		width:400px;
		height:125px;
		float:right;
		text-align:right;
	}
		#footer_nav ul{
			padding:20px 0;
			width:220px;
			margin-left:180px;
		}
			#footer_nav ul li{
				width:100px;
				margin-left:10px;
				float:left;
			}
		#copyright{
			width:400px;
			font-size:0.9em;
			height:30px;
			line-height:30px;
			clear:both;
		}


/*------ホーム------*/

#news{
	width:610px;
	overflow:hidden;
	
}
			#news h2{
				width:610px;
				height:40px;
			}
			#news_inner_head{
				width:610px;
				height:10px;
				background:url(../images/news_inner_head.png) no-repeat;			
			}
			#content_home #news_list{
				width:580px;
				padding:5px 15px;
				background:url(../images/news_bg.png) repeat-y;
				min-height:200px;
				height:auto !important;
				height:200px;

			}
			#content_body02 #news_list{
				width:578px;
				padding:5px 15px;
			}
				#news_body_bottom{
					width:610px;
					height:10px;
					background:url(../images/news_bg.gif) no-repeat;
					margin-bottom:50px;
				}
				#news_list li{
					border-bottom:#B4B4B4 solid 1px;
					padding:5px 10px;
				}
				#news_list li#news_last{
					border-bottom:none;
				}
			#news_foot{
				width:610px;
				height:10px;
				background:url(../images/news_foot.png) no-repeat;
			}
/*------------各ページ----------------*/
/*トピックパス*/
#topicpath{
	width:590px;
	padding:0 10px;
	height:30px;
	background:url(../shared/topicpath_bg.gif) no-repeat;
	text-align:right;
}

	#topicpath ul li{
		display:inline;
		background:url(../shared/tp_arr.png) left 4px no-repeat;
		padding-left:15px;
		margin-left:5px;
		font-size:0.9em;
	}
	#topicpath ul li#home{
		background:none;
		padding-left:0;
		margin-left:0;
	}
	
strong{
	font-weight:bold;
}

/*content_body*/
#content_body01{
	width:608px;
	overflow:hidden;
	border-left:1px solid #5A3232;
	border-right:1px solid #5A3232;
	padding-bottom:30px;
	background:#fff;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#content_body02{
	width:608px;
	overflow:hidden;
	border-left:1px solid #5A3232;
	border-right:1px solid #5A3232;
	padding-bottom:30px;
	background:#fff url(../shared/content_bird.gif) no-repeat right bottom;
	min-height:300px;
	height:auto !important;
	height:300px;
}




#content_body_bottom{
	width:610px;
	height:10px;
	background:url(../shared/content_foot_bg01.png) no-repeat;
}


	#content_body01 h2,
	#content_body02 h2{
		width:510px;
		height:25px;
		padding:8px 0 0 40px;
		background:url(../shared/h2_bg.png) no-repeat 8px 6px;
		margin:20px auto;
		font-weight:bold;
		font-size:1.2em;
		border-bottom:1px dotted #5A3232;
		color:#5A3232;
	}
	#content_body01 p,
	#content_body02 p{
		width:530px;
		margin:0 auto 10px;
		line-height:24px;
	}
		#content_body01 p.first,
		#content_body02 p.first{
			margin-top:25px;
		}


	
	

	
#content_body div.page_top{
	width:580px;
	margin:20px auto;
}

/*ご挨拶*/
#content_body01 p.gr_yaku{
	margin-bottom:0;
	text-align:right;
	font-size:0.9em;
}
#content_body01 p.gr_name{
	margin-bottom:15px;
	text-align:right;
	font-size:1.05em;
}
#photo{
	margin:5px 50px 20px 20px;
	float:right;
}
	
/*役員紹介*/
#content_body02 ul.officer{
	margin-left:80px;
}
/*会則*/
#content_body01 dl{
	width:530px;
	margin:0 auto 20px;
}
#content_body01 dl dt{
	padding-left:15px;
	background:url(../shared/icon_sq.gif) no-repeat left center;
}
#content_body01 dl dd{
	margin-bottom:10px;
	
}

/*開催履歴*/
#back_number{
	width:560px;
	margin:20px auto;
	text-align:right;
}

#back_number_prev{
	width:560px;
	margin:20px auto;
}

#back_number_prev p a{
	margin-left:400px;
	width:120px;
	padding:5px 10px;
	display:block;
	background:#faf5e1;
	text-align:center;
}


table.record{
	width:530px;
	margin:0 auto 30px;
	line-height:14px;
}
table.record th{
	width:90px;
	height:14px;
	padding:5px;
	text-align:center;
	background:url(../record/images/th_bg.png) no-repeat;
	border:5px solid #fff;
}
table.record td{
	padding:5px 10px;
	border:5px solid #fff;
}

/*入会案内・各種手続　共通**/
#office{
	width:430px;
	padding:20px;
	margin:20px auto 30px;
	border:1px solid#acacac;
}
	#menber_office h3{
		font-size:1.05em;
		font-weight:bold;
	}
#content_body01 div#menber_office p{
	width:430px;
	margin:0;
	
}
ul.downroad{
width: 480px;
margin: 0 auto 20px;
}
.downroad li{
	background:url(../shared/icon_arr01.gif) no-repeat left 4px;
	padding-left:18px;
	margin-bottom:10px;
}
.sikaku{
	width: 480px;
	margin: 0 auto 20px;
	list-style-type:disc;
}
/*演題申込み*/
.deadline{
	box-sizing: border-box;
	width:530px;
	overflow:hidden;
	border:1px dotted #fdca8a;
	background:#fff9db;
	margin:1em auto;
	padding:8px;
}
	.deadline h3{
		text-align:center;
		font-weight:bold;
	}
	
	/*#content_body02 .deadline p{
		font-size:1.1em;
		color:#CC0000;
		text-align:center;
		padding:0;
		margin:0;
		width:450px;
	}*/

table.m_form{
	width:550px;
	margin:0 auto 15px;
	border:1px solid #acacac;
}
table.m_form th{
	width:130px;
	background:#FAF5E1;
	padding:13px 8px 8px;
	border-bottom:1px solid #acacac;
	vertical-align:top;
	font-size:12px;
}
table.m_form td{
	padding:8px 10px;
	border-bottom:1px solid #acacac;
}
input{
	margin:5px;
}
	.form_95{
		width:95px;
	}
	.form_365{
		width:365px;
	}
	.form_270{
		width:270px;
	}
	.form_60{
		width:60px;
	}
	.form_120{
		width:120px;
	}
textarea{
	margin:5px;
}	
	table.m_form td table{
		width:365px;
		height:30px;
		margin:0;
	}
	table.m_form td td{
		width:160px;
		border-bottom:none;
		padding:0;
	}
#tuika{
	width:530px;
	margin:10px auto 10px;
	background:#F0F0F0;
	padding:5px;
}
	#tuika span{
		margin:0 80px;
	}
.radio_2{
	width:180px;
	margin-right:20px;
}
.input_btn{
	padding:2px 8px;
}

.collab_caption{
	width:530px;
	margin:0 auto;
}
	
/*関連リンク*/
ul.links{
width: 480px;
margin: 0 auto 20px;
}
.links li{
	background:url(../shared/icon_arr01.gif) no-repeat left 4px;
	padding-left:18px;
	margin-bottom:10px;
}
	.links li ul li{
		background:url(../shared/icon_arr02.gif) no-repeat left 6px;
		padding-left:12px;
		margin-top:3px;
		margin-bottom:0;
	}	
	
/*お問い合わせ*/	
#contact_office{
	width:450px;
	padding:15px 25px;
	margin:20px auto;
	border-left:2px solid #46BEA0;
}

/*会則*/
#rules h3{
	font-size:1.1em;
	font-weight:bold;
	margin:0 30px;
}
#rules table{
	width:550px;
	margin:0px auto 20px auto;
}

#rules table th{
	padding:5px 10px;
	vertical-align:top;
}

#rules table td{
	padding:5px 10px;
	vertical-align:top;
}

/*開催履歴*/
#record_prev{
	width:500px;
	margin:10px auto;
}

#record_prev li{
	margin:5px 0;
	padding-left:15px;
	background:url(../shared/icon_arr01.gif) no-repeat left;
}

/*追加ログイン用*/
.record_login{
	padding-top:50px;
}

	input.rl_password{
		border:1px solid #aaa;
		padding:5px;
	}

	input.rl_submit{
		padding:2px;
	}

/*お知らせ*/
.news_img {
	margin: 0 auto 50px;
	border-spacing: 10px;
	border-collapse: separate;
}
	.news_img td {
		text-align: center;
	}
	.news_img td img {
		margin-bottom: 10px;
	}

/*20170214追加*/
#content_body02 h2.two_row{
	padding:8px 0 5px 40px;
	height:auto;
	overflow:hidden;
}

a.underline{
	text-decoration:underline;
}

.list_style1{
	width:530px;
	margin:10px auto;
}

	.list_style1 li{
		margin-bottom:0.5em;
		background:url(../shared/icon_arr01.gif) no-repeat left 4px;
		padding-left:16px;
	}
	
	.list_style1 li:last-child{
		margin-bottom:0;
	}


/*文字色*/
.fc_red{color:#F03264;}
.fc_blue{color:#0000ff;}
.fc_gray{color:gray;}

.fc_gray a:link{color:gray;}
.fc_gray a:visited{color:gray;}
.fc_gray a:hover{color:gray;}
.fc_gray a:active{color:gray;}

/*フォントスタイル*/
.fw_bold{font-weight:bold;}
.fw_normal{font-weight:normal;}

/*揃え*/
.ta_center{text-align:center;}
.ta_right{text-align:right;}
.ta_left{text-align:left;}

/*フロート*/
.fl_right{float:right;}
.fl_left{float:left;}


/*フォントサイズ（Em）適宜追加*/
.fsem075{font-size:0.75em;}
.fsem085{font-size:0.85em;}
.fsem09{font-size:0.9em;}
.fsem105{font-size:1.05em;}
.fsem120{font-size:1.2em;}

.clear{
	clear:both;
	}

/*authorization*/
#t_table{
	width:510px;
	margin:10px auto;
}

#t_table table{
	width:510px;
	margin:5px 0;
}

#t_table table th{
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
	background:#faf5e1;
}

#t_table table th.tani{
	width:70px;
}

#t_table table th.kenshu{
	width:420px;
}

#t_table table td{
	padding:3px 5px;
	border:1px solid #ccc;
}

.t_date{
	text-align:right;
}

.underline{
	text-decoration:underline;
}

/*20200122追加*/
#content_body02 .society_box p,
#content_body02 .celebration_box p{
	margin-bottom:0;
}

#content_body02 .society_box table,
#content_body02 .celebration_box table{
	margin-left:40px;
	line-height:24px;
}

#content_body02 .celebration_box{
	margin-top:10px;
}

#content_body02 .society_box table tr,
#content_body02 .celebration_box table tr{
	height:25px;
}

#content_body02 .society_box table th,
#content_body02 .celebration_box table th{
	vertical-align:top;
	width:110px;
}

#content_body02 .society_box table tr th div,
#content_body02 .celebration_box table tr th div{
	display:flex;
	justify-content:space-between;
	width:7em;
	position:relative;
	box-sizing:border-box;
	padding-right:1em;
}

#content_body02 .society_box table tr th div:after,
#content_body02 .celebration_box table tr th div:after{
	content:"：";
	position:absolute;
	top:0;
	right:0;
}

/*20200917追加分*/
.qr_box{
	width:530px;
	margin:0 auto 1em;
	display: flex;
}

	.qr_box .fig{
		margin:0 1em 0 0;
	}

	#content_body02 .qr_box p{
		color:#c40026;
		font-weight:bold;
		width:auto;
		margin:1.5em 0 0 0;
	}
	
	
/*2021208追加*/
.deadline table{
	width: 100%;
}

	.deadline table th,
	.deadline table td{
		vertical-align:top;
		padding:0.5em;
		border-bottom: 1px dotted #ddd;
	}
	
	.deadline table tr:last-child th,
	.deadline table tr:last-child td{
		padding-bottom:0;
		border-bottom: none;
	}
	
	.deadline table th{
		font-weight:bold;
		width:9em;
	}
	

/*20211207開催概要*/
.kaisai_gaiyo{
	width: 530px;
	margin: 0 auto;
}

	.kaisai_gaiyo h3{
		font-weight: bold;
		color: #5A3232;
		font-size: 1.05em;
		margin-bottom: 1em;
	}

		.kaisai_gaiyo table{
			line-height: 1.6;
			width: 100%;
			margin-bottom: 1em;
		}

			.kaisai_gaiyo table th,
			.kaisai_gaiyo table td{
				padding: 0.4em 0.3em;
				vertical-align: top;
				border-bottom: 1px dotted #ddd;
			}

			.kaisai_gaiyo table th{
				width: 10em;
				font-weight: bold;
			}

				.kaisai_gaiyo table th:after{
				}