/* CSS Document */

@charset "Shift_JIS";

/*ユニバーサルセレクタ*/
html,body,h1,h2,h3,h4,h5,a{
	margin: 0;
	padding:0px;
	font-size:99%;
}

p,dl,dt,dd,ul,li,div{
	margin: 0;
	padding:0px;
	font-size:99%;
	line-height:1.5em;
}

form,input{
	margin:0px;
	padding:0px;
	font-size:99%;
	line-height:1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*ブラウザによってちがう幅・高さの解釈の対策*/
* { -webkit-box-sizing: border-box;}
* { box-sizing : border-box;}
* { -moz-box-sizing : border-box;}
* { box-sizing: border-box;}


/*ボディ*/
body {
	padding: 0px;
	/* margin:0px 10px 10px 10px; */
	margin: 0 0 10px 0;
	background:#fff/* url(top_img/header_bg.gif) repeat-x*/;
	color:#000;
	text-align:center;
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------- */
#pankuzu{
text-align:right; padding:5px 10px; font-size:0.813em;
width: 1002px;
margin: 0em auto;
color: #000000;
}
#pankuzu a{
	color: #000000;
}

.wrapper{
	width:1060px;
	margin:0 auto;
	background:#fff/*url(top_img/body_bg.gif) center repeat-y*/;
}


/*基本的なリンクスタイル*/
a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
	text-decoration: underline;
}

a:active{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #ddd;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

h2{
	text-indent:35px;
	font-size:1.1em;
	font-weight:bold;
	padding-top:4px;
}

h3{
	padding-top:3px;
	/* text-indent:30px; */
	font-size:1em;
	font-weight:bold;
	/* height:25px; */
	/* width:265px; */
}

p{
	text-indent:1em;
}

#header{
margin-bottom:2px; min-height:110px; font-size:15px; line-height:100%;
}

/*ヘッダ*/

#header .header_left{
	float:left;
	width:400px;
	padding-top:15px;
}

#header h1{
margin:auto; background-image:url(top_img/title_base_back_white.png); width:250px; 
	/* height:75px; */
}

#header .header_body .kyuta{
	float:left;
	width:95px;
	height:92px;
	margin-top:5px;	
	text-align:center;
}

#header .header_right{
	float:right;
	text-align:right;
	width:620px;
}

#header .header_right ul{
	display:inline;
}

#header li a{
	color:#000;
}

.multilingual{
	width:410px; margin-top:0;
}
.multilingual .title{
	color:#0000ff;
	font-weight:bold;
	font-size:14px;
}
.multilingual a.eng{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi1.gif) no-repeat; }
.multilingual a:hover.eng{width:63px; background:url(top_img/t_multi1_f2.gif) no-repeat; }
.multilingual a.chi{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi2.gif) no-repeat; }
.multilingual a:hover.chi{width:63px; background:url(top_img/t_multi2_f2.gif) no-repeat; }
.multilingual a.kor{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi3.gif) no-repeat; }
.multilingual a:hover.kor{width:63px; background:url(top_img/t_multi3_f2.gif) no-repeat; }
.multilingual a.tha{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi4.gif) no-repeat; }
.multilingual a:hover.tha{width:63px; background:url(top_img/t_multi4_f2.gif) no-repeat; }
.multilingual a.phi{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi5.gif) no-repeat; }
.multilingual a:hover.phi{width:63px; background:url(top_img/t_multi5_f2.gif) no-repeat; }

.menu{
	width:auto; margin-top:2px; margin-right:3px;
}
.menu a{
	color:#000; font-size:14px;
}
.menu a:hover{
	color:#C0C0C0;
}

.menu a:visited {
	color:#000000;
}

.search{
	width:278px;
	height:auto;
	font-size:15px;
	line-height:100%;
	margin:0;
	padding:0;
}
.search li{
	float:right;
	height:25px;
	padding-left:15px;
	margin-left:10px;
	list-style:none;
	background:url(top_img/list2.gif) no-repeat 0 2px;
}

.search li .search_box{
	width:200px;
	height:21px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:21px;
}

* html .search li .search_box{/* IE 6 */
	width:200px;
	height:17px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:17px;
}

*:first-child+html .search li .search_box{/* IE 7 */
	width:200px;
	height:17px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:17px;
}

.search li .fs{
	width:40px;
	height:auto;
	font-size:85%;
	margin:0;
	padding:0;
	}

.search li .fs-top{
	width:40px;
	height:auto;
	font-size:85%;
	}

* html .search li .fs-top{/* IE 6 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	padding-top:2px;
	}

*:first-child+html .search li .fs-top{/* IE 7 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	padding-top:2px;
	}

/*トップイメージ*/
.topvisual{
	text-align:center;
	padding:0;
	margin:5px auto;
}

/*グローバル*/
#global{
	margin:0px auto;
	padding:0px;
	width:1002px;
	text-align:left;
	padding-left:1px;
	/* font-size:0.95em; */
}

*html #global{
	margin:0px auto;
	width:1002px;
	text-align:left;
	padding-left:1px;
}

*:first-child+html #global{
	margin:0px auto;
	width:1025px;
	text-align:left;
	padding-left:1px;
}



#global ul li{
	list-style: none;
	float:left;
	height:80px;
	text-align:center;
}

#global ul li a{
	padding-top:7px;
	padding-bottom:5px;
	height:80px;
	font-size:0.95em !important;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	display:block;
	line-height:130%;
}

