@charset "utf-8";

/* リンク下線 */
form a , header a{
	text-decoration: none;	
}
form a:hover {
	text-decoration: underline;	
}

body.top .text {
    max-width: 100%;
}
body.top .text p{
    word-break: break-all;
}

body.top div.second_underArea {
    border-top: #E2F5D6 1px solid;
    margin-top: 50px;
    padding-bottom: 0;
}


/* h2タイトル2重下線の調整 */
section #ctitle {
    height: auto;
    border-bottom: #006633 6px solid;
}

/* 記事内 小見出し */
div.content div#second div.content_detail h3 {
	margin: 10px 0;
	/* font-size: 1.1em;	*/
}
div.content div#second div.content_detail h4 {
	margin: 10px 0;
	/* font-size: 1.1em;	*/
}

div.content {
	margin: 0 auto;
	width: 100%;
	/* background-color: #fff;	*/
}

div.message {
	text-align: left;
	margin: 4px;
	padding: 4px;	
}

div.content_detail {
	line-height: 1.4em;
	text-align: left;
	margin: 0 auto 15px;
	/* font-size: 0.9em; */
	width: 98%;
	/* padding: 8px 8px; */
}

a[target="_blank"]:after {
    margin:0 0 0 2px;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(../images/externallink.jpg);    /* icon_windows.png	*/
    background-size:contain;
    vertical-align:middle;	
}
a[href ^="mailto:"]:after {
    margin:0 0 0 2px;
    content:" ";
    display:inline-block;
    width:13px;
    height:13px;
    background:url(../images/icon_mailto.png);    
    background-size:contain;
    vertical-align:middle;	
}
  

div.content table tr td p{
	font-size: 1.0em;
	line-height: 1.4em;
}

div.content table.pc_detailTable th {
	width: 20%;	
}

table.contents_table {
    width: 98%;
    margin: 3px auto 15px;
    border-spacing: 0;
    border-collapse:collapse;
}

table.contents_table tr {
    background-color: #FFF;
    border-bottom: dotted 1px #e3e4e3;
}

table.contents_table td {
    border: solid 1px #e3e4e3;
    word-break: break-all;
}

table.contents_table caption {
    text-align: left;
    font-size: 1.2em;
    color: #006666;
    font-weight: bold;
    margin: 10px 4px;
}

div.content table.pc_detailTable td {
    line-height: 1.4em;
    word-break: break-all;
}

table.contents_table th {
	border-right: dotted 1px #e3e4e3;
    background-color: #3dad87;
    color: #fff;
    padding: 6px 5px 6px 5px;
}

table.contents_table th, 
table.contents_table td {
    vertical-align: middle;
    padding: 10px 5px;
    /* font-size: 0.9em; */
    line-height: 1.4em;
    word-break: break-all;
}

table.contents_table td a.title{
    font-weight: bold;
}

table.contents_table td ul li {
    list-style-type: disc;
    margin: 8px 8px 8px 24px;
}

table.list_table {
	background-color: #fff;	
}

table.list_table th, table.list_table  td {
    /* font-size: 0.9em; */
    word-break: break-all;
}

table.search_table {
	background-color: #fff;	
	font-size: 0.9em;
}

.content_detail img {
	max-width: 99%;
	margin: 10px auto;
}

/* sdc_aoki add*/
input[type=checkbox] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

label {
    height: 20px;
    margin: 4px;
    vertical-align: middle;	
    display: inline-block;
    /* white-space: nowrap; */
}

.AreaSel {
	padding: 0 0 20px 0;
}

label.option {
    line-height: 2em;
}
label.option {
	clear: both;
}
label:after {
	clear: both;
}
label.option:after {
	clear: both;
}
select{
	min-width: 60px;
}
input[type="text"].long {
	width: 85%;
}

.size2L {
    font-size: 1.1em;
    padding: 5px;
}

