@charset "utf-8";

/* ==================================================
layout
================================================== */

/* width setting */
#tmp_wrapper {
	max-width:1024px; /* デザインによって変更 */
	min-width:980px; /* デザインによって変更 */
}
#tmp_header,
#tmp_gnavi,
#tmp_wrap_main,
#tmp_publicity,
#tmp_fcnt,
/*.pnavi,*/
#tmp_sns_btn {
	width:980px;
}
#tmp_lcnt,
#tmp_rcnt {
	width:980px;
	margin:0 auto;
	position:relative;
}
#tmp_lcnt {
	z-index:10;
}
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#F5FAFE;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="reset"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
	border:1px solid #999999;
}
.enquete_button input {
	padding:0 5px;
}
/* wrapper
============================== */
#tmp_wrap_all {
	background-color:#F5FAFE;
	color:inherit;
	position:relative;
}
#tmp_wrapper {
	margin:0 auto;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0;
	margin:0 auto;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	clear:both;
}
#tmp_contents_wrap {
}
/* cate_ttl
============================== */
#tmp_cate_ttl {
	margin:10px 0 30px;
	padding:25px 0;
}
#tmp_cate_ttl h1,
#tmp_cate_ttl p {
	font-size:187.5% !important;
	line-height:1.2;
	color:#000000;
	padding:8px 20px 5px !important;
	margin:0 !important;
	border-bottom:none !important;
	font-weight:bold;
}
#tmp_cate_ttl p a {
	text-decoration:none;
}
#tmp_cate_ttl p a:hover {
	background-color:transparent;
}
#tmp_cate_ttl span {
	width:310px;
	color:#FFFFFF;
	display:block;
}
/* 企業庁 */
#tmp_cate_ttl.cate_ttl_kigyo {
	background:#2C80BE url(/shared/templates/free/images/contents/kigyo_ttl_bg01.jpg) right top no-repeat;
	color:#000000;
}
#tmp_cate_ttl.cate_ttl_kigyo h1,
#tmp_cate_ttl.cate_ttl_kigyo p {
	background:url(/shared/templates/free/images/contents/kigyo_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_kigyo a,
#tmp_cate_ttl.cate_ttl_kigyo span {
	background-color:#08408E;
	color:#FFFFFF;
}
/* 教育委員会 */
#tmp_cate_ttl.cate_ttl_kyoiku {
	background:#BCE0D6 url(/shared/templates/free/images/contents/kyoiku_ttl_bg01.jpg) right top no-repeat;
}
#tmp_cate_ttl.cate_ttl_kyoiku h1,
#tmp_cate_ttl.cate_ttl_kyoiku p {
	background:url(/shared/templates/free/images/contents/kyoiku_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_kyoiku a,
#tmp_cate_ttl.cate_ttl_kyoiku span {
	background-color:#2C705B;
	color:#FFFFFF;
}
/* 病院局 */
#tmp_cate_ttl.cate_ttl_byoin {
	background:#FFF3B8 url(/shared/templates/free/images/contents/byoin_ttl_bg01.jpg) right top no-repeat;
}
#tmp_cate_ttl.cate_ttl_byoin h1,
#tmp_cate_ttl.cate_ttl_byoin p {
	background:url(/shared/templates/free/images/contents/byoin_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_byoin a,
#tmp_cate_ttl.cate_ttl_byoin span {
	background-color:#886200;
	color:#FFFFFF;
}
/* インターネット放送局 */
#tmp_cate_ttl.cate_ttl_internet {
	background:#F9B0B0 url(/shared/templates/free/images/contents/internet_ttl_bg01.jpg) right top no-repeat;
}
#tmp_cate_ttl.cate_ttl_internet h1,
#tmp_cate_ttl.cate_ttl_internet p {
	background:url(/shared/templates/free/images/contents/internet_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_internet a {
	background-color:#E30050;
	color:#FFFFFF;
}
#tmp_cate_ttl.cate_ttl_internet span {
	background-color:#E30050;
	color:#FFFFFF;
	width:410px;
}
/* 議会 */
#tmp_cate_ttl.cate_ttl_gikai {
	background:url(/shared/templates/free/images/contents/gikai_ttl_bg01.jpg) right top no-repeat;
}
#tmp_cate_ttl.cate_ttl_gikai h1,
#tmp_cate_ttl.cate_ttl_gikai p {
	background:url(/shared/templates/free/images/contents/gikai_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_gikai a,
#tmp_cate_ttl.cate_ttl_gikai span {
	color:#FFFFFF;
}
/* 選挙管理委員会 */
#tmp_cate_ttl.cate_ttl_senkan {
	background:#FFFFBB url(/shared/templates/free/images/contents/senkan_ttl_bg01.jpg) right top no-repeat;
	color:#000000;
}
#tmp_cate_ttl.cate_ttl_senkan h1,
#tmp_cate_ttl.cate_ttl_senkan p {
	background:url(/shared/templates/free/images/contents/senkan_ttl_bg02.png) right top repeat-y;
}
#tmp_cate_ttl.cate_ttl_senkan span,
#tmp_cate_ttl.cate_ttl_senkyo p a {
	background-color:#FFDD49;
	color:#000000;
}
/* チーバくん */
#tmp_cate_ttl.cate_ttl_chiba-kun {
	background:#EEEEEE url(/shared/templates/chiba-kun/images/contents/chiba-kun_ttl_bg.jpg) right top no-repeat;
	padding:22px 0 21px 25px;
}
#tmp_cate_ttl.cate_ttl_chiba-kun h1,
#tmp_cate_ttl.cate_ttl_chiba-kun p {
	padding:0;
	margin:0;
	background:none;
}
/* 水道局 */
#tmp_cate_ttl.cate_ttl_suidou {
	background:#E6F3F9 url(/shared/templates/free/images/contents/suidou_ttl_bg01.jpg) right top no-repeat;
	color:inherit;
}
#tmp_cate_ttl.cate_ttl_suidou h1,
#tmp_cate_ttl.cate_ttl_suidou p {
	background:url(/shared/templates/free/images/contents/suidou_ttl_bg02.png) right top no-repeat;
	padding:0 !important;
}
#tmp_cate_ttl.cate_ttl_suidou span {
	background:url(/shared/templates/free/images/contents/suidou_ttl_icon.png) no-repeat left top;
	padding:8px 0 5px 80px;
	color:#000000;
}
#tmp_cate_ttl.cate_ttl_suidou a {
	color:#000000;
}
/* 幕張 */
#tmp_makuhari_ttl {
	background:url(/shared/templates/free/images/contents/makuhari_ttl_bg.jpg) right top no-repeat #CBF0FF;
	margin:0 0 20px;
	padding:32px 20px;
}
#tmp_contents #tmp_makuhari_ttl h1,
#tmp_contents #tmp_makuhari_ttl p {
	line-height:1.2;
	font-size:187.5%;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom:none;
	font-weight:bold;
	background:none;
}
#tmp_makuhari_ttl .small {
	font-size:66.7%;
}
#tmp_makuhari_ttl a {
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
/* 教えてみばの恵み */
#tmp_cate_ttl.cate_ttl_oshiete {
	background:#F1F0D6 url(/shared/templates/free_oshiete/images/contents/cate_ttl_bg.jpg) no-repeat right top;
	margin:0 0 15px;
	padding:0;
}
#tmp_cate_ttl.cate_ttl_oshiete h1,
#tmp_cate_ttl.cate_ttl_oshiete p {
	color:#000000;
	padding:0 !important;
	margin:0 !important;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
	background-color:#FFFFFF;
	color:inherit;
	margin:0 0 10px;
	padding:10px 20px;
}
.wrap_col_main {
	width:725px;
	float:right;
	padding:0;
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:225px; /* デザインによって変更 */
	margin-right:-255px; /* デザインによって変更 */
	margin-left:22px;
}
.format_top .column_full .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .col_main {
	margin-left:255px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_lft_navi {
	width:225px; /* デザインによって変更 */
	margin-right:0; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:0; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:0; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-0; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:0; /* デザインによって変更 */
}
/* smartphonelink
============================== */
#tmp_smartphonelink {
	display:none;
	color:#FFFFFF;
	padding:40px 0;
	text-align:center;
	background-color:#555555;
	font-weight:bold;
	font-size:306%;
}
#tmp_smartphonelink a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:50px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_tab_cal {
	background-image:url(/shared/templates/free/images/contents/event/sp/tab_icon_cal.gif);
}
#tmp_tab_list {
	background-image:url(/shared/templates/free/images/contents/event/sp/tab_icon_list.gif);
}
@media screen and (max-width : 540px) {
#tmp_smartphonelink {
	display:block;
}
}
/* ==================================================
header
================================================== */
#tmp_head_wrap {
	position:relative;
}
#tmp_wrap_head_top_bg {
	min-width:980px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	position:relative;
}
#tmp_head_top_bg {
	width:1024px;
}
#tmp_head_top .head_bg1,
#tmp_head_top .head_bg2,
#tmp_head_top .head_bg3 {
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	width:340px;
	height:158px;
}
#tmp_head_top .head_bg1,
#tmp_head_top .head_bg2 {
	margin-right:2px;
}
#tmp_head_top .head_bg1 {
	background-image:url(/shared/images/header/head_bg1.jpg);
}
#tmp_head_top .head_bg2 {
	background-image:url(/shared/images/header/head_bg2.jpg);
}
#tmp_head_top .head_bg3 {
	background-image:url(/shared/images/header/head_bg3.jpg);
}
#tmp_head_top .head_bg_shadow {
	position:absolute;
	left:0;
	top:128px;
	height:30px;
	width:100%;
	background:url(/shared/images/header/head_bg_shadow.png) repeat-x left bottom;
}
#tmp_head_top_cnt p {
	font-weight:bold;
	color:#444444;
	float:left;
}
#tmp_head_top_cnt {
	margin-top:-158px;
	border-top:2px solid #D91111;
	background:url(/shared/images/header/head_top_bg.png) top left repeat;
	color:inherit;
	padding:2px 22px;
	position:relative;
	z-index:1;
	clear:both;
}
#tmp_head_top_cnt p span {
	font-size:71.4%;
	color:#D81111;
	background-color:transparent;
	margin:0 0 0 1em;
}
#tmp_hnavi {
	float:right;
	text-align:right;
	list-style:none;
}
#tmp_hnavi li {
	float:left;
	font-size:85.7%;
	line-height:170%;
	font-weight:bold;
	padding:0 0 0 1.5em;
}
#tmp_hnavi li a {
	color:#444444;
	text-decoration:none;
	margin:0;
	padding:0 0 0 1.5em;
}
#tmp_hnavi .func_language a {
	background:url(/shared/images/header/head_language_icon.png) left center no-repeat;
}
#tmp_hnavi .func_fc a {
	background:url(/shared/images/header/head_fc_icon.png) left center no-repeat;
}
#tmp_hnavi .func_rs a {
	background:url(/shared/images/header/head_rs_icon.png) left center no-repeat;
}
#tmp_hnavi li a:hover,
#tmp_hnavi li.active a,
#tmp_hnavi li a:focus {
	color:#D81111;
	background-color:inherit;
}
#tmp_header {
	margin:0 auto;
	padding:10px 0 40px;
}
#tmp_hlogo {
	float:left;
	display:block;
	width:225px;
	height:84px;
	background:url(/shared/images/header/hlogo.gif) no-repeat left 10px;
	color:inherit;
	padding:10px 0 0;
}
#tmp_hlogo_top {
	display:block;
	width:225px;
	height:84px;
	background:url(/shared/images/header/hlogo.gif) no-repeat left 10px;
	color:inherit;
	padding:10px 0 0;
}
#tmp_hlogo a,
#tmp_hlogo_top a {
	display:block;
	width:225px;
	height:84px;
}
#tmp_hlogo span,
#tmp_hlogo_top span {
	display:block;
	width:225px;
	height:84px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_hnavi_s {
	display:none;
}
/* search */
#tmp_head_search {
	float:right;
	background:url(/shared/images/header/head_search_bg.png) left top repeat;
	color:inherit;
	text-align:right;
	padding:6px 10px;
}
#tmp_head_search input,
#tmp_head_search label,
#tmp_head_search select,
#tmp_head_search label img {
	vertical-align:middle;
}

