@charset "utf-8";
@import url("reset.css");

/*--京base.css--*/

/*----------------*/
a:link{
	color:#5094EB;
	/*text-decoration:none;*/
}
/*
a:visited{
	color:#203682;
	text-decoration:none;
}
*/
a:hover{
	color:#112364;
	text-decoration:none;
	/*background: #f4f9ff;*/
}
a:active{
	color:#112364;
	text-decoration:underline;
}
/*----------------*/

body{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	font-size:small;
	color:#222;
}

/* ----------コンテナ--------------- */
#container{
	width:100%;
	background:#fff;
}

#container_inner{}

/* --------ヘッダー-------------- */
/*-----home-----*/
#home #header{
	border-top:5px #5094EB solid;
	width:100%;
	height:278px;
	background:url(../images/h_header_bg.gif) repeat-x;
}

	#home #header_inner{
			width:900px;
			height:278px;
			background:url(../images/home_catch_img.jpg);
			margin:0 auto;
			position:relative;
			top:0;
			left:0;
			z-index:0;
		}
		
	#home #header_inner #site_title{
			width:600px;
			height:30px;
			position:absolute;
			top:20px;
			left:20px;
			z-index:1;
		}
		
		#home #header_inner #site_title img{
			width:600px;
			height:30px;
		}
		
/*-----pages-----*/
#pages #header{
	border-top:5px #5094EB solid;
	width:100%;
	height:70px;
	background:url(../shared/header_bg.gif) repeat-x;
}

	#pages #header_inner{
			width:900px;
			height:70px;
			background:url(../shared/site_title.jpg);
			margin:0 auto;
			position:relative;
			top:0;
			left:0;
			z-index:0;
		}
		
	#pages #header_inner #site_title{
			width:600px;
			height:40px;
			position:absolute;
			top:10px;
			left:15px;
			z-index:1;
		}
	#pages #header_inner #site_title img:hover{
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
		cursor:pointer;
	}
		
		#pages #header_inner #site_title img{
			width:600px;
			height:30px;
		}
		
	/*-----共通-----*/	
	#header_nav{
		width:200px;
		height:12px;
		padding:5px 15px 0 0;
		float:right;
		position:relative;
		top:0;
		left:0;
		z-index:1;
	}
	
		#header_nav ul{
			width:200px;
			height:12px;
			text-align:right;
		}
		
		#header_nav ul li{
			display:inline;
			padding:0 8px 0 10px;
			background:url(../shared/h_nav_line.gif) left no-repeat;
		}
		#header_nav ul li.first{
			background:none;
		}