/* グローバルナビゲーション トップ */
#global ul li.global1{
	background:url(top_img/nav/white/nav-01.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global1 a:hover{
	background:url(top_img/nav/white/on/nav-01_on.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global1_ro{
	background:url(top_img/nav/white/on/nav-01_on.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション お知らせ */
#global ul li.global11{
	background:url(top_img/nav/white/nav-02.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global11 a:hover{
	background:url(top_img/nav/white/on/nav-02_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global11_ro{
	background:url(top_img/nav/white/on/nav-02_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 安心・安全情報 */
#global ul li.global2{
	background:url(top_img/nav/white/nav-03.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global2 a:hover{
	background:url(top_img/nav/white/on/nav-03_on.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global2_ro{
	background:url(top_img/nav/white/on/nav-03_on.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #000000;
}

/*グローバルナビゲーション 災害情報 */
#global ul li.global3 {
	background:url(top_img/nav/white/nav-04.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global3 a:hover {
	background:url(top_img/nav/white/on/nav-04_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global3_ro {
	background:url(top_img/nav/white/on/nav-04_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 組織・施設 */
#global ul li.global4 {
	background:url(top_img/nav/white/nav-05.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global4 a:hover {
	background:url(top_img/nav/white/on/nav-05_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global4_ro {
	background:url(top_img/nav/white/on/nav-05_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 公表・報告 */
#global ul li.global5 {
	background:url(top_img/nav/white/nav-06.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global5 a:hover {
	background:url(top_img/nav/white/on/nav-06_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global5_ro {
	background:url(top_img/nav/white/on/nav-06_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 試験・講習 */
#global ul li.global7{
	background:url(top_img/nav/white/nav-07.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global7 a:hover{
	background:url(top_img/nav/white/on/nav-07_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global7_ro{
	background:url(top_img/nav/white/on/nav-07_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 採用案内 */
#global ul li.global8 {
	background:url(top_img/nav/white/nav-08.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global8 a:hover {
	background:url(top_img/nav/white/on/nav-08_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global8_ro {
	background:url(top_img/nav/white/on/nav-08_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

/* グローバルナビゲーション 申請様式 */
#global ul li.global9 {
	background:url(top_img/nav/white/nav-09.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global9 a:hover{
	background:url(top_img/nav/white/on/nav-09_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global9_ro{
	background:url(top_img/nav/white/on/nav-09_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #000000;
}

#global ul li.global10{
	background:url(top_img/global5_white2.gif);
	width:135px;
	height:auto;
	border-bottom:1px solid #000;
}

#global ul li.global10 a:hover{
	background:url(top_img/global5_white2_on.gif);
	width:135px;
	height:auto;
	border-bottom: 1px solid #a9b9c5;
}

#global ul li.global10_ro{
	background:url(top_img/global5_white2_on.gif);
	width:135px;
	height:auto;
	border-bottom:1px solid #000;
}

/*ボディ*/
#contents {
	width:1000px;
	padding-left:15px;
}
#contents #left_block{
	width: 430px;
	float:left;
	margin:12px 0 12px 0;
}

#contents #right_block{
	width:548px;
	float:right;
	margin:12px 0 0 0;
	position: relative;
}


/* 緊急情報 */
#contents #left_block .kinkyu{
	width:426px;
	margin-bottom:6px;
	border:1px solid #000000;
	border-top:none;
	padding:0;
}

#contents #left_block .kinkyu p{
	font-size:80%;
	line-height:140% !important;
}

#contents #left_block .kinkyu .title{
	margin-bottom: 5px;
	text-indent:0px;
}

#contents #left_block .kinkyu .title a{
	font-size:1.15em;
	font-weight:bold;
	line-height:140% !important;
}

#contents #left_block .kinkyu .detail{
	margin-top:10px;
	text-align:right;
}

#contents #left_block .h2_kinkyu{
	width:426px;
	height:auto;
	background:#FFFFFF url(top_img/kinkyu_white.gif)  no-repeat;
	color:#000000;
	margin:0px;
	border-bottom:1px solid #000000;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}


/*TFDNOW*/
/*
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:20px;
	border:1px solid #000;
	border-top:none;
	padding:0;
}
*/
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:6px;
	border:1px solid #000;
	border-top:none;
	padding:0;
}

#contents #left_block .tfdnow:after {
	content: '';
	display: block;
	clear: both;
}

.tfd-inner {
	width: 400px;
	height: 340px;
	margin: 10px auto;
}

#contents #left_block .tfdnow p{
	font-size:80%;
	line-height:140% !important;
}

#contents #left_block .tfdnow .title{
	font-size:100%;
	margin-bottom: 5px;
	text-indent:0px;
}

#contents #left_block .tfdnow .title a{
	font-size:1.15em;
	font-weight:bold;
	line-height:140% !important;
}

#contents #left_block .tfdnow .title a strong{
	font-size:80%;
}

#contents #left_block .tfdnow .detail{
	/*margin-top:10px;*/
	text-align:right;
}

#contents #left_block .h2_tfdnow{
	width:426px;
	height:auto;
	background:url(top_img/tfdnow_white.gif)  no-repeat;
	color:#000;
	margin:0px;
	border-bottom:1px solid #000;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}

/*#contents #left_block span{
	color:#000;
	font-size:0.8em;
}*/

/*最新情報*/

#contents #left_block .h2_newinfo{
	width:426px;
	height:auto;
	background:url(top_img/newinfo_white.gif) no-repeat;
	color:#000;
	margin:0px;
	border-bottom:1px solid #000;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}

#contents #left_block .newinfo{
	width:426px;
	margin-bottom:20px;
	border:1px solid #000;
	border-top:none;
	padding-top:7px;
}

#contents #left_block .newinfo .important{
	margin:0px 7px 5px;
	padding-bottom:7px;
	border-bottom:1px solid #000;
}


#contents #left_block .newinfo .important dt{
	background:#fff;
	color:#000;
	width:150px;
	float:left;
	padding:5px;
}

#contents #left_block .newinfo .important dd{
	background:#fff;
	padding:5px 0;
	text-align:left;
}

#contents #left_block .newinfo .normal{
	margin:0px 7px 7px 7px;
}
#contents #left_block .newinfo .normal dt{
	float:left;
	width:150px;
	padding:5px;
	text-align:center;
}

#contents #left_block .newinfo .normal dd{
	padding:5px 0 5px 150px;
	border-bottom:1px solid #999;
	text-align:left;
}

#contents #left_block .newinfo .detail{
	padding:5px 7px 7px 0;
	text-align:right;
}


/*大切な事*/

#contents #right_block .h2_foryou{
	width:270px;
	height:auto;
	margin: 0 0 0 8px;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	border: 1px solid #000000;
	color:#000000;
	padding:4px 22px 2px 18px;
	text-indent:0px;
	position: absolute;
	top: 0;
	left: 0;
}

/*
#contents #right_block .foryou{
	width:526px;
	border:1px solid #8e7385;
	border-top:none;
	padding:3px 0;
	margin:0px 16px 15px 8px;
}
*/

/* kyukyu-box */
.kyukyu-box {
	width:526px;
	border:5px solid #000000;
	padding:3px 4px 3px 4px;
	margin: 29.5px 16px 6px 8px;
	/* border-radius: 15px; */
}

.kyukyu-box:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 {
	width:526px;
	border:1px solid #000000;
	padding:3px 4px 3px 4px;
	margin: 10px 16px 10px 8px;
}

.kyukyu-box-inner {
	margin: 0 auto;
	padding: 0 10px;
}

.kyukyu-box-inner p {
	text-indent: 0 !important;
}

.fs_105 {
	font-size: 105%;
}

.fs_110 {
	font-size: 110%;
}

.fs_120 {
	font-size: 120%;
}

p.img7119 {
	margin: 10px auto;
	width: 380px;
}

.bld {
	font-weight: 700;
}

.red {
	color: #000000;
}

.color333366 {
	color: #000000;
}

#contents #right_block .foryou{
	width:526px;
	border:1px solid #000000;
	padding:3px 0 3px 4px;
	margin: 10px 16px 10px 8px;
}

.blue {
	color: #000000;
}

.green {
	color: #000000;
}

.radius {
	border-radius: 15px;
}


/* ボタン */
/* btn01 */
.kyukyu-box .btn01:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box .btn01 {
	background: #ffffff url("/top_img/btn/white/btn-01.png") no-repeat scroll 25px 8px;
	width: 236px;
	margin: 0 auto;
	padding: 6px;
	border: 4px solid #000000;
	border-radius: 15px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box .btn01 p  {
	padding-left: 75px;
	padding-top: 15px;
	color: #000000;
	text-align: left;
}

.kyukyu-box .btn01 p.come  {
	padding-left: 0;
	padding-top: 15px;
	color: #000000;
	text-align: center;
}

.kyukyu-box .btn01 .btn-inner {
	margin: 5px auto;
	background-color: #ffffff;
	border: 4px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	width: 95%;
}

.kyukyu-box .btn01 .btn-inner td.bg-white {
	background-color: #000000;
	color: #ffffff;
}

.kyukyu-box .btn01 .btn-inner td {
	text-align: center;
	padding: 2px;
	width: 50%;
}

.kyukyu-box a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box a:hover .btn01 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/btn/white/btn-01.png") no-repeat scroll 25px 8px;
}

/* btn02 */
.kyukyu-box .btn02:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box .btn02 {
	background: #ffffff url("/top_img/btn/white/btn-02.png") no-repeat scroll 30px 12px;
	width: 236px;
	margin: 0 auto;
	padding: 6px;
	border: 4px solid #000000;
	border-radius: 15px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box .btn02 p  {
	padding-left: 80px;
	padding-top: 15px;
	color: #000000;
	text-align: left;
}

.kyukyu-box .btn02 p.come  {
	padding-left: 0;
	padding-top: 15px;
	color: #000000;
	text-align: center;
}

.kyukyu-box .btn02 .btn-inner {
	margin: 5px auto;
	background-color: #ffffff;
	border: 4px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	width: 95%;
}

.kyukyu-box .btn02 .btn-inner td.bg-white {
	background-color: #000000;
	color: #ffffff;
}

.kyukyu-box .btn02 .btn-inner td {
	text-align: center;
	padding: 2px;
	width: 50%;
}

.kyukyu-box a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box a:hover .btn02 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/btn/white/btn-02.png") no-repeat scroll 30px 12px;
}

/* btn03 */
.kyukyu-box02 .btn03:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn03 {
	background: #ffffff url("/top_img/btn/white/btn-03.png") no-repeat scroll 14px 10px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box02 .btn03 p  {
	padding-left: 60px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn03 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/btn/white/btn-03.png") no-repeat scroll 14px 10px;
}

/* btn04 */
.kyukyu-box02 .btn04:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn04 {
	background: #ffffff url("/top_img/portal/icon-01.png") no-repeat scroll 155px 10px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn04 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn04 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/portal/icon-01.png") no-repeat scroll 155px 10px;
}

/* btn05 */
.kyukyu-box02 .btn05:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn05 {
	background: #ffffff url("/top_img/portal/icon-02.png") no-repeat scroll 155px 15px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn05 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn05 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/portal/icon-02.png") no-repeat scroll 155px 15px;
}

/* btn06 */
.kyukyu-box02 .btn06:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn06 {
	background: #ffffff url("/top_img/portal/icon-03.png") no-repeat scroll 160px 7px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn06 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn06 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/portal/icon-03.png") no-repeat scroll 160px 7px;
}

/* btn07 */
.kyukyu-box02 .btn07:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn07 {
	background: #ffffff url("/top_img/portal/icon-04.png") no-repeat scroll 160px 17px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn07 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn07 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/portal/icon-04.png") no-repeat scroll 160px 17px;
}

.btn-area {
	margin: 5px auto 10px;
}

.btn-area:after {
	content: '';
	display: block;
	clear: both;
}

#contents #right_block .foryou ul li{
	float:left;
	height:50px;
	width:255px;
	margin:3px 5px 3px 0;
	padding:5px 0 0 5px;
	border:1px solid #000;
	list-style:none;
	text-align:left;
	display:inline;
}

#contents #right_block .foryou .one ul li {
	float:left;
	height:50px;
	width:515px;
	margin:3px 5px 3px 0;
	padding:5px 0 0 5px;
	border:1px solid #000;
	list-style:none;
	text-align:left;
	display:inline;
}

/*PICKUP*/
/*
#contents #right_block .pickup{
	margin:0px 16px 0 8px;
	border:1px solid #000;
	margin-bottom:15px;
	display:block;
	color:#000;
	text-indent:0;
}
*/
#contents #right_block .pickup{
	width:526px;
	margin:0px 16px 0 8px;
	border:1px solid #000;
	/*background:#e8e6d3;*/
	margin-bottom:6px;
	display:block;
	color:#000;
	text-indent:0;
}

#contents #right_block .pickup h2{
	color:#000;
	padding:5px 0 3px 10px;
	margin:0px;
	text-indent:0px;
	text-align:left;
}

#contents #right_block .pickup p{
	margin:0px 10px;
	text-align:left;
	text-indent:0;
	font-size:90%;
}

#contents #right_block .pickup img{
	border:1px solid #b99f81;
	margin:9px 5px;
}

/* 東日本大震災関連情報 */
#contents #right_block .earthquake{
	width:526px;
	margin:0px 16px 0 8px;
	border:1px solid #000000;
	background:#FFFFFF;
	margin-bottom:6px;
	display:block;
	text-indent:0;
}

#contents #right_block .earthquake p{
	margin:10px;
	text-align:center;
	text-indent:0;
	font-size:100%;
}

/*青地メニュー*/
#contents #right_block .other{
	background:#fff;
	width:530px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:15px;
	text-align:left;
}

#contents #right_block .other_left{
	float:left;
	width: 260px;
}

#contents #right_block .other_right{
	float:left;
	width: 245px;
	margin-left:8px;
}

#contents #right_block .other_left img,
#contents #right_block .other_right img{
	padding-right:5px
}

#contents #right_block .other_left ul,
#contents #right_block .other_right ul{
	margin-bottom:20px;
}

#contents #right_block .other_left li{
	width:260px;
	padding:5px 0;
	margin:0px;
	border:1px solid #999;
	border-top:none;
	list-style:none;
}
#contents #right_block .other_right li{
	width:245px;
	padding:5px 0;
	margin:0px;
	border:1px solid #999;
	border-top:none;
	list-style:none;
}