#tmp_head_search label {
	margin:0 5px 0 0;
}
#tmp_query {
	width:220px;
	background-color:#FFFFFF;
	color:inherit;
	border:1px solid #BBBBBB;
	border-radius:3px;
	line-height:120%;
	margin:0 5px 0 0;
	padding:3px 5px;
}
* html #tmp_query {
	width:222px;
}
#tmp_func_sch_btn {
	background-color:#555555;
	border:none;
	border-radius:3px;
	color:#FFFFFF;
	padding:0 18px;
	margin:0 0.5em 0 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#tmp_head_search .help {
	color:#333333;
	text-decoration:none;
	background:url(/shared/images/icon/gray_sq_arrow.gif) left center no-repeat;
	padding:0 0 0 1em;
	filter:dropshadow(color=#FFFFFF,offX= 0,offY=-2)
	dropshadow(color=#FFFFFF,offX= 2,offY= 0)
	dropshadow(color=#FFFFFF,offX= 0,offY= 2)
	dropshadow(color=#FFFFFF,offX=-2,offY= 0);
	text-shadow:0 2px 1px #FFFFFF, 2px 2px 1px #FFFFFF, 2px 0 1px #FFFFFF, 2px -2px 1px #FFFFFF, 0 -2px 1px #FFFFFF, -2px -2px 1px #FFFFFF, -2px 2px 1px #FFFFFF, -2px 0 1px #FFFFFF, 0 1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, 1px 0 1px #FFFFFF, 1px -1px 1px #FFFFFF, 0 -1px 1px #FFFFFF, -1px -1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, -1px 0 1px #FFFFFF;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	margin:0 auto;
	padding:0 0 25px;
	position:relative;
	z-index:998;
}
#tmp_gnavi ul.gnavi_main,
#tmp_gnavi ul.gnavi_main02,
#tmp_gnavi ul.gnavi_sub {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-weight:bold;
}
#tmp_gnavi ul.gnavi_main {	
	border-top:2px solid #529ED8;
	border-left:2px solid #529ED8;
	border-bottom:2px solid #529ED8;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	background:url(/shared/images/navi/gnavi/gnavi_main_bg.gif) left 45px repeat-x #C9E2F5;
	color:inherit;
	width:633px;
	float:left;
}
#tmp_gnavi ul.gnavi_main02 {
	border-top:2px solid #D24445;
	border-right:2px solid #D24445;
	border-bottom:2px solid #D24445;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:0 3px 3px 0;
	background:url(/shared/images/navi/gnavi/gnavi_main02_bg.gif) left 45px repeat-x #FFEEF3;
	color:inherit;
	width:124px;
	float:left;
}
#tmp_gnavi ul.gnavi_sub {	
	border:2px solid #B8D9F1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:url(/shared/images/navi/gnavi/gnavi_sub_bg.gif) left 45px repeat-x #EEF7FB;
	color:inherit;
	width:205px;
	float:right;
}
#tmp_gnavi ul li {
/*	padding:5px 0;*/
	line-height:130%;
	position:relative;
}
#tmp_gnavi ul li a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding:54px 20px 5px;
}
#tmp_gnavi ul.gnavi_main li a{
	border-right:1px solid #74B3E0;
}
#tmp_gnavi ul li#tmp_gnavi07 a {
	border-right:1px solid #B8D9F1;
}

