@charset "UTF-8";
/*------------------------------------------------
	Reset
------------------------------------------------*/
html {
	color: #333;
	background: white;
}
a {
	text-decoration: underline;
	color: #2378a3;
}
a:link, a:visited {
	text-decoration: underline;
	color: #2378a3;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4d3e39;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, time, b, u, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p, small {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size: 100%;
}
legend {
	color: black;
}
main, header, footer, section, hgroup, aside, nav, address, article, figure {
	display: block;
	margin: 0;
	padding: 0;
}
input[type="button"] {
	border-radius: 0;
}
/*------------------------------------------------
	Font
------------------------------------------------*/
/*
[77% = 10px]
[85% = 11px]
[93% = 12px]
[100% = 13px]
[108% = 14px]
[116% = 15px]
[123.1% = 16px]
[131% = 17px]
[138.5% = 18px]
[146.5% = 19px]
[153.9% = 20px]
[161.6% = 21px]
[167% = 22px]
[174% = 23px]
[182% = 24px]
[189% = 25px]
[197% = 26px]
*/
body {
	font: 80%/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 100%;
	*font-size: 108%;
	line-height: 18px;
}
body {
	word-wrap: break-word;
}

/*------------------------------------------------
	Clear
------------------------------------------------*/
.clearfix:after, ul:after, dl:after, .container:after, #main p:after, #home #main div:after, #lower #main div:after, #article #main div:after, #category #main div:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix, ul, dl, .container, #main p, #home #main div, #lower #main div, #article #main div, #category #main div {
	display: inline-block;
}
html[xmlns] .clearfix, html[xmlns] ul, html[xmlns] dl, html[xmlns] .container, html[xmlns] #main p, html[xmlns] #home #main div, html[xmlns] #lower #main div, html[xmlns] #article #main div, html[xmlns] #category #main div {
	display: block;
}
*html .clearfix, *html ul, *html dl, *html .container, *html #main p, *html #home #main div, *html #lower #main div, *html #article #main div, *html #category #main div {
	height: 1%;
}
.clear {
	clear: both;
}
/*------------------------------------------------
	Layout
------------------------------------------------*/
html {
	height: 100%;
}
body {
	text-align: left;
	#text-align: center;
	position: relative;
	color: #3a4d5b;
}
.wrapper {
	min-width: 1080px;
	height: auto;
	position: relative;
	clear: both;
	overflow: visible;
}
.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding: 0 85px;
	overflow: visible;
}
* html .container {
	width: 1120px;
	text-align: left;
}
*:first-child+html .container {
	width: 950px;
	text-align: left;
}
a:focus, input:focus {
	outline: 2px #dc1753 solid !important;
}
#main a:focus img[style] {
	outline: 2px #dc1753 solid !important;
}

