@charset "utf-8";
/* CSS Document */

/* CSS初期リセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
}
body {
	line-height: 1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ここまでCSS初期リセット */

/* 共通設定*/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
	
.fs10{
	font-size:84%;
}
.fs11{
	font-size:92%;
}
.fs12{
	font-size:100%;
}
.fs13{
	font-size:109%;
}
.fs14{
	font-size:117%;
}
.fs15{
	font-size:125%;
}
.fs16{
	font-size:134%;
}
.fs17{
	font-size:142%;
}
.fs18{
	font-size:150%;
}
.ml0 {
	margin-left: 0;
}
.ml3 {
	margin-left: 3px;
}
.ml5 {
	margin-left: 5px;
}
.ml8 {
	margin-left: 8px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mr3 {
	margin-right: 3px;
}
.mr5 {
	margin-right: 5px;
}
.mr8 {
	margin-right: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.fs9 {
	font-size: 72%;
}
.fs10 {
	font-size: 84%;
}
.fs11 {
	font-size: 92%;
}
.fs12 {
	font-size: 100%;
}
.fs13 {
	font-size: 109%;
}
.fs14 {
	font-size: 117%;
}
.fs15 {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.red {
	color: #C03;
}
.blue {
	color: #039;
}
.orange {
	color: #F63;
}
.green {
	color: #060;
}
.black {
	color: #333;
}
.gray {
	color: #999;
}
.sblue {
	color: #3690af;
}
.lorange {
	color: #ff7f4d;
}
.clear {
	clear: both;
}
a {
	color: #d7421a;

}
a:hover {
	color: #F97352;

}

p.txt{
	margin: 10px 10px 0 10px;
	line-height: 1.4;
}
/*　共通テンプレート　*/

h1{
	background-image: url(../img/h1_bg.gif);
	height: 35px;
	padding: 20px 10px 0 15px;
	color: #2a5f87;
	font-size: 125%;
}

h2{
	background-image: url(../img/h2_bg.gif);
	background-repeat: repeat-x;
	border-left: 10px solid #d7421a;
	border-bottom: 1px solid #d7421a;
	padding: 3px 10px;
	margin: 10px 0 10px 0;
	font-size: 117%;
	color: #b17b1e;
}

h3{
	padding: 5px 0;
	margin: 0 0 10px 10px;
	border-bottom: 1px dotted #bbb;
	}

h3.mark{
	background-image: url(../img/h3mark.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #f8bec3;
	padding: 8px 20px;
	margin: 10px 0px 10px 10px;
	border-bottom: 1px dotted #CCC;
	background-position: 0 10px;
	}
	
#pan{
	padding:10px;
	font-size:84%;
}

.contents_box{
	padding-left: 25px;
	padding-bottom: 10px;
	}


.contents_box ul{
	margin: 0 0 0 15px;
	padding: 0;
}

.contents_box ul li{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}

.contents_box table{
	margin:0;
	padding:0;
	border-collapse: separate;
border-spacing: 3px;

}
.contents_box table td{
	border-bottom: 1px solid #adaa96;
	border-right: 1px solid #adaa96;
	padding: 5px;
	vertical-align: top;

}
.contents_box table td.td_ttl{
	background-color: #f4f3ea;
	text-align: right;
}
/*　メインレイアウト設定　*/

body{
	background-color: #f4eddc;
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 92%;
	color: #333;
	line-height: 1.2;
}
#container {
	width: 980px;
	margin: 0 auto;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #FFF;
}
#header {
	height: 40px;
	border-bottom: 3px solid #d7421a;
	padding: 8px 10px 7px 10px;

}
#header_menu{
	float: right;
	width: 90px;
	padding: 20px 0px 10px 10px;
}
#header_menu2018{
    float: right;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
}
#header_menu2018 li {
    /*  width: 140px;*/
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#header_menu table td{
	padding:5px;
}