#tmp_gnavi ul.gnavi_main li,
#tmp_gnavi ul.gnavi_main02 li {
	float:left;
	word-break:keep-all;
}
#tmp_gnavi ul.gnavi_sub li {
	float:left;
}
#tmp_gnavi ul li#tmp_gnavi01 {
	width:125px;
}
#tmp_gnavi ul li#tmp_gnavi02,
#tmp_gnavi ul li#tmp_gnavi03, 
#tmp_gnavi ul li#tmp_gnavi04, 
#tmp_gnavi ul li#tmp_gnavi05 {
	width:127px;
}
#tmp_gnavi ul li#tmp_gnavi06 {
	width:124px;
}
#tmp_gnavi ul li#tmp_gnavi07 {
	width:102px;
}
#tmp_gnavi ul li#tmp_gnavi08 {
	width:103px;
}
#tmp_gnavi01 {
	background:url(/shared/images/navi/gnavi/gnavi_icon01.png) center 5px no-repeat;
}
#tmp_gnavi01:hover,
#tmp_gnavi01.active,
#tmp_gnavi01:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon01_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi02{
	background:url(/shared/images/navi/gnavi/gnavi_icon02.png) center 5px no-repeat;
}
#tmp_gnavi02:hover,
#tmp_gnavi02.active,
#tmp_gnavi02:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon02_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi03 {
	background:url(/shared/images/navi/gnavi/gnavi_icon03.png) center 5px no-repeat;
}
#tmp_gnavi03:hover,
#tmp_gnavi03.active,
#tmp_gnavi03:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon03_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi04 {
	background:url(/shared/images/navi/gnavi/gnavi_icon04.png) center 5px no-repeat;
}
#tmp_gnavi04:hover,
#tmp_gnavi04.active,
#tmp_gnavi04:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon04_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi05 {
	background:url(/shared/images/navi/gnavi/gnavi_icon05.png) center 5px no-repeat;
}
#tmp_gnavi05:hover,
#tmp_gnavi05.active,
#tmp_gnavi05:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon05_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi06 {
	background:url(/shared/images/navi/gnavi/gnavi_icon06.png) center 5px no-repeat;
}
#tmp_gnavi06:hover,
#tmp_gnavi06.active,
#tmp_gnavi06:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon06_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi07 {
	background:url(/shared/images/navi/gnavi/gnavi_icon07.png) center 5px no-repeat;
}
#tmp_gnavi07:hover,
#tmp_gnavi07.active,
#tmp_gnavi07:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon07_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}
#tmp_gnavi08 {
	background:url(/shared/images/navi/gnavi/gnavi_icon08.png) center 5px no-repeat;
}
#tmp_gnavi08:hover,
#tmp_gnavi08.active,
#tmp_gnavi08:focus {
	background:url(/shared/images/navi/gnavi/gnavi_icon08_on.png) center 5px no-repeat #FFFFFF;
	color:inherit;
}

