@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#FFFFFF;
	position: relative;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
.chat_bot {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9000;
	cursor:pointer;
}
.chat_bot .switch_btn {
	position:absolute;
	right:5px;
	top:-30px;
}
.chat_bot .switch_btn a {
	display:block;
    color: #FFFFFF;
    background-color: #C2134E;
    padding: 3px 5px 2px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    width:17px;
    text-align:center;
    overflow:hidden;
}
.chat_bot .switch_btn a:before,
.chat_bot .switch_btn a:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 12px;
    left: 6px;
}
.chat_bot .switch_btn a:before {
    transform: rotate(45deg);
}
.chat_bot .switch_btn a:after {
    transform: rotate(-45deg);
}
.chat_bot .switch_btn a span {
	position:relative;
	display:block;
	z-index:-1;
}
.no_javascript .switch_btn {
	display:none;
}
/* wrapper
============================== */
#tmp_wrapper2 {
	background:url(/shared/city_b/images/wrapper/wrapper_bg2.jpg) no-repeat center bottom;
	min-width:1000px;
}
#tmp_wrapper3 {
	background:url(/shared/city_b/images/wrapper/wrapper_bg3.jpg) no-repeat center top;
	min-width:1000px;
}
.format_top #tmp_wrapper3 {
	background-image:url(/shared/city_b/images/wrapper/wrapper_bg.jpg);
}
#tmp_wrapper4 {
	width:1000px;
	margin:0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 0;
	clear:both; /* 変更しない */
}
.format_free #tmp_wrap_main {
	padding:0 0 230px 0;
	clear:both; /* 変更しない */
}
/* contents
============================== */
.city_title {
	color:#0159B2;
	font-size:178%;
	border-bottom:solid 1px #0159B2;
}
#tmp_wrap_contents {
	border-bottom:1px solid #DFD3CC;
	background-color:#FFFFFF;
	color:inherit;
	padding:10px 20px;
}
.custom_idx #tmp_wrap_contents {
	padding-top:0;
	padding-left:0;
}
#tmp_wrap_contents2 {
	padding:0 0 0 30px;
}
.column_top #tmp_wrap_contents {
	padding:0 20px 0 0;
}
.column_lnavi #tmp_wrap_contents {
	padding-bottom:0;
}
.column_lnavi #tmp_wrap_contents2 {
	padding:0 0 10px;
	background:url(/shared/city_b/images/main/lnavi_bg.gif) repeat-y left top;
}
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
/* idx
============================== */
#tmp_wrap_contents .idx {
	background:url(/shared/city_b/images/main/idx_bg.jpg) no-repeat left top;
	clear:both;
}
#tmp_wrap_contents .idx_cate {
	float:left;
	width:260px;
}
#tmp_wrap_contents .idx_news {
	float:right;
	width:475px;
}
/* cate_ttl */
#tmp_cate_ttl {
	padding:50px 10px 0 65px;
	min-height:150px;
	margin-bottom:20px;
}
#tmp_cate_ttl.box_spot {
	padding:40px 10px 0 55px;
	min-height:150px;
	margin-bottom:20px;
}
#tmp_cate_ttl h1 {
	font-size:228.5%;
	line-height:1.3;
}
/* hnews */
#tmp_hnews_ttl {
	background-color:#FDC1DE;
	color:#000000;
	font-weight:bold;
	padding:7px 10px 4px;
	border-bottom:3px solid #D92580;
	margin:0 0 10px;
}
#tmp_hnews_cnt {
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:5px 5px 0 0;
	vertical-align:top;
	text-align:left;
}
table.list_table .date {
	width:80px;
}
table.list_table .date_year {
	width:120px;
	padding-left:22px;
	background:url(/shared/images/icon/flw_s_icon.png) no-repeat left 4px;
}
table.list_table p {
	margin:0 0 5px;
	vertical-align:top;
	line-height:1.4;
}
/* 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; /* 変更しない */
}
/* top
============================== */
.format_top .wrap_col_rgt_navi {
	width:423px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-440px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:440px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:230px; /* デザインによって変更 */
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:215px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:0 31px 0 0; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-225px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:225px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	width:1000px;
	margin:0 auto 5px;
}
.format_free #tmp_wrap_header {
	width:1000px;
	margin:0 auto 18px;
}
#tmp_header {
	padding:15px 0 11px 0px;
}
.format_free #tmp_header {
	padding:15px 0 15px 10px;
}
#tmp_hlogo {
	float:left;
	padding-top:9px;
}
*:first-child+html #tmp_hlogo {
	width:470px;
}
*:first-child+html .format_top #tmp_hlogo {
	width:225px;
}
#tmp_hlogo h1 {
	display:block;
	width:225px;
	height:64px;
}
#tmp_hlogo #tmp_hlogo_l {
	float:left;
	width:198px;
	background:url(/shared/city_b/images/header/hlogo.gif) no-repeat left top;
}
#tmp_hlogo #tmp_hlogo_r {
	float:right;
	width:260px;
}
.format_top #tmp_hlogo h1 {
	background:url(/shared/images/header/hlogo_top.jpg) no-repeat left top;
}
.format_top #tmp_hlogo p {
	background:none;
	width:inherit;
	height:inherit;
}
#tmp_hlogo a {
	display:block;
	width:225px;
	height:64px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:225px;
	height:64px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_header #tmp_means {
	width:520px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 9px 0;
}
/* secondary
============================== */
#tmp_means_secondary {
	float:left;
}
/* hnavi */
#tmp_means .hnavi {
	list-style:none;
	list-style-image:none;
}
#tmp_means .hnavi li {
	margin:0 6px 0 0;
	float:left;
	line-height:0.1;
	font-size:0.1%;
}
#tmp_means .hnavi .last {
	margin-right:0;
}
#tmp_means .hnavi li img {
	vertical-align:top;
}
/* search
============================== */
#tmp_search {
	padding-left:3px;
	float:left;
}
#tmp_search dt {
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:175px;
	min-height:18px;
	margin:0 9px 0 0;
	border:1px solid #CCCCCC;
}
*:first-child+html #tmp_query {
	margin-top:-1px;
}
#tmp_func_sch_btn {
	border:none;
}
.box_form {
	float:left;
	margin:0 6px 0 0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	background:url(/shared/images/navi/gnavi/gnavi_bg.png) no-repeat center top;
	height:98px;
	min-width:1000px;
	clear:both;
}
#tmp_gnavi {
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:10000;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi li img {
	vertical-align:top;
}
/* drop_down_hidden */
#tmp_gnavi li ul {
	margin:5px;
	display:none;
}
#tmp_gnavi li li {
	padding:0 5px 0px 13px;
	float:none;
	background:url(/shared/images/navi/gnavi/list_icon_g.png) no-repeat left 0.8em;
}
#tmp_gnavi li li a {
	display:inline-block;
	height:auto;
	background:none;
}
#tmp_gnavi li#tmp_glist1 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:125px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist2 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:250px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist3 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:375px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist4 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:500px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist5 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:625px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist6 .drop_down_hidden {
	display:none;
	position:absolute;
	top:50px;
	left:750px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
