body {
	background: url(../images/body_bg.png);
	font-family: "Noto Sans Japanese"
}
#wrap {
	border-top: 3px solid #0047A7
}
#hd {
	width: 960px;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
#hd h1 {
	width: 680px
}
#hd h1 img {
	width: 100%
}
#hd .hd_lang {
	background: #0047A7;
	padding: 3px 14px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 1.1em;
	font-weight: bold;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#hd .hd_lang:hover, #hd .hd_lang.current {
	opacity: 0.7
}
#nav_bg {
	border-bottom: 3px solid #0047A7;
	width: 100%
}
#nav_bg #nav {
	width: 960px;
	margin: 0px auto;
	overflow: visible
}
#nav_bg #nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
#nav_bg #nav ul li {
	width: calc(100% / 7);
	position: relative;
	z-index: 1000;
	border-right: 1px solid #bdbdbd
}
#nav_bg #nav ul li:first-child {
	border-left: 1px solid #bdbdbd
}
#nav_bg #nav ul li:last-child {
	display: none
}
#nav_bg #nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0 6px 0;
	position: relative;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#nav_bg #nav ul li a:hover, #nav_bg #nav ul li a.current {
	color: #0047A7
}
#nav_bg #nav ul li a:hover::after, #nav_bg #nav ul li a.current::after {
	content: "";
	background: #f7b400;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -3px
}
#nav_bg #nav ul li ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0
}
#nav_bg #nav ul li ul li {
	width: 100%;
	display: block
}
#nav_bg #nav ul li ul li a {
	background: rgba(0,0,0,0.7) !important;
	padding: 10px;
	text-decoration: none;
	color: #fff !important;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
#nav_bg #nav ul li ul li a:hover {
	background: #000 !important;
	box-shadow: 0 0 4px rgba(255,0,0,0.2)
}
#nav_bg #nav ul li ul li ul {
	position: absolute;
	top: 0px;
	left: 100%
}
#nav_bg #nav ul li ul li ul li {
	width: 100%
}
#nav_bg #nav ul li ul li ul li a {
	border-left: 1px solid rgba(255,255,255,0.4)
}
.menu_trigger {
	display: none
}
#con {
	width: 960px;
	margin: 20px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#main {
	width: 720px
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px
}
#main table th, #main table td {
	padding: 5px
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	padding: 1.3em 0.9em;
	margin: 0 0 25px 0;
	background: url(../images/h1_bg.png) left center no-repeat
}
#main h2 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.4em 0 0.5em 2.0em;
	margin: 24px 0 14px 0;
	border-bottom: 3px solid #f7b400;
	background: url(../images/h2_bg.png) 10px center no-repeat #0047A7
}
#main h2 a {
	color: #ffffff;
}
#main h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	margin: 12px 0 8px 0;
	border-left: 4px solid #000000
}
#side {
	width: 220px
}
#side a {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#side a:hover {
	opacity: 0.7
}
#side h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	margin: 0 0 6px 0;
	background: #0047A7
}
#sidenav {
	width: 100%
}
#sidenav a {
	width: 100%;
	padding: 8px 6px 8px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/common/sidenav_icon.png) no-repeat 6px center;
	font-size: 12px;
	color: #000000;
	border-bottom: dotted 1px #cccccc
}
#bnr {
	width: 100%
}
#bnr li {
	margin-top: 4px
}
#bnr li a {
	width: 100%;
	padding: 16px 16px 16px 42px;
	border: 1px solid #0047A7;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	background: url(../images/common/bnr_bg.png) no-repeat 16px center;
	font-size: 12px;
	color: #000000
}
#contact {
	background: url(../images/contact_bg.png) left bottom no-repeat;
	border: 1px solid #0047A7;
	padding: 10px;
	margin-top: 10px
}
#center {
	width: 10px;
	margin: 0 10px 0 0;
	border-right: 1px solid #dddddd
}
#ft {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	background: #0047A7
}
#i_img_sp {
	display: none
}
#i_img{
	width:960px;
	margin:0 auto;
}

.i_img_bg{
	width:100%;
	background:#00347B;
}
#i_news {
	height: 300px;
	overflow: auto
}
#i_news table {
	width: 100%
}
#i_news table tr {
	border-bottom: 1px dotted #cccccc
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	white-space: nowrap
}
#i_news table td:first-child {
	background: url(../images/common/news_icon.png) 4px 18px no-repeat;
	padding-left: 20px;
	width: 140px
}
#i_news table td:last-child {
	white-space: normal
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
	background: #f7b400;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px
}
.table_article_box table{
	width:720px;
}