/* drop_down_hidden */
#tmp_gnavi li ul {
	margin:0;
}
#tmp_gnavi .drop_down_hidden {
	display:none;
	position:absolute;
	top:auto;
	left:-1px;
	z-index:9999;
	width:406px;
	background-color:#FFFFFF;
	color:inherit;
	border:2px solid #529ED8;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block !important;
	border:none !important;
}
#tmp_gnavi06 .drop_down_hidden {
	left:auto !important;
	right:-2px !important;
}
#tmp_gnavi .drop_down_hidden li {
	list-style:none;
	float:left;
	display:inline;
	width:203px;
	word-break:break-all !important;
	background-color:#FFFFFF;
	font-size:88%;
	padding:0;
}
#tmp_gnavi .drop_down_hidden li:last-child {
	border-bottom:none !important;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	border:none !important;
	background:url(/shared/images/icon/black_arrow.gif) 10px 15px no-repeat !important;
	text-align:left;
	font-weight:normal;
	padding:10px 10px 10px 20px !important;
	margin:0 !important;
	text-decoration:underline;
	border-right:1px dotted #59A2DA !important;
	border-bottom:1px dotted #59A2DA !important;
}
#tmp_gnavi .drop_down_hidden li:hover,
#tmp_gnavi .drop_down_hidden li.active,
#tmp_gnavi .drop_down_hidden li:focus,
#tmp_gnavi .drop_down_hidden li a:hover,
#tmp_gnavi .drop_down_hidden li.active a,
#tmp_gnavi .drop_down_hidden li a:focus {
	background-color: #E3F0FB !important;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li,
*:first-child+html #tmp_gnavi .drop_down_hidden li a {
	min-height:1%;
}
#tmp_gnavi .drop_down_hidden li span {
	position:relative;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	clear:both;
}
#tmp_pankuzu p {
	margin:0 0 5px !important;
}
#tmp_sma_pankuzu {
	display:none;
}
/* print_btn
============================== */
#tmp_print_btn {
	float:right;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl,