#tmp_gnavi li#tmp_glist7 .drop_down_hidden {
	display:none;
	position:absolute;
	top:65px;
	left:875px;
	z-index:100000;
	width:120px;
	padding:20px 0 19px;
	color:inherit;
	background-color:#FA85C0;
	border-bottom:4px solid #D92580;
	border-left:4px solid #D92580;
	border-right:4px solid #D92580;
}
*:first-child+html #tmp_gnavi .drop_down_hidden {
	left:0;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
	border-bottom:none;
}
#tmp_gnavi .drop_down_hidden li {
	padding:0;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	padding:5px 2px 5px 15px;
	color:inherit;
	background: url(/shared/site_shoni/images/icon/gnavi_list_icon.png) no-repeat 14px 12px;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li {
	min-height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0 0 5px;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	border-bottom:4px solid #DED2CB;
	color:inherit;
	background-color:#FDC1E1;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:10px 10px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:10px 0 10px 24px;
	border-bottom:2px solid #FFFFFF;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 0.7em;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:10px;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	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;
}
#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;
}
#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;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
.rnavi_img_btn,
.rnavi_guide {
	list-style:none;
	list-style-image:none;
}
/* rnavi_img_btn */
.rnavi_img_btn li {
	margin:0 0 10px;
}
.rnavi_img_btn li img {
	vertical-align:top;
}
/* rnavi_guide */
.rnavi_guide li {
	margin:0 0 10px;
}
.rnavi_guide li a {
	display:block;
	text-decoration:none;
	color:#545454;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
.rnavi_guide li span {
	display:block;
	min-height:24px;
	padding:17px 5px 15px 65px;
	background-position:5px center;
	background-repeat:no-repeat;
}
.rnavi_guide .rnavi_guide_event span {
	padding:8px 5px 6px 70px;
	min-height:42px;
	background-image:url(/shared/templates/top/images/kurashi_guide2.jpg);
}
.rnavi_guide .rnavi_guide_faq span {
	background-image:url(/shared/templates/top/images/kurashi_guide3.jpg);
}
/* pnavi
============================== */
.pnavi {
	width:170px;
	float:right;
	margin-right:10px;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop a {
	display:block;
	padding:8px 5px;
	text-decoration:none;
	color:#333333;
	text-align:center;
	background:url(/shared/images/navi/pnavi/pnavi_bg.png) no-repeat left bottom;
}
/* read_all
============================== */
.read_all {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	float:right !important;
}
*:first-child+html .read_all {
	margin-bottom:-20px;
}
.read_all li {
	float:left !important;
	background:none !important;
	padding:0 !important;
}
.read_all li.list {
	margin-right:15px !important;
}
.read_all li a {
	text-decoration:none !important;
	color:#333333 !important;
	background-color:transparent !important;
	padding-left:18px !important;
}
.read_all li.list a {
	background:url(/shared/images/icon/read_list_icon.gif) no-repeat left center !important;
}
.read_all li.rss a {
	background:url(/shared/images/icon/read_rss_icon.gif) no-repeat left center !important;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/*
.format_free .wrap_col_main {
	background-color:#FFFFFF;
	color:inherit;
}
*/
/* emergency
============================== */
#tmp_emergency {
	background-color:#FFFFFF;
	color:inherit;
	margin-bottom:15px;
	border:2px solid #DC2F2F;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:#FFFFFF;
	background-color:#DC2F2F;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_s
============================== */
#tmp_wrap_emergency_s {
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	background-color:#FFFFFF;
	color:inherit;
	padding:8px;
	border:1px solid #CDCDCD;
	margin-bottom:15px;
	clear:both;
}
#tmp_emergency_s {
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	border:2px solid #DA1415;
	background:#FFFFFF url(/shared/images/main/emergency/emergency_s_bg.gif) repeat-y left top;
	margin-bottom:10px;
}
#tmp_emergency_s_ttl {
	padding:4px 0 3px;
	text-align:center;
	color:#FFFFFF;
	background-color:#D90000;
	float:left;
	width:100px;
}
#tmp_emergency_s_ttl h2 {
	font-size:100%;
}
#tmp_wrap_emergency_s_cnt {
	float:right;
	width:435px;
}
#tmp_emergency_s_cnt {
	padding:5px 10px 0;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_m