#contents {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#side_menu {
	float: left;
	width: 230px;
	padding: 0 0 0 10px;
}
#main {
	float: left;
	width: 720px;
	padding: 0;
	margin: 0 0 15px 0;
}
#footer {
	background-color: #d0d0d0;
	width: 970px;


	margin: 15px 0 0 0;
	padding: 10px 5px;
	font-size: 84%;
	text-align: center;
	background-image: url(../img/footer_bg.gif);
	border-top: 1px solid #787878;
	background-repeat: repeat-x;
	margin: 0;
}

/*トップページ*/

#new_info{
	padding: 10px;
	margin-bottom: 10px;
}

#new_info ul{
margin:0;
}

#new_info ul li{
	margin: 0;
	border-bottom: 1px dotted #c4c4c4;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 5px;
	font-size: 109%;
}

#information{
	padding:10px;
}

#information ul{
margin:0;
}

#information ul li{
	margin: 0;
	border-bottom: 1px dotted #c4c4c4;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom:5px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 5px;
	font-size:109%;
}

#information dl{
	padding: 0px;
}

#information dl dt{
	clear: left;
	float: left;
	width: 95px;
	padding: 8px 3px;
	font-size: 84%;
	text-align: right;
}
#information dl dd{
	border-bottom: 1px dotted #c4c4c4;
	float: left;
	width: 580px;
	padding: 5px;
	font-size: 109%;
}


/*　汎用設定　*/

.side_box {
	width: 200px;
	margin-bottom: 8px;
}
.side_box .side_ttl {

}
.side_box .side_contents {
	padding: 1px 2px;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}
