/* 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: 0; /* 0716 下層ページにフッターを設置時に設定 */
	/* margin:0px 10px 10px 10px; */
	background: url(top_img/header_bg.gif) repeat-x;
	color:#000000;
	text-align:center;
}

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


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

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

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

a:hover{
	color: #FF3333;
	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{
	-moz-margin: 0 0 2px 0;
	-moz-min-height: 110px;
	margin: 0 0 2px 0;
	/* margin-bottom:2px; */ 
	/* height:110px; */
	min-height: 110px; 
	font-size:15px; 
	line-height:100%;
	z-index: 1000;
}

/*ヘッダ*/

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

#header h1{
	margin:auto; background-image:url(top_img/title_base_back.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:#ffffff;
}

.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:#fff; font-size:14px;
}
.menu a:hover{
	color:#FF3333;
}
.search{
	width:278px;
	height:auto;
	font-size:15px;
	line-height:100%;
	margin:0;
	padding:0;
}
.search li{
	float:right;
	height:auto;
	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;
	}

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

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

.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:#000000;
	display:block;
	line-height:130%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#global ul li.global10 a:hover{
	background:url(top_img/global5_ro_clear2.gif) no-repeat;
	width:135px;
	height:auto;
}

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

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

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


/* 緊急情報 */
#contents #left_block .kinkyu{
	width:426px;
	margin-bottom:6px;
	border:1px solid #9A9476;
	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:url(top_img/04kinkyu.gif)  no-repeat;
	color:#880000;
	margin:0px;
	border-bottom:1px solid #999;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}


/*TFDNOW*/
/*
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:6px;
	border:1px solid #778f7c;
	border-top:none;
	padding:0;
}
*/
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:6px;
	border:1px solid #778f7c;
	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/04tfdnow.gif) no-repeat;
	color:#004400;
	margin:0px;
	border-bottom:1px solid #999;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}

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

/*最新情報*/

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

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

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


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

#contents #left_block .newinfo .important dd{
	background:#ffd2d3;
	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 #999999;
	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: 12px 0 0 8px;
	background-color: #fbe5d6;
	border-radius: 10px 10px 0 0;
	border: 1px solid #999;
	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 #00479d;
	padding:3px 4px 3px 4px;
	margin: 29.5px 16px 6px 8px;
}

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

.kyukyu-box02 {
	width:526px;
	border:1px solid #8e7385;
	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: #ff0000;
}

.color333366 {
	color: #0070c0;
}

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

.blue {
	color: #00479d;
}

.green {
	color: #009933;
}


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

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

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

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

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

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

.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: #a7cdfb url("/top_img/btn/standard/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/standard/btn-02.png") no-repeat scroll 30px 12px;
	width: 236px;
	margin: 0 auto;
	padding: 6px;
	border: 4px solid #009933;
	border-radius: 15px;
	box-shadow: 0 2px 0 #009933, 0 2px 0 rgba(0,0,0,0.2);
}

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

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

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

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

.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: #acf2c3 url("/top_img/btn/standard/btn-02.png") no-repeat scroll 30px 12px;
}

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

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

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

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn03 {
  /* opacity: 0.6; */
  background: #fde7a9 url("/top_img/btn/standard/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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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 #cccccc;
	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 #cccccc;
	list-style:none;
	text-align:left;
	display:inline;
}
/*PICKUP*/
/*
#contents #right_block .pickup{
	margin:0px 16px 0 8px;
	border:1px solid #b99f81;
	background:#e8e6d3;
	margin-bottom:15px;
	display:block;
	text-indent:0;
}
*/
#contents #right_block .pickup{
	width:526px;
	margin:0px 16px 0 8px;
	border:1px solid #b99f81;
	background:#e8e6d3;
	margin-bottom:6px;
	display:block;
	text-indent:0;
}