.content form table input[type="text"], .content form table input[type="tel"], .content form table textarea, 
.content form table select, .content form table input[type="password"] {
    padding: 10px;
    margin: 5px 0px;
    margin-right:4px;
    border: 0;
    font-size: 0.9em;
    font-family: Arial, sans-serif;
    /*color: #666;*/
    border: solid 1px #ccc;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}



/* 必須アイコン */
span.must,
span.should {
	font-size: 0.7em;
	font-weight: bold;
	float: right;
	text-align: right;
}
span.must   {color: #F00;}
span.should {color: #0FF;}
span.must:after,
span.should:after {
	clear: both;
}
span.remarks {
	color: #555;
	white-space: normal;
	font-size: 0.9em;
}
/* スマホのみ表示 */
span.sp_caption {
	display: none;	
}
.caption {
	color: #555;
}
.redFont {
    color: #F00;
}



/*検索フォーム*/
input.keywords {
    width: 240px;
    height: 26px;
    border: 1px solid #c2c0c0;
    padding: 2px;
    margin: 0;
}

input.searchBtn {
	margin: 0;
}

input.cancelBtn {
	cursor : pointer;
	margin: 0 10px;
    border: #3dad87 1px solid;
    background-color: #FFFFFF;
    color: #315D8C;
    height: 24px;
    text-decoration: none;
    padding: 2px 4px;
    vertical-align: middle;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

table.search_table {
	width :99%;	
	margin: 0;
	background-color: #fff;
	background: rgba(255,255,255,0.6);
	table-layout: fixed;
}

table.search_table tr {
    border-bottom: dotted 1px #e3e4e3;
}

table.search_table td {
	font-size: 0.9em;
	word-break: break-all;
	word-wrap: break-word; /* IE11用 */
	overflow-wrap: break-word;
}

table.search_table th {
    text-align: left;
    vertical-align: middle;
    padding: 10px 5px;
    width: 100px;
}
table.search_table th p {
	font-size: 1.0em;
	border-left: 8px solid #3dad87;
	padding-left: 10px;
	min-width: 64px !important;
}

#searchInfoBox,
#searchMapBox {
	display: inline-block;
	vertical-align: top;
}

#searchInfoBox {
	width: 67%;
}

#searchMapBox {
	width: 32%;
}

.mapDesc {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}

div.search_detail {
    border: #E7EFEC 3px solid;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #E7EFFC;
	border-radius: 10px 10px 0 0 ; 
}

div.search_detail_key {
    border: #E7EFEC 3px solid;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #E7EFFC;
	border-radius: 10px 10px 10px 10px ; 
}

div.search_open {
    border: #62CCA8 3px solid;
    width: 98%;
    height: 40px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 10px 0;
    background-color: #62CCA8;
	border-radius: 0 0 10px 10px; 
}

div.search_open a {
	color: #096949;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}


div.separater {
    border-top: #E2F5D6 1px solid;
    width: 98%;
    height: 4px;
    margin: 0 auto;
    background-color: #3DAD87;
}


/*ページ*/
.pager {
    margin: 15px auto;
	float: right;
	text-align: right;
	line-height: 2.4em;
}

.pager li {
    text-align: center;
    background-color: #F4F4F4;
    border: 1px solid #A4A4A4;
    display: inline-block;
    height: 28px;
    min-width: 28px;
    list-style: none outside none;
    font-size: 12px;
    margin: 0 4px;
    vertical-align: middle;  
}

.pager li span, .pager li a {
    display: block;
    line-height: 24px;
    padding-top:1px;
    vertical-align: middle;
    color: #5F5F5F;
    font-weight: bold;
    text-decoration: none;
}

ul.pager li.page_number .currentLink {
    background-color: #3DAD87;
    border: 1px solid #3DAD87;
    padding-top: 0;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
}

ul.pager li.page_top,
ul.pager li.page_back,
ul.pager li.page_next,
ul.pager li.page_last {
    width: 40px;
}


.pagenate {
    margin: 15px auto;
    height: auto;
    line-height: 2.4em;
	/*font-size: 0.9em; */
	float: left;
	text-align: left;	
	vertical-align: middle;
	padding: 2px 2px;
}
.pagenate p{
	vertical-align: middle;
}
.pagenate span.current-page { 
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	padding: 0 2px 2px;
}
.pagenate span.dsp { 
	margin-left:10px;	
}
.pagenate span.dsp select { 
    padding: 2px;
    font-size: 1.1em;
    font-family: Arial, sans-serif;
    color: #525253;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* 資料ダウンロード */

ul.docDLBlc {
	text-align: center;
}

table.contents_table td ul.docDLBlc li {
    list-style-type: none;
    margin: 0;
}

a.fileDL[target="_blank"]:after {
    display: none;
}

a.fileDL:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 10px auto;
}

a.fileDL.jpg:before,
a.fileDL.png:before,
a.fileDL.gif:before {
	background: url(../images/icon_pic.png) center center no-repeat;
	background-size: contain;
}

a.fileDL.pdf:before {
	background: url(../images/icon_pdf.png) center center no-repeat;
	background-size: contain;
}

a.fileDL.xls:before,
a.fileDL.xlsx:before {
	background: url(../images/icon_xls.png) center center no-repeat;
	background-size: contain;
}

a.fileDL.doc:before,
a.fileDL.docx:before {
	background: url(../images/icon_doc.png) center center no-repeat;
	background-size: contain;
}

table.contents_table td ul.docDLBlc li .remarks {
	display: block;
}

@media (max-width: 599px) {
	
	input[type="button"],input[type="submit"] {
	  -webkit-appearance: none;
	}

	body.body_second #header-top #rightArea {
		position: static;
		top: auto;
		height: auto;
	}
	
	body.body_second #header-top #search {
		margin: 0px auto 20px auto;
	}

	body.top #NmbNav #NmbNavBtn {
		font-size: 1.0em;
	}
	body.body_second #header-top #NmbNav {
		position: static;
		top: auto;
		bottom: auto;
		height: auto;
		display:none;
	}
	
	#search form {
		/*
	    height: auto;
	    margin: 0 auto 10px auto;
	    */
	    width: 95%;
	    text-align: center;
	}
	
	#search form input#keywords, form input.keywords {
		max-width: 76%;
	}
	
	div.search_detail , div.search_detail_key {
	    padding: 0 4px;
	}
	
	body.body_second #search form {
		display:none;
	}
	
	body.body_second #breadcrumbs {
	    margin-top: 0;
	}

	body.top #infonews001 h2, 
	body.top #infonews002 h2,
	body.top #infonews003 h2,
	body.top #infonews004 h2,
	body.top #infonews005 h2
	{
		width: 100%;
		margin-bottom: 0;
	}
	
	body.top #top_report #stabBox {
		width: 99%;
		margin: 0 auto;
	}
	
	body.top #top_report #stabBox div .recoitemlist ul li.reportthumb {
	    height: 124px;
	}
	
	section #ctitle #area {
	    padding-left: 4px;
	}
	
	section #ctitle #area h2 {
	    font-size: 1.5em;
	}
	
	#contents_second {
		width: 100%;
	}
	section #ctitle.etc {
		width: 100%;
	}
	
	div.content_detail {
		width: 100%;
		/*
		font-size: 0.9em;
		padding: 0 10px;
		*/
		word-break: break-all;
	}
	
	.pager {
		float:none;
		margin: 20px auto;
		width: 100%;
		text-align:center;
		padding: 0;
	}
	
	.pager li {
	    margin: 0 3px;
	}
		
	.pagenate {
		float:none;
		margin: 10px auto;
		width: 100%;
		text-align:center;
		padding: 0;
		font-size: 0.9em;
	}
	
	.pagenate span.current-page { 
		font-weight: bold;
		font-size: 1.0em;
		vertical-align: middle;
		color: #d5002b;
	}
	
	span.must,
	span.should {
		font-size: 0.7em;
		font-weight: bold;
		float: none;
		text-align: left;
	}
	/* スマホのみ表示 */
	span.sp_caption {
		display: inline;
		color: #323232;
	}
	
	div#wrapper {
		width: 100% !important;
	}
	
	div#wrapper div#detail {
		width: 100%;
		padding: 10px 5px;
	}
	
	/*
	div.content table {
	    width: 100%;
	    margin: 3px 0 20px 0;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    border-collapse:collapse;
	    font-size: 0.9em;
	}
	*/
	
	div.content table.contents_table td {
	    vertical-align: middle;
	    padding: 3px 0 3px 5px;
	    line-height: 1.4em;
	}
	
	div.content table.pc_detailTable th {
	    display: block;
	    border: none;
	    width: 100%;
	}
	div.content table.pc_detailTable td {
	    padding: 10px 0 3px 5px;
	    word-wrap: normal;
	}
	
	div.content table.contents_table {
		width: 100%;
	}
	
	div.content table.contents_table th {
	    background-color: #3dad87;
	    color: #fff;
	    padding: 6px 5px 6px 5px;
	}
	
	div.content table.contents_table td:first-child{
	    /*margin-top: 10px;*/
	}
	
	div.content table.contents_table td:last-child{
	    margin-bottom: 10px;
	}
	
	div.content table.contents_table td a.title{
	    font-size: 1.0em;
	    font-weight: bold;
	}
	
	tdiv.content able.contents_table td a.title:before{
		/*
	    content:  url(../images/detail_arrow.png);
	    margin: 4px;
	    */
	}
	
	div.content table.contents_table td.title_wrap{
	    border-bottom: #66CC99 2px solid;
	    background-color: #cdf8ea;
	    margin-top: 0;
	    padding: 10px 5px;
	    width:100%;
	    margin-bottom : 4px;
	}
	
	div.content table.contents_table th,
	div.content table.contents_table td {
	    display: block;
	    border: none;
	    width: 100%;
	    text-align: left !important;
	    word-wrap: normal;
	}
	
	div.content table.contents_table td {
	    border: none;
	}
	
	div.content table.search_table td {
	    display: block;
	    width: 100%;
	}
	
	div.content table.search_table th {
	    display: block;
	    width: 100%;
	    
	}
	
	div.content table.list_table th {
		display: none;
	}
	
	.content_detail img {
		max-width: 99%;
		margin: 10px auto;
	}
	
	table input , table select {
		// max-width: 90%;
	}
	table textarea {
		width: 90%;
	}
	
	#searchInfoBox,
	#searchMapBox {
		display: block;
		vertical-align: top;
	}

	#searchInfoBox {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.AreaSel label {
		width: 100%;
		display: block;
		margin: 0 0 5px 0;
	}
	

	#searchMapBox {
		width: 100%;
	}
	
	#searchMapBox #n_prefmap {
		margin: 10px auto;
	}
	
	#SpmapArea {
		text-align: center;
	}
	
	.remarks {
		color: #555;
		white-space: normal;
		font-size: 0.75em;
	}
	
	/* 資料ダウンロード */

	ul.docDLBlc {
		text-align: left;
	}
	
	a.fileDL:before {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin: 0 10px 0 0;
	}
	
	table.contents_table td ul.docDLBlc li .remarks {
		display: inline-block;
	}
	
}



