﻿@import "font.css";
@import "footerSoegaki.css"; /* add 2011/07/21 blog */
@import "colorType_Red.css"; /* add 2012/11/14 */


/* ※文字色は色別CSSで定義 */
/*A:link			{color:#1F4CA5}*/		/* リンク色:青 */
/*A:visited		{color:#800080}*/		/* ブリンク色:紫 */
/* A:alink			{color:#FF0000} */		/* クリック色:赤 */
/* A:active		{color:red} */				/* 赤 */ 

body
{
    /*  通常の背景と文字色はdefault_body.cssで指定
        独立サイトは*_body.cssで指定
    background-color:#******;
    color:#******;
    */
}

/***********************************************************************************
　 ↓デザイン変更部分 start（各サイト毎にデザイン反映必要）↓
************************************************************************************/

/*-- ヘッダー部分（通常） -------------------------------------- */
#headerAreaDef {
	width: 100%;
	height: 100%;
	background-image: url(../images/top1/cloud2243.png), url(../images/top1/cloud2243.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -72px -49px, calc(100% - 60px) -83px
}
	#headerAreaDef::before
	{
		content: "";
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		height: 17px;
		background-image: url(../images/top1/bunting.png);
		background-repeat: repeat-x;
		pointer-events: none;
	}

#header {
	width: 1000px;
	padding: 0px 0px 1px 0px;
	margin: 0px auto;
	position: relative;
	/* add 2012/12/27 uemoto 災害時トップページ切り替え対応 start */
	line-height: 64px;
	font-weight: bold;
	font-size: large;
	/* add 2012/12/27 uemoto end */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


#header #homeLink
{
    display:none;
}

#imgHeader
{
	display: block;
	margin-top: 17px;
}
#imgHeaderSP {
	display: none;
}

/* Navigation Skip */
#Navigation ul {
	margin: 0;
	padding: 0;
}
#Navigation li{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#Navigation a{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}
#Navigation a:focus,
#Navigation a:active{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
	}



/* ヘッダータブ */
#tabArea
{
	height:48px;
	background:url("../images/rabArea_bg.jpg") repeat-x;
}
#TabMenu
{
		margin:0px auto;
   width:983px;
   padding-top:0px;
   overflow:hidden;
}

#TabMenu ul li{
   width:140px;
   height:48px;
   overflow:hidden;
   text-indent:-9999em;
   float:left;
   background-image:url("../images/menu02.jpg");
}

#TabMenu ul li a{
   display:block;
   height:48px;
}

#TabMenu li.m1{background-position:0 0;width:140px;}
#TabMenu li.m2{background-position:-140px 0;width:164px;}
#TabMenu li.m3{background-position:-304px 0;width:164px;}
#TabMenu li.m4{background-position:-468px 0;width:183px;}
#TabMenu li.m5{background-position:-651px 0;width:215px;}
#TabMenu li.m6{background-position:-866px 0;width:117px;}

#TabMenu li.m1:hover{background-position:0 -48px}
#TabMenu li.m2:hover{background-position:-140px -48px}
#TabMenu li.m3:hover{background-position:-304px -48px}
#TabMenu li.m4:hover{background-position:-468px -48px}
#TabMenu li.m5:hover{background-position:-651px -48px}
#TabMenu li.m6:hover{background-position:-866px -48px}


/* add 2012/12/27 uemoto 災害時トップページ切り替え対応 start */
#header a
{
	text-decoration:none;
}
/* add 2012/12/27 uemoto end */

/* タブメニュー部分 */
#headerTab, #headerTabNon
{
    width:100%;
    margin:0px auto;
    padding:0;
}
.menuTab
{
    width:980px;
    margin: 0px auto 0px auto;
    border-left:solid 1px #D1D1D1;
    border-right:solid 1px #D1D1D1;
    background-color:#FFFFFF;
}
.menuTab img
{
    float:left;
}
#headerTab_line
{
	display:block;
	width:980px;
    border-left:solid 1px #D1D1D1;
    border-right:solid 1px #D1D1D1;
	margin:0 auto;
    overflow:hidden;
}
#tab_line1
{
    background-color:#4B9F35;
	height:4px;
}
#tab_line2
{
    background-color:#D66A35;
	height:4px;
}
#tab_line3
{
    background-color:#2A83A2;
	height:4px;
}
#tab_line4
{
    background-color:#C53D43;
	height:4px;
}
#tab_line5
{
    background-color:#74325C;
	height:4px;
}

/* パン屑リスト部分 */
#pankuzu,#footerPankuzu
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu .pankuzu-inner,#footerPankuzu .pankuzu-inner
{
	text-align:left;
	padding:7px 0px 10px 20px;
}

#pankuzu-close, #footerPankuzu-close
{
	display:none;
}

.pankuzu-more, .pankuzu-more
{
	font-size:0.9em;
	width:99%;
	text-align:right;
	margin:2px auto;
}

/* add 2013/09/13 第二階層ヘッダにGoogle検索フォームを表示する start */
/* サイト内検索部分 */

