@charset "UTF-8";



/*sitemap*/
section#title{
	background: #f8f8f8 none repeat scroll 0 0;
	color:#5e523a;
	border: 1px solid #ececec;
	padding:1% 0 1% 0;
	text-align:center;
	margin-top:3%;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section#title h2{
	font-size:1.5em;
	font-weight:bold;
}
section#title p#eng{
	font-size:90%;
	line-height:1.45em;
}
h3{
	background:#0f3458;
	color:#fff;
	font-size:1.1em;
	box-sizing: border-box;
	padding:2%;
	font-weight:bold;
}
p.text{
	font-size:1.0em;
	box-sizing: border-box;
	padding:3%;
	color: #333333;
	margin-bottom:2%;
	line-height:1.7em;
}
p.text_last{
	font-size:1.0em;
	padding:3%;
	line-height:1.5em;
	color: #333333;
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #ececec;
	width:96%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.sitemap_wrap {
	width:86%;
	margin: 30px 7%;
}
div.sitemap_wrap h3{
	width: 100%;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 2.6em;
	background-color: #9c9b9b;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	box-sizing: border-box;
}
span.red {
    color: #ff0000;
    font-weight: bold;
}
p.con_b{
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 2.5;
	padding: 0 0.8em;
	overflow:hidden;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	}
div.b_h{
	padding:0 0.5em;
	margin:1em 0;
	}
div.b_h a{
	text-decoration:none;
	width: 200px;
	height:30px;
	border: 1px solid #000d1a;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #092846, #001c36) repeat scroll 0 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#092846),to(#001c36));
	background: -ms-linear-gradient(top, #092846, #001c36);
	display:block;
	}
div.b_h a:visited{
	text-decoration:none;
	}
div.b_h a:hover{
	text-decoration:none;
	background:#1a3f60;
	border: 1px solid #b7aa5b;
	}
div.b_h a:active{
	text-decoration:none;
	
	}
ul.sitemap_list {
	width: 100%;
	margin-top: 7px;
	border-top: solid 1px #c8c8c8;
}
ul.sitemap_list li{
	width:100%;
}
ul.sitemap_list li a{
	width: 96%;
	padding: 15px 0 15px 4%;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #525252;
	border-bottom: solid 1px #c8c8c8;
	background: url(/img/i/common/icon/arrow_black.png) 97% center no-repeat;
	-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
	display: block;
}