/*------------------------------------------------
	Header
------------------------------------------------*/
#header {
	border-bottom: 1px solid #4ca69b;
}
#header #ci {
	padding: 10px 0 13px;
}
#header ul li:first-child {
	border: none;
}
#header ul li:last-child {
	padding-right: 0;
}
#header a {
	color: #333;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#info_menu {
	position: absolute;
	top: 15px;
	right: 84px;
	z-index: auto;
}
#info_menu li {
	padding: 3px 8px 2px 20px;
	float: left;
	border-left: 1px solid #ccc;
	background: url(../img/ico_arrow_blue.png) 8px center no-repeat;
}
#lang_menu {
	top: 45px;
	right: 84px;
	position: absolute;
	z-index: auto;
}
#lang_menu li {
	padding: 3px 8px 2px 8px;
	float: left;
	border-left: 1px solid #ccc;
}
/*韓国語文字化け対策*/
#lang_menu li.menu_kr {
	font-family : "Malgun Gothic", sans-serif;
}
#header_nav {
	background-color: #f5f9f7;
	overflow: visible;
}
#header_nav > .container {
	margin: 0 auto;
	background-color: #eef5f2;
}
#header_nav a {
	color: #fff;
	text-decoration: none;
}
#header_nav a:hover {
	text-decoration: underline;
}
/*------------------------------------------------
	Googleカスタム検索
------------------------------------------------*/
/* 検索窓 */
.search form.gsc-search-box { /*font-size: 100% !important;*/
	margin: 0 !important;
}
.search table.gsc-search-box {
	border: none !important;
	width: auto !important;
	margin: 0 !important;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
	width: 242px !important;
}
.search .gsib_a {
	padding: 0 !important;
}
.search .gsib_b {
	display: none;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input::-ms-clear {
 display: none;
 visibility: hidden;
}
.search .gsc-input-box {
	border: 2px #fdfdfd inset !important;
	width: 246px;
	height: auto !important;
	margin-right: 5px;
}
.search input.gsc-input {
	padding: 1px 4px 1px !important;
	font-size: 93% !important;
	color: #008070 !important;
}
.search .gsc-input-box table {
	width: auto !important;
}
.search td.gsc-search-button {
	width: auto !important;
}
.search .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	margin: 0 !important;
	padding: 5px 27px !important;
	border: none !important;
	background-image: none !important;
	cursor: pointer !important;
	background-color: #393939 !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#393939', GradientType=0 ) !important;
	border-radius: 4px !important;
}
#main .search table {
	margin-bottom: 0;
}
#main .search td {
	border: none;
	padding: 0;
	font-size: 100%;
}
.cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
.gcsc-branding-clickable img {
	vertical-align: middle;
}
#cse table {
	margin: 0 !important;	
}
#cse table td {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: middle;
}
#cse a {
	padding-right: 0;
}
#cse a:after {
	background: none;
	content: "";
	position: relative;
	width: auto;
	height: auto;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*検索*/