#search {
}

#mainHeaderTop {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

	#mainHeaderTop #mainSearch {
		display: flex;
		align-items: center;
	}

	#mainHeaderTop .headerMenu {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: 10px;
		font-size: 1.15em;
	}

	#mainHeaderTop .hMenuAndChangeHaikei {
		display: flex;
		column-gap: 24px;
		align-items: center;
	}

	#mainHeaderTop .hMenu {
		display: flex;
		align-items: center;
		gap: 6px;
	}

		#mainHeaderTop .hMenu a {
			display: inline-flex;
			align-items: center;
			justify-content: center;
		}

	#mainHeaderTop #headerMenu2 {
	}

		#mainHeaderTop #headerMenu2 img,
		#mainHeaderTop #headerMenu2 a {
			display: block;
		}

			#mainHeaderTop #headerMenu2 a:hover {
				position: relative;
				top: 1px;
				left: 1px;
			}

#homeLink {
	position: absolute;
	top: 35px;
	right: 0px;
	border: solid 1px #B9000E;
	padding: 0px;
	margin-left: 10px;
	font-size: 14px;
}

#homeLink a
{
    display:block;
    background:url("../images/kanko/icon_homeLink.gif") no-repeat 10px center;
    padding:0px 13px 0px 35px; 
    line-height:26px;
    text-decoration:none;
}

#serchArea
{
	float:left;
	height:25px;
	margin:0px;
	padding:0px;
	display:none;
}

#search {
	padding: 5px 10px;
	border-radius: 5px;
}
	#search span
	{
		float: left;
		font-size: 14px;
		line-height: 1.8em;
	}

input.searchBox
{
	float: left;
	width: 135px;
	height: 20px;
	margin: 0px 4px 0px 0px;
	border: solid 1px;
	border-radius: 3px;
}
input.btnSearch
{
	float: left;
}

/* add 2013/09/13 end */

/*全体枠*/
#container {
	width: 1000px;
	min-height: 650px;
	margin: 20px auto 0px;
	padding: 20px 32px 77px;
	background-color: #FFFFFF;
	border-radius: 20px;
	line-height: 1.8;
	font-size: 0.9em;
	/*border:solid 1px #D1D1D1;*/
	/* ※背景色・文字色は色別CSSで定義 */
	/*background-color:#FFFFF8;*/
}


/*ページタイトル*/
#headerTtl
{
	/*width:99%;*/
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}

/*ホーム、戻るボタン*/
#headerTtl .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl .navibtn img
{
	margin:5px 2px 2px 1px;
}

/*コピーライト*/
#copyright
{
    width:100%;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:0.7em;
    padding: 7px 0px 0px 0px;
    margin:30px auto 0px auto;
    border-top:solid 1px #E8E8E8;
	/* ※背景色・文字色は色別CSSで定義 */
    /*color:#ffffff;
    background-color:#666666;*/
}

/*-- ヘッダー部分（会員） -------------------------------------- */
/*会員機能を使う場合は定義*/
/* add 2012/09/05 会員専用コンテンツ対応 start ******/
/* ヘッダー部分 */
#headerAreaMember
{
}
#headerMember
{
}

/* パン屑リスト部分 */
#pankuzuMember
{
}
#pankuzuMember .pankuzu-innerMember
{
}

/*全体枠*/
#containerMember
{
}

/*ページタイトル*/
#headerTtlMember
{
}
#headerTtlMember H1
{
}

/*ホーム、戻るボタン*/
#headerTtlMember .navibtn
{
}
#headerTtlMember .navibtn img
{
}

/*フッター部分*/
#copyrightMember
{
}

/* 会員専用コンテンツ ログイン中の会員名 */
.memberLoginNameMember
{
	width:95%;
	text-align:right;
    margin:0px auto 0px auto;
    font-size:0.8em;
    white-space:nowrap;
}
.memberLoginName
{
	width:95%;
	text-align:right;
    margin:0px auto 0px auto;
    font-size:0.8em;
    white-space:nowrap;
    padding: 5px 0px;
}
.memberTopLink
{
	text-align:center;
	padding:0px;
    margin:5px auto 5px auto;
    font-size:0.8em;
}

/* add 2012/09/05 end *******************************/

/* （独立サイト）市議会のデザイン start *****************/
#headerAreaDef_12
{
    width:100%;
    height:100%;
    background:#FFFFFF;
    border-top: 5px solid #B7000E;
    border-bottom: 1px solid #B7000E;
}
/* ヘッダー画像部分 */
#header_12
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_12 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_12 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_12 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_12 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_12 #Navigation a:focus,
#header_12 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_12
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_12 .pankuzu-inner_12
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_12
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_12
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_12 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_12 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_12 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）市議会のデザイン end *******************/