#contents #right_block .pickup h2{
	color:#512d03;
	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 #666666;
	background:#EFEFEF;
	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:#ebf5fd;
	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;
	background:#ffffff;
	border:1px solid #cccccc;
	border-top:none;
	list-style:none;
}
#contents #right_block .other_right li{
	width:245px;
	padding:5px 0;
	margin:0px;
	background:#ffffff;
	border:1px solid #cccccc;
	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/04h3_facilities2_on.gif) no-repeat;
	background:url(top_img/04h3_facilities2.gif) no-repeat;
	background-position:top left;
	margin:0 0 -2px 47px;
	color:#a2431e;
	padding:3px 0 3px 15px;
	text-indent:0px;
	text-align:left;
	/*width:245px;*/
	width:150px;
	height:auto;
	cursor:pointer;
}
#contents #right_block .other_right .facilities h3.current{
	background:url(top_img/04h3_facilities2_on.gif) no-repeat;	
}
#contents #right_block .other_right .facilities h3 a{
	color:#A2431E;
}

#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_left .recruit h3{
	background:url(top_img/04h3_recruit2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#296f73;
	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/04h3_knowledge2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#6e49cb;
	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/04h3_ihan.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#147C85;
	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: #003399;
	text-decoration: underline;
	font-weight:normal;
}

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

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

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

#contents #right_block .other_left .tfd_info h3{
	background:url(top_img/04h3_tfd_info2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#565fd3;
	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/04h3_download2.gif) no-repeat;
	background-position:top left;
	margin:0 0 10px 47px;
	color:#766704;
	padding:0;
	text-indent:0px;
	/*width:245px;*/
	width:150px;
	height:auto;
}

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

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

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

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

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

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


#contents #right_block .other_right .faq h3 a{
	color:#AA7300;
	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:#FF3333;
}


/*バナーエリア*/
#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:#EBF5FD;
	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;
}

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

#footer .hyogo-box{
	width: 498px;
	margin:1px 0 1px 1px;
	background:#fcedc6;
	float:left;
	text-align:left;
}

#footer .hyogo-box2{
	width: 498px;
	margin:1px 0;
	/*background-color:#BFE0C0;*/
	background:#cce9fc;
	float:left;
	text-align:left;
}

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

#footer .hyogo1{
	color:#a0491a;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
#footer .hyogo2{
	color:#2c5671;
	/*color:#337938;*/
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}

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

#footer p{
	text-align:center;
}

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

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

#footer p.copy{
	padding-top:12px;
	font-size:0.85em;
}
/*追加*/
.adb{
	background:#F3FEC9;
font-weight:normal;
line-height:100%;
text-align:left;
}
.cell_haikei{
	background:#fef9d5;
}
.cell_haikei2{
	background:#eeFFFF;
}
h2.mokuteki{
	font-weight:bold;
	color:#990000;
}
h2.sosiki{
	font-weight:bold;
	color:#006699;
}

h2.yousiki{
	font-weight:bold;
	color:#333333;
}

.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;
}

.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;
}


.pointmidashi{
	color:#330099;
	font-size:120%;
	line-height:130%;
	font-weight:bold;
	padding:0 0 10px 0;
}

/* 事例 */

.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 a{
	color:#003399; font-size:100%;
}

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

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

#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;
}
.sosiki_h2{
	font-size:110%;
	color:#0066CC;
	border-bottom:1px solid #0066cc;
	margin:20px 0 5px;
	padding:0;
}

.sosiki_table{
	font-size:90%;
	width:100%;
}

.sosiki_table th{
	background:#99CCFF;
	border:1px solid #336699;
	border-bottom:3px double;
}

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

.sosiki_table td.pdf{
	text-align:left;
}

h2.top{
	text-align:center;
margin:20px 0 20px 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;
}

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

#ko_nichijo2{
	background:#e8e6d3;
font-size:80%;
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 #FFF;
}
.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) 0% 0% / auto auto repeat-x scroll padding-box border-box transparent;
}

#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;
}

#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;
}

/* top アコーディオン */
.example {
	padding: 17px;
	background: #ebf5fd;
	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 #EEE;
	border-right: solid 1px #EEE;
	background: #FFF;
	color: #333;
	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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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: #666666;
}

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

.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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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: #666666;
}

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

.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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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: #666666;
}

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

.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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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: #666666;
}

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

.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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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 #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299 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: #666666;
}

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

.example-inner .btn14 {
	width: 174px;
	height: 60px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 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: #fff299;
}

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

.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;
}