/* 入力フォームボタン */
div.control ,
div.btn_back  {
	text-align: center;
	margin-top: 40px;	
}

.btn_ul_li {
    display: block;
    width: 280px;
    height: 100px;
    border-radius: 10px;
    border: #62cca8 3px solid;
    text-decoration: none;
    background-color: #bcffe8;
    color: #333333;
    margin-left : auto ; margin-right : auto ;
}
.btn_ul_li:hover {
    display: block;
    width: 280px;
    height: 100px;
    border-radius: 10px;
    border: #006633 3px solid;
    text-decoration: none;
    background-color: #006633;
    color: #FFFF66;
}
div.content .btn_ul_liSpan {
    font-size: 1.0em;
}

input.backBtn {
	cursor : pointer;
	margin: 0 10px;
    border: #3dad87 1px solid;
    background-color: #FFFFFF;
    color: #315D8C;
    font-size: 1.1em;
    text-decoration: none;
    padding: 4px 10px;
    vertical-align: middle;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    min-width: 100px;
}

input.nextBtn {
	cursor : pointer;
    margin: 0 10px;
    border: #C2C0C0 1px solid;
    background-color: #3dad87;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1em;
    text-decoration: none;
    padding: 4px 10px;
    vertical-align: middle;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}



/* パンくず */
/*
div.pankuzu {
	font-size: 0.8em;
	color: #555;
	text-align:left;	
	margin: 10px 0;
	line-height: 1.6em;
}

div.pankuzu ul.panlist {
	padding: 8px;	
}
*/
div.pankuzu {
	line-height: 1.4em;
	vertical-align: top;
}
div.pankuzu ul.panlist li.pan {
	display: inline-block;
}