/*--------------メインボックス--------------*/
	/*-----home-----*/
	#home #main_box{
		width:900px;
		margin:0 auto;
		background:url(../images/h_bg_img.gif) no-repeat right top;
		padding-bottom:30px;
		overflow:hidden;
	}
	
	/*-----pages-----*/
	#pages #main_box{
		width:900px;
		margin:0 auto;
		background:url(../shared/bg_img.gif) no-repeat right 60px;
		padding-bottom:30px;
		min-height:480px;
		height:auto !important;
		height:480px;
	}
	
	/*左カラム要素*/
	/*-----home-----*/
	#home #mb_left{
		width:180px;
		float:left;
		overflow:hidden;
		padding-top:20px;
	}

	/*-----pages-----*/
	#pages #mb_left{
		width:180px;
		float:left;
		overflow:hidden;
	}

	/*-----共通-----*/
	/*メニュー*/
	#nav{
		width:180px;
		min-height:374px;
		height: auto !important;
		height: 374px;
		background:url(../shared/nav_bg.jpg) no-repeat top;
		padding-top:5px;
	}
	
		#nav ul{
			width:170px;
			margin:0 auto;
			overflow:hidden;
		}
		
		#nav ul li{
			width:170px;
			height:44px;
			line-height:0
		}
		
		#nav ul li a{
			width:170px;
			height:44px;
			line-height:normal;
		}
		
		#nav ul li.home{
			height:45px;
		}
		
		#nav ul li.home a{
			height:45px;
		}
		
		#nav ul li a img{
			vertical-align:top;
		}

	/*中央カラム要素*/
	/*-----home-----*/
	#home #mb_main{
		width:420px;
		float:left;
		overflow:hidden;
		padding:25px 20px 0 20px;
	}

	#h_lbl_info{
		height:70px;
		width:420px;
		background:url(../images/h_lbl_bg.gif) no-repeat;
		}
		
		#h_lbl_info_kikan{
			width:380px;
			font-size:14px;
			line-height:14px;
			height:14px;
			color:#5094EB;
			margin:0 auto;
			padding:10px 0 5px 0;
		}
		
		#h_lbl_info_univ{
			height:36px;
			line-height:36px;
			text-align:center;
			font-size:17px;
			font-weight:bold;
			color:#333;
		}
		
	#h_news_box{
		width:420px;
		margin:15px 0;
		overflow:hidden;
	}
		
		#h_news_box .box_header{
			width:420px;
			height:50px;
			position:relative;
			top:0;
			left:0;
			z-index:0;
			margin-bottom:16px;
		}
		
		#h_news_box .box_header h2{
			width:420px;
			height:50px;
			position:relative;
			top:0;
			left:0;
			z-index:0;
		}
	
		#h_news_box .box_header p{
			width:80px;
			height:20px;
			position:absolute;
			bottom:13px;
			right:11px;
			z-index:1;
		}
		
			#h_news_box .box_header p img{
				width:80px;
				height:20px;
			}
	
		#h_news_box dl{
			width:420px;
			overflow:hidden;
		}
		#h_news_box dt{
			width:390px;
			background:url(../shared/tri_01.gif) no-repeat left 0.3em;
			margin:0 auto 4px auto;
			padding-left:10px;
			overflow:hidden;
		}
			
		#h_news_box dd{
			border-bottom:1px dotted #666;
			width:380px;
			margin:0 auto 8px auto;
			padding:0 20px 8px 20px;
			overflow:hidden;
		}
		
/*20141117　TOP中央のお知らせ部分に追加*/		
		
.topInfoBox {
	margin: 15px auto;
}
.ul_btn_31stTop {
	width: 420px;
	margin: 10px auto 15px;
}
	.ul_btn_31stTop li {
    background-image: none;
    margin: 0 10px 0 0;
		float: left;
		width: 130px;
		padding-left: 0;
	}	
	.ul_btn_31stTop li:last-child {
    margin: 0 0 0 0;
	}
	.ul_btn_31stTop li img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}		
.ul_disc{
	list-style: disc;
}
#pages #mb_main ul.ul_disc{
  width:auto;
  margin-left:20px;
}
#pages #mb_main ul.ul_disc li{
	background:none;
	padding-left:0;
	margin-bottom:0;
}
#pages #mb_main ol.ol_part1{
	margin:0 0 20px 45px;
}
#pages #mb_main ol.ol_part1 li{
	list-style-type:none;
	counter-increment:cnt;
}
#pages #mb_main ol.ol_part1 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
     
.ol_part2{
	margin-left:2em;
}
.ol_part2 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part2 li::before{
	content:counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part3{
	margin-left:2em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part3 li::before{
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.9em;
}
.ol_part4{
	margin-left:2em;
}
.ol_part4 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part4 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}  
#pages #mb_main ol.ol_part1,
#pages #mb_main ol.ol_part2,
#pages #mb_main ol.ol_part3,
#pages #mb_main ol.ol_part4{
  width:auto;
  margin-left:20px;
}
.kome{
	display:flex;
}
	.kome dt {
			position: relative;
	}
	.kome dt span {
  		position: absolute;
	}
	.kome dd {
 		padding-left:10px;
		margin-bottom:5px;
	}