#contents #right_block .other_left li img,
#contents #right_block .other_right li img{
	margin-left:5px;
}
#contents #right_block .other_left li img{
	margin-right:2px;
}
#contents #right_block .other_left li p,
#contents #right_block .other_right li p{
	margin-left:4.5em;
	padding-top:6px;
	text-indent:-3em;
}

#contents #right_block .other_left li p img,
#contents #right_block .other_right li p img{
	padding:0px;
}

.img_height2{
	margin:10px 0;
}

/*青地部分タイトル*/
#contents #right_block .other_right h3{
	line-height:130% !important;
}

#contents #right_block .other_right .facilities {
	margin:70px 0 12px;
	
}

#contents #right_block .other_right .facilities h3{
	background:url(top_img/other_white7_on.gif) no-repeat;
	background:url(top_img/other_white7.gif) no-repeat;
	background-position:top left;
	margin:0 0 -2px 47px;
	color:#000;
	padding:3px 0 3px 15px;
	text-indent:0px;
	width:150px;
	height:auto;
	cursor:pointer;
}

#contents #right_block .other_right .facilities ul {
	border-top:1px solid #999;
	margin:0 0 0 47px;
	width:150px;
}

#contents #right_block .other_right .facilities ul li {
	width:150px;
}

#contents #right_block .other_right .facilities h3.current {
	background:url(top_img/other_white7_on.gif) no-repeat;	
}

#contents #right_block .other_left .recruit h3{
	background:url(top_img/other_white4.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#000;
	border-bottom:1px solid #999;
	padding:2px 0 2px 30px;
	text-indent:0px;
	width:260px;
	height:auto;
}
#contents #right_block .other_right .knowledge h3{
	background:url(top_img/other_white5.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#000;
	border-bottom:1px solid #999;
	padding:4px 0 2px 30px;
	text-indent:0px;
	width:245px;
	height:auto;
}
#contents #right_block .other_right .ihan h3{
	background:url(top_img/other_white2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#000;
	border-bottom:1px solid #999;
	padding:4px 0 2px 30px;
	text-indent:0px;
	width:245px;
	height:auto;
	font-size:95%;
	line-height:100%;
}
#contents #right_block .other_right .ihan div a:link{
	color: #000;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:visited{
	color: #000;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:active{
	color: #000;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:hover{
	color: #ddd;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_left .tfd_info h3{
	background:url(top_img/other_white3.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#000;
	border-bottom:1px solid #999;
	padding:2px 0 2px 30px;
	text-indent:0px;
	width:260px;
	height:auto;
}
#contents #right_block .other_right .download h3{
	background:url(top_img/other_white6.gif) no-repeat;
	background-position:top left;
	margin:0 0 10px 47px;
	color:#000;
	padding:0;
	text-indent:0px;
	/*width:245px;*/
	width:150px;
	height:auto;
}

#contents #right_block .other_right .download h3 a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 15px;
}


#contents #right_block .other_right .link h3{
	background:url(top_img/other_white6.gif) no-repeat;
	background-position:top left;
	margin:0 0 10px 47px;
	color:#000;
	padding:0;
	text-indent:0px;
	/*width:245px;*/
	width:150px;
	height:auto;
}

#contents #right_block .other_right .link h3 a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 15px;
}


#contents #right_block .other_right .contact h3{
	background:url(top_img/other_white6.gif) no-repeat;
	background-position:top left;
	margin:0 0 10px 47px;
	color:#000;
	padding:0;
	text-indent:0px;
	/*width:245px;*/
	width:150px;
	height:auto;
}

#contents #right_block .other_right .contact h3 a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 15px;
}

#contents #right_block .other_right .faq h3{
	background:url(top_img/other_white6.gif) no-repeat;
	background-position:top left;
	margin:0 0 10px 47px;
	color:#000;
	padding:0;
	text-indent:0px;
	/*width:245px;*/
	width:150px;
	height:auto;
}

#contents #right_block .other_right .faq h3 a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 15px;
}

#contents #right_block .other_right h3:hover,
#contents #right_block .other_right h3 a:hover {
	color:#DDD;
}



#contents #right_block .other .tokyo{
	clear:both;
	/*width:265px;
	padding:5px 0 3px;
	margin-bottom:15px;
	width:245px;
	text-align:center;*/
}

/*バナーエリア*/
#contents .bannerArea {
	clear:both;
	margin-left:-14px;
	margin-bottom:1px;
}


#contents .bannerArea:after,
#contents .bannerArea > div:after,
#contents .bannerArea ul:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

#contents .bannerArea > div {
	background:#FFF;
	width:498px;
	min-height:160px;
	padding:15px 0 0;
}

#contents .bannerArea > div.left {
	float:left;
}

#contents .bannerArea > div.right {
	float:right;
}

#contents .bannerArea ul li {
	float:left;
	width:166px;
	list-style:none;
	text-align:center;
	font-size:75%;
	padding:0 5px 10px;
}

#contents .bannerArea ul li img {
	max-width:160px;
}


/*フッタ*/
#footer{
	width:1060px;
	margin:0px auto;
	color:#000;
}

#footer .hyogo {
	width:1000px;
	margin:0px auto;
	border-top:1px solid #999;
	}

#footer .hyogo-box{
	width: 495px;
	margin:1px 2px;
	float:left;
	text-align:left;
	border:1px solid #999;
}

#footer .hyogo-box2{
	width: 495px;
	margin:1px 2px;
	float:left;
	text-align:left;
	border:1px solid #aaa;
}

#footer .author{
	font-size:80%;
	text-align:right;
}

#footer .hyogo1{
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
#footer .hyogo2{
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}

#footer .inquiry{
	width:1010px;
	margin:0px auto;
	text-align:center;
}

#footer p{
	text-align:center;
}

#footer p.address{
	font-size:0.85em;
	/* border-bottom:1px solid #999; */
}

#footer p.navi{
	padding:5px 0px;
}

#footer p.copy{
	padding-top:12px;
	font-size:0.85em;
}
/*追加*/
.adb{
border:1px solid #000;
font-weight:normal;
line-height:100%;
text-align:left;
}
.adb a{
color:#000;
}
.cell_haikei{

}
.cell_haikei2{

}
.pt9 { 
	color:#000;
}
.pointmidashi {
	color:#000;
	font-size:120%;
	line-height:130%;
	font-weight:bold;
	padding:0 0 10px 0;
}
h2.mokuteki{
	font-weight:bold;
	color:#000;
}
h2.sosiki{
	font-weight:bold;
	color:#000;
}

h2.yousiki{
	font-weight:bold;
	color:#000;
}
.sosiki_table{
	font-size:90%;
	width:100%;
}

.sosiki_table th{
	border:1px solid #000;
	border-bottom:3px double;
}

.sosiki_table td{
	border:1px solid #000;
	text-align:center;
}

.sosiki_table td.bgset{
	text-align:left;
}
.sosiki_table td.pdf{
	text-align:left;
}
.sosiki_h2{
	font-size:110%;
	color:#0066CC;
	border-bottom:1px solid #0066cc;
	margin:20px 0 5px;
	padding:0;
}

h2.top{text-align:center;
margin:20px 0 20px 0;
}

.ei {  font-size: 80%;}
.list {
	margin:4px 10px 8px 10px;
}
.list td {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
}

.list ol {
	font-size:90%;
	line-height:130%;
	margin:4px auto 4px 10px;
}

.ancor {
	font-size:90%;
	line-height:130%;
	margin:5px 0 10px 0;
	padding:4px 0 2px 0;
	text-align:left;
}

.setsumei {
	padding:12px;
	font-size: 1.077em;
}

.setsumei p {
	font-size:90%;
	line-height:130%;
}

.setsumei td {
	font-size:90%;
	line-height:130%;
}

.setsumei ol {
	margin:6px 0 6px 10px;
	padding:0 0 0 6px;
	font-size:90%;
	line-height:130%;
}