/* （独立サイト）観光のデザイン start *****************/
#headerAreaDef_13
{
    width:100%;
    height:100%;
    background:#FFFFFF;
}
/* ヘッダー画像部分 */
#header_13
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_13 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_13 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_13 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_13 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_13 #Navigation a:focus,
#header_13 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_13
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_13 .pankuzu-inner_13
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_13
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_13
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_13 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_13 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_13 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）観光のデザイン end *******************/

/* （独立サイト）歴史のデザイン start *****************/
#headerAreaDef_14
{
    width:100%;
    height:100%;
    background:#FFFFFF;
}
/* ヘッダー画像部分 */
#header_14
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_14 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_14 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_14 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_14 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_14 #Navigation a:focus,
#header_14 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_14
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_14 .pankuzu-inner_14
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_14
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_14
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_14 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_14 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_14 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）歴史のデザイン end *******************/

/* （独立サイト）ジオパークのデザイン start *****************/
#headerAreaDef_15
{
    width:100%;
    height:100%;
    background:#FFFFFF;
}
/* ヘッダー画像部分 */
#header_15
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_15 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_15 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_15 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_15 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_15 #Navigation a:focus,
#header_15 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_15
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_15 .pankuzu-inner_15
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_15
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_15
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_15 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_15 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_15 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）ジオパークのデザイン end *******************/

/* （独立サイト）まち・ひとのデザイン start *****************/
#headerAreaDef_16
{
    width:100%;
    height:100%;
    background:#FFFFFF;
}
/* ヘッダー画像部分 */
#header_16
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_16 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_16 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_16 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_16 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_16 #Navigation a:focus,
#header_16 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_16
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_16 .pankuzu-inner_16
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_16
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_16
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_16 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_16 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_16 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）まち・ひとのデザイン end *******************/

/* （独立サイト）アクセスのデザイン start *****************/
#headerAreaDef_17
{
    width:100%;
    height:100%;
    background:#FFFFFF;
}
/* ヘッダー画像部分 */
#header_17
{
    width:1000px;
    padding:20px 0px;
    height:55px;
    margin:0px auto;
    position:relative; 
    line-height:55px;
    font-weight:bold;
    font-size:large;
}
#header_17 #mainSearch
{
    right:205px;
}
/* Navigation Skip */
#header_17 #Navigation ul
{
	margin: 0;
	padding: 0;
}
#header_17 #Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#header_17 #Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
}
#header_17 #Navigation a:focus,
#header_17 #Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}

/* パン屑リスト部分 */
#pankuzu_17
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_17 .pankuzu-inner_17
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_17
{
	width:1000px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_17
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_17 H1
{
	width:1000px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:15px 0 15px 14px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_17 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_17 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/* （独立サイト）アクセスのデザイン end *******************/

/***********************************************************************************
　 ↑デザイン変更部分 end↑
************************************************************************************/



/***********************************************************************************
　 ↓共通部分 start（基本的に変更する必要なし）↓
************************************************************************************/

/* 各ページ内容部分 */
#cont_body{
	/*width:860px;*/
	min-height:510px;
	line-height: 1.8;
	margin: 20px auto 0;
}
#cont_body p
{
	/*margin:5px 5px 5px 5px;*/
}


/* add 2012/10/03 ページ概要のcss設定 start */
/* ページ概要（ヘッダー）の表示領域 */
div.gaiyobun_header
{
	width:100%;
    padding:0px;
    margin:0px auto 20px auto;
}
/* ページ概要（フッター）の表示領域 */
div.gaiyobun_footer
{
	width:100%;
    padding:0px;
    margin:20px auto 0px auto;
}
/* add 2012/10/03 end */


/* カテゴリーグループ リンクメニュー */
.catGroup
{
    width:auto;
    max-width:95%;
    margin: 20px auto 0px auto;
}
.catGroup td
{
    vertical-align:top;
	text-align:left;
	line-height:1.3;
}

/* 分類リンクメニュー */
.bunruiLink
{
    width:100%;
    margin: 0 auto 10px auto;
    padding:7px 0;
	/* ※背景色は色別CSSで定義 */
}
.bunruiLink .menuList
{
    width:95%;
    margin:0 auto 0 auto;
}
.bunruiLink .menuItem
{
    padding: 0px 0px 0px 15px;
    margin-left:2px;
	background:url("../images/g_ya.gif") no-repeat 5px 10px;
	text-align:left;
	vertical-align:top;
	width:17%;
	float:left;
}
.bunruiLink .menuItem2
{
    padding: 0px 0px 0px 15px;
    margin-left:2px;
	background:url("../images/arrow_down.gif") no-repeat 0px 10px;
	text-align:left;
	vertical-align:top;
	width:17%;
	float:left;
}

/* 各ページ一覧部分　大枠 */
#main{
    width:100%;
	margin:0px auto 0px auto;
	padding:0;
}
/* 各ページ詳細基本項目部分 大枠*/
#mainBaseInfo{
    width:95%;
	margin:20px auto 0px auto;
	padding:0;
}
/* 各ページ詳細内容部分 大枠*/
#mainShosai{
    width:100%;
	margin:20px auto 0px auto;
	padding:0;
}
/* 段落エリアのtable */
#mainShosai table{
    width:100%;
}
/*更新日・担当課情報部分*/
.kijiSubInfo
{
	margin:5px 0;
}
/* 最終更新日部分 */
.updDate{
	font-size:0.75em;
	float:left;
	margin-bottom:5px;
}
/* 問い合わせ部分 */
#toiawaseInfo{
	text-align:left;
	border:solid 1px #CCCCCC;
	margin:25px auto 0 auto;
	padding: 10px 20px;
	font-size:0.9em;
	display: table;
}
#toiawaseInfo .toiText{
	padding-right:20px;
	display: table-cell;
	vertical-align: middle;
	font-weight:bold;
}
#toiawaseInfo .toiKugiri{
	background-color:#CCCCCC;
	width:1px;
	padding:0;
	display: table-cell;
}
#toiawaseInfo .toiData{
	padding-left:20px;
	display: table-cell;
	vertical-align: middle;
}
 /* IE 7対応（table-cellが認識されないから・・・）*/
