@charset "UTF-8";
/*------------------------------------------------
	Reset
------------------------------------------------*/
html {
	color: #000000;
	background: white;
}
a {
	text-decoration: underline;
	color: #003c7a;
}
a:link, a:visited {
	text-decoration: underline;
	color: #003c7a;
}
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, a {
	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 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
 	*font-size: 108%;
	line-height: 22px;
}
body {
	word-wrap: break-word;
}

/*------------------------------------------------
	Clear
------------------------------------------------*/
.clearfix:after, ul:after, dl:after, .container:after, #main p:after,
#menu_home #main div:after,
#menu_annai #main div:after,
#menu_annai_lower #main div:after,
#menu_seisaku #main div:after,
#menu_seisaku_lower #main div:after,
#menu_hourei #main div:after,
#menu_hakusho #main div:after,
#menu_shinsei #main div:after,
#menu_press #main div:after,
#menu_press_article #main div:after,
#menu_jishin #main div:after,
#menu_news #main div:after,
#photo_report #main div:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix, ul, dl, .container, #main p,
#menu_home #main div,
#menu_annai #main div,
#menu_annai_lower #main div,
#menu_seisaku #main div,
#menu_seisaku_lower #main div,
#menu_hourei #main div,
#menu_hakusho #main div,
#menu_shinsei #main div,
#menu_press #main div,
#menu_press_article #main div,
#menu_jishin #main div,
#menu_news #main div,
#photo_report #main div {
	display: inline-block;
}
html[xmlns] .clearfix, html[xmlns] ul, html[xmlns] dl, html[xmlns] .container, html[xmlns] #main p,
html[xmlns] #menu_home #main div,
html[xmlns] #menu_annai #main div,
html[xmlns] #menu_annai_lower #main div,
html[xmlns] #menu_seisaku #main div,
html[xmlns] #menu_seisaku_lower #main div,
html[xmlns] #menu_hourei #main div,
html[xmlns] #menu_hakusho #main div,
html[xmlns] #menu_shinsei #main div,
html[xmlns] #menu_press #main div,
html[xmlns] #menu_press_article #main div,
html[xmlns] #menu_jishin #main div,
html[xmlns] #menu_news #main div,
html[xmlns] #photo_report #main div {
	display: block;
}
*html .clearfix, *html ul, *html dl, *html .container, *html #main p,
*html #menu_home #main div,
*html #menu_annai #main div,
*html #menu_annai_lower #main div,
*html #menu_seisaku #main div,
*html #menu_seisaku_lower #main div,
*html #menu_hourei #main div,
*html #menu_hakusho #main div,
*html #menu_shinsei #main div,
*html #menu_press #main div,
*html #menu_press_article #main div,
*html #menu_jishin #main div,
*html #menu_news #main div,
*html #photo_report #main div {
	height: 1%;
}
.clear {
	clear: both;
}
table[align="left"] + h2,
table[align="left"] + h3,
table[align="left"] + h4,
table[align="left"] + h5,
table[align="left"] + .box_notice,
table[align="left"] + .box_info,
table[align="left"] + .plugin_install,
table[align="right"] + h2,
table[align="right"] + h3,
table[align="right"] + h4,
table[align="right"] + h5,
table[align="right"] + .box_notice,
table[align="right"] + .box_info,
table[align="right"] + .plugin_install {
	clear: both;
}