.setsumei li {
	margin:0 0 0 12px;
	line-height:130%;
}


.setsumei-table {
	margin:0 0 0 14px;
	line-height:130%;
}

.setsumei-c {
	font-size:90%;
	line-height:130%;
	font-weight:bold;
	text-align:left;
}

/* 事例 */

.honbun {
	margin-left:10%;
	margin-right:10%;
	padding: 10px;
	background-color: #FFFFFF;
	border: 3px solid #3333CC;
	text-align:center;
}

.honbun h2 {
	font-size:100%;
	margin:10px 30px 10px 30px;
	background-color: #FFFFCC;
	border: 2px solid #0066FF;
	padding:6px;
	text-align:center;
}

.honbun h3 {
	font-size:110%;
	margin:4px auto 2px auto;
	background-color: #FFFFFF;
	border-bottom: 2px dotted #0066FF;
	padding:2px 0px;
	text-align:left;
}


.honbun p {
	line-height: 140%;
	font-size: 100%;
	margin:6px 20px 4px 20px;
	padding:2px;
}

.honbun2 {
	padding:20px;
	background-color: #FFFFFF;
	border: 2px double #CC00CC;
	margin: 10px 10%;
	text-align:center;
}

.honbun2 h2 {
	font-size:110%;
	margin:4px auto 6px;
	background-color: #FFFFCC;
	border-left: 8px solid #0066FF;
	padding:4px 0px 4px 8px;
	background-color:#BABAFE;
	text-align:left;
}

.honbun2 h3 {
	font-size:110%;
	margin:4px auto 2px auto;
	background-color: #FFFFFF;
	border-bottom: 2px dotted #0066FF;
	padding:2px 0px;
	text-align:left;
}

.honbun2 p {
	line-height: 140%;
	font-size:90%;
	line-height:130%;
	margin:2px 10px 6px 10px;
	padding:5px;
}


.honbun2 table {
	margin:10px auto 8px 20px;
	text-align:center;
}
.honbun2 th {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
	text-align:left;
}
.honbun2 td {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
}

.honbun2 ol {
	font-size:90%;
	line-height:130%;
}



.kyoku {
	margin:8px auto 6px;
	padding: 4px;
}
.kyoku th {
	background:#CCCCFF;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	font-size:80%;
	line-height: 120%;
	padding: 3px;
}
.kyoku td {
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	font-size:80%;
	line-height: 120%;
	padding: 3px;
}

#contents2{
	margin:0 auto;
	width:70%;
	text-align:left;
}

#contents2 .title{
	margin:0 auto;
}

#contents2 table.menu {
	font-size:90%;
	width:100%;
}

#contents2 table.menu td{
	text-align:center;
	height:60px;
	vertical-align:middle;
	border:1px solid #990000;
	
}

#contents2 table.menu2 {
	font-size:90%;
}

#contents2 table.menu2 td{
	text-align:center;
	height:30px;
	vertical-align:middle;
	border:1px solid #006699;
	
}
#contents2 p{
	margin:1.5em 0 0.5em;
	padding:0;
}

.almid{

}

.almid .ko{
display:table-cell;
width:50px;
height:65px;
margin-bottom:1px;
vertical-align:middle;
}

.almid .ko2{
display:table-cell;
width:185px;
margin-bottom:1px;
vertical-align:middle;
padding-left:0.8em;
}

.almid .ko3{
display:table-cell;
width:40px;
margin-bottom:1px;
vertical-align:middle;
}

.almid .ko4{
display:table-cell;
width:195px;
margin-bottom:1px;
vertical-align:middle;
padding-left:0.8em;
}

.almid_ko5{
width:514px;
margin-bottom:1px;
text-align:left;
padding:0 0.8em;
border:1px solid #000;
margin-left:-6px;
}

#ko_nichijo1{
float:left;
width:248px;	
}

#ko_nichijo2{
background:#FFF;
font-size:80%;
float:right;
float:left;
width:248px;
margin-left:7px;
}

* html .almid .ko{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko2{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko3{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko4{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko2{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko3{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko4{/* IE 7 */
display:inline;
zoom:1;
}

.pu_p1{
padding-bottom:5px; border-bottom:dotted 2px #000;
}
.pu_p2{
padding:5px 0;
}

/* PNG画像透過 */
.iepngfix {   
behavior: expression(IEPNGFIX.fix(this));   
} 

/* 0716 下層ページフッター
-------------------------------------------------------------- */
.footer_under{
	/* width:1060px; */
	/* margin:0px auto; */
	width: 100%;
	margin: 20px 0 0 0;
	/* background: url(./img/footer_bg_repeat_x.gif) repeat-x; */
}

.footer_under .inquiry{
	width:1010px;
	margin:0px auto;
	text-align:center;
	/* background:url(top_img/footer_bg2.gif) no-repeat; */
}

.footer_under p{
	text-align:center !important;
}

.footer_under p.address{
	font-size:0.85em;
}

.footer_under p.navi{
	padding:5px 0px;
}

.footer_under p.copy{
	padding-top:12px;
	font-size:0.85em;
}


/* 20140819追記
---------------------------------------------------- */
#back_img {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

.bgcolor1 {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.table_hyogo {
	margin: 20px 0;
	background-color: #ffffff;
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

.table_cap {
	background-color: #ffffff;
	padding: 8px;
	font-weight: bold;
	text-align: left;
	color:#000000;
	margin-bottom: 5px;
}

/* 20140827追記
---------------------------------------------- */
#main {
    background-color: #ffffff;
    border: 2px solid #99cccc;
    margin: 30px auto 6px;
    padding: 20px 0;
    text-align: center;
    width: 850px;
}

.readTxt {
    background-color: #ffffff;
	border: 1px solid #36c;
    color: #000000;
    display: block;
    font-size: 112%;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
}

.contents h2 {
    background-color: #ffffff;
	border: 1px solid #99cccc;
    color: #333333;
    font-size: 110%;
    margin: 3px 10px 10px 0;
    padding: 6px 0 6px 10px;
    text-align: left;
}

.title_front {
	color: #000000;
}

#p_subtitle {
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #99cccc;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	margin: 30px 10px 10px;
	color: #000000;
}

/* 20140909追記
------------------------------------------------- */
#main_entry {
    margin: 10px auto 6px;
    padding: 20px 0 0;
    text-align: center;
    width: 800px;
}

h2.entry_title {
	text-indent: 0;
	font-size:1.1em;
	font-weight:bold;
}

.sub_comment {
	padding-top:3px;
	font-size:1em;
	font-weight:bold;
	text-indent: -1.5em;
	padding-left: 1.5em;
	width: 97%;
	height: 100%;
	font-size:18px; 
	color:#000000; 
	margin: 10px 25px 5px;
	padding:0;
}

.entry_num {
	border: 1px solid #000000;
}

.entry_num ol {
	list-style-type: none;
	line-height: 1.4em;
	padding: 20px;
	margin: 0;
}

.entry_num ol li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.8em;
}

.num_01 {
	color: #000000;
}

.num_02 {
	color: #000000;
}

.entry_left {
	float: left;
	width: 57%;
	margin-right: 10px;
}

.caption {
	text-align: center;
	margin: 0 auto;
}

.p1_1 .waku_head {
	background:url(lfe/topics/jyuukeiki/data/p2_head_white.gif) no-repeat; 
	width:530px; 
	height:18px; 
	margin:5px 0 0 20px;
	font-size:0px;
}

.p1_1 .waku {
	background:url(lfe/topics/jyuukeiki/data/p2_body_white.gif) repeat-y; 
	text-align:left; 
	margin-left:20px; 
	padding:0; 
	width:530px;
}

.p1_1 .waku .bd { 
	margin:0 30px 0 15px; 
	padding:0; 
	line-height:1.5em;
}

.p1_1 .waku_btm {
	background:url(lfe/topics/jyuukeiki/data/p2_btm_white.gif) no-repeat; 
	width:530px; 
	height:18px; 
	margin:0 0 20px 20px;
	font-size:0px;
}

.fs_8 {
	font-size: 0.8em;
}

.fs_1_2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#stove {
	width:720px;
	text-align:center;
	margin:0 auto;
	background:#ffffff;
	border: 1px solid #000000;
}

.stove_breadcrumb {
	width:720px;
	margin:10px auto 0;
	background:#ffffff;
	padding:20px 4px 4px;
	text-align:right;
	font-size:0.8em;
}

.fc_red {
	color: #000000;
}

.fc_red02 {
	color: #000000;
	font-size: 1.067em; 
	font-weight:bold;
}

.caption_01 {
	color: #000000;
	font-size: 0.9em;
}

h2.e_stove_title{
	border-bottom:1px solid #000000;
	border-left:5px solid #000000;
	background-color:#ffffff;
	font-size:1.2em;
	padding:4px 10px;
	margin:1.5em 0 1em 0;
	font-weight: bold;
	text-indent: 0;
}

.box{
    border:2px #000000 solid;
    padding:1em 1.5em;
}
.box dt{
	font-weight:bold;
	margin-top:5px;
}
.box dd{
	text-indent:1em;
	margin-left:1em;
}
.radius{
    border-radius: 16px; 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.black .box{
	border:2px #000000 solid;
	margin:1em 0 0.5em 0;
}

#downloadbox h2 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
}

#footer_btn02{
	width:800px;
}
#footer_btn02 #f1{
	height:34px;
	margin:0;
	padding-top:3px;
	color:#000000;
	border: 1px solid #000000;
}
#footer_btn02 #f1 a{ color:#000000;}
#footer_btn02 #f2 {
	margin:0;
	border:1px solid #000000;
}