*:first-child+html #toiawaseInfo {
	width: 50%;
}
*:first-child+html #toiawaseInfo .toiText {
	display: inline;
	zoom: 1;
}
*:first-child+html #toiawaseInfo .toiKugiri {
	display: inline;
	zoom: 1;
	background:none;
}
*:first-child+html #toiawaseInfo .toiData {
	display: inline;
	zoom: 1;
	border-left:solid 1px #CCCCCC;
}
 /* IE 6対応（table-cellが認識されないから・・・）*/
* html #toiawaseInfo {
	width: 50%;
}
* html #toiawaseInfo .toiText {
	display: inline;
	zoom: 1;
}
* html #toiawaseInfo .toiKugiri {
	display: inline;
	zoom: 1;
	background:none;
}
* html #toiawaseInfo .toiData {
	display: inline;
	zoom: 1;
	border-left:solid 1px #CCCCCC;
}

/*「ページの先頭へ」部分*/
#pagetop
{
	width:95%;
	margin:25px auto 0 auto;
	text-align:right;
}
#pagetop a
{
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration:none;
	background:url("../images/arrow_up.gif") no-repeat left center;
	padding-left:13px;
}
/* add 2013/09/04 goto Wysiwygにページの先頭リンクの対応 start */
.pagetop
{
	width:98%;
	margin:5px auto;
	text-align:right;
}
.pagetop a
{
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration:none;
	background:url("../images/arrow_up.gif") no-repeat left center;
	padding-left:13px;
}
/* add 2013/09/04 goto end */

/*フッターのホーム、戻るボタン*/
#footerbtn
{
	width:200px;
	float:right;
	text-align:right;
	padding:5px 25px 0px 0px;
}
#footerbtn img
{
	margin:0px 2px 0px 1px;
}