#pages #mb_main dl.kome{
  width:auto;
  margin-left:10px;
}
#pages #mb_main dl.kome2{
	display:flex;
}
	#pages #mb_main dl.kome2 dt {
		width:55px;
		position: relative;
	}
	#pages #mb_main dl.kome2 dt span {
  		position: absolute;
	}
	#pages #mb_main dl.kome2 dd {
 		padding-left:0;
		margin:0 0 5px 0;
	}
		
		
		
	/*-----pages-----*/
	#pages #mb_main{
		width:680px;
		float:right;
		overflow:hidden;
		padding:0 20px;
	}
	
		#pages #mb_main h2.heading{
			width:650px;
			height:40px;
			background:url(../shared/lbl_bar.gif) no-repeat;
			font-size:20px;
			font-weight:bold;
			padding:10px 0 0 30px;
			margin-bottom:30px;
		}
		#pages #mb_main h2.heading02{
			width:650px;
			font-size:18px;
			font-weight:bold;
			padding:5px 0 5px 15px;
			margin-bottom:30px;
			border-top: 1px solid #ccc;
			border-bottom: 2px solid #ccc;
		}
		
		#pages #mb_main h3.heading{
			width:625px;
			margin:0 auto 15px auto;
			background:url(../shared/cir_01.gif) 10px top no-repeat;
			padding:0 0 8px 35px;
			overflow:hidden;
			font-size:18px;
			color:#477cc9;
			border-bottom:1px dotted #ccc;
			font-weight:bold;
			line-height:24px;
		}
			#pages #mb_main h3.heading .normalTxt{
				font-size: 13px;
				font-weight: normal;
				color: #333;
			}
		#pages #mb_main h4.heading{
			width:650px;
			margin:0 auto 5px auto;
			padding:0 0 8px 0px;
			overflow:hidden;
			font-size:14px;
			color:#477cc9;
			font-weight:bold;
			line-height:20px;
		}
		
		#pages #mb_main p{
			width:620px;
			margin:0 auto 20px auto;
			overflow:hidden;
			padding:0 0 5px 0;
		}
		#pages #mb_main p.txt01{
			width:620px;
			margin:0 auto 0px auto;
			padding:0 0 5px 0;
		}
		
		/*リンクの表示形式*/
		/*段落内のリンクは基本適用、それ以外もclass=ls_ulで適用可能*/
		#pages #mb_main p a , #pages #mb_main .ls_ul a{
			border-bottom:1px dotted #77a3e2;
			padding:0 0.2em;
			margin:0 0.4em;
		}
		
		#pages #mb_main p a:hover , #pages #mb_main .ls_ul a:hover{
			background:#f4f9ff;
			text-decoration:none;
		}
		
		#pages #mb_main dl{
			width:620px;
			margin:0 auto 20px auto;
		}
		
			#pages #mb_main dl dt{
				font-weight:bold;
			}
			
			#pages #mb_main dl dd{
				margin:0 0 1em 1em;
			}
			
			#pages #mb_main dl dd{}
		
		#pages #mb_main ul{
			width:600px;
			margin:0 auto 20px auto;
		}
		
			#pages #mb_main ul li{
				background:url(../shared/tri_03.gif) no-repeat left 0.5em;
				padding-left:12px;
				margin-bottom:0.3em;
			}
		
		#pages #mb_main ol{
			width:600px;
			margin:0 auto 20px auto;
		}
		
		#pages #mb_main ol li{
			margin-bottom:0.3em;
		}

	
	/*右カラム要素*/
	/*-----homeのみ-----*/
	#mb_right{
		float:right;
		width:200px;
		overflow:hidden;
		padding-top:240px;
	}
	
		#home_address h2{
			line-height:1.3em;
			margin-bottom:0.5em;
		}
	
		#home_address p{
	line-height:1.3em;
	word-wrap: break-word;
		}
	
		#home_address dl{
			width:188px;
			border-left:2px #06C solid;
			padding:4px 0 4px 10px;
			margin-top:10px;
			line-height:1.5em;
			overflow:hidden;
		}
			
			#home_address dl dt{
	float:left;
	width:70px;
			}
			
			#home_address dl dd{
	float:right;
	width:110px;
			}
			
		#home_address #yakuin_meibo{
				margin:0 0 0 10px;
				background:url(../shared/tri_01.gif) no-repeat left 0.3em;
				padding-left:12px;
		}

			