#tmp_lnavi .lnavi_ttl {
	padding:9px 10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#555555;
}
#tmp_lnavi .lnavi_ttl {
	margin-bottom:1px;
}
#tmp_lnavi_ttl a,
#tmp_lnavi .lnavi_ttl a {
	display:block;
	color:#FFFFFF;
	background-color:#555555;
}
#tmp_lnavi_cnt,
#tmp_lnavi .lnavi_cnt {
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_lnavi_cnt ul,
#tmp_lnavi .lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li,
#tmp_lnavi .lnavi_cnt li {
	padding:9px 10px 9px 24px;
	border-bottom:1px dotted #CCCCCC;
	background:url(/shared/images/icon/gray_sq_arrow.gif) no-repeat 10px 14px;
}
#tmp_lnavi .lnavi_cnt ul ul {
	padding-top:5px;
}
#tmp_lnavi .lnavi_cnt ul ul li {
	padding:6px 5px 6px 10px;
	background: url(/shared/images/icon/black_arrow.gif) no-repeat left 12px;
	border-bottom:none;
}
/* switch_menu */
#tmp_lnavi_cnt .switch_menu ul {
	background:url(/shared/images/navi/lnavi/lnavi_list_line.gif) left top repeat-x;
	padding:0 0 0 20px;
}
#tmp_lnavi_cnt .switch_menu li {
	background:url(/shared/images/navi/lnavi/lnavi_list_line.gif) left bottom repeat-x;
	line-height:1.2;
}
#tmp_lnavi_cnt .switch_menu li .switch {
	display:block;
	float:left;
	padding:10px 5px 10px 5px;
}
#tmp_lnavi_cnt .switch_menu li a {
	padding:10px 0;
	background:none;
}
#tmp_lnavi_cnt .switch_cnt {
	display:none;
	background:url(/shared/images/navi/lnavi/lnavi_list_line.gif) left bottom repeat-x;
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	background:none !important;
	padding:5px 0;
}
#tmp_lnavi_cnt .switch_cnt li a {
	background:url(/shared/images/icon/gray_sq_arrow.gif) left center no-repeat;
	padding:0 0 0 15px;
}
#tmp_lnavi_cnt .more,
#tmp_lnavi .lnavi_cnt .more {
	text-align:right;
	padding:5px 5px 5px 0;
}
#tmp_lnavi_cnt .more a,
#tmp_lnavi .lnavi_cnt .more a {
	background:url(/shared/images/navi/lnavi/lnavi_search_more_arrow.gif) left center no-repeat;
	padding:0 0 0 1em;
	display:inline;
}
/* lmenu
============================== */
.box_byouin_lmenu {
	margin:0 0 20px;
}
.box_byouin_lmenu img {
	vertical-align:top;
}
.box_byouin_lmenu_cnt {
	background-color:#FFFFFF;
	color:inherit;
	border:1px solid #C6EAFA;
	padding:10px 9px 2px;
}
#tmp_lmenu_hospital .box_byouin_lmenu_cnt ul {
	list-style:none;
	list-style-image:none;
	padding-bottom:10px;
}
#tmp_lmenu_hospital .box_byouin_lmenu_cnt ul li {
	margin-bottom:10px;
}
#tmp_lmenu_hospital .box_byouin_lmenu_cnt p {
	padding-bottom:10px;
}
#tmp_lmenu_hospital .box_byouin_lmenu_cnt .hospital_movie {
	margin-bottom:3px;
}
/* link_btn
============================== */
.link_btn {
	list-style:none;
	list-style-image:none;
}
.link_btn li {
	margin-bottom:4px;
}
.link_btn li img {
	vertical-align:top;
}
/* lsearch
============================== */
#tmp_lsearch {
	margin:0 0 20px;
	clear:both;
}
#tmp_lsearch_ttl {
	padding:0 0 10px;
}
#tmp_lsearch_cnt .switch_menu {
	clear:both;
}
#tmp_lsearch_cnt .switch_ttl {
	font-weight:bold;
	margin:0 0 2px;
	position:relative;
	display:block;
}
#tmp_lsearch_cnt .switch_ttl a {
	background-color:#D0E7F9;
	color:#202020;
	padding:10px 15px 10px 10px;
	display:block;
	text-decoration:none;
}
#tmp_lsearch_cnt .switch_ttl a img {
	position:absolute;
	right:10px;
	top:13px;
}
#tmp_lsearch_cnt .switch_cnt {
	padding:0 0 0 10px;
	margin:0 0 10px;
	border-bottom:1px solid #D0E7F9;
	background-color:#FFFFFF;
	color:inherit;
	clear:both;
}
#tmp_lsearch_cnt .switch_cnt ul {
	list-style:none;
}
#tmp_lsearch_cnt .switch_cnt li {
	list-style:url(/shared/images/icon/gray_sq_arrow.gif);
	padding:5px 10px 5px 0;
	margin:0 0 0 1em;
}
#tmp_lsearch_cnt .switch_cnt li a {
}
#tmp_lsearch_cnt .switch_cnt .more {
	text-align:right;
	font-weight:bold;
	list-style:none;
}
#tmp_lsearch_cnt .switch_cnt .more a {
	background:url(/shared/images/navi/lnavi/lnavi_search_more_arrow.gif) left center no-repeat;
	padding:0 0 0 1em;
}

#tmp_lrecommend {
	margin:0 0 15px;
}
#tmp_lrecommend_ttl {
	margin:0;
	padding:0 0 5px;
}
#tmp_lrecommend_cnt {
}
#tmp_lrecommend_cnt ul {
	list-style:none;
}
#tmp_lrecommend_cnt ul li {
	margin:0;
	padding:0 0 5px;
}
#tmp_lrecommend_cnt ul li img {
	vertical-align:top;
}
#tmp_service_stop {
	margin:0 0 15px;
}
#tmp_service_stop_ttl {
	background-color:#555555;
	color:#FFFFFF;
	padding:3px 10px;
	font-weight:bold;
	margin:0 0 2px;
}
#tmp_service_stop_cnt {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding:9px;
	color:inherit;
}
#tmp_service_stop_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_service_stop_cnt ul li {
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 3px;
	padding-left:14px;
	margin-bottom:5px;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	color:inherit;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
	color:inherit;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
	color:inherit;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
	color:inherit;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* pnavi