/* テーブルリスト（loc,word_l等で使用） */
/* table2はスマホ版でもPCと同様にtable表示する用（toukei3,nyusatsuで使用） */
TABLE.table1, TABLE.table2{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
TABLE.table1 th, TABLE.table2 th{
	/* ※背景色は色別CSSで定義 */
	/*background-color:#fcefca;*/
	text-align:center;
	font-weight:bold;
	padding: 3px;
	border:1px solid #CCCCCC;
	line-height:1.4;
}
TABLE.table1 td, TABLE.table2 td{
	padding: 5px 7px;
	border:1px solid #CCCCCC;
	line-height:1.4;
}
/* フォーム系のテーブルリスト（faq2,bbs,entry等で使用） */
TABLE.formTable
{
	width:95%;
	margin: 0px auto 0px auto;
}
TABLE.formTable th
{
	text-align:left;
	padding:5px 3px 5px 50px;
	width:25%;
}
TABLE.formTable th.hissu,TABLE.formTable th.hissu{
	background-image:url("../images/hissu.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align:left;
}
TABLE.formTable label
{
	margin:5px 15px 5px 5px;
}

/* 各ページ一覧の絞り込み検索 */
.search{
	width: 100%;
	border:solid 1px #CCCCCC;
	text-align: left;
	margin:0 auto 20px auto;
	padding:10px 0;
	line-height:120%;
	font-size:0.9em;
	vertical-align:middle;
}
.searchText
{
    background:url("../images/searchIcon.gif") no-repeat left 3px;
    border-right:dotted 1px #CCCCCC;
    padding:2px 10px 2px 20px;
    margin-left:10px;
}
.searchItem{
    margin:0 5px 0 5px;
}

.searchItem2{
    margin:0 5px 0 224px;
}

.searchItem input{/*キーワード入力枠*/
    width:25%;
}
.searchItem select{/*分類セレクトボックス*/
    width:20%;
}
.searchItem .btn{/*検索ボタン*/
    width:80px;
}
/* 各ページ一覧の絞り込み検索（大きめ枠バージョン faq2,search,shinsei,word_l等） */
.searchBig
{
    padding:20px 0;
    border: 1px solid #CCCCCC;
    font-size: 1em;
    background-color:#FCFCF2;
}
.searchBig h3
{
    margin:10px 0 0 10px;
}
.searchLbox
{
	width:20%;
	float:left;
	text-align:center;
    padding:4px 0;
}
.searchRbox
{
	width:80%;
	float:right;
}
.searchButton
{
    text-align:center;
    margin:15px auto 10px auto;
}
.searchButton .btn
{
    width:auto;
    height:2.4em;
    margin:0 5px 0 5px;
    padding:2px 10px;
}


/* 各ページ一覧の分類帯 */
.bunruiTtlForSP
{
	display: none;
}

/* 各ページ一覧の件数表示部分 */
.kensu
{
	text-align:right;
	width:99%;
	font-size:0.9em;
	margin:0 auto 5px auto;
}

/* ページ切替 部分****************/
.changePageLink
{
	width:100%;
	font-size:0.8em;
	text-align:center;
	margin-top:15px;
	padding:5px;
}
/* ページ切替　選択中ページ */
.changePageLink span.nowPage
{
	/* ※背景色・文字色は色別CSSで定義 */
    /*background-color:#999999;    
    color:#FFFFFF;*/
    border:solid 1px #999999;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
/* ページ切替　選択可能ページ */
.changePageLink span.linkPage
{
    border:solid 1px #999999;
   	font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
.changePageLink span.linkPage a
{
    text-decoration:none;
}
.changePageLink span.linkPage a:hover
{
	/* ※背景色・文字色は色別CSSで定義 */
    /*color:#FFFFFF;
    background-color:#999999;*/
}
/* ページ切替　省略表示 */
.changePageLink span.ryakuPage
{
    border:none 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
/* ページ切替 end****************/

/* 投稿系ボタン */
.toko
{
	width:100px;
	height:2.4em;
	font-size:1.1em;
	padding:3px;
	margin:0 5px;
}
.indent 
{
	margin: 0px auto 0px auto;
	height:0px;
	padding:0px;
	clear:both;
}

/* 入力チェックエラーメッセージの添え書き */
div.inputErrMsgSoegaki
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border:0px none;
	/* ※背景色・文字色は色別CSSで定義 */
	/*color:#AF0000;*/
}
/* 入力チェックエラーメッセージ */
div.inputErrMsg
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 5px 10px;
	text-align:left;
	/* ※背景色・文字色は色別CSSで定義 */
	color:#AF0000;
	border:1px solid #AF0000;
}

/* IME-MODE 有効 */
input.ime-mode-active 
{
	IME-MODE: active;
}
/* IME-MODE 選択後有効 */
input.ime-mode-inactive 
{
	IME-MODE: inactive;
}
/* IME-MODE 無効 */
input.ime-mode-disabled  
{
	IME-MODE: disabled;
}
/* 認証キーの画像 */
.ninsyoImg img
{
    vertical-align:bottom;
}

/* add 2011/07/28 Weblio start */
/* Weblio用語解説リンク枠 */
div.div_weblio_rws_ah
{
	background-color:#fff;
	border:#c0c0c0 solid 1px;
	margin:20px 17px;
	padding:0 2px 0 2px;
}
/* Weblio問い合わせ先 */
p.p_weblio_toiawase
{
	margin:0;
	padding:1px 0 3px 2px;
	font-size:12px;
}
p.p_weblio_toiawase a
{
	color:#000;
}
/* add 2011/07/28 end */

/* add 2011/08/25 iwashita preview_soegaki start */
/* プレビュー表示タイトル */
span.preview_title
{
	color:#ff0000;
}
/* プレビュー時の添え書き */
span.preview_soegaki
{
	color:#ff0000;
	font-weight:bold;
	margin-left:10px;
	font-size:0.8em;
}
/* add 2011/08/25 iwashita end */

.preview_label
{
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px auto;
	width:99%;
}


/* upd 2013/07/10 SNSボタン表示調整 start */
/* upd 2013/03/22 各snsボタン分 start */
/* add 2012/09/05 SNSボタン表示対応 */

/* SNSボタン表示 */
.snsbutton
{
    width:65%;
    height:25px;
    margin:0px auto 10px auto;
    text-align:left;
    vertical-align:top;
    padding:0px;
    border:none;
    float:left;
}
.snsbutton li
{
    margin-right:5px;
    margin-top:5px;
    padding-left:3px;
    float:left;    
    height:25px;
}

#fb-root
{
    display:none;
}
/* add 2012/09/05 end
/* upd 2013/03/22 end */
/* upd 2013/07/10 end */

/* add 2012/12/20 SNSコメント欄表示対応 */
.snsComments
{
    width:95%;
    margin:20px auto 0px auto;
    padding:0px;
    border:solid 1px #CCCCCC;
    background-color:#FAF8EF;
}
/* add 2012/12/20 end

/* add 2013/10/09 外部リンク遷移時のクッションページ対応 start */
.jumppage_head
{
	width:100%;
	margin:0px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	height:74px;
	background:#015DB2;
}
.jumppage_block
{
	width:85%;
	margin:40px auto;
	font-size:0.9em;
	font-weight:bold;
	min-height:300px;
}
.jumppage_block a
{
	margin-top:10px;
}
#jumppage_cp
{
	color: #333333;
	border-top: 1px solid #E8E8E8;
    font-size: 0.7em;
    height: 35px;
    line-height: 35px;
    margin: 30px auto 0;
    padding: 7px 0 0;
    text-align: center;
    width: 100%;
}
/* add 2013/10/09 外部リンク遷移時のクッションページ対応 end */


/* 編集権限の課表示 */
.kengen_tantoka
{
    margin:0px auto 5px -10px;
    text-align:left;
    vertical-align:top;
    padding:0px;
    font-size:0.8em;
}
.kengen_tantoka span
{
	margin-left:10px;
	float:left;
}
.kengen_tantoka span.tantoka
{
	padding-left:10px;
	font-weight:bold;
	border-left:1px solid #999999;
}
.kengen_tantoka span.map
{
	margin-left:20px;
}
/* 分類ページの問い合わせ先情報表示  */
.class_toi
{
    margin:0px auto 5px -10px;
    text-align:left;
    vertical-align:top;
    padding:0px;
    font-size:0.8em;
}
.class_toi span
{
	margin-left:10px;
	float:left;
}



/*段落タイトル*/
/*段落見出しタイトル*/
h2.title
{
}
h3.title
{
	/*background:url("../images/danraku.jpg") no-repeat 5px top;*/	
}

/*記事アンケート*/
div.enq_m{
	/* ※背景色は色別CSSで定義 */
	/*background-color:#F8F8F8;*/
	margin-top: 25px;
	padding:12px 30px 25px 30px;
}
div.enq_text{
    margin:5px;
    padding-left:10px;
    line-height:21px;
    background:url("../images/title_enq.gif") no-repeat left center;
}
div.enq_form{
    padding:10px;
}
div.enq_form div.memo{
    margin-bottom:13px;
}
div.enq_form div.memo2{
    line-height:150%;
    padding:7px;
    margin-bottom:13px;
}
table.enq_s{
    width:100%;
}
table.enq_s th{
	font-size:14px;
	line-height:32px;
	padding:0 0 0 30px;
	background:url("../images/ya_enq.gif") no-repeat 12px center;
	/* ※背景色は色別CSSで定義 */
	/*background-color:#E6F1F7;*/
}
table.enq_s td{
	font-size:14px;
	padding:5px 30px 13px;
}
table.enq_s td label{
	margin-right:20px;
}

.link_maincont
{
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	position:absolute;
	right:19px;
	top:-20px;
	background:url("../images/top1/ya_w.gif") no-repeat 0px center;
	padding-left:10px;
}
.link_maincont a:link
{
}
/* upd 2013/12/24 start */
#header .link_maincont a:hover
{
}
#header .link_maincont a:visited
{
}
/* upd 2013/12/24 end */

table.lookmap_link
{
	border:solid 1px #4682B4;
	width:300px !important; 
	margin:5px auto;
}
table.lookmap_link td.itemtitle
{
	background-color:#A8CCF0;
	text-align:center;
	width:120px;
}
table.lookmap_link td.link
{
	background-color:#FFFFFF;
	text-align:left;
	width:180px;
}

table.lookmap_links
{
	border:solid 1px #4682B4;
	width:100% !important; 
	margin:15px auto;
}
table.lookmap_links td.itemtitle
{
	background-color:#A8CCF0;
	text-align:center;
	width:120px;
}
table.lookmap_links td.link
{
	background-color:#FFFFFF;
	text-align:left;
}
table.lookmap_links td.link a
{
	margin-left:20px;
}


/* パーソナライズ ログイン名表示 */
#personalize_login_area
{
	width:980px;
	margin:5px auto 0px auto;
}
#personalize_login_area .login_name
{
	font-size:0.75em;
	margin:0px;
	text-align:left;
	float:right;
	word-break: break-all;
}


/*:::::::::::::::::::::::::
 * グローバルナビメニュー
 *::::::::::::::::::::::::*/
div#naviContainer {
	width: 100%;
	padding: 4px 0px;
}

div#naviArea {
	position: relative;
	width: 1000px;
	height: 70px;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 37px;
	font-weight: bold;
	font-size: 1.2em;
	box-shadow: 0px 3px 6px #00000029;
}

	div#naviArea ul#navi_list li div.last_row {
		border-right: 0px none !important;
	}

	div#naviArea a {
		text-decoration: none;
	}

	div#naviArea ul#navi_list {
		display: table;
		text-align: center;
		height: 100%;
	}

		div#naviArea ul#navi_list li {
			display: table-cell;
			vertical-align: middle;
			border-right-style: dotted;
			border-right-width: 2px;
		}

			div#naviArea ul#navi_list li div {
			}

			div#naviArea ul#navi_list li a {
				display: block;
				min-width: 200px;
				height: 70px;
				align-content: center;
			}

				div#naviArea ul#navi_list li a span {
					display: inline-block;
					vertical-align: middle;
					margin: 0px 2px;
				}

					div#naviArea ul#navi_list li a span img {
					}

			div#naviArea ul#navi_list li img {
				position: relative;
				display: block;
				z-index: 99;
				margin: -1px auto 0px;
			}

			div#naviArea ul#navi_list li#navi_tab_0 div {
				vertical-align: middle;
			}