/*------------pages系専用------------*/
#content_title{
	width:100%;
	height:105px;
	background:url(../shared/content_ttl_bg.jpg) repeat-x bottom;
	padding:20px 0;
}

	#content_title h1{
		width:900px;
		height:105px;
		margin:0 auto;
	}
	
#topicpath{
	font-size:0.9em;
	color:#666;
	width:860px;
	padding:8px 0;
	overflow:hidden;
	margin:0 auto;
}
	#topicpath ul{
	}
	#topicpath ul li{
		display:inline;
		background:url(../shared/tp_arr.gif) left center no-repeat;
		padding-left:10px;
		margin-left:5px;
	}
	
	#topicpath ul li.home{
		background:none;
		padding-left:0;
		margin-left:0;
	}
	
	#topicpath ul li.here{
		color:#555;
	}
	
	#topicpath ul li a{
		color:#888;
	}
		
/*------------フッタナビ------------*/
/*-----共通-----*/
#footer_nav{
	clear:both;
	width:900px;
	overflow:hidden;
	margin:20px auto;
	text-align:center;
	color:#999;
	font-size:0.9em;
	/* line-height:1.1em; */
}

	#footer_nav ul li{
		display:inline;
		border-right:1px solid #999;
		padding:0 0.5em;
	}
	
	#footer_nav ul li.last{
		border-right:none;
	}
	
	#footer_nav ul li a{
		color:#666;
	}
	
/*------------フッタ------------*/
/*-----共通-----*/
#footer{
	width:100%;
	height:99px;
	background:url(../shared/footer_bg.gif) repeat-x;
	clear:both;
}
#footer_inner{
	width:900px;
	height:99px;
	margin:0 auto;
}

	#footer_links{
		width:900px;
		height:44px;
		padding:8px 0;
	}

		#f_bn{
			width:170px;
			height:40px;
			padding:2px 0;
			float: left;
		}
			
		#footer_links ul{
			width: 330px;
			float: left;
			height: 44px;
			line-height:44px;
			border-right:1px dotted #666;
			padding-left:20px;
			font-size:0.9em;
		}
			
		#footer_links ul li{
			display:inline;
			background:url(../shared/tri_02.gif) no-repeat left 0.4em;
			padding:0 0 0 14px ;
			margin-right:15px;
		}
		
			#footer_links ul li a{
				color:#245863;
			}
		
		#footer_links ul li.last{
			margin-right:0;
		}
	
		#pagetop{
			width: 96px;
			float: right;
			height: 30px;
			padding:7px 75px 7px 0;
		}
		
			#pagetop a{
				display:block;
				height:10px;
				padding:10px;
			}
		
	#copyright{
		clear:both;
		color:#fff;
		width:880px;
		height:39px;
		line-height:39px;
		font-size:0.8em;
		text-align:right;
	}


/*---------各ページ用---------*/
/*-----お知らせ-----*/
#pages #mb_main #news_index{
	width:680px;
	padding-top:20px;
}
	#pages #mb_main #news_index dl{
		margin:0;
	}
	#pages #mb_main #news_index dt{
		width:660px;
		padding:0 10px;
		margin:0;
		font-weight:normal;
		background:url(../shared/tri_01.gif) no-repeat left 0.45em;
	}
	#pages #mb_main #news_index dd{
		width:660px;
		padding:0 10px 8px 10px;
		margin:0 0 10px 0;
		border-bottom:1px dotted #ccc;
	}
	
#pages #mb_main #news_detail{
	width:680px;
	padding-top:20px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
	#pages #mb_main #news_detail h2{
		width:625px;
		margin:0 auto 10px auto;
		background:url(../shared/cir_01.gif) 10px top no-repeat;
		padding:0 0 8px 35px;
		overflow:hidden;
		font-size:18px;
		color:#477cc9;
		border-bottom:1px dotted #ccc;
		font-weight:bold;
		line-height:20px;	
	}
	#news_detail_date{
		color:#555;
		width:640px;
		margin:0 auto;
		text-align:right;
	}
	
	#page_back{
		width:660px;
		margin:20px auto 0 auto;
	}