div.pankuzu ul.panlist li.pan:after {
	content:" ＞ ";
	color: #222;
}

div.pankuzu ul.panlist li.pan:last-child:after {
    content : none ;
}
div.pankuzu ul.panlist:after {
	clear: both;	
}



/* 共通メッセージ */
.msg {
	font-weight: normal;
	font-size: 1em;
	background: none no-repeat scroll 26px 50% #FFFCF6;
	border: 1px solid #BFA7A7;
	color: #4F3636;
	width: 95%;
	margin: 20px auto 20px;
	padding: 14px 30px 11px 60px;
	border-radius: 2px;
}
.msg ul li {
	line-height: 1.2;
	margin: 0.3em 0 0.3em 1em;
	text-indent: -1em;
}
/* デフォルト */
.msg-default {
	text-align: center;
}
/* 通常メッセージ */
.msg-info {
	background-image: url(../images/ico_info.png);
}
/* 完了メッセージ */
.msg-ok {
	background-image: url(../images/ico_check.png);
	background-color: #eff5ff;
	border-color:     #3778df;
}
.msg-ok,
.msg-ok * {
	color: #2057af;
}
/* エラーメッセージ */
.msg-ng {
	background-image: url(../images/ico_ng.png);
	background-color: #FFF1EF;
	border-color:     #EF6868;
}
.msg-ng,
.msg-ng * {
	color: #DF0D0D;
}