#tp,.p1_1,#p1_2,#p1_3,#p1_4,#p1_5,#p1_6,#p1_7,#p1_8,#p1_9,#p3_1,#news,#soudan{
	margin:5px 0;
	border:1px solid #000000;	
}

/* 20140910追記　講習の時間割
----------------------------------------------- */
.table01{
  margin: 6px 0;
  border-collapse: collapse;
}
.table01 tr th{
  padding:5px 5px;
}
.table01 tr td{
  padding:2px 5px;
}
.table01 caption{
  text-align:left;
  padding:0;
  margin:0;
}
.bg_dfb{
  background-color:#ffffff;
}
.bg_ffd{
  background-color:#ffffff;
}
.bg_fff{
  background-color:#ffffff;
}
.rect_blue {
  padding :0.4em;
  border: 2px #000000 solid;
  background-color: #ffffff;
  color: #000000;
}


/* 20140925追記
-------------------------------------------------- */
.box_2{
    border:2px #000000 solid;
    padding:0 1.2em 1em;
	background-color: #ffffff;
}
.box_2 dt{
	font-weight:bold;
	margin-top:5px;
}
.box_2 dd{
	text-indent: 0;
	margin-left: 0;
	font-weight: bold;
}
.radius{
    border-radius: 16px; 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.black .box_2{
	border:2px #000 solid;
	margin:1em 0 0.5em 0;
}

.honbu{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpading:5;
	border-color:#000000;
	border-collapse:collapse;
	line-height: 1.1em;
	color: #000000;
}

.honbu th{
	background-color:#ffffff;
	color: #000000;
	text-align:left;
	width:120px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	padding: 5px;
}

.honbu td{
	background-color:#ffffff;
	font-size: #000000;
	text-align:left;
	width:290px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	padding: 5px;
}

#organi h3{width:880px;
			color:#000000;
			background:#ffffff;
			border: 1px solid #000000;
			padding:5px 10px;
			font-size: 1.2em;
			margin:10px auto;
			font-weight:bold;
			/* height: 32px; */
			text-indent: 0;
			text-align: left;
}

#organi h4{
			color:#000000;
			background:#ffffff;
			border: 1px solid #000000;
			padding:5px 10px;
			font-size: 1.067em;
			margin:0px auto 5px;
			font-weight:bold;}

.box span {
	color:#999999;
	font-size: 1em;
	font-weight:normal;
	padding-left:15px;
}

.box{
   border-bottom: 2px solid #000000;
   border-top-style: none;
   border-left-style: none;
   border-right-style: none;
   padding-bottom: 5px; /* 内容と線との間隔量 */
   font-size: 1.267em;
   font-weight:bold;
   padding-left: 0;
}

.honbu_2{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpadding:5;
	border-color:#000000;
	background-color:#ffffff;
	border-collapse:collapse;
}

.honbu_2 td{
	text-align:left;
	width:270px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
}

.honbu_3{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpadding:5;
	border-color:#000000;
	border-collapse:collapse;
	line-height: 1.1em;
	
}

.honbu_3 th{
	background-color:#ffffff;
	text-align:left;
	width:150px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
	padding: 5px;
}

.honbu_3 td{
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
	padding: 5px;
}

table.dis {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.dis tr {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.dis td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.dis td.tdright {
	background-color: #ffffff;
	width: 720px;
	white-space: nowrap;
}

table.dis td.tb01 {
	background-color: #ffffff;
	width: 140px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb02 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb03 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb04 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb05 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb06 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb07 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb08 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb09 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb10 {
	background-color: #ffffff;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.tab_per {
	border: 1px solid #000000;
	width: 410px;
	border-collapse: collapse;
	padding: 5px;
}

table.tab_per tr {
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.tab_per td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 5px;
}

.img_t{
			font-size: 0.867em;
			color:#000000;
			text-align:left;
			padding:5px 0 0 0;
			line-height: 1em;
			}
		.img_t hr{
			width:100.8%;
			margin:3px 0 3px -3px;
			border:1px 0 0px solid #000000;
			}

#disaster .h3_content ul li{
				font-size:0.867em;
				color:#000000;
				text-align:left;
				padding:5px 0 5px 0;
				line-height: 1.2em;
}

#disaster .h2_content h3,#emergency .h2_content h3{
			/* width:835px; */
			width: 860px;
			color:#000000;
			background:#ffffff;
			padding:5px 10px;
			font-size: 1.2em;
			margin:10px auto;
			font-weight:bold;
			border-left:5px #000000 solid;
			border-bottom:1px #000000 solid;
			/* text-indent: 0; */
			/* height: 32px; */
}

#disaster .h2_content .box{
				width:816px;
				padding:0 20px 20px;
				background:#ffffff;
				border:#000000 2px solid;
				margin:0 auto 30px;}
				
				#disaster .h2_content .box h3{
					/* width:840px; */
					width: 813px;
					color:#000000;
					padding:3px 8px 5px;
					margin:0 -20px 20px -20px;
					background:#ffffff;
					border:none;
}

#disaster .h3_content table{
				margin:10px 0px 0 0;
     　　　　　 width:410px;
	 			float:left;	
				}
				
					#disaster .h3_content table.flood{
						border:#000000 5px solid;
						background:#ffffff;
						}
			
					#disaster .h3_content table.landslide{
						border:#000000 5px solid;
						background:#ffffff;}	
				
			
			
			#disaster .h3_content table th{
				text-align:left;
				padding:10px 50px 10px 10px;
				border-bottom:#000000;
				width:210px;					
				}
				
					#disaster .h3_content table.flood th{
						border-bottom:2px #000000 dotted;
						}
			
					#disaster .h3_content table.landslide th{
						border-bottom:#000000 2px dotted;
						}				
				
		    
			#disaster .h3_content table td{
				text-align:right;
				padding:10px;
				font-size:1.467em;
				font-weight: bold;													
				}
				
				
					#disaster .h3_content table.flood td{
						border-bottom:2px  #000000 solid;
						}
			
					#disaster .h3_content table.landslide td{
						border-bottom: #000000 2px solid;
						}
						
#emergency .expansion h3{
	/* width:436px; */
	width: 480px;
	color:#000000;
	background:#ffffff;
	padding:3px 10px 5px;
	font-size:1.2em;
	/* margin:0 -20px 20px; */
	margin: 0 auto;
	font-weight:bold;
	/* border:none; */
	border: 2px solid #000000;
	text-align: left;}
	
.expansion_j{
	/* width:150px; */
	width: 180px;
	float:left;
	font-size:0.933em;}
	
.expansion_e{
	/* width:216px; */
	width: 230px;
	float:right;
	font-size:0.933em;}

#emergency .dmat h3{
	width:335px;
	color:#000000;
	background:#ffffff;
	padding:3px 10px 5px;
	font-size:1.2em;
	margin:0 -20px 20px;
	font-weight:bold;
	/* border:none; */
	border: 2px solid #000000;
	text-align: left;}
	
#emergency h3 span{
	font-size: 0.867em;
	color: #000000;
    font-weight: normal;
    padding-left: 15px;}
	
.box_2 span{
	color:#000000;
	font-weight:normal;
	padding-left:15px;
	line-height: 1.1em;
}

#emergency table{
	width:445px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-collapse: collapse;
	border-spacing:0;	
  background-color:#ffffff;
}

#emergency table tr th{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding: 5px;
}
#emergency table tr td{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	height:30px;
	text-align:right;
	font-weight:bold;
	font-size:120%;
}
#emergency table tr:nth-child(odd){ 
  background-color:#ffffff;
}
#emergency table tr:nth-child(even){ 
  background-color:#ffffff;
}
#emergency table tr:last-child{ 
	border-top:2px solid #000000;
}

#earthquake .earthq_fell{
	border:#000000 2px solid;
	margin:10px auto 20px;}
			
			#earthquake .earthq_fell h3{
						color:#000000;
						padding:3px 10px 5px;
						font-size:1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background:#ffffff;
						/* width:396px; */
						width: 420px;
}
						
			#earthquake .earthq_fell hr{
				border-color: #000000;
				margin:5px 0;}
				
#earthquake .earthq_righta{
	border: #000000 2px solid;
	margin:10px auto 20px;}
			
			#earthquake .earthq_righta h3{
						color:#000000;
						padding:3px 10px 5px;
						font-size: 1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background: #ffffff;
						/* width:396px; */
						width: 420px;
}

#earthquake .earthq_righta hr{
				border-color: #000000;
				margin:5px 0;}
				
#earthquake .earthq_after{
	margin:10px auto 20px;
	border: #000000 2px solid;
	/* height:866px; */
}
			
			#earthquake .earthq_after h3{
						color:#000000;
						padding:3px 10px 5px;
						font-size:1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background: #ffffff;
						/* width:396px; */
						width: 420px;
}
						
			#earthquake .earthq_after hr{
				border-color: #000000;
				margin:5px 0;}
				
			#earthquake .earthq_after table td{
				border-top:16px solid #000000;}
				