============================== */
.pnavi {
	text-align:right;
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop {
	font-weight:bold;
	background: url(/shared/images/navi/pnavi/pagetop_bg.png) right top no-repeat;
	padding:10px 80px 0 0;
	display:inline-block;
	margin-bottom:0 !important;
	width:11em;
}
.pnavi .ptop a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:13px 10px 8px
}
.pnavi .ptop .close_btn {
	width:17px;
	position:absolute;
	top:0;
	right:0;
	padding:0;
}
/* ==================================================
main
================================================== */
/*
#tmp_main {
	width:100%; /* 変更しない 
	clear:both; /* 変更しない 
}
*/
*:first-child+html #tmp_lcnt,
*:first-child+html #tmp_rcnt {
	width:auto;
	padding:0 22px;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:20px;
	border:2px solid #D31616;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px 2px;
	background-color:#D31616;
	color:#FFFFFF;
}
#tmp_emergency_ttl h2 {
	font-size:114.3% !important;
	font-weight:bold;
	float:left;
	padding:0 !important;
	margin:0 !important;
	background-color:transparent !important;
}
#tmp_emergency_ttl .emergency_navi {
	padding:3px 0 2px !important;
	margin:0 !important;
	float:right;
	list-style:none;
}
#tmp_emergency_ttl .emergency_navi li {
	background-color:transparent;
	color:#FFFFFF;
	float:left;
	margin:0 !important;
}
#tmp_emergency_ttl .emergency_navi li a {
	background:url(/shared/images/icon/white_sq_arrow02.gif) 1em center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 2.2em;
}
#tmp_emergency_ttl .emergency_navi li a.rss {
	background:url(/shared/images/icon/emergency_rss.gif) 1em center no-repeat;
	padding-left:2.4em;
}	
#tmp_emergency_cnt {
	padding:8px 8px 0;
	background-color:#FFFFFF;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
#tmp_emergency_cnt table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_emergency_cnt table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_emergency_cnt table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_emergency_cnt table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_emergency_cnt table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	width:310px;
	float:left;
	padding:0 0 20px;
}
#tmp_emergency_s_ttl {
	color:inherit;
	background-color:#D31716;
}
#tmp_emergency_s_ttl a{
	padding:3px 10px 3px 2em;
	background:url(/shared/images/icon/white_sq_arrow02.gif) 10px center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#tmp_emergency_s_cnt {
	padding:10px 10px 0;
	background:#FFEAF1;
}
#tmp_emergency_s_cnt ul {
	margin:0 0 0 1em;
}
#tmp_emergency_s_cnt ul li {
	line-height:130%;
	list-style:url(/shared/images/icon/list_icon_red.gif);
	padding:0 0 10px;
	width:auto !important;
}
#tmp_emergency_s_cnt .bnr_detail {
	display:none;
}
/* important_news
============================== */
#tmp_important_news {
	border:2px solid #D31616;
	margin:0 0 20px;
	clear:both;
}
#tmp_important_news_ttl {
	padding:0 10px 2px;
	background-color:#D31616;
	color:#FFFFFF;
}
#tmp_important_news_ttl h2 {
	font-size:114.3%;
	margin:0 !important;
	background-color:#D31616 !important;
	color:#FFFFFF !important;
}
#tmp_important_news_cnt {
	padding:10px 10px 0;
	background-color:#FFFFFF !important;
	color:#333333 !important;
}
#tmp_important_news_cnt ul {
	margin:0 0 0 1em !important;
}
#tmp_important_news_cnt ul li {
	line-height:130%;
	list-style:url(/shared/images/icon/list_icon_red.gif) !important;
	padding:0 0 10px !important;
}
/* update
============================== */
#tmp_wrap_update {
	clear:both;
}
#tmp_update {
	color:#666666;
	background-color:inherit;
	margin:0 !important;
}
#tmp_update_label {
	clear:both;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 15px;
	color:#FFFFFF;
	background-color:#3379AC;
	font-weight:bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
	background-color:#F5FAFE;
	color:inherit;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em auto 0;
	width:205px;
}
#tmp_inquiry_cnt .inquiry_btn input {
	background:url(/shared/images/icon/gray_sq_arrow.gif) 1.3em center no-repeat #FFFFFF;
	color:inherit;
	border:none;
	display:inline-block;
	padding:1px 2em 1px 2.5em;
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#555555;
	color:#FFFFFF;
	font-weight:bold;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
	background-color:#EEEEEE;
	color:inherit;
}
#tmp_feedback_cnt fieldset {
	line-height:1.2;
}
#tmp_feedback_cnt dt,
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd,
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p,
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	text-align:center;
	margin:0 !important;
}
#tmp_feedback_cnt .submit input {
	margin:0.8em 0 0 0 !important;
	background:url(/shared/images/icon/gray_sq_arrow.gif) 1em center no-repeat #FFFFFF;
	border:none;
	color:inherit;
	display:inline;
	line-height:180%;
	padding:0 2em 0 3em;
	cursor:pointer;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	clear:both;
	margin:0 auto;
}
#tmp_publicity_ttl {
	padding:20px 10px 10px;
	width:109px;
	float:left;
	color:inherit;
	background-color:#DAECFA;
	text-align:center;
}
#tmp_publicity_ttl p {
	margin:0 0 10px;
	line-height:140%;
}
#tmp_publicity_ttl a {
	background:url(/shared/images/icon/gray_sq_arrow.gif) left 0.3em no-repeat;
	padding:0 0 0 1em;
}
#tmp_publicity_cnt {
	width:851px;
	float:right;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	padding:0 0 10px 10px;
	width:160px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change {
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_model_change p {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change p a {
	display:block; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-decoration:none;
	text-align:center;
	padding:16px 10px;
	color:#000000;
}
#tmp_model_change p a span {
	padding-left:15px;
	background:url(/shared/images/icon/white_sq_arrow.gif) no-repeat left center;
}
#tmp_model_change #tmp_switch_pc_style {
	margin-bottom:30px;
}
#tmp_model_change #tmp_switch_sp_style {
	margin-bottom:50px
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_sns_btn {
	clear:both;
	margin:0 auto 10px;
}
#tmp_social_plugins {
	float:right;
	margin:0 0 0 auto;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin-right:20px;
}
#tmp_social_plugins .twitter_btn {
	width:90px;
}
#tmp_footer {
	border-top:2px solid #DAECFA;
	background-color:#DDDDDD;
	color:inherit;
	clear:both;
}
/* recentaccess
============================== */
#tmp_recentaccess {
	background:#FFFFFF;
	padding:10px 22px;
}
#tmp_recentaccess_ttl {
	padding:0 0 10px;
	font-weight:bold;
}
#tmp_recentaccess_ttl a {
	font-weight:normal;
	background:url(/shared/images/icon/gray_sq_arrow.gif) left center no-repeat;
	padding:0 0 0 1.1em;
	margin:0 0 0 1em;
}
#tmp_recentaccess_cnt {
	line-height:180%;
}
#tmp_recent_reset {
	margin:0 0 20px;
}
/* fcnt
============================== */
#tmp_fcnt {
	margin:0 auto;
	padding:10px 0;
}
#tmp_fcnt address {
	font-style:normal;
	margin:0 0 10px;
}
#tmp_fcnt .fcnt_ttl {
	font-weight:bold;
	font-size:128.6%;
	line-height:160%;
	margin:0 1em 0 0;
}
#tmp_fcnt .guide {
	background-color:#D31616;
	color:#FFFFFF;
	display:inline-block;
	margin:0 0 0 10px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