/*-----サイトマップ-----*/
#pages #mb_main #sitemap{
	width:680px;
	overflow:hidden;
	padding-top:15px;
}

	#pages #mb_main #sitemap ul{
		width:660px;
		margin:0 auto;
	}
	
		#pages #mb_main #sitemap ul li{
			background:none;
			padding:0;
			margin:0;
		}
		
			#pages #mb_main #sitemap ul li a{
				display:block;
				padding:5px 10px;
				border-bottom:1px dotted #ccc;
				background:url(../shared/tri_02.gif) no-repeat left 0.8em;
			}
			
			#pages #mb_main #sitemap ul li ul{
				margin:5px 0 5px 20px;
			}
		
			#pages #mb_main #sitemap ul li ul li a{
				background:url(../shared/tri_03.gif) no-repeat left 0.8em;
				padding:3px 10px;
				border-bottom:none;
			}
			
/*-----昨年までの事業-----*/
#pages #mb_main #past{
	width:680px;
	overflow:hidden;
	padding-top:20px;
}

	#pages #mb_main #past ul{
		width:660px;
		margin:0 auto;
		font-size:1.1em;
	}
	
		#pages #mb_main #past ul li{
			background:none;
			padding:0 0 0.5em 16px;
			margin:0;
			background:url(../shared/tri_02.gif) no-repeat left 0.4em;
		}
		
		
/*-----リンク集-----*/
#pages #mb_main #links{
	width:680px;
	overflow:hidden;
	padding-top:20px;
}

	#pages #mb_main #links ul{
		width:660px;
		margin:0 auto;
		font-size:1.1em;
	}
	
		#pages #mb_main #links ul li{
			background:none;
			padding:0 0 0.4em 16px;
			margin:0;
			background:url(../shared/tri_02.gif) no-repeat left 0.4em;
		}


/*-----九州山口支部大会-----*/

#pages #mb_main .ul_btn3 {
	width: 620px;
	margin: 10px auto 30px;
}
	#pages #mb_main .ul_btn3 li {
    background-image: none;
    margin: 0 20px 0 0;
		float: left;
		width: 180px;
		text-align: center;
		padding-left: 0;
	}	
	.ul_btn3 a {
		display: block;
		width: 150px;
		padding: 15px;
		background: #097F88;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		border: 1px solid #999;
	}
	.ul_btn3 a:hover,
	.ul_btn3 a.end {
		color: #097F88;
		background: #eee;
		border: 1px solid #999;
	}
	
.tbl_taikai01 {
	margin:0 0 20px 30px;
}
	.tbl_taikai01 th,
	.tbl_taikai01 td{
		padding: 5px 5px;
		border: 1px solid #ccc;
	}
	.tbl_taikai01 th{
		text-align: left;
		vertical-align: middle;
		white-space: nowrap;
	}
	.tbl_taikai01 td {
		padding-left: 1em;
	}
	
		
		
/*-----お問い合わせ-----*/

.contactBox {
	padding:20px 20px 0;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	/* filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity:0.70; */
}
.contactBox h5 {
	font-size:1.1em;
	font-weight:bold;
}
		
		

/*--汎用--*/

.bg_png{}/*背景透過PNG用*/

.fc_red{
	color:#c40026;
}

.fc_blue{
	color:#0000aa;
}

.fc_green{
	color:#326c11;
}
.fc_grey{
	color:#333;
}
.fw_bold{
	font-weight:bold;
}

.fw_normal{
	font-weight:normal;
}

.ta_center{
	text-align:center;
}


.ta_right{
	text-align:right;
}

.fl_left{
	float:left;
}

.fl_right{
	float:right;
}

.fl_left_img{
	float:left;
	margin-right:18px;
}

.fl_right_img{
	float:right;
	margin-left:18px;
}

.fs_09em{
	font-size:0.9em;
}

.clear{
	clear:both;
	}
	
.underline{
	text-decoration:underline;
}

.mgnb30{
	margin-bottom:50px;
}

.mgnb50{
	margin-bottom:50px;
}

.w3em {
	width:3em !important;
}

.w5em {
	width:5em !important;
}

.w8em {
	width:8em !important;
}

