/*common*/
/*------------------------------------------------------------------------------*/
h2:after, h2:before {
  content:"";
  display: table-cell;
  width: 50%;
  background:url(../image/common/top_titleline.gif) repeat-x left center / 100% 1px;
}
h2:after {
  border-left: 1em solid transparent;
}
h2:before {
  border-right: 1em solid transparent;
}
h2 {
  font-size: 1.5em;
  color: #dddddd;
}
/*locator*/
/*--------------------------------------------------------------------------------*/
#locator {
	width:100%;
	padding: 15px 0;
	line-height: 1;
	font-size: 100%;
	margin: 0 auto;
	color: #666;
}
#locator_in {
	max-width:1340px;
	margin:0px auto;
	text-align:right;
	padding: 0 0.7%;
}
#locator a {
	color: #666;
}
/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	margin-bottom: 45px;
}
#subnav #subnav_title {
	text-align:center;
	background: #0a1561;
	color: #fff;
	padding: 25px;
	font-size:128%; /* 18px */
}
#subnav ul li {
	margin-bottom: 2px;
}
#subnav ul li a {
	color: #111111;
	display: block;
	padding: 15px 5% 15px 10%;
	font-size: 100%; /*14px*/
	background: #eaeaea;
}
#subnav ul li a:hover, #subnav ul li.current a {
	background: #f5f5f5 url(../image/common/icon_sidenav_arrow01.png) no-repeat 5% 50%;
	color: #0055a7;
	padding-left: 10%;
}
#subnav ul li.current li {
	margin-bottom: 0;
}
#subnav ul li.current li a {
	color: #111111;
	display: block;
	padding: 5px 5% 5px 14%;
	background: #f5f5f5;
	background-image: none;

}
#subnav ul li.current li a:hover, #subnav ul li.current li.current a {
	background: #f5f5f5 url(../image/common/icon_sidenav_arrow01.png) no-repeat 10% 50% / 5px auto;
	color: #0055a7;
	padding-left: 14%;
}
/*side banner*/
/*------------------------------------------------------------------------------*/
#side_bnr ul li {
	margin-bottom: 5%;
	text-align:center;
}