#tmp_fcnt .guide span {
	padding:1px 0.7em 1px 1.2em;
	background:url(/shared/images/footer/footer_guide_arrow.gif) 0.7em center no-repeat;
}
/* fnavi
============================== */
#tmp_fnavi {
	list-style:none;
}
#tmp_fnavi li {
	background:url(/shared/images/icon/red_arrow.gif) left center no-repeat;
	padding:0 15px 0 10px;
	margin:0 0 5px;
	float:left;
}
#tmp_fnavi li a {
	color:#333333;
	background-color:transparent;
	white-space:nowrap;
}
#tmp_copyright {
	background:#555555;
	border-top:1px solid #BBBBBB;
	text-align:center;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0;
	font-size:85.7%;
	line-height:160%;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_bigger {
	font-size:180%;
}
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent:1em; /* 変更しない */
}
.txt_line_red {
	padding:1px;
	border:1px solid #EA0000;
}
.txt_bg_pink {
	padding:1px;
	background-color:#FFDFE8;
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_contents table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
}
.box_faq .box_faq_ttl p {
	margin:1.5em 0 0.8em; /* 変更しない */
	border-left:5px solid #D31616;
	padding:0 0 0 5px;
	line-height:1.2;
	font-weight:bold;
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
	background-color:#F4F4F4;
	color:inherit;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style:url(/shared/images/icon/gray_sq_arrow.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}

/* box_faq
============================== */
.custom_chiba-kun div.box_faq {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #666666;
	clear:both; /* 変更しない */
}
.custom_chiba-kun .box_faq .box_faq_ttl {
	padding:10px 7px;
	font-weight:bold;
	color:inherit;
	background-color:#DDDDDD;
}
.custom_chiba-kun .box_faq .box_faq_ttl p {
	margin:0 !important;
	padding:0;
	border-left:none;
}
.custom_chiba-kun .box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.custom_chiba-kun .box_faq ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(/shared/templates/chiba-kun/images/contents/list_icon.gif) !important; /* 変更しない */
}
.custom_chiba-kun .box_faq ol {
	margin-bottom:0.8em;
	margin-left:24px;
}
/* cate_banner
============================== */
#tmp_cate_banner {
    margin: 0 0 20px;
}
#tmp_cate_banner ul {
    list-style-image: url(/shared/templates/free/images/contents/list_icon3.gif) !important;
    margin: 0 0 0.5em 18px !important;
}
#tmp_cate_banner li {
    margin: 0 0 0.5em !important;
}
#tmp_cate_banner .banner_list {
    font-size: 0.1%;
    line-height: 0.1;
    list-style: outside none none;
    margin-left: 0;
}
#tmp_cate_banner .banner_list li {
    margin-bottom: 10px !important;
}
#tmp_cate_banner img {
    vertical-align: top;
}
/* fieldset
============================== */
fieldset.hide_leg legend {
	display:none;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_html,
a.icon_csv,
a.icon_zip,
a.icon_lzh {
	margin:0 3px;
	padding-left:46px;
	text-indent:0 !important;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
a.icon_html {
	background:url(/shared/system/images/linkicon/icon_html.gif) no-repeat 0 0.2em;
}
a.icon_csv {
	background:url(/shared/system/images/linkicon/icon_csv.gif) no-repeat 0 0.2em;
}
a.icon_zip {
	background:url(/shared/system/images/linkicon/icon_zip.gif) no-repeat 0 0.2em;
}
a.icon_lzh {
	background:url(/shared/system/images/linkicon/icon_lzh.gif) no-repeat 0 0.2em;
}
.icon_external {
		margin-left:5px;
		vertical-align:middle;
}
.icon_ext {
	display:inline-block;
	width:45px;
	height:13px;
	background:url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:10px;
	vertical-align:middle;
}
* html #tmp_main p a.icon_pdf,
* html #tmp_main p a.icon_word,
* html #tmp_main p a.icon_excel,
* html #tmp_main p a.icon_html,
* html #tmp_main p a.icon_csv,
* html #tmp_main p a.icon_zip,
* html #tmp_main p a.icon_lzh {
	height:1%;
}
*:first-child+html #tmp_main p a.icon_pdf,
*:first-child+html #tmp_main p a.icon_word,
*:first-child+html #tmp_main p a.icon_excel,
*:first-child+html #tmp_main p a.icon_html,
*:first-child+html #tmp_main p a.icon_csv,
*:first-child+html #tmp_main p a.icon_zip,
*:first-child+html #tmp_main p a.icon_lzh {
	height:1%;
}