/*------------------------------------------------
	Layout
------------------------------------------------*/
html {
	height: 100%;
}
body {
	text-align: left;
	#text-align: center;
	position: relative;
	color: #000000;
}
.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 {
	/* 装飾はつけないでください */
}
#header #ci {
	padding: 8px 0 12px;
}
#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 : 'ko', sans-serif;
}
/*グローバルナビ*/
#header_nav {
	min-height: 110px;
	background-color: #f5f9f7;
	overflow: visible;
}
#header_nav > .container {
	min-height: 95px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: #E0F7D0;
}
#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: #008a23 !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;	
}
.gsc-selected-option-container {
	padding-right: 50px !important;	
}
.gsc-selected-option {
	white-space: nowrap;	
}
#cse table td {
	border: none;
	padding: 0;
	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: #E0F7D0;*/
}
.search .search_txt {
	padding: 2px 4px 3px;
	color: #008a23;
	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 {
	float: left;
}
#header_nav .search .search_txt {
	width: 240px;
/*	border: 2px #fdfdfd inset !important;
	padding: 2px 4px !important;*/	
}
/*ショートカットメニュー*/
#shortcut_menu {
	float: right;
	margin: 14px 0 10px;
}
#shortcut_menu li {
	margin-left: 6px;
	float: left;
}
#shortcut_menu li:first-child {
	margin-left: 0;	
}
#shortcut_menu li:last-child {
	margin-right: 0;
}
#shortcut_menu li a {
	display: block;
	width: 109px;
	padding: 4px 0 3px;
	background-color: #013E08;
	text-align: center;
}
#shortcut_menu li a:hover, #shortcut_menu li a:active {
	background-color: #215874;
	text-decoration: none;
}
/*グローバルメニュー*/
#global_menu {
	min-height: 44px;
	font-size: 116%;
	line-height: 16px;
	clear: both;
}
	*html #global_menu {
		margin-bottom: 15px;
	}
#global_menu li {
	display: block;
	width: 15.37%;
	border-right: #0c7568 1px solid;
	float: left;
}
	*html #global_menu li {
		 background: #0f8778;
	}
#global_menu li.menu_home {
	width: 8%;
}
#global_menu li.menu_press {
	width: 14.5%;
	border-right: none;
}
	*:first-child+html #global_menu li.menu_press {
		width: 14%;
	}
#global_menu li a {
	display: block;
	padding: 15px 2px 13px;
	text-align: center;
	background: #0f8778;
	background: -moz-linear-gradient(top, rgba(0, 143, 36,1) 0%, rgba(0, 133, 34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 143, 36,1)), color-stop(100%, rgba(0, 133, 34,1)));
	background: -webkit-linear-gradient(top, rgba(0, 143, 36,1) 0%, rgba(0, 133, 34,1) 100%);
	background: -o-linear-gradient(top, rgba(0, 143, 36,1) 0%, rgba(0, 133, 34,1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 143, 36,1) 0%, rgba(0, 133, 34,1) 100%);
	background: linear-gradient(to bottom, rgba(0, 143, 36,1) 0%, rgba(0, 133, 34,1) 100%);
}
#global_menu li.menu_home a {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
#global_menu li.menu_press a {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
#menu_home #global_menu li.menu_home a, 
#menu_annai #global_menu li.menu_annai a, 
#menu_annai_lower #global_menu li.menu_annai a, 
#menu_seisaku #global_menu li.menu_seisaku a, 
#menu_seisaku_lower #global_menu li.menu_seisaku a,
#menu_hourei #global_menu li.menu_hourei a, 
#menu_hakusho #global_menu li.menu_hakusho a, 
#menu_shinsei #global_menu li.menu_shinsei a, 
#menu_press #global_menu li.menu_press a,
#menu_press_article #global_menu li.menu_press a {
	background: #00751E;
}
#global_menu li a:hover, 
#global_menu li a:active {
	background: #00751E;
	text-decoration: none;
}
/*------------------------------------------------
	Heading
------------------------------------------------*/
#heading, #heading_bukyoku {
	background-color: #66B36B;
	clear: both;
}
#heading .container {
	position: relative;
	min-height: 69px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #008a23;
	overflow: visible;
}
	*html #heading .container {
		padding-top: 0;
		padding-bottom: 0;
	}
#heading .container h1, #heading .container p {
	padding: 20px 0 15px;
	font-weight: bold;
	font-size: 216%;
	color: #fff;
	overflow: visible;
}
*html #heading h1,
*html #heading p {
	font-size: 216%;
	color: #fff;
}
/*------------------------------------------------
	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 #008a23;
	display: block;
	border-right: 8px solid #008a23;
}
/*------------------------------------------------
	Main
------------------------------------------------*/
#main {
	width: 690px;
	float: left;
	min-height: 300px;
	margin-bottom: 78px;
}
	*:first-child+html #main {
		padding-bottom: 78px;
	}
	* html #main {
		padding-bottom: 78px;
	}