============================== */
#tmp_emergency_m {
	clear:both;
}
#tmp_emergency_m_ttl {
	float:left;
	margin:0 1em 0 0;
}
#tmp_emergency_m_ttl p {
	padding:0 0 0 10px;
}
#tmp_emergency_m_cnt {
	float:left;
	padding:0.2em 0;
}
#tmp_emergency_m_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_m_cnt ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #333333;
	line-height:1;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:inherit;
	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;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 10px;
	font-weight:bold;
	color:inherit;
	background-color:#E6F7FF;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#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 0;
	width:160px;
	border:1px solid #DDDDDD;
	border-bottom-width:3px;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
}
#tmp_inquiry_cnt .inquiry_btn input {
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	color:#333333;
	background-color:#FFFFFF;
	padding:7px 0;
	cursor:pointer;
	font-weight:bold;
	border:none;
	width:100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 10px;
	color:#FFFFFF;
	background-color:#727171;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	width:1000px;
	margin:0 auto 25px;
}
#tmp_publicity {
	color:inherit;
	background-color:#CCD5D5;
	clear:both;
}
#tmp_publicity_ttl {
	padding:10px 20px;
	position:relative;
}
#tmp_publicity_ttl .switch_btn {
	position:absolute;
	right:10px;
	top:10px;
}
#tmp_publicity_cnt {
	padding:0 0 0 20px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 20px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	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 li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-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-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