* html #tmp_main table a.icon_pdf,
* html #tmp_main table a.icon_word,
* html #tmp_main table a.icon_excel,
* html #tmp_main table a.icon_html,
* html #tmp_main table a.icon_csv,
* html #tmp_main table a.icon_zip,
* html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
* html #tmp_main li a.icon_pdf,
* html #tmp_main li a.icon_word,
* html #tmp_main li a.icon_excel,
* html #tmp_main li a.icon_html,
* html #tmp_main li a.icon_csv,
* html #tmp_main li a.icon_zip,
* html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}

*:first-child+html #tmp_main table a.icon_pdf,
*:first-child+html #tmp_main table a.icon_word,
*:first-child+html #tmp_main table a.icon_excel,
*:first-child+html #tmp_main table a.icon_html,
*:first-child+html #tmp_main table a.icon_csv,
*:first-child+html #tmp_main table a.icon_zip,
*:first-child+html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
*:first-child+html #tmp_main li a.icon_pdf,
*:first-child+html #tmp_main li a.icon_word,
*:first-child+html #tmp_main li a.icon_excel,
*:first-child+html #tmp_main li a.icon_html,
*:first-child+html #tmp_main li a.icon_csv,
*:first-child+html #tmp_main li a.icon_zip,
*:first-child+html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}

/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#DDF7F6; /* デザインによって変更 */
}
td.bg_lightyellow,
th.bg_lightyellow {
	color:inherit;
	background-color:#FFFFC7; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFEDDF; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
@media screen and (max-width : 540px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */	

/* ==================================================
20160324
================================================== */
/* 千葉県水道局工業用水部 */
#tmp_cate_ttl.cate_ttl_yosui {
	background:#E6EEF9 url(/shared/templates/free/images/contents/yosui_ttl_bg01.jpg) right top no-repeat;
	color:inherit;
}
#tmp_cate_ttl.cate_ttl_yosui h1,
#tmp_cate_ttl.cate_ttl_yosui p {
	background:url(/shared/templates/free/images/contents/yosui_ttl_bg02.png) right top repeat-y;
	padding:0 !important;
}
#tmp_cate_ttl.cate_ttl_yosui span {
	background:url(/shared/templates/free/images/contents/yosui_ttl_icon.png) no-repeat left top;
	padding:8px 0 5px 80px;
	color:#000000;
}
#tmp_cate_ttl.cate_ttl_yosui a {
	color:#000000;
}
/* ==================================================
20160422
================================================== */
.no_javascript #tmp_head_top {
	margin-bottom:-2em;
}
.no_javascript #tmp_head_top_cnt {
	min-height:2em;
	box-sizing:border-box;
	position:relative;
	z-index:11;
}
.no_javascript #tmp_header {
	padding-top:2em;
}
.no_javascript #tmp_hlogo_top,
.no_javascript #tmp_hlogo {
	padding-top:20px;
	background-position:left 20px;
}
.no_javascript #tmp_head_search {
	margin-top:10px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_rcnt:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_head_wrap:after,
#tmp_head_top:after,
#tmp_head_top_bg:after,
#tmp_head_top_cnt:after,
#tmp_head_top .wrap_head_bg:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_lsearch:after,
#tmp_lsearch_ttl:after,
#tmp_lsearch_cnt .switch_menu:after,
#tmp_lsearch_cnt .switch_menu_ttl:after,
#tmp_lsearch_cnt .switch_menu_cnt:after,
#tmp_wrap_update:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_sns_btn:after,
#tmp_publicity:after,
#tmp_publicity_cnt:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
#tmp_emergency_ttl:after,
#tmp_important_news:after,
#tmp_important_news_ttl:after,
#tmp_important_news_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.fbox:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_rcnt,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_head_wrap,
*:first-child+html #tmp_head_top,
*:first-child+html #tmp_head_top_bg,
*:first-child+html #tmp_head_top_cnt,
*:first-child+html #tmp_head_top .wrap_head_bg,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_lsearch,
*:first-child+html #tmp_lsearch_ttl,
*:first-child+html #tmp_lsearch_cnt .switch_menu,
*:first-child+html #tmp_lsearch_cnt .switch_menu_ttl,
*:first-child+html #tmp_lsearch_cnt .switch_menu_cnt,
*:first-child+html #tmp_wrap_update,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_sns_btn,
*:first-child+html #tmp_publicity,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_important_news,
*:first-child+html #tmp_important_news_ttl,
*:first-child+html #tmp_important_news_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt,
*:first-child+html .fbox {
	min-height:1%; /* 変更しない */
}