#earthquake h3{
			width:880px;
			color:#000000;
			border: 1px solid #000000;
			background:#ffffff;
			padding:5px 10px;
			font-size: 1.2em;
			margin:10px auto;
			font-weight:bold;}
			
#earthquake .h3_content table{
			border:2px #000000 solid;
			border-collapse:collapse;
			margin:30px auto 20px;
			font-size:1em;
			}
						
			#earthquake .h3_content table th{
				font-weight: normal;
				text-align:center;
				width:210px;
				border: #000000 1px solid;
				padding:5px 10px;
			}
				
			#earthquake .h3_content table td{
				text-align:right;
				font-weight: normal;
				padding:5px 85px 5px 0;
				border: #000000 1px solid;
			}
			
.bg_g{ background:#ffffff;}
.bg_b{ background:#ffffff;}
.bg_y{ background:#ffffff;}
.bg_o{ background:#ffffff;}

#fire h3{
		width:880px;
		color:#000000;
		background:#ffffff;
		padding:5px 10px;
		font-size:1.2em;
		margin:10px auto;
		font-weight:bold;}
		
		#fire .h3_content table{
			border:2px #000000 solid;
			border-collapse:collapse;
			margin:30px auto 20px;
			font-size:1em;
			width:856px;
			}
						
			#fire .h3_content table th{
				font-weight: normal;
				text-align:center;				
				border:#000000 1px solid;
				padding:5px 7px;
				color:#000000;
				background: #ffffff;
			}
				
			#fire .h3_content table td{
				font-weight: normal;
				padding:5px 10px;
				border: #000000 1px solid;
				text-align:center;	
			}
			
#fire .gBox1{
	background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #000000;
  margin: 0 auto 0px;
  padding: 0 20px 10px;
}
#fire .gBox1 h3 {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;/*
	width: 836px;*/
}
#fire .gBox2{
	background: none repeat scroll 0 0 #fff;
  border: 2px solid #000000;
  margin: 20px auto;
  padding: 20px 20px 15px;
	/* width:300px; */
	width: 350px;
}
#fire .gBox2 h4 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 10px 15px;
	text-align: center;
}
#fire .gBox2s{
  margin: 0px 20px;
}
#fire .pieChart h3{
	width:400px;
	padding:3px 0px 5px 10px;
}
#fire .pieChart h3#h3_1{
	width:400px;
	padding:3px 0px 5px 10px;
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #000000;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto 10px;
}

#public .yBox{
	background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #000000;
  margin: 0 auto 0px;
  padding: 0 20px 10px;
}
#public .yBox h3 {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;/*
	width: 836px;*/
}
#public .yBox h3 span {
	font-size: 0.867em;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
}

.red{color: #000000;}

#public .yBox2{
	background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #000000;
  margin: 0 auto 0px;
  padding: 0 20px 20px;
}
#public .yBox2 h3 {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;
}
#public .yBox2 h3 span {
	font-size: 0.867em;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
}

#public .snsBox1{
	/* width:440px; */
	width: 450px;
	padding: 10px 15px;
	line-height:1.5em;
	border-top:2px solid #000000;
}

.bdB450{width:450px;border-bottom:2px solid #000000;}

#public .h-3{
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 3px 0px 5px 10px;
    text-align: left;
	border: 1px solid #000000;
}
#public .h-3 span {
	font-size: 0.867em;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
}

#public .yBox3 h3 {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;
	border: 1px solid #000000;
}
#public .yBox3 h3 span {
	font-size: 0.867em;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
}

#public table{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-collapse: collapse;
	border-spacing:0;	
	margin:20px 0 0px;
	line-height: 1.1em;
}
#public table tr th{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
#public table tr td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	height:36px;
}
#public table tr td:first-child{
	border-right:none;
	padding-left:10px;
}
.bgc1{background:#ffffff;}
.bgc2{background:#ffffff;}
.bgc3{background:#ffffff;}
.bgc4{background:#ffffff;}

#public .hpBox2 .libox{
	background: #ffffff;
	border: 1px solid #000000;
	padding:5px;
	line-height:1.5;
	font-weight:bold;
}

#calendar h3 {
	background:#ffffff;
	font-size: 1.067em;
	font-weight: bold;
	margin:0px 0px 10px;
	padding: 0px 15px;
	text-align: left;
	line-height:25px;
	color: #000000;
	border-top:1px double #000000;
	border-bottom:2px double #000000;
}

#calendar h2{
	margin:12px auto;
	color:#000000;
}

#calendar .h2_content .box{
	background: #ffffff;
	border:#000000 2px solid;
	margin:0 auto 30px;
	padding:0 20px 20px;
}

#infomation #teikyou{
	font-size:110%;
	font-weight:bold;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	line-height:1.5em;
	margin:0px auto;
	text-align:center;
	width:500px
}

#infomation .bBox h3 {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px 20px;
	padding: 3px 10px 5px;
	text-align: left;
}

#infomation .bBox1{
	background: none repeat scroll 0 0 #ffffff;
	font-weight: bold;
	padding: 5px 15px;
	width:410px;
	border:2px solid #000000;
}
#infomation .bBox2{
	background: none repeat scroll 0 0 #fff;
	font-weight: normal;
	padding-left: 15px;
	width:410px;
	border:2px solid #000000;
	line-height:1.6;
}

#infomation dl{
	font-weight: normal;
	width:400px;
	border:2px solid #000000;
	line-height:1.4;
	padding:3px
}

#infomation .brBox1 h3 {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px 20px;
	padding: 3px 10px 5px;
	text-align: left;
	border: 1px solid #000000;
}
#infomation .brBox2{
	background: none repeat scroll 0 0 #ffffff;
	font-weight: normal;
	padding: 5px 15px;/*
	width:410px;*/
	border:2px solid #000000;
	line-height:1.6;
}

#infomation #detailBox1{
  position:absolute;
	top:10px;
	left:265px;
	width:265px;
	line-height:1.6em;
	color: #000000;
}
#infomation #detailBox2{
  position:absolute;
	top:10px;
	left:720px;
	width:127px;
	line-height:1.6em;
	color: #000000;
}

#infomation .brBox3{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #000000;
	font-weight: bold;
	color:#000000;
	padding:15px;
	line-height:1.6;
	margin:0 20px 5px;
}

h2.tel_title{
	font-size: 2em;
	font-weight:bold;
	text-align:left;
	padding:10px 15px;
	background: #ffffff;
	color: #000000;
	border:#000000 3px solid;
	}
	
.tel_1 h3{
	background: #ffffff;
	border: 1px solid #000000;
    }
	
.tel .tel_1 table td{
		border:#000000 1px solid;
	}

.number_7119{
		font-weight:bold;
		font-size: 2.4em;
		color:#000000;}
		
.tel h3{
	font-weight:bold;
	font-size: 1.067em;
	color:#000000;
	text-align:center;
	padding:3px 0 2px 0;
	margin-bottom:15px;
	border: 1px solid #000000;
}

.tel_2 h3{
	background:#ffffff;
	border: 1px solid #000000;
}

.tel .tel_3 h3{
	background:#ffffff;
	border: 1px solid #000000;
	padding:17px 0 12px;
	}
	
.tel .tel_2 table td{
		border: #000000 1px solid;
	}
	
#disaster h3{width:880px;
			color:#000000;
			border: 1px solid #000000;
			background: #ffffff;
			padding:5px 10px;
			font-size:1.2em;
			margin:10px auto;
			font-weight:bold;
			/* height: 32px; */
			text-indent: 0;
}

.box1 {
	width: 450px;
	margin: 20px auto 5px;
	padding: 15px;
	border: 3px double #999999;
	background:#ffffff;
	text-align: left !important;
}

#main {
	width:720px;
	margin: 0px auto;
	padding: 20px 0 0;
	/* text-align:center; */
	/* border-left:2px dotted #eee; */
	/* border-right:2px dotted #eee; */
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background:#ffffff;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.attention {
	font-weight: normal;
	color: #000000;
}

/* 20141204 広報テーマ
------------------------------------------------ */
h1.camp_theme {
	display:block;
	color:#000000;
	font-size:1.3em;
	font-weight:bold;
	/* background-color:#5A5AAC; */
	border: 1px solid #000000;
	width: 830px;
	padding: 8px 15px !important;
	margin-bottom:15px;
	text-align: left;
}

h2.camp_title {
	text-align:left;
	color:#000000;
	font-weight:bold;
	/* background:#CCCCFF; */
	border: 1px solid #000000;
	width: 100%;
	padding:3px 10px;
	margin:20px 0;
	text-indent: 0;
	font-size: 160%;
}