/* wrapper_foot
============================== */
#tmp_wrapper_foot {
	background:url(/shared/city_b/images/wrapper/wrapper_foot_bg.gif) repeat-y center top;
	min-width:1000px;
	clear:both;
}
#tmp_wrapper_foot2 {
	min-width:1000px;
}
#tmp_footer {
	width:1000px;
	margin:0 auto;
	padding:10px 0 20px 0;
}
#tmp_footer_cnt {
	float:left;
	width:505px;
}
#tmp_faccess {
	float:left;
	width:264px;
}
#tmp_fnavi {
	float:right;
	width:200px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	font-size:114.3%;
	font-weight:bold;
}
/* faccess
============================== */
#tmp_faccess_ttl {
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	background-color:#EAE4D7;
	color:inherit;
	padding:1px 7px;
	margin:0 0 10px;
}
#tmp_faccess_cnt {
	padding:0 0 0 5px;
}
#tmp_faccess_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_faccess_cnt ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 5px;
	white-space:nowrap;
}
#tmp_faccess_cnt ul li a {
	background:url(/shared/images/icon/round_icon_gr.png) no-repeat left 5px;
	padding:2px 0 2px 20px;
}
/* fnavi
============================== */
#tmp_fnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi li {
	background:url(/shared/images/icon/navi_icon_gr.png) no-repeat left 5px;
	padding-left:10px;
	margin-bottom:10px;
}
#tmp_fnavi span {
	font-size:85.7%;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	background:url(/shared/images/wrapper/copyright_bg.gif) repeat-y top center;
	min-width:1000px;
	clear:both;
}
#tmp_copyright {
	width:1000px;
	margin:0 auto;
	padding:3px 0;
	color:#FFFFFF;
	background-color:#D92580;
}
/* ==================================================
tmp_sp_navi
================================================== */
#tmp_sp_navi {
	clear:both;
}
#tmp_contents #tmp_sp_navi ul {
	margin:0;
}
#tmp_contents #tmp_sp_navi li {
	float:left;
	margin-right:10px;
}
#tmp_contents #tmp_sp_navi li.last {
	margin-left:0px;
}
#tmp_contents #tmp_sp_navi ul {
	list-style:none;
}
/* ==================================================
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:#D90000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007A00; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.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; /* 変更しない */
}
/* 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_main 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_main table.col3 td.col3L,
#tmp_main 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; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 10px;
	color:inherit;
	font-weight:bold;
	background-color:#FFD8EB;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.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; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
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
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FFD7EA; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFF2D7; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#EDEDED; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* city_b
============================== */
#tmp_img_ttl {
	clear:both;
	width:900px;
}
#tmp_img_ttl #tmp_img {
	float:left;
	width:430px;
}
#tmp_img_ttl #tmp_ttl {
	float:right;
	width:460px;
	margin:0 0 0 10px;
}
#tmp_img_ttl #tmp_ttl .box_ttl {
	width:460px;
}
#tmp_img_ttl #tmp_ttl .box_ttl p {
	width:460px;
	color:#0159B2;
	font-size:178%;
	border-bottom:solid 1px #0159B2;
}
#tmp_img_ttl #tmp_ttl .box_txt {
	width:460px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_hlogo:after,
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_wrap_contents .idx:after,
#tmp_hnews:after,
#tmp_hnews_ttl:after,
#tmp_hnews_cnt:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
.hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_emergency_m: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_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_img_ttl:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html #tmp_hlogo,
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_wrap_contents .idx,
*:first-child+html #tmp_hnews,
*:first-child+html #tmp_hnews_ttl,
*:first-child+html #tmp_hnews_cnt,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html .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_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_emergency_m,
*: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_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_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 #tmp_img_ttl {
	min-height:1%; /* 変更しない */
}