.side_box .side_contents ul {
	padding: 0;
}
.side_box .side_contents ul li {
	background-color: #f4f3ea;
	margin-bottom: 2px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-image: url(../img/mark_side.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.side_box .side_contents ul li a{
	display:block;
}
/*
.side_box .side_contents ul li a:hover {
	background-color: #dedcca;
}
*/


#info_link{
	border:1px solid #d5d5d5;
	background:#f4f3ea;
}
#info_link ul{
	padding:0 5px 5px 0px;
	
}
#info_link ul li{
	display: block;
	line-height: 1.2;
	padding: 0 0 5px 18px;
	background-image: url(../img/mark_side.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

.pmark{
	background-image: url(../img/pmark.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 0 0 0 20px;
}
	
.menu_box{
	background-color: #f2eeeb;
	margin-bottom: 10px;
	padding: 3px 8px;
}

.menu_box ul {
	padding: 0;
}
.menu_box ul li {
	margin-bottom: 0px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../img/mark_menu.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
.menu_box ul li.blk {
	margin-bottom: 0px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../img/mark_menu_b.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-weight: bold;
}
.menu_box ul li a{
	display:block;
}

.tborder{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	padding-top:5px;
}

table.officer {
	margin: 10px 10px 30px 30px;
	clear: both;
}
table.officer td.ttl{
	width: 538px;
	float: left;
	clear: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding: 3px;
}
table.officer td.nm{
	width: 100px;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding: 3px 3px 3px 33px;

}

table.member{
	border-collapse: collapse;
	margin:10px 20px; 
}

table.member td{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	vertical-align: top;
	/*font-size: 92%;*/
	/*font-size: 82%;*/
	font-size: 80%;
	
}

dl.data {
	margin: 10px 10px 30px 44px;
	padding: 0 0 20px 0;
}
dl.data dt{
	width: 300px;
	float: left;
	clear: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	padding: 3px;
}
dl.data dd{
	width: 300px;
	float: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	padding: 3px;

}

dl.data dt a{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}

dl.data dd a{
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../img/mark_con.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 1.3;
}

/*多言語パンフレット表示ページ用*/
.pamph{
    background-color: #f2eeeb;
	width: 830px;
	height: auto;
}
.pamph ul {

}
.pamph ul:after {
    content: "";
    clear: both;
    display: block;
}

.pamph ul li {
    list-style-type: none;
    background-image: url(../img/mark_menu.gif);
    background-position: 1% 50%;
    background-repeat: no-repeat;
    float: left;
    line-height: 4em;
    text-indent: 20px;

}
/* 横並びに3等分 */
.pamph ul.al-3 li {
width: 33.3%;
/*margin-right: 2.87%;*/
}
.pamph ul.al-3 li:nth-child(3n) {
margin-right: 0;
}
.pamph ul li a{
	display: block;
}
.pamph ul li a:hover{
	background-color: #F3ECDB;
	background-image: url(../img/mark_menu.gif);
    background-position: 1% 50%;
    background-repeat: no-repeat;
}
.closeBtn{
    margin-top: 10px;	
}
.closeBtn:hover{
	background-color: #F97352;
	color: #E1E1E1;
	
}

/*ICCLC NEWSバっクナンバーページ用*/
table.icclcNews{
	border-collapse: collapse;
	margin:10px 20px; 
}
table.icclcNews tr:nth-child(2n+1) {
    background: #F3F1EF;
}
table.icclcNews td{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	vertical-align: top;
	font-size: 92%;
	line-height: 150%;
	
}
table.icclcNews th{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	vertical-align: top;
	font-size: 92%;
	background-color: #C29E63;	
}
.gousu {
    width: 5em;
}
.hakkoubi {
    width: 8em;
}


/*人権資料のスタイル*/
#mokuji, #preface{
    margin-bottom: 30px;
}
#mokuji ul li{
    line-height: 160%;
    margin-left: 20px;
}
#mokuji ul li ul{
    margin-left: 30px;
}
.column_box{
    background-color:#f2eeeb;
    border-right:1px solid #cca969;
    border-bottom:1px solid #cca969;
    padding:15px;
    margin:10px 10px 20px 10px;
}
#guidance blockquote{
    background-color: #fffff9;
    border: 1px solid #ccccc8;
    padding: 15px;
    margin: 10px 20px;
    line-height: 150%;
}
#guidance h3{
    margin-top: 20px;
}
#guidance .h2_2{
    color: #2a5f87;
    border: 0;
}
#guidance ul{
    margin: 5px 0 5px 30px;
    line-height: 160%;
}
#guidance p{
    margin-left: 10px;
    margin-right: 10px;
    line-height: 160%;
}
#preface p{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 160%;
}
#preface .mb50{
    margin: 10px 10px 50px 10px;
}
#chap04 table{
    border: 1px solid #cca969;
    margin: 20px 10px 10px 5px;
}
#chap04 table th,
#chap04 table td{
    border: 1px solid #cca969;
    padding: 5px;
}
#chap04 table th{
    color: #b17b1e;
}
#chap04 table td{
	background-color: #f2eeeb;
	vertical-align: top;
	background-position: 0;
}
#chap04 table ul{
    margin: 5px;
}
#chap04 table ul li{
    margin-bottom: 5px;
}
.dl_list dl {
  width:inherit;
}
.dl_list dt {
  float: left;
    clear: left;
    width: 2em;
    line-height: 150%;
}
.dl_list dd {
    margin-left: 2em;
    line-height: 150%;
}
.dl_list :after{
  content: "";
  display: block;
  clear: both;
}
.appendix {
  margin-left: 20px;
}
.appendix dl {
  width:inherit;
}
.appendix dt {
  float: left;
    clear: left;
    width: 10em;
    line-height: 150%;
    margin-bottom: 15px;
    border-top: 1px dotted lightgray;
}
.appendix dd {
    margin-left: 10em;
    line-height: 150%;
    margin-bottom: 15px;
    border-top: 1px dotted lightgray;
}
.dl_list :after{
  content: "";
  display: block;
  clear: both;
}
.list_bar li,
.list_circle li,
.list_triangle li{
    text-indent: -1.2em;
    margin-left: 1em;
}
.list_bar li:before{
	content: '-'; /* ←ここにリストマーカーにしたい文字列を設定 */
	padding-right: 0.5em;
}
.list_circle li:before{
	content: '\002022'!important; /* ←ここにリストマーカーにしたい文字列を設定 */
	padding-right: 0.5em;
}
.list_triangle li:before{
	content: '\0025B8'; /* 	←ここにリストマーカーにしたい文字列を設定 */
	padding-right: 0.5em;
}
.local_box{
    margin: 5px 0 5px 10px !important;
}