.search { /*	min-height: 200px;
	margin: 13px 0 10px;
	background-color: #eef5f2;*/
}
.search .search_txt {
	padding: 2px 4px 3px;
	color: #008070;
	font-size: 93%;
	background: url(../img/ico_search.png) 225px center no-repeat #fff;
}
.search .search_txt:focus {
	background: #fff;
}
.search .submit {
	padding: 2px 6px 1px 8px;
	margin-bottom: 3px;
	letter-spacing: 0.2em;
	border: none;
	cursor: pointer;
	background-color: #393939;
	border-radius: 4px;
	color: #fff;
}
* html .search .submit {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
*:first-child+html .search .submit {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.search a {
	font-size: 100%;
	line-height: 18px;
}
.search select {
	margin-bottom: 3px;
}
.search label {
	font-size: 93%
}
/*検索*/
#header_nav .search {
	margin: 13px 0 10px;
	float: left;
}
#header_nav .search .search_txt {
	width: 240px;
}
/*------------------------------------------------
	BreadCrumb
------------------------------------------------*/
#bread_crumb {
	min-height: 50px;
	clear: both;
	padding-top: 10px;
}
*html #bread_crumb {
	min-height: 50px;
	padding-bottom: 10px;
}
#bread_crumb ul li {
	display: inline;
	font-size: 93%;
	line-height: 18px;
}
#bread_crumb ul li:before {
	padding: 0 6px;
	content: ">";
}
#bread_crumb ul li:first-child:before {
	content: "";
	padding: 0;
}
/*------------------------------------------------
	Contents
------------------------------------------------*/
#contents {
	margin: 0 auto;
	overflow: visible;
	clear: both;
	position: relative;
}
#topBack {
	position: absolute;
	bottom: 0;
	right: 87px;
	padding: 8px 14px 4px 8px;
	color: #fff;
	text-decoration: none;
	background: url(../img/ico_topback.png) right center no-repeat #008070;
	display: block;
	border-right: 8px solid #008070;
}
.pagetop {
	text-align: right;
}
/*------------------------------------------------
	Main
------------------------------------------------*/
#main {
	width: 690px;
	float: left;
	min-height: 300px;
	margin-bottom: 78px;
}
*:first-child+html #main {
	padding-bottom: 78px;
}
* html #main {
	padding-bottom: 78px;
}
#main .pt1e {
	margin: 0 0 0 15px;
}
/*------------------------------------------------
	SubMenu > sub_nav
------------------------------------------------*/
#sub_menu {
	width: 226px;
	float: right;
	margin-bottom: 78px;
}
#sub_menu ul.sub_nav {
	border: 1px solid #e6e5e5;
	font-size: 100%;
}
#sub_menu ul.sub_nav a, #sub_menu ul.sub_nav span {
	display: block;
}
/* リンクしないが同デザイン */
#sub_menu ul.sub_nav > li > span {
	font-weight: bold;
	border: 1px solid #fff;
	border-bottom: none;
	background-color: #155a4e;
	padding: 9px 12px 7px 12px;
	color: #fff;
}
#sub_menu ul.sub_nav > li > a {
	position: relative;
	padding: 9px 20px 7px 10px;
	background: url(../img/ico_arrow_white.png) 207px center no-repeat;
	background-color: #008070;
	border: 1px solid #fff;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#sub_menu ul.sub_nav li.current > a {
	font-weight: bold;
}
#sub_menu ul.sub_nav > li.current > a {
	background-color: #155a4e;
}
#sub_menu ul.sub_nav > li > a > img {
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
#sub_menu ul.sub_nav > li:last-child {
	border-bottom: 1px solid #fff;
}
#sub_menu ul.sub_nav > li > a:hover, #sub_menu ul.sub_nav > li > a:active, #sub_menu ul.sub_nav > li.current > a:hover, #sub_menu ul.sub_nav > li.current > a:active {
	background-image: url(../img/ico_arrow_green.png);
	background-color: #f5faf9;
	text-decoration: none;
	color: #008070;
}
#sub_menu ul.sub_nav > li > ul {
	margin: 10px 0;
	line-height: 22px;
	font-size: 100%;
}
#sub_menu ul.sub_nav > li > ul li > ul {
	margin-left: 15px;
}
#sub_menu ul.sub_nav > li > ul li > a {
	margin-left: 15px;
	padding: 2px 15px;
	background: url(../img/ico_arrow_blue.png) left 7px no-repeat;
	text-decoration: underline;
	font-weight: normal;
	color: #2378a3;
	line-height: 18px;
}
#sub_menu ul.sub_nav > li > ul li > a:hover, #sub_menu ul.sub_nav > li > ul li > a:active {
	color: #4d3e39;
	text-decoration: none;
}
#sub_menu ul.sub_nav > li > ul li.current > a {
	color: #4d3e39;
}
#sub_menu ul.sub_nav > li.current > span {
	background-color: #155a4e;
}
/*------------------------------------------------
	SubMenu > banner
------------------------------------------------*/
#sub_menu .banner {
	margin-top: 14px;
	text-align: center;
}
#sub_menu .banner a {
	padding: 0;
}
#sub_menu .banner a:after {
	background: none;
}
#sub_menu .banner img {
	padding-bottom: 14px;
}
/*------------------------------------------------
	SubMenu > btn
------------------------------------------------*/
#sub_menu .btn {
	width: 170px;
	height: 30px;
	margin: 20px auto 0;
	text-align: center;
	overflow: hidden;
}
#sub_menu .btn a {
	width: 170px;
	height: 30px;
	display: block;
}
#sub_menu .btn a#webnews:hover {
	background: url(../img/btn_webnews.gif) 0 -30px;
}
#sub_menu .btn a:hover img {
	display: none;
}
/*------------------------------------------------
	Link
------------------------------------------------*/
#link {
	background: #fbfbfb;
	border-top: 1px solid #efefef;
}
/*------------------------------------------------
	Footer
------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	min-height: 160px;
	position: relative;
	z-index: auto;
	background: #666;
	overflow: hidden;
	zoom: 1;
}
#footer #footer_inner {
	margin: 0 auto;/*overflow: visible;*/
}
#footer #footer_inner div {
	min-height: 100px;
	height: auto;
	padding: 28px 0 0 0;
	color: #fff;
	line-height: 20px;
}
#footer #footer_inner div.env-logo {
	padding: 40px 0;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-right: 2px solid #474747;
	background: #fff;
	overflow: visible;
}
#footer #footer_inner div.copyright {
	padding-left: 56px;
}
#footer #footer_inner div ul {
	overflow: hidden;
}
#footer #footer_inner div ul li {
	padding: 2px 3px 3px;
	float: left;
	font-size: 93%;
}
#footer #footer_inner div ul li a {
	border-left: 1px solid #ccc;
	padding-left: 6px;
}
#footer #footer_inner div ul li:first-child {
	padding-left: 0;
}
#footer #footer_inner div ul li:first-child a {
	border: none;
	padding: 0;
}
#footer #footer_inner div p a {
	margin-left: 10px;
	font-size: 93%;
}
#footer #footer_inner div p small {
	padding-top: 18px;
	font-size: 77%;
	display: block;
}
#footer a {
	color: #fff;
}
/*------------------------------------------------
	Icon Link
------------------------------------------------*/
a[href$="pdf"], a[href$="PDF"], a[href$="doc"], a[href$="DOC"], a[href$="docx"], a[href$="DOCX"], a[href$="xls"], a[href$="XLS"], a[href$="xlsx"], a[href$="XLSX"], a[href$="ppt"], a[href$="PPT"], a[href$="pptx"], a[href$="PPTX"], a[href$="zip"], a[href$="ZIP"], a[href$="jtd"], a[href$="JTD"], a[target="_blank"], a[target="_BLANK"] {
	padding-right: 30px;
	display: inline;
}
a[href$="pdf"]:after, a[href$="PDF"]:after, a[href$="doc"]:after, a[href$="DOC"]:after, a[href$="docx"]:after, a[href$="DOCX"]:after, a[href$="xls"]:after, a[href$="XLS"]:after, a[href$="xlsx"]:after, a[href$="XLSX"]:after, a[href$="ppt"]:after, a[href$="PPT"]:after, a[href$="pptx"]:after, a[href$="PPTX"]:after, a[href$="zip"]:after, a[href$="ZIP"]:after, a[href$="jtd"]:after, a[href$="JTD"]:after, a[target="_blank"]:after, a[target="_BLANK"]:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 20px;
}
a[href$="pdf"]:after, a[href$="PDF"]:after {
	background: url(../img/ico_pdf.png) center 4px no-repeat;
}
a[href$="doc"]:after, a[href$="DOC"]:after, a[href$="docx"]:after, a[href$="DOCX"]:after {
	background: url(../img/ico_doc.png) center 4px no-repeat;
}
a[href$="xls"]:after, a[href$="XLS"]:after, a[href$=".xlsx"]:after, a[href$="XLSX"]:after {
 background: url(../img/ico_xls.png) center 4px no-repeat;
}
a[href$="ppt"]:after, a[href$="PPT"]:after, a[href$="pptx"]:after, a[href$="PPTX"]:after {
	background: url(../img/ico_ppt.png) center 4px no-repeat;
}
a[href$="zip"]:after, a[href$="ZIP"]:after {
	background: url(../img/ico_zip.png) center 4px no-repeat;
}
a[href$="jtd"]:after, a[href$="JTD"]:after {
	background: url(../img/ico_jtd.png) center 4px no-repeat;
}
a[target="_blank"]:after, a[target="_BLANK"]:after {
	background: url(../img/ico_outlink_blue.png) center 4px no-repeat;
}
/*一時的に*/
a.no {
	padding-right: 0;
}
a.no:after {
	display: none;
}
/*------------------------------------------------
	レスポンシブ
------------------------------------------------*/
@media screen and (max-width: 764px) {  
.wrapper {
	-webkit-text-size-adjust: 100%;
	min-width: 740px;
}
.container {
	width: 690px;
	padding: 0;
	margin: 0 auto;
}
/* Header */
#header .container {
	height: 310px;
	width: 100%;
}
#heading .container {
}
#heading .container > h1, #heading .container > p {
	margin: 0 20px;
}
#bread_crumb .container {
	padding: 0;
}
#contents .container {
	width: 100%;
}
#header #ci {
	padding: 10px 0 25px;
	text-align: center;
}
#header #ci img {
	width: auto;
	height: 90px;
	margin-top: 8px;
}
#info_menu {
	position: absolute;
	top: 130px;
	right: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 26px;
}
#info_menu li {
	width: 50%;
	float: left;
	background: none;
	text-align: center;
	border-left: none;
	padding: 0;
}
#info_menu li a {
	display: block;
	width: 99%;
	padding: 25px 0 23px;
	border-left: 1px solid #ccc;
}
#info_menu li:first-child a {
	border: none;	
}
#lang_menu {
	top: 211px;
	right:0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
}
#lang_menu li {
	padding: 0;
	width: 20%;
	float: left;
	background: none;
	text-align: center;
	border-left: none;
}
#lang_menu li a {
	display: block;
	width: 99%;
	padding: 17px 0 15px;
	border-left: 1px solid #ccc;
}
#lang_menu li:first-child a {
	border: none;	
}
/* Google Custom Search */
#header_nav .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
	width: 586px !important;
}
#header_nav .search .gsc-input-box {
	width: 590px !important;
}
#header_nav .search input.gsc-input {
	font-size: 26px !important;
}
#header_nav .search .cse .gsc-search-button input.gsc-search-button-v2, #header_nav input.gsc-search-button-v2 {
	width: auto !important;
	height: 33px !important;
}
/* Main */
#main {
	padding: 0 25px;
	margin-bottom: 50px;
	float: none;
}
/* SubMenu */
#sub_menu {
	width: 690px;
	float: none;
	clear: both;
	margin: 0 25px;
	margin-bottom: 120px;
}
#sub_menu ul.sub_nav > li {
	font-size: 22px;
}
#sub_menu ul.sub_nav > li > a {
	padding: 40px 50px 38px 15px;
	background-image: url(../img/ico_arrow_white_l.png) ;
}
#sub_menu ul.sub_nav > li > span {
	padding: 40px 50px 38px 25px;

}
#sub_menu ul.sub_nav > li > a:hover, 
#sub_menu ul.sub_nav > li > a:active, 
#sub_menu ul.sub_nav > li.current > a:hover, 
#sub_menu ul.sub_nav > li.current > a:active {
	background-image: url(../img/ico_arrow_green_l.png) ;
}
#sub_menu ul.sub_nav > li > a,
#sub_menu ul.sub_nav > li > a:hover,
#sub_menu ul.sub_nav > li > a:active {
	background-position: 650px center;
	background-size: 18px 21px;
	background-repeat: no-repeat;
}
#sub_menu ul.sub_nav > li > ul {
}
#sub_menu ul.sub_nav > li > ul li > a {
	margin-left: 20px;
	padding: 17px 14px 16px 25px;
	background-image: url(../img/ico_arrow_blue_l.png) ;
	background-size: 12px 14px;
	background-position: left center;
	line-height: 32px;
}
/* btn */
#sub_menu .btn,
#sub_menu .btn a {
	width: 690px;
	height: 122px;
}
#sub_menu .btn img {
	width: 690px;
	height: auto;
}
#sub_menu .btn a#webnews:hover {
	background: url(../img/btn_webnews.gif) 0 -122px;
	background-size: 690px 244px;
}
/* banner */
#sub_menu .banner {
	width: 690px;
}
#sub_menu .banner img {
	width: 690px;
	height: auto;
}

/* PageTop */
#topBack {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 0 13px;
	border: none;
	background: url(../img/ico_topback_l.png) 98% center no-repeat #008070;
	background-size: 36px 36px;
	width: 100%;
	font-size: 26px;
	text-align: center;
}
/* Footer */
#footer {
	padding-right: 0;
}
#footer #footer_inner div.env-logo {
	display: none;
}
#footer #footer_inner div {
	padding: 28px 0 0 0; 
}
#footer #footer_inner div p {
	font-size: 24px;
	line-height: 36px;	
	text-align: center;
	padding: 0 5px 25px;
}
#footer #footer_inner div.copyright {
	padding-left: 0;
}
#footer #footer_inner div ul {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
#footer #footer_inner div ul li {
	display: block;	
	float: none;
	padding: 8px 0 6px;
}
#footer #footer_inner div ul li a {
	border: none;	
}
#footer #footer_inner div p small {
	font-size: 16px;
	line-height: 26px;
}
}