/*------------------------------------------------
	SubMenu
------------------------------------------------*/
#sub_menu {
	width: 226px;
	float: right;
	margin-bottom: 78px;
}
#sub_menu ul.sub_nav {
	border: 1px solid #e6e5e5;
}
#sub_menu ul.sub_nav {
	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-size: 123.1%;
	line-height: 22px;
	font-weight: bold;
	border: 1px solid #fff;
	border-bottom: none;
	background-color: #008a23;
	padding: 9px 12px 7px 12px;
	color: #fff;
}
#sub_menu ul.sub_nav > li > a {
	position: relative;
	padding: 9px 12px 7px 10px;
	background-color: #008a23;
	border: 1px solid #fff;
	border-bottom: none;
	font-size: 123.1%;
	line-height: 22px;
	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: #00751E;
}
#sub_menu ul.sub_nav > li > a > img {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
#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-color: #f5faf9;
	text-decoration: none;
	color: #008a23;
}
#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: #003c7a;
	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 li.item {
	padding: 1px 14px;
	line-height: 22px;
	margin-bottom: 0;
}
#sub_menu ul li.item:last-child {
	margin-bottom: 10px;	
}
#sub_menu ul li.item a {
	display: block;
	padding-left: 12px;
	background: url(../img/ico_arrow_blue.png) left 8px no-repeat;
}
#sub_menu #area-db {
	width: 196px;
	padding: 3px 15px;
	margin-bottom: 20px;
	display: block;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #99ccc6;
	color: #fff;
	background-color: #3a4d5b;
	text-decoration: none;
}
#database #sub_menu dl {
	border: 1px solid #99ccc6;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