#navi_tab_1 {
	position: relative;
	width: 23px;
	height: 28px;
}

#navi_tab_2 {
	position: relative;
	width: 23px;
	height: 34px;
}

#navi_tab_3 {
	position: relative;
	width: 40px;
	height: 28px;
}

div#popNaviArea {
	position: relative;
	display: block;
	z-index: 99999;
	margin: 0px auto;
	width: 960px;
}

	div#popNaviArea div.g_navi {
		position: absolute;
		width: 960px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 20px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}

	div#popNaviArea div#g_navi_0 {
		padding: 0px;
		border: medium none;
	}

	div#popNaviArea div.navi_child {
		display: inline-block;
		vertical-align: top;
		width: 22%;
		padding-bottom: 8px;
		padding-left: 35px;
		padding-right: 35px;
		background-image: url("../images/top1/taiyou_L.png");
		background-position: 20px 12px;
		background-repeat: no-repeat;
	}

	div#popNaviArea p {
		margin: 0px 5px;
		padding: 8px 2px 0px 11px;
	}

		div#popNaviArea p.navi_child_name {
			margin: 0px 5px;
			padding: 1px;
			font-size: 0.95em;
			font-weight: bold;
		}

	div#popNaviArea div.navi_child ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 900px;
	}

	div#popNaviArea div.navi_child li {
		margin-top: 8px;
		padding: 0px 2px 0px 4px;
		background-image: url("../images/top1/arrow-right-b.png");
		background-position: 8px 10px;
		background-repeat: no-repeat;
		font-size: 0.8em;
		line-height: 1em;
	}

	div#popNaviArea div.navi_type_2 {
		display: block;
		width: auto;
	}

		div#popNaviArea div.navi_type_2 li {
			display: inline-block;
			vertical-align: top;
			width: 20%;
		}

	div#popNaviArea div.noChild {
		display: none !important;
	}