.msg-ng-p{
	color: #DF0D0D;
    line-height: 1.3;
}
/* ワーニングメッセージ */
.msg-warning {
	background-image: url(../images/ico_warning.png);
	background-color: #FFF8EE;
	border-color:     #DA861F;
}
.msg-warning,
.msg-warning * {
	color: #7D3F00;
}
/* デバッグメッセージ */
.msg-debug {
	background-image: url(../images/ico_debug.png);
	background-color: #EEE;
	border-color:     #999;
}
.msg-debug,
.msg-debug * {
	color: #444;
}

@media (max-width: 599px) {
	/* 共通メッセージ */
	.msg {
		font-size: 0.9em;
	}
}

/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #bcbcbc;
}
 
/* Firefox */
::-moz-placeholder{
    color: #bcbcbc;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #bcbcbc;
}
 
/* IE */
:-ms-input-placeholder{
    color: #bcbcbc;
}
/* Chrome, Safari */
.form-control::-webkit-input-placeholder{
    color: #bcbcbc;
}
 


/*----------------------------------------------------------------------------------------------------
// CSSハック
----------------------------------------------------------------------------------------------------*/

      #navi:after  {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}
      #navi        {	display: inline-block;}
*html #navi        {	height: 1%;}
      #navi        {	display: block;}

      .clearfix:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}
      .clearfix       {	display: inline-block;}
*html .clearfix       {	height: 1%;}
      .clearfix       {	display: block;}