#database #sub_menu dl dt {
	padding: 4px 14px;
	margin: 10px 0;
	background-color: #efeae5;
	color: #3a4d5b;
	font-size: 123.1%;
	line-height: 30px;
	font-weight: bold;
}
#database #sub_menu dl dt:first-child {
	margin-top: 0;
}
#database #sub_menu dl dd {
	padding: 1px 14px;
	font-size: 108%;
	line-height: 22px;
	margin-bottom: 0;
}
#database #sub_menu dl dd a {
	padding-left: 10px;
	background: url(../img/ico_arrow_blue.png) left center no-repeat;
}
#database #sub_menu dl dd em {
	color: #dc1753;
	font-size: 93%;
}
#database #sub_menu dl dd ul {
	margin: 0 0 0 14px;
}
#database #sub_menu dl dd ul li {
	margin-bottom: 0;
}
#database #sub_menu #local-db dt {
	background-color: #3a4d5b;
	color: #fff;
}
/*------------------------------------------------
	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$="docx"], a[href$="DOC"], a[href$="DOCX"], 
a[href$="xls"], a[href$="xlsx"], a[href$="XLS"], a[href$="XLSX"], 
a[href$="ppt"], a[href$="pptx"], a[href$="PPT"], a[href$="PPTX"], 
a[href$="zip"], a[href$="ZIP"], 
a[href$="jtd"], a[href$="JTD"], 
a[target="_blank"] {
	padding-right: 30px;
}
a[href$="pdf"]:after, a[href$="PDF"]:after, 
a[href$="doc"]:after, a[href$="docx"]:after, a[href$="DOC"]:after, a[href$="DOCX"]:after, 
a[href$="xls"]:after, a[href$="xlsx"]:after, a[href$="XLS"]:after, a[href$="XLSX"]:after,
a[href$="ppt"]:after, a[href$="pptx"]:after, a[href$="PPT"]: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 {
	content: "";
	position: absolute;
	width: 30px;
	height: 20px;
}
a[href$="pdf"]:after, a[href$="PDF"]:after {
	background: url(../img/ico_pdf.png) center 2px no-repeat;
}
a[href$="doc"]:after, a[href$="docx"]:after, a[href$="DOC"]:after, a[href$="DOCX"]:after {
	background: url(../img/ico_doc.png) center 2px no-repeat;
}
a[href$="xls"]:after, a[href$="xlsx"]:after, a[href$="XLS"]:after, a[href$="XLSX"]:after {
	background: url(../img/ico_xls.png) center 2px no-repeat;
}
a[href$="ppt"]:after, a[href$="pptx"]:after, a[href$="PPT"]:after, a[href$="PPTX"]:after {
	background: url(../img/ico_ppt.png) center 2px no-repeat;
}
a[href$="zip"]:after, a[href$="ZIP"]:after {
	background: url(../img/ico_zip.png) center 2px no-repeat;
}
a[href$="jtd"]:after, a[href$="JTD"]:after {
	background: url(../img/ico_jtd.png) center 2px no-repeat;
}
a[target="_blank"]:after {
	background: url(../img/ico_outlink_blue.png) center 2px 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 .container {
	height: 310px;
	width: 100%;
}
#heading .container {
	/*padding: 8px 25px;*/
}
#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: 276px;
	height: 98px;
}
#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: 25%;
	/*height: 80px;*/
	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;
    height: 2em;
}
#info_menu li:first-child a {
	border: none;	
}
#lang_menu {
	top: 231px;
	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;	
}
#lang_menu li:last-child a {
    border-right: 1px solid #ccc;
}
/*------------------------------------------------
	Googleカスタム検索
------------------------------------------------*/
#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;
}
/*仮検索*/
#header_nav .search {
	min-width: 690px;
	width: 690px;
	float: none;
	padding: 20px 0 20px;
	margin: 0;
	overflow: hidden;
}
#header_nav .search .search_txt {
	width: 80%;
	height: 51px;
	font-size: 26px;
	float: left;
	padding: 2px 4px 3px;
	color: #008a23;
	background: url(../img/ico_search_l.png) 98% center no-repeat #fff;
	background-size: 38px 38px;
}
#header_nav .search .submit {
	width: 18%;
	height: 58px;
	margin: 0;
	padding: 2px 6px 1px 10px;
	border-radius: 0;
	float: right;
	font-size: 26px;
	text-align: center;
}
#shortcut_menu {
	margin-top: 0;
	margin-bottom: 40px;
	float: none;
	font-size: 24px;
	background-color: #003c7a;
}
#shortcut_menu li {
	width: 25%;
	height: 80px;
	margin: 0;
	padding: 0;
}
#shortcut_menu li a {
	width: 99%;
	padding: 26px 0 25px;
	border-left: 1px solid #f0f0f0;
}
#shortcut_menu li:first-child a {
	border: 0;
}
#global_menu {
	margin-bottom: 50px;
	font-size: 26px;
	line-height: 30px;	
}
#global_menu li,
#global_menu li.menu_press {
	width: 33.3333%;
	height: 100px;
	padding: 0;
	border: none;
	background: #ccc;
}
#global_menu li a {
	display: block;
	width: 69.5%;
	padding: 20px 15% 19px;
	border-left: 1px solid #f0f0f0;
}
#global_menu li.menu_home {
	width: 99.5%;
	height: 60px;
}
#global_menu li.menu_home a {
	width: 99.5%;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 15px 2px 14px;
	border-bottom: 1px solid #fff;
	border-right: 0;
}
#global_menu li.menu_annai a {
	width: 99.5%;
	padding: 34px 0 35px;
	border-bottom: 1px solid #fff;
}
#global_menu li.menu_press a {
	width: 99.5%;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding: 34px 0 35px;
}
#global_menu li.menu_annai a,
#global_menu li.menu_seisaku a,
#global_menu li.menu_hourei a {
	border-bottom: 1px solid #fff;
}
#global_menu li.menu_annai a,
#global_menu li.menu_hakusho a {
	border-left: none;
}
/**/
#main {
	padding: 0 25px;
	margin-bottom: 50px;
	float: none;
}
#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 {
	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;
}
#sub_menu ul.sub_nav > li > a > img {
	width: 20px;
	height: 20px;
	margin-top: -4px;
}
/*#sub_menu ul li.item.mb_url a {
	display: block;
	padding-left: 15px !important;
	background: url(../img/ico_arrow_blue_l.png) left center  no-repeat !important;
	background-size: 12px 14px;
}*/
/*#sub_menu ul.sub_nav > li li {
	padding: 0;
	min-height: 55px;
	margin-bottom: 0;
	font-size: 90%;
}*/
/*#sub_menu ul.sub_nav > li li > a {
	display: block;
	padding: 17px 14px 16px 36px;
	background: url(../img/ico_arrow_blue_l.png) 15px 19px no-repeat;
	background-size: 15px 17.5px;
}*/
#topBack {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 0 13px;
	border: none;
	background: url(../img/ico_topback_l.png) 98% center no-repeat #008a23;
	background-size: 36px 36px;
	width: 100%;
	font-size: 26px;
	text-align: center;
}
#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;
}
/*--------------------------------------
	#menu_home
--------------------------------------*/
#menu_home #heading .box_heading {
	margin: 0 20px;
}
#menu_home #heading .box_heading h2 {
	padding: 152px 13px !important;
}
#menu_home #heading .box_heading .box {
	width: 496px !important;
	margin-right: 0 !important;
	margin-bottom: 8px;
	min-height: auto;
	padding-left: 106px;
	float: none;
}
#menu_home #heading .box_heading .box:last-child {
	margin-bottom: 0;
}
#menu_home #sub_menu .photo_report .photo { 
	width: 99.7% !important;
	height: auto;
}
#menu_home #sub_menu .photo_report .camera { 
	top: 12px !important;
}
#menu_home #sub_menu .photo_report h2 {
	position: static !important;
	padding: 40px 50px 38px 35px !important;
	font-size: 26px !important;
}
#menu_home #sub_menu .photo_report ul li.item {
	font-size: 22px;
	line-height: 26px;
	padding: 0;
}
#menu_home #sub_menu .photo_report ul li.item a {
	margin-left: 20px;
	display: block;
	padding: 17px 14px 16px 25px;
	background-image: url(../img/ico_arrow_blue_l.png);
	background-size: 12px 14px;
	background-position: left center;
}
#link .fl,
#link .fr {
	float: none !important;
	width: 100% !important;
}
#link .other ul {
	margin: 0 !important;
	text-align: center; 
	display: inline-block;
}
a[href$="pdf"], 
a[href$="doc"], a[href$="docx"], 
a[href$="xls"], a[href$="xlsx"], 
a[href$="ppt"], a[href$="pptx"], 
a[href$="zip"], 
a[href$="jtd"], 
a[target="_blank"] {
	display: inline-block;
}
/*--------------------------------------
	#menu_seisaku
--------------------------------------*/
#menu_seisaku #heading_bukyoku .box_heading_bukyoku {
	margin: 0 20px;
}
#menu_seisaku_lower #heading .container .ico, 
#menu_seisaku_bottom #heading .container .ico {
	left: 20px !important;	
}
/*--------------------------------------
	#menu_news
--------------------------------------*/
#menu_news #sub_menu .search h2 {
	padding: 40px 50px 38px 25px !important;
	font-size: 26px !important;
}
/*--------------------------------------
	.column_one
--------------------------------------*/
.column_one #main {
	width:690px !important;
	margin-bottom: 120px;	
}
.column_one #main ul.page_nav li {
	width: 29.8% !important;
	margin: 0 0.5% 3px 0 !important;
	padding: 11px 0 9px 2% !important;
	height: 44px;
}
.column_one #main ul.page_nav ul li:nth-child(3n) {
	margin-right: 0 !important;
}
.column_one #main .box_notice.link ul li span {
	min-height:	9em;
}
/*--------------------------------------
	.big_table
--------------------------------------*/
.big_table #header_nav .container,
.big_table #heading .container,
.big_table #bread_crumb .container,
.big_table #contents .container,
.big_table #footer .container {
	margin: 0 auto !important;	
}
.big_table #main {
	margin-bottom: 120px;	
}
}