/***********************************************************************************
　 ↑共通部分 end↑
************************************************************************************/

/* wysiwyg */
#mainShosai table.__wys_table
{
	width:auto;
}
.__wys_table td
{
	border:solid 1px #000000;
	padding:3px;
}
.__wys_table th
{
	background-color:#eeffee;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

/*** 埋め込み地図 ***/

/* ※2018/08/20：googleマップへのリンクを埋め込む分の高さを追加 */

/*マップの枠*/
div.iframeMapWaku_S_setLeft {
    width: 41%;
    float:left;
    margin-right:6px;
    /*height: 400px;*/
    height: 430px;
}

div.iframeMapWaku_S_setCenter {
    width: 100%;
    text-align:center;
    /*height: 400px;*/
    height: 430px;
}

div.iframeMapWaku_S_setRight {
    width: 41%;
    float:right;
    /*height: 400px;*/
    height: 430px;
}


div.iframeMapWaku_M_setLeft {
    width: 62%;
    float:left;
    margin-right:6px;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_M_setCenter {
    width: 100%;
    text-align:center;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_M_setRight {
    width: 62%;
    float:right;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_L_setLeft {
    width: 100%;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_L_setCenter {
    width: 100%;
    text-align:center;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_L_setRight {
    width: 100%;
    /*height:600px;*/
    height:630px;
}

/*マップ*/
div.iframeMapWaku_S_setLeft iframe.iframemap {
    width: 100%;
    /*height: 400px;*/
    height: 430px;
}

div.iframeMapWaku_S_setCenter iframe.iframemap {
    width: 41%;
    /*height: 400px;*/
    height: 430px;
}

div.iframeMapWaku_S_setRight iframe.iframemap {
    width: 100%;
    /*height: 400px;*/
    height: 430px;
}


div.iframeMapWaku_M_setLeft iframe.iframemap {
    width: 100%;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_M_setCenter iframe.iframemap {
    width: 62%;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_M_setRight iframe.iframemap {
    width: 100%;
    /*height:600px;*/
    height:630px;
}


div.iframeMapWaku_L_setLeft iframe.iframemap {
    width: 84%;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_L_setCenter iframe.iframemap {
    width: 84%;
    /*height:600px;*/
    height:630px;
}

div.iframeMapWaku_L_setRight iframe.iframemap {
    width: 84%;
    /*height:600px;*/
    height:630px;
}

div.futurePreview
{
    background:#f0f8ff;
    color:#191970;  
    padding:10px;
    border:solid 3px #191970;
}
div.previewDate
{
    font-weight:bold;
    font-size:1.3em;
    float:left;
    line-height:41px;
}
input.futurePreviewLink
{
    padding:7px 15px;
    font-size: 14px;
    float:right;
}


/****
 ↓熊本県移行用スタイル↓
****/
/*段落タイトル*/
/*段落見出しタイトル*/
div.migration h3.smallTitle {
    padding: 0 0 4px 21px;
    margin-bottom: 16px;
    font-size: 1.1em;
    line-height: 24px;
    border-bottom: dashed 1px #B1B0AF;
    background: url("../images/CssColorType/h3Ttl.gif") no-repeat 7px center;
}

/****
 ↑熊本県移行用スタイル↑
****/


/* 翻訳メニュー（Languages） start */
.select-box01 {
	float: left;
	width: 135px;
	max-width: 100%;
	margin: 0px 5px 0px 0px;
	padding: 6px 1px;
	border-radius: 5px;
	font-size: 1rem;
}

	.select-box01 .dropmenu {
		width: 100%;
		padding: 0;
		*zoom: 1;
		list-style-type: none;
		font-size: 0.9em;
	}

		.select-box01 .dropmenu img {
			padding-top: 5px;
		}

		.select-box01 .dropmenu:before, .dropmenu:after {
			content: "";
			display: table;
		}

		.select-box01 .dropmenu:after {
			clear: both;
		}

		.select-box01 .dropmenu ul {
			border: 1px solid #575757;
		}

		.select-box01 .dropmenu li {
			position: relative;
			float: left;
			text-align: center;
			width: 100%;
			margin: 0;
			padding: 0px;
		}

			.select-box01 .dropmenu li a {
				display: block;
				min-height: 20px;
				margin: 0px;
				padding: 3px 10px;
				text-decoration: none;
			}

			.select-box01 .dropmenu li ul {
				position: absolute;
				z-index: 9999;
				top: 100%;
				left: 0;
				margin: 0;
				padding: 0;
				list-style: none;
			}

				.select-box01 .dropmenu li ul li {
					width: 100%;
				}

					.select-box01 .dropmenu li ul li a {
						padding: 5px 2px;
						border-top: 1px solid #575757;
					}

						.select-box01 .dropmenu li ul li a.topsub {
							border-top: none !important;
						}

			.select-box01 .dropmenu li:hover > a.topmenu {
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				background: url(../images/top1/language.png) no-repeat;
			}

			.select-box01 .dropmenu li a.topmenu {
				background-image: url(../images/top1/language.png);
				background-repeat: no-repeat;
			}

		.select-box01 .dropmenu ul img {
			margin-left: 3px;
		}

	.select-box01 #normal li ul {
		left: -1000em;
	}

	.select-box01 #normal li:hover ul,
	.select-box01 #normal ul.focused {
		left: 0em;
	}
/* 翻訳メニュー（Languages） end */

#foreignSP {
	display: none;
	height: 0px;
}

/* 親子にやさしい子育てマップ */
.sfkensaku_cat8 .sf_search_block {
	width: 97%;
}
.sfkensaku_cat8 .sf_block_search_item td:has(label .mst3) {
	font-size: 0.9em;
}

.sfhanrei_cat8 .sf_search_block {
	width: 98%;
}
	.sfhanrei_cat8 .sf_search_block .sf_legend:has(.mst3) {
		font-size: 0.9em;
	}

	.sfhanrei_cat8 .sf_search_block .sf_block_search_item {
		margin-left: 10px;
	}

.sfkensaku_cat8 .sf_search_block .sf_heading.masterType1Name span,
.sfkensaku_cat8 .sf_search_block .sf_heading.masterType2Name span,
.sfkensaku_cat8 .sf_search_block .sf_heading.masterType3Name span {
	vertical-align: text-bottom;
}
.sfkensaku_cat8 .sf_search_block .sf_heading.masterType1Name::after {
	display: inline-block;
	content: url("../../searchFacility/common/images/i_01.png");
	width: 50px;
	height: 38px;
	position: relative;
	top: 6px;
	left: 0px;
}
.sfkensaku_cat8 .sf_search_block .sf_heading.masterType2Name::after {
	display: inline-block;
	content: url("../../searchFacility/common/images/i_02.png");
	width: 48px;
	height: 32px;
	position: relative;
	top: 6px;
	left: 0px;
}
.sfkensaku_cat8 .sf_search_block .sf_heading.masterType3Name::after {
	display: inline-block;
	content: url("../../searchFacility/common/images/i_04.png");
	width: 52px;
	height: 35px;
	position: relative;
	top: 6px;
	left: 0px;
}


/* こどもの居場所マップ */
.sfkensaku_cat25 .sf_block_search_item label .mst3,
.sfhanrei_cat25 .mst3 {
	display: none;
}

.sfkensaku_cat25 .sf_block_search_item td:has(label .mst3) {
	padding-bottom: 10px;
}