.tab201501 {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.tab201501 th {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 th.double {
	border-bottom: 3px double #000000;
}

.tab201501 td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 td.double {
	border-bottom: 3px double #000000;
}

.tab201501 td.b-right {
	border-right: 2px dotted #000000;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 th.th01 {
	background-color: #ffffff;
}

.tab201501 th.th02 {
	background-color: #ffffff;
}

.tab201501 th.th03 {
	background-color: #ffffff;
}

.tab201501 th.th04 {
	background-color: #ffffff;
}

.tab201501 th.th05 {
	background-color: #ffffff;
}

.tab201501 th.th06 {
	background-color: #ffffff;
}

.tab201501 th.th07 {
	background-color: #ffffff;
}

.tab201501 th.th08 {
	background-color: #ffffff;
}

.tab201501_02 {
	border: none;
	border-collapse: collapse;
}

.tab201501_02 th {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501_02 th.th1 {
	background-color: #ffffff;
}

.tab201501_02 td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501_02 td.td1 {
	background-color: #ffffff;
}

.tab201501_02 td.td2 {
	background-color: #ffffff;
}

.tab201501_02 td.td3 {
	background-color: #ffffff;
}

.tab201501_02 td.td4 {
	background-color: #ffffff;
}

.tab201501_02 td.td5 {
	background-color: #ffffff;
}

.tab201501_02 td.td6 {
	background-color: #ffffff;
}

h3.cap {
	text-align: center;
	font-weight: bold;
	color:#000000;
	font-size: 1.3em;
}

h3.cap2 {
	float: left;
	margin-top: 0;
	color: #000000;
	font-size: 1.2em;
}

h4.cap3 {
	text-align: center;
	font-weight: bold;
	color:#000000;
}

.caption_01 {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px 25px;
	margin-top: 15px;
}

.caption_02 {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px 13px;
	margin-top: 15px;
}

.radius_11{
	border:double 6px #000000;
	background-color:#ffffff;
	width:740px;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.list_color {
	color: #000000;
}

/* 20141222 震災時等の仮貯蔵・仮取扱い等の手続コンテンツ
------------------------------------------------------ */
#content_lfe {
	width: 780px;
	margin: 30px auto 20px;
	text-align: left;
	font-weight: 800;
	font-size: 1.2em;
}

#content_lfe h1 {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 8px;
	font-weight: 800;
	font-size: 1.2em;
}

.content_lfe_inner {
	margin: 15px;
}

.bord {
	color: #000000;
	font-weight: 800;
	font-size: 1.1em;
	background-color: #ffffff;
	padding: 4px 2px;
	width: 300px;
}

.blue_001 {
	color: #000000;
	font-weight: 800;
	font-size: 1.1em;
	margin-top: 5px;
}

.dt_title {
	margin: 10px 0 10px 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 4px;
}

.dt_title dt {
	float: left;
	width: 1em;
}

.dt_title dd {
	padding-left: 1em;
	margin-left: 0;
}

.dt_title_02 {
	margin: 10px 0 5px 30px;
	padding: 4px;
}

.dt_title_02 dt {
	float: left;
	width: 1em;
}

.dt_title_02 dd {
	padding-left: 1em;
	margin-left: 0;
}

p.inde {
	text-indent: 1em;
	margin-left: 1em;
	font-size: 80%;
}

p.inde_02 {
	color: #000000;
	font-weight: normal;
}

.blue_002 {
	color: #000000;
}

.red_001 {
	color: #000000;
}

.box20141222 {
	margin: 20px 0 20px 20px;
}

.box_L {
	float: left;
	width: 460px;
	font-size: 90%;
	line-height: 2em;
}

.box_L ul li {
	background:url(lfe/office_adv/img/star_001.gif) no-repeat 0px 0px;
	padding-left: 35px;
	line-height: 2em;
}

.topics_L {
	margin-right: 40px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.underline {
	text-decoration: underline;
}

.radius_topics{
	border:solid 1px #000000;
	background-color:#ffffff;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.radius_topics_02{
	border:solid 1px #000000;
	background-color:#ffffff;
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.breadcrumbs {
	font-size:0.9em;
	padding:0.4em 1em;
	/* background-color:#fdb; */
	text-align:right;
	width: 760px;
	margin: 10px auto 0;
}

.bg_table {
	background-color: #ffffff;
}

.kakomi{
  /* width:75%; */
  width: 80%;
  /* height: 240px; */
  text-align:left;
  border:2px solid #000000;
  padding:1em 2em;
  margin:0 auto;
}

.tb01 th, .tb01 td{
  border:1px solid #000000;
  line-height:1.2;
  vertical-align:middle;
  padding:10px 0;
}

.tb02 th{
  border:2px solid #ccc;
  background-color:#ffffff;
  color:#000;
  width:14%;
  font-size:1.2em;
  text-align:center;
  vertical-align:middle;
  padding:20px;
}

.inner_round td {
	width: 400px;
	height: 100px;
	border: 2px solid #cccccc;
	padding-top: 75px;
	/*fx*/
    -moz-border-radius:16px;
    /* chrome */
    -webkit-border-radius:16px;
    /* ie9 */
    border-radius:16px;
}

th.short_tit{
  border:2px solid #000000;
  background-color:#ffffff;
  color:#000000;
  padding:3px;
}

/* 201503追記
----------------------------------------- */
.annai_201503 {
	border: 1px solid #000000;
	padding: 10px;
}

.content_border {
	border: 1px solid #000000;
	padding: 10px;
	overflow: hidden;
}

.radius_201503{
	border:solid 2px #000000;
	width: 48%;
	padding:20px;
	float: right;
	margin-bottom:15px;
	/*fx*/
	-moz-border-radius: 10px;
	/* chrome */
	-webkit-border-radius: 10px;
	/* ie9 */
	border-radius: 10px;
}

.entry_table td.border_04 {
	padding: 6px;
	border-top: 1px dotted #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table td.border_03 {
	padding: 6px;
	border-bottom: 1px dotted #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.entry_table th {
	padding: 6px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
	background-color: #ffffff;
}

.entry_table th.border_02 {
	padding: 6px;
	border-bottom: 3px double #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table td {
	padding: 6px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
}

.short_tit201503 {
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 4px;
	text-align: center;
	margin: 0 auto;
}

.bb_201503 {
	border-bottom: 2px dotted #000000;
}

.border_201503_02 {
	border:dotted 3px #000000;
}

/* 耳かき中の事故に注意！ 20150303
----------------------------------------------------- */
.point_box{
	border: 2px solid #000000;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px;
}

.point_box h3 {
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1em;
}

.point_box .rc-box-mid {
	color: #000000;
	padding: 0 1em;
}

.point_box .rc-box-mid p {
	color: #000000;
	padding-bottom: 1em;
}

.sub_tit h3 {
	border: 1px solid #000000;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	width: 300px;
	text-align: center;
}

.line2 {
	background-color: #ffffff;
	border: 1px solid #000000;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 1em 0;
}

.tsuushin_box {
	border: 1px dotted #000000;
	padding: 4px 8px;
	margin-top: 5px;
	background-color: #ffffff;
}

.tsuushin_box p {
	text-align: left;
	text-indent: 0;
}

.box_01_20150316 {
    border: 2px solid #000000;
    font-weight: bold;
    padding: 5px 10px 10px;
	margin: 1em 1.5em;
	text-align: left;
}

.box_02_20150316 table {
    border: 4px solid #000000;
    border-collapse: collapse;
}

.box_02_20150316 td {
    border-bottom: 1px dotted #000000;
    font-weight: bold;
    padding: 5px 10px 2px 20px;
}

.box2_20150316 {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px double #000000;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.kousyu_table {
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 8px;
	background-color: #ffffff;
}

.kousyu_table th {
	background-color: #ffffff;
	padding:8px;
	border: 1px solid #333333;
	border-collapse: collapse;
	text-align: center;
}

.kousyu_table td {
	background-color: #ffffff;
	border: 1px solid #333333;
	border-collapse: collapse;
}

.kousyu_table tr {
	border: 1px solid #333333;
	border-collapse: collapse;
}

.waku_01 {
	padding:2px;
	border:2px #333333 solid;
	background-color:#fff;
	width:600px;
	margin:auto;
}

.waku_02 {
	padding:30px;
	border:1px #333333 solid;
	text-align:left;
}

/* top アコーディオン */
.example {
	padding: 17px;
	background: #ffffff;
	width: 526px;
	margin-left: -5px;
}

.example-inner {
}

.example-inner:after {
	content: '';
	display: block;
	clear: both;
}

.navAccordion_sample > dt,
.navAccordion_sample > dd {
}
.navAccordion_sample > dt {
}
.navAccordion_sample > dt:focus {
}

.navAccordion_sample > dt::after {
}
.navAccordion_sample > dt.open::after {
}

.navAccordion_sample > dt:first-child {
	border-top: none;
}
.navAccordion_sample > dd {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background: #ffffff;
	color: #000000;
	padding: 20px;
}

.w236 {
	width: 236px;
}

.w174 {
	width: 174px;
}

.example-accodion {
	width: 430px;
}

/* btn08 */
.example-inner .btn08:after {
	content: '';
	display: block;
	clear: both;
}

.example-inner .btn08 {
	background: #ffffff url("/top_img/accordion/icon-01.png") no-repeat scroll 25px 5px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn08 p  {
	padding-left: 90px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn08 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-01.png") no-repeat scroll 25px 5px;
}

/* btn09 */
.example-inner .btn09:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top: 1.4em;
	right: 15px;
	font-family: FontAwesome;
	content: "\f078";
	color: #000000;
}

.example-inner dt.open .btn09:after {
	content: "\f077";
	color: #000000;
}

.example-inner .btn09 {
	background: #ffffff url("/top_img/accordion/icon-02.png") no-repeat scroll 40px 8px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn09 p  {
	padding-left: 70px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn09 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-02.png") no-repeat scroll 40px 8px;
}

/* btn10 */
.example-inner .btn10:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top: 1.4em;
	right: 15px;
	font-family: FontAwesome;
	content: "\f078";
	color: #000000;
}

.example-inner dt.open .btn10:after {
	content: "\f077";
	color: #000000;
}

.example-inner .btn10 {
	background: #ffffff url("/top_img/accordion/icon-03.png") no-repeat scroll 40px 8px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn10 p  {
	padding-left: 80px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn10 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-03.png") no-repeat scroll 40px 8px;
}

/* btn11 */
.example-inner .btn11:after {
	content: '';
	display: block;
	clear: both;position: absolute;
	top: 1.4em;
	right: 15px;
	font-family: FontAwesome;
	content: "\f078";
	color: #000000;
}

.example-inner dt.open .btn11:after {
	content: "\f077";
	color: #000000;
}

.example-inner .btn11 {
	background: #ffffff url("/top_img/accordion/icon-04.png") no-repeat scroll 40px 8px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn11 p  {
	padding-left: 70px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn11 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-04.png") no-repeat scroll 40px 8px;
}

/* btn12 */
.example-inner .btn12:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top: 1.4em;
	right: 15px;
	font-family: FontAwesome;
	content: "\f078";
	color: #000000;
}

.example-inner dt.open .btn12:after {
	content: "\f077";
	color: #000000;
}

.example-inner .btn12 {
	background: #ffffff url("/top_img/accordion/icon-05.png") no-repeat scroll 30px 10px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn12 p  {
	padding-left: 80px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn12 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-05.png") no-repeat scroll 30px 10px;
}

/* btn13 */
.example-inner .btn13:after {
	content: '';
	display: block;
	clear: both;
}

.example-inner .btn13 {
	background: #ffffff url("/top_img/accordion/icon-06.png") no-repeat scroll 60px 8px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn13 p  {
	padding-left: 100px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn13 {
  /* opacity: 0.6; */
  background: #e3e3e3 url("/top_img/accordion/icon-06.png") no-repeat scroll 60px 8px;
}

/* btn14 */
.example-inner .btn14:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	top: 1.4em;
	right: 15px;
	font-family: FontAwesome;
	content: "\f078";
	color: #000000;
}

.example-inner dt.open .btn14:after {
	content: "\f077";
	color: #000000;
}

.example-inner .btn14 {
	width: 174px;
	height: 60px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #e3e3e3, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.example-inner .btn14 p  {
	padding-left: 15px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.example-inner a {
  cursor: pointer;
  text-decoration: none;
}
 
.example-inner a:hover .btn14 {
  /* opacity: 0.6; */
  background: #e3e3e3;
}

.ac_list {
	line-height: 1.6;
	text-align: center;
	list-style-type: none;
	color: #000000;
}

.ac_list li {
	padding: 1.4em 0;
	border-top: 1px solid #000000;
}

.ac_list li.last {
	border-bottom: 1px solid #000000;
}

.ac_list li.top {
	border-top: none;
}

.portal-list-title {
	font-size: 1em;
    line-height: 0;
    margin: 0;
    padding: 1em 0 0.5em 1em;
}

/* 情報公開ページ */
.page--title {
	margin: 1em auto;
}

.page--title h2 {
	font-size: 2em;
	line-height: 1;
	color: #000000;
	padding: 0.4em 1em;
	text-align: center;
	background-color: #ffffff;
}

.contents {
	border: 1px solid #000000;
	margin: 0;
	padding: 1em 0;
}

.contents ul {
	text-align: left;
	margin: 1em auto;
	width: 800px;
}

.contents ul li {
	font-size: 1.4em;
    line-height: 1.8 !important;
	list-style-type: none;
}

.portal-list {
	color: #000000;
	margin-right: 10px;
}

.portal-list-inner {
	font-size: 0.632em;
	padding-left: 2em;
	margin-top: 0.6em;
}

.portal-list-inner li img {
	margin-right: 10px;
}

.portal-list-title {
	font-size: 1em;
    line-height: 0;
    margin: 0;
    padding: 1em 0 0.5em 1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
優マーク 共通
+++++++++++++++++++++++++++++++++++++++++++ */
.contents-inner {
	padding: 1em 3em;
}

.sasatsu-box {
	border: 1px solid #000000;
	padding: 1em 2em;
	text-align: left;
}

.sasatsu-box p {
	margin: 0;
	line-height: 1.6;
}

.sasatsu-box-02 {
	margin: 2em auto;
}

.sasatsu-box-02:after {
	content: '';
	display: block;
	clear: both;
}

.tetsuzuki {
	width: 795px;
	margin: 1em auto;
	text-align: left;
}

.tetsuzuki-box {
	border: 1px solid #003399;
	padding: 1em 2em;
	text-align: left;
}

.tetsuzuki-box dl {
	line-height: 1.6;
	margin: 10px 0 20px;
	text-align: left;
}

.tetsuzuki-box dt {
	width: 1em;
	float: left;
}

.tetsuzuki-box dd {
	padding-left: 1em;
	margin-left: 0;
	text-indent: 1em;
}

.tetsuzuki-box table {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

.tetsuzuki-box td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 0.6em 0.8em;
	text-align: left;
}

.bg-010180 {
	background-color: #010180;
}

.color-black {
	color: #000000;
}

.contents {
	border-top: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
タブナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */

.tabs::after{
	content: "";
	clear: both;
	display: block;
}

.tabs > li{
	float: left;
	width: 33.3333%;
	padding: 10px 20px;
	background-color: gray;
	border-right: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tabs > li:last-child{
	/* border-right: none; */
}
.tabs > li[aria-selected="true"]{
	/* background: #ffcc00; */
	/*outline: none;*/
}

.panels > div{
	padding: 0 0 20px;
	/* background: #1abc9c; */
	/* color: #FFF; */
}

.tab-inner {
	padding: 20px;
}

.panels > div[aria-hidden="true"]{
	display: none;
}

.exampleBox {
	text-align: left;
	font-size: 1.071em;
}

.tabs {
	list-style: none;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
}

.tab-list {
}

.tab-list:after {
	content: '';
	display: block;
	clear: both;
}

.tab3-come {
	padding: 1em;
	margin: 0;
	background-color: #f4b183;
}

.bd-double {
	border: 6px double #000000;
}

.tab-dl {
	line-height: 1.6;
}

.tab-dl dt {
	float: left;
	width: 1em;
}

.tab-dl dd {
	padding-left: 2em;
	margin-left: 0;
}

.menu-tab	{padding: 10px;
	margin: 0;
	background-color: #ffcc00;}

.menu-tab ul,
.menu-tab ol	{margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;
	width: 100%}

.menu-tab li a	{display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;}

.menu-tab li a:hover	{background-color: #fff2cc;
	color: #000000;
	border: 2px solid #ff0000;
}

.menu-tab li a.active {
	background-color: #fff2cc;
	color: #000000;
	border: 2px solid #ff0000;
}

.menu-tab li	{float: left;
	width: 48%;
	text-align: center;
	font-size: 1.2em;
}

.menu-tab ul:after,
.menu-tab ol:after	{content: "";
	display: block;
	clear: both;}
.menu-tab ul,
.menu-tab ol	{*zoom: 1;}

/* タブ設定 20161227 */

/* ▼表示領域全体 */
   div.tabbox {
      margin: 0px;
      padding: 0px;
      width: 100%; /* 全体の横幅 */
   }
   /* ▼タブ部分 */
   div.tabbox ul.tabs {
      margin:  0px; /* 外側の余白を消す */
      padding: 0px; /* 内側の余白を消す */
   }
   div.tabbox ul.tabs li {
      margin: 0px;  /* 各項目周囲の余白をなくす */
      list-style-type: none; /* 先頭記号を消す */
      float: left;  /* リスト項目を横方向に並べる */
      padding: 10px 20px;
	  width: 33.3%;
   }
   div.tabbox ul.tabs a {
      display: inline-block;  /* ブロックレベルに */
      padding: 5px 0px;      /* 内側の余白 */
      text-align: center;    /* 中央寄せ */
      text-decoration: none; /* 下線を消す */
   }
   /* ▼標準のタブ色 */
   div.tabbox ul.tabs li.tab {
      background-color: gray; /* 灰色 */
   }
   div.tabbox ul.tabs a:link,
   div.tabbox ul.tabs a:visited {
      color: white; /* タブの文字色(白) */
   }
   div.tabbox ul.tabs a:hover {
      /* タブにマウスを載せた際の装飾 */
      text-decoration: none;
   }
   /* ▼タブに対応するボックス領域 */
   div.tabbox div.tab {
      clear: left;    /* 回り込み解除(必須) */
   }
   div.tabbox div#tab1 {
      /* タブ１の中身(枠線と背景色) */
      border: 3px solid #ffcc00;
   }
   div.tabbox div#tab2 {
      /* タブ２の中身(枠線と背景色) */
      border: 3px solid #010180;
   }
   div.tabbox div#tab3 {
      /* タブ３の中身(枠線と背景色) */
      border: 3px solid #f4b183;
   }
   
   .fs15 {
	font-size: 0.933em;
}

.youtube-border {
	   border: 3px solid #000000;
   }