.w40px {
	width:40px !important;
}

.color-red {
	color:#f00;
}

.bg-yellow {
	background:#ff0;
}

.bg-gray {
	background:#ccc;
}

.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}
.b {
	font-weight: bold;	
}

.data-list {
	width:100%;
}

.data-list thead th {
	text-align:center;
}


.w100px {
	width:100px !important;
}

.w50px {
	width:50px !important;
}

.w300px {
	width:300px !important;
}

.italic {
	font-style: italic;
}

.under_construction {
	text-align: center;
	margin: 50px auto;
}

.del_red {
	color: #ff0000;
}
	.del_red span {
		color: #333;
	}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.fleft {float:left;	}
.fright {float:right;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t30 {padding-top:30px;}
.t40 {padding-top:40px;}
.t50 {padding-top:50px;}
.t100 {padding-top:100px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b30 {padding-bottom:30px;}
.b40 {padding-bottom:40px;}
.b50 {padding-bottom:50px;}
.b100 {padding-bottom:100px;}
.r10 {padding-right:10px;}
.r20 {padding-right:20px;}
.r30 {padding-right:30px;}
.l10 {padding-left:10px;}
.l20 {padding-left:20px;}
.l30 {padding-left:30px;}
.l1em {padding-left:1em;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;	}

.ssText {font-size:0.8em;}
.sText {font-size:0.9em;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}

.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;}
.color_gray {color:#666666;}
.color_green2{color:#097F88}
.caution {color:#c50018;}

.b {font-weight:bold;}
.underline {text-decoration:underline;}
.indent {text-indent: 1em;}
.correction {text-decoration: line-through;}

.block{
	display:block;
}

/*---ボックス----*/
.borderBox {
	border: 1px solid #aaa;
	padding: 1em;
	box-sizing: border-box;
}


/*----テーブル----*/
.tb_style {
	min-width:80%;
	text-align:center;
	margin:0 0 20px 30px;
}
	.tb_style caption {
		font-weight: bold;
	}
	.tb_style thead th {
		border: 1px solid #ccc;
		background-color:#d3dfee;
		text-align:center;
	}
	.tb_style tbody th {
		text-align:center;
		border:1px solid #ccc;
		background-color:#d3dfee;
	}
	.tb_style tbody td {
		border:1px solid #ccc;
		width:18%;
	}
	
	.tb_style td , .tb_style th{
			padding:5px 0;
		}
		
.tbl_nostyle {
	margin:0 0 20px 30px;
}
	.tbl_nostyle th,
	.tbl_nostyle td{
		padding: 3px 0;
	}
	.tbl_nostyle th{
		text-align: right;
		vertical-align: top;
	}
	.tbl_nostyle td {
		padding-left: 1em;
	}
	
/*-----リスト-----*/	
	
.dl_col01 dt {
	clear: left;
	float: left;	
}
.dl_col01 dd {
	padding-left: 4em;
}

#pages #mb_main .ul_icoList01 {
	width:90%;
	margin:15px auto 30px;
}
	#pages #mb_main .ul_icoList01 li.ico_ppt {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_ppt.gif) 0 3px   no-repeat;
	}
	#pages #mb_main .ul_icoList01 li.ico_word {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_word.gif) 0 3px   no-repeat;
	}
	#pages #mb_main .ul_icoList01 li.ico_pdf {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_pdf.gif) 0 3px   no-repeat;
	}
	#pages #mb_main .ul_icoList01 li.ico_excel {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_excel.gif) 0 3px   no-repeat;
	}

#pages #mb_main .ul_indent01 {
	width:90%;
	margin:15px auto 30px;
}
	#pages #mb_main .ul_indent01 li {
		text-indent: -2em;
		padding-left: 2em;
		background: none;
	}
.border_box{
	border:1px solid #ccc;
	padding:10px;
}
.kome{
	display:flex;
}
.kome dt {
  position:relative;
}
.kome dd {
  margin:0 0 0 5px!important;
  margin-bottom:5px;
} 
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}

/* 追加css */
.poster img {
	width: 180px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.poster:hover {
	opacity: 0.85;
}




