@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#FFFFFF;
}
* html body {
	text-align:center; /* 変更しない */
}
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 */
}
/* wrapper
============================== */
#tmp_wrapper {
	color:#333333;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
#tmp_wrapper2 {
	width:970px;
	margin:0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 0 15px;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding-top:30px;
	padding-bottom:30px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* 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; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_rnavi .wrap_col_rgt_navi {
	width:240px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-270px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:270px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:240px; /* デザインによって変更 */
	margin-right:-240px; /* デザインによって変更 */
	/*padding-top:33px;*/
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:270px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	border-bottom:1px solid #D4D4D4;
}
#tmp_header {
	width:970px;
	margin:0 auto;
	padding:15px 0 12px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:159px;
	height:50px;
	background:url(/shared/images/header/hlogo.gif) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:159px;
	height:50px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:159px;
	height:50px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:700px;
	color:inherit;
	background-color:#FFFFFF;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 12px;
}
#tmp_hnavi {
	list-style:none;
	float:right;
}
#tmp_hnavi li {
	float:left;
	margin:0 0 0 24px;
	padding:0 0 7px;
	font-size:86%;
}
#tmp_hnavi li a {
	color:#333333;
	background-color:transparent;
}
#tmp_hnavi li a:hover {
	color:#00734B;
	background-color:transparent;
	text-decoration:none;
}
/* secondary
============================== */
#tmp_hnavi2  {
	list-style:none;
	float:right;
}
#tmp_hnavi2 li {
	float:left;
	margin:0 0 0 24px;
	padding:0 0 7px;
	font-size:85%;
}
#tmp_hnavi2 li a {
	display:inline-block;
	padding:0 0 0 10px;
	background:url(/shared/images/icon/arrow_icon.gif) no-repeat 0 0.3em; 
	color:#333333;
}
#tmp_hnavi2 li a:hover {
	color:#00734B;
	background-color:transparent;
	text-decoration:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	border-bottom:1px solid #D4D4D4;
	clear:both;
}
#tmp_gnavi {
	width:970px;
	margin:0 auto;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
	float:left;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi #tmp_glist1 {
	width:50px;
}
#tmp_gnavi #tmp_glist2,
#tmp_gnavi #tmp_glist3,
#tmp_gnavi #tmp_glist4,
#tmp_gnavi #tmp_glist5 {
	width:145px;
}
#tmp_gnavi #tmp_glist6 {
	width:288px;
	float:left;
	padding:5px 0;
}
#tmp_gnavi #tmp_glist7 {
	width:52px;
	float:left;
}
#tmp_gnavi a {
	display:block;
	padding:5px 0;
	color:#333333;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	font-size:114%;
}
#tmp_gnavi a span {
	display:block;
	padding:14px 10px 12px;
	border-right:1px dotted #D4D4D4;
}
#tmp_gnavi #tmp_glist1 a span,
#tmp_gnavi #tmp_glist7 a span {
	padding-top:15px;
	padding-bottom:15px;
	border-right:1px dotted #D4D4D4;
	border-left:1px dotted #D4D4D4;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:#FFFFFF;
	background-color:#17721E;
}
#tmp_gnavi #tmp_glist1 a,
#tmp_gnavi #tmp_glist7 a {
	color:inherit !important;
	background-color:transparent !important;
}
/* search */
#tmp_gnavi #tmp_search {
	padding:13px 16px 0 16px;
}
#tmp_gnavi #tmp_search dt {
	padding:0 4px 0 0;
	float:left;
}
#tmp_gnavi #tmp_search dd,
#tmp_gnavi #tmp_search dd p {
	float:left;
}
#tmp_gnavi #tmp_search .sch_box {
	padding:0 1px 0 0;
}
#tmp_gnavi #tmp_search .sch_btn {
	font-size:100%;
}
#tmp_gnavi #tmp_query {
	width:166px;
	min-height:18px;
	border:1px solid #B4D8B9;
	font-size:86%;
}
* html #tmp_gnavi #tmp_query {
	width:166px;
}
#tmp_gnavi #tmp_func_sch_btn {
	min-width:60px;
	min-height:20px;
	color:#FFFFFF;
	background-color:#626262;
	border:none;
	text-align:center;
	cursor:pointer;
	line-height:1.4;
}
/* idx_search */
#tmp_wrap_idx_search {
	width:970px;
	margin:0 auto;
　	clear:both;
}
#tmp_idx_search {
	margin:-1px 0 0;
	padding:12px 24px 20px;
	color:#FFFFFF;
	background:#17721E url(/shared/templates/free/images/contents/h1_bg.gif) no-repeat left bottom;
	clear:both;
	position:relative;
}
#tmp_idx_search_ttl {
	margin:0 0 6px;
	padding:0 14px 0 0;
	text-align:center;
	font-size:171%;
}
#tmp_idx_search_cnt {
	float:left;
	width:100%;
}
#tmp_idx_gsearch {
	margin:0 auto;
}
#tmp_idx_search dl {
	text-align:center;
	letter-spacing:-.40em;
}
#tmp_idx_search dt,
#tmp_idx_search dd {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
#tmp_idx_search dt {
	padding:0 10px 0 0;
}
#tmp_idx_search dd p {
	float:left;
}
*:first-child+html #tmp_idx_search dt,
*:first-child+html #tmp_idx_search dd,
*:first-child+html #tmp_idx_search dd p {
	display:inline;
}
* html #tmp_idx_search dt,
* html #tmp_idx_search dd,
* html #tmp_idx_search dd p {
	display:inline;
}
#tmp_idx_search .sch_box {
	padding:0 1px 0 0;
}
#tmp_idx_search #tmp_idx_query {
	width:340px;
	min-height:22px;
	padding:4px 5px;
	border:none;
}
#tmp_idx_search #tmp_idx_func_sch_btn {
	min-width:120px;
	min-height:30px;
	color:#17721E;
	background-color:#D3EEC1;
	border:none;
	text-align:center;
	cursor:pointer;
	font-size:114%;
}
#tmp_idx_search .faq_link {
	width:120px;
	float:right;
	margin:0 0 0 -120px;
	padding:13px 0 0 0;
	text-align:right;
}
#tmp_idx_search .faq_link a {
	display:inline-block;
	padding:0 0 0 16px;
	color:#FFFFFF;
	background:transparent url(/shared/images/idx_search/faq_icon.png) no-repeat left 0.3em;
	text-decoration:none;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	margin:0 0 23px;
	padding:17px 1px 0px 1px;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 29px;
	clear:both;
}
#tmp_lnavi_ttl {
	border-top:2px solid #8BCB79;
	border-bottom:1px solid #8BCB79;
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/lnavi/lnavi_bg.jpg) repeat-x left top;
}
#tmp_lnavi_ttl {
	padding:17px 15px 15px;
	color:#333333;
	font-size:114%;
}
#tmp_lnavi_ttl a {
	text-decoration:none;
	color:#333333;
	background-color:transparent;
}
#tmp_lnavi_ttl a:hover {
	color:#00734B;
	background-color:transparent;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:15px 15px 14px;
	border-bottom:1px dotted #A1A1A1;
}
#tmp_lnavi_cnt li a {
	color:#333333;
}
#tmp_lnavi_cnt li a:hover {
	color:#00734B;
	background-color:transparent;
	text-decoration:none;
}
.col_lft_navi #tmp_menu {
	border-top:1px solid #8BCB79;
	border-bottom:1px solid #8BCB79;
}
.col_lft_navi #tmp_menu li {
	border-top:1px dotted #A1A1A1;
	border-bottom:none;
}
.col_lft_navi #tmp_menu li:first-child {
	border-top:none;
}
.col_lft_navi #tmp_menu li a {
	padding-right:20px;
	padding-left:14px;
}
#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 {
	margin-right:-15px;
	margin-left:-10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:14px;
	padding-bottom:0;
	padding-left:42px;
	border-top:1px dotted #A1A1A1;
	border-bottom:none;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 28px 1.6em;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:14px 15px 22px;
	margin:0 0 40px;
	background-color:#F3F3F3;
	border-top:2px solid #8BCB79;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	margin-bottom:20px;
}
#tmp_event_cal_ttl .event_cal_ttl {
	padding:4px 0 0;
	font-weight:normal;
	font-size:114%;
	float:left;
}
#tmp_event_cal_ttl .year_month {
	float:right;
	text-align:right;
	line-height:1.3;
}
#tmp_event_cal_ttl .year_month span.year {
	font-size:83%;
	display:block;
}
/* 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 {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #D4D4D4;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#EEEEEE;
	padding:6px 0 5px;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0 4px;
	color:#000000;
	background-color:transparent;
	text-decoration:underline;
}
#tmp_event_cal_cnt .calendar .today,
#tmp_event_cal_cnt .calendar .cal_today a {
	color:inherit;
	background-color:#FFFFCC !important;
	font-weight:bold; /* 変更しない */
}
#tmp_event_cal_cnt .calendar td.sun a,
#tmp_event_cal_cnt .calendar td.cal_sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a,
#tmp_event_cal_cnt .calendar td.cal_sat a {
	color:#3333CC;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.cal_holiday a {
	color:inherit;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.cal_selday a {
	color:inherit;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
	list-style-image:none;
	font-size:96%;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
	font-size:90%;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 13px 0 12px;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left 0.1em;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 13px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 13px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right 0.1em;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_menu {
	border-top:1px solid #8BCB79;
	clear:both;
}
#tmp_menu ul {
	list-style:none;
}
#tmp_menu li {
	padding:2px 0;
	border-bottom:1px dotted #A1A1A1;
}
#tmp_menu li a {
	display:block;
	padding:7px 11px 8px 9px;
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
#tmp_menu li a:hover,
#tmp_menu li a:focus {
	color:#00744B;
	background-color:#F5F5F5;
}
#tmp_menu li a span {
	display:block;
	padding:5px 0;
}
#tmp_menu li.calender {
	display:none;
}
#tmp_menu li.map a span {
	background:url(/shared/images/navi/rnavi/rnavi_icon02.png) no-repeat right center;
}
#tmp_menu li.faq a span {
	background:url(/shared/images/navi/rnavi/rnavi_icon03.png) no-repeat right center;
}
#tmp_menu li.media a span {
	background:url(/shared/images/navi/rnavi/rnavi_icon04.png) no-repeat right center;
}
#tmp_menu li.shinsei a span {
	background:url(/shared/images/navi/rnavi/rnavi_icon05.png) no-repeat right center;
}
/* weather */
#tmp_weather {
	border-top:2px solid #8BCB79;
	border-bottom:1px solid #8BCB79;
	clear:both;
}
#tmp_weather_ttl {
	padding:19px 14px 0;
	color:inherit;
	background-color:#F3F3F3;
}
#tmp_weather_ttl h2 {
	font-size:114%;
	font-weight:normal;
}
#tmp_weather_cnt {
	border-bottom:1px dotted #C6C6C6;
	padding:10px 15px 18px;
	color:inherit;
	background-color:#F3F3F3;
}
.box_weather {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-bottom:1px solid #F3F3F3;
	background-color:#FFFFFF;
}
.box_weather th,
.box_weather td {
	text-align:center;
	padding:7px 5px 3px;
	font-size:84%;
	line-height:1.2;
}
.box_weather .date {
	width:22px;
	color:#090909;
	background-color:#C6C6C6;
	font-weight:normal;
}
.box_weather .img {
	width:98px;
	padding-top:3px;
	border-right:1px dotted #C6C6C6;
}
.box_weather .temperature {
	padding-top:9px;
	padding-bottom:1px;
	border-bottom:1px dotted #C6C6C6;
}
.box_weather .air span.high {
	color:#B81212;
	background-color:transparent;
}
.box_weather .air span.low {
	color:#044699;
	background-color:transparent;
}
#tmp_weather_cnt .info {
	text-align:right;
	margin:6px 0 0;
	font-size:86%;
}
#tmp_weather_btn {
	list-style:none;
}
#tmp_weather_btn li {
	width:50%;
	padding:2px 0;
	float:left;
}
#tmp_weather_btn li a {
	display:block;
	padding:9px 10px 5px;
	color:#333333;
	background-color:transparent;
	text-align:center;
}
#tmp_weather_btn li a:hover,
#tmp_weather_btn li a:focus {
	color:#00744B;
	background-color:#F3F3F3;
	text-decoration:none;
}
#tmp_weather_btn li.pm25 a {
	border-left:1px dotted #C6C6C6;
}
#tmp_weather_btn li a span {
	display:block;
	padding:0 0 34px;
}
#tmp_weather_btn li.ash a span {
	background:url(/shared/images/navi/rnavi/ash_icon.png) no-repeat bottom center;
}
#tmp_weather_btn li.pm25 a span {
	background:url(/shared/images/navi/rnavi/pm25_icon.png) no-repeat bottom center;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	float:right;
	text-align:right;
	clear:both;
	background:url(/shared/images/icon/top_icon.gif) no-repeat left 0.4em;
	padding:0 0 0 13px;
	font-size:86%;
}
.ptop a {
	color:#333333;
	background-color:transparent;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	margin:0 0 30px;
	color:inherit;
	background-color:#FDE9E8;
	border-top:2px solid #DE4747;
	clear:both;
}
#tmp_emergency_ttl {
	padding:14px 19px 13px;
	border-bottom:1px dotted #DE4747;
}
#tmp_emergency_ttl h2 {
	font-size:143%;
	font-weight:normal;
	color:#AE1515;
	background-color:transparent;
}
#tmp_emergency_cnt {
	padding:17px 19px 5px;
}
/* list_table */
#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 {
	vertical-align:top;
	text-align:left;
}
#tmp_emergency_cnt table.list_table .date {
	width:81px;
}
#tmp_emergency_cnt table.list_table p {
	margin:0 0 11px;
	vertical-align:middle;
}
/* ul */
#tmp_emergency_cnt ul {
	list-style:none;
}
#tmp_emergency_cnt ul li {
	margin:0 0 13px;
}
/* read_all */
#tmp_emergency .read_all {
	padding:16px 18px;
	border-top:2px dotted #FFFFFF;
}
#tmp_emergency .read_all ul {
    list-style:none;
	float:right;
}
#tmp_emergency .read_all li {
	float:left;
    margin:0 0 0 22px;
	font-size:86%;
}
#tmp_emergency .read_all li.rss a {
	display:inline-block;
    background:url(/shared/images/icon/rss_icon.gif) no-repeat left top;
    padding:0 0 0 17px;
}
/* emergency_s
============================== */
/* social_plugins
============================== */
#tmp_wrap_social_plugins {
	margin:0 0 8px;
	clear:both;
}
#tmp_social_plugins {
	float:left;
	clear:both;
}
#tmp_social_plugins .social_media_btn {
	width:120px;
	padding:2px 0 10px;
	float:left;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* social_plugins
============================== */
#tmp_social_plugins {
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
	float:left;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_update {
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	background-color:#F3F3F3;
	color:inherit;
	margin:0 0 20px;
	padding:10px;
	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-top:1px solid #A9B6D6;
	border-bottom:1px solid #A9B6D6;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:10px 15px 5px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/box_ttl_bg.jpg) repeat-x left top;
	font-size:114%;
}
#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 0;
}
/* map_info
============================== */
#tmp_map_info {
	margin:0 0 20px;
	border-top:1px solid #D5B9A9;
	border-bottom:1px solid #D5B9A9;
	clear:both;
}
#tmp_map_info_ttl {
	padding:10px 15px 5px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/box_ttl_bg.jpg) repeat-x left top;
	font-size:114%;
}
#tmp_map_info_ttl p {
	margin-bottom:0 !important;
}
#tmp_map_info_cnt {
	padding:7px 15px;
}
#tmp_map_info_cnt p {
	margin-bottom:0 !important;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border-top:1px solid #A7A7A7;
	border-bottom:1px solid #A7A7A7;
	clear:both;
}
#tmp_feedback_ttl {
	padding:10px 15px 5px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/box_ttl_bg.jpg) repeat-x left top;
	font-size:115%;
}
#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;
}
/* top search
============================== */
.format_top #tmp_search {
	color:inherit;
	background-color:#B4D8B9;
	padding:15px 49px 15px 42px;
	margin:0 0 5px;
}
.format_top #tmp_search dt {
	padding:1px 9px 0 0;
	float:left;
	background:url(/shared/images/navi/gnavi/func_sch_ttl.png) no-repeat left 1px;
}
.format_top #tmp_search dt,
.format_top #tmp_search dt span {
	width:28px;
	height:28px;
}
.format_top #tmp_search dd,
.format_top #tmp_search dd p {
	float:left;
}
.format_top #tmp_search .sch_box {
	padding:0 2px 0 0;
}
.format_top #tmp_query {
	width:438px;
	min-height:22px;
	padding:3px 4px;
	border:1px solid transparent;
}
* html .format_top #tmp_query {
	width:430px;
}
.format_top #tmp_func_sch_btn {
	min-width:120px;
	min-height:30px;
	color:#FFFFFF;
	background-color:#626262;
	border:none;
	text-align:center;
	cursor:pointer;
	font-size:114%;
}
/* guide
============================== */
#tmp_guide {
	margin:0 0 32px;
	clear:both;
}
.guide_cnt {
	overflow:hidden;
}
.guide_cnt .col_box {
	float:left;
}
.guide_cnt01 p,
.guide_cnt02 p,
.guide_cnt03 p {
	float:left;
	padding:0 5px 5px 0;
}
.guide_cnt01 p a,
.guide_cnt02 p a,
.guide_cnt03 p a {
	display:block;
	line-height:1.4;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
.guide_cnt01,
.guide_box {
	width:705px;
	margin:0 -5px 0 0;
}
.guide_cnt01 p a {
	width:131px;
	min-height:51px;
	padding:44px 20px 60px 20px;
	background-color:#D3EEC1;
}
.guide_cnt01 p.kurashi a {
	background-image:url(/shared/images/main/guide_icon01.png);
	background-repeat:no-repeat;
	background-position:92% 84%;
}
.guide_cnt01 p.miryoku a {
	background-image:url(/shared/images/main/guide_icon02.png);
	background-repeat:no-repeat;
	background-position:87% 84%;
}
.guide_cnt01 p.sangyo a {
	background-image:url(/shared/images/main/guide_icon03.png);
	background-repeat:no-repeat;
	background-position:89% 84%;
}
.guide_cnt01 p.gyosei a {
	background-image:url(/shared/images/main/guide_icon04.png);
	background-repeat:no-repeat;
	background-position:87% 84%;
}
.guide_cnt01 p.gyosei a {
	width:132px;
}
.guide_cnt01 p a:hover,
.guide_cnt01 p a:focus {
	background-color:#B7E399;
}
.guide_cnt01 p a span {
	font-size:130%;
}
.guide_cnt02 {
	width:469px;
	float:left;
}
.guide_cnt02 p a {
	display:block;
	width:82px;
	min-height:36px;
	padding:34px 15px 46px 15px;
	background-color:#EEEEEE;
}
.guide_cnt02 p a:hover,
.guide_cnt02 p a:focus {
	background-color:#BEBEBE;
}
.guide_cnt02 p.ninshin a {
	background-image:url(/shared/images/main/guide_icon05.png);
	background-repeat:no-repeat;
	background-position:91% 88%;
}
.guide_cnt02 p.kosodate a {
	background-image:url(/shared/images/main/guide_icon06.png);
	background-repeat:no-repeat;
	background-position:88% 86%;
}
.guide_cnt02 p.nyuen a {
	background-image:url(/shared/images/main/guide_icon07.png);
	background-repeat:no-repeat;
	background-position:87% 86%;
}
.guide_cnt02 p.shigoto a {
	background-image:url(/shared/images/main/guide_icon08.png);
	background-repeat:no-repeat;
	background-position:87% 86%;
}
.guide_cnt02 p.ijyu a {
	background-image:url(/shared/images/main/guide_icon09.png);
	background-repeat:no-repeat;
	background-position:92% 87%;
}
.guide_cnt02 p.kekkon a {
	background-image:url(/shared/images/main/guide_icon10.png);
	background-repeat:no-repeat;
	background-position:83% 85%;
}
.guide_cnt02 p.kaigo a {
	background-image:url(/shared/images/main/guide_icon11.png);
	background-repeat:no-repeat;
	background-position:91% 85%;
}
.guide_cnt02 p.second a {
	background-image:url(/shared/images/main/guide_icon12.png);
	background-repeat:no-repeat;
	background-position:88% 85%;
}
.guide_cnt02 p.nyuen a {
	width:83px;
}
.guide_cnt02 p.shigoto a,
.guide_cnt02 p.ijyu a,
.guide_cnt02 p.kaigo a,
.guide_cnt02 p.second a {
	padding-top:24px;
	min-height:46px;
}
.guide_cnt03 {
	width:236px;
	float:right;
}
.guide_cnt03 p a {
	display:block;
	width:83px;
	min-height:36px;
	padding:34px 15px 46px 15px;
	background-color:#CCEAF4;
}
.guide_cnt03 p a:hover,
.guide_cnt03 p a:focus {
	background-color:#95D3E8;
}
.guide_cnt03 p.kyoiku a {
	background-image:url(/shared/images/main/guide_icon13.png);
	background-repeat:no-repeat;
	background-position:84% 86%;
}
.guide_cnt03 p.kankyo a {
	background-image:url(/shared/images/main/guide_icon14.png);
	background-repeat:no-repeat;
	background-position:89% 86%;
}

.guide_cnt03 p.katsudo a {
	background-image:url(/shared/images/main/guide_icon15.png);
	background-repeat:no-repeat;
	background-position:87% 86%;
}
.guide_cnt03 p.syobo a {
	background-image:url(/shared/images/main/guide_icon16.png);
	background-repeat:no-repeat;
	background-position:86% 86%;
}
.guide_cnt03 p.kyoiku a,
.guide_cnt03 p.kankyo a,
.guide_cnt03 p.katsudo a {
	padding-top:24px;
	min-height:46px;
}
.guide_cnt03 p.syobo a {
	background-color:#FFD9D9;
}
.guide_cnt03 p.syobo a:hover,
.guide_cnt03 p.syobo a:focus {
	background-color:#FF9B9B;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
    width:100%;
　	clear:both;
}
#tmp_publicity {
	width:970px;
	margin:0 auto;
	padding:5px 0 12px;
　	clear:both;
}
#tmp_publicity_ttl {
	padding:0 6px;
	text-align:right;
	font-size:86%;
}
#tmp_publicity_cnt {
	padding:5px 5px 0;
	overflow:hidden;
}
#tmp_publicity_cnt ul {
	list-style:none;
	width:975px;
	margin:0 -15px 0 0;
}
#tmp_publicity_cnt ul li {
	margin:0 15px 0 0;
	padding:0 0 10px 0;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
#tmp_publicity_close {
	text-align:right;
	margin:0 5px 0 0;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	border-top:1px solid #D4D4D4;
	clear:both;
}
#tmp_footer {
	width:970px;
	margin:0 auto;
	clear:both;
}
#tmp_footer_cnt {
	padding:15px 41px 13px 23px;
}
#tmp_footer_cnt address {
	width:700px;
	float:left;
	padding:10px 0 0 0;
	font-style:normal;
}
#tmp_footer_cnt address .name {
	font-size:129%;
	line-height:1.2;
	margin:0 0 8px;
}
#tmp_footer_cnt address .name span {
	display:block;
	font-size:57%;
}
#tmp_footer_cnt address .zipcode {
	margin:0 30px 0 0;
}
#tmp_footer_cnt address .tel {
	margin:0 18px 0 0;
}
#tmp_footer_cnt address .time {
	margin:0 6px 0 0;
}
#tmp_footer_cnt .img_map {
	float:right;
}
#tmp_wrap_copyright {
	border-top:1px solid #D4D4D4;
	clear:both;
}
#tmp_copyright {
	width:970px;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721E; /* デザインによって変更 */
	background-color: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-top:1px solid #8BCB79;
	border-bottom:1px solid #8BCB79;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:10px 15px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/box_ttl_bg.jpg) repeat-x left top;
	font-size:114%;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:5px 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; /* 変更しない */
}
/* ==================================================
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;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCDCDC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents: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_search dl:after,
#tmp_idx_search:after,
#tmp_idx_search dl:after,
#tmp_idx_search_ttl:after,
#tmp_idx_search_cnt:after,
#tmp_idx_search_cnt dd:after,
#tmp_hnavi:after,
#tmp_hnavi2:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi_box:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_guide:after,
.guide_cnt:after,
.guide_cnt01:after,
.guide_box:after,
.guide_cnt02:after,
.guide_cnt03:after,
.guide_cnt .wrap_col_box:after,
.guide_cnt .col_box: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_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins: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_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.read_all:after,
.read_all ul:after,
#tmp_menu:after,
#tmp_weather:after,
#tmp_weather_ttl:after,
#tmp_weather_cnt:after,
#tmp_weather_btn: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_contents,
*:first-child+html #tmp_maincontents,
*: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_search dl,
*:first-child+html #tmp_idx_search,
*:first-child+html #tmp_idx_search dl,
*:first-child+html #tmp_idx_search_ttl,
*:first-child+html #tmp_idx_search_cnt,
*:first-child+html #tmp_idx_search_cnt dd,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_hnavi1,
*:first-child+html #tmp_hnavi2,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi_box,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_guide,
*:first-child+html .guide_cnt,
*:first-child+html .guide_cnt01,
*:first-child+html .guide_box,
*:first-child+html .guide_cnt02,
*:first-child+html .guide_cnt03,
*:first-child+html .guide_cnt .wrap_col_box,
*:first-child+html .guide_cnt .col_box,
*: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_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*: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_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 .read_all,
*:first-child+html .read_all ul,
*:first-child+html #tmp_menu,
*:first-child+html #tmp_weather,
*:first-child+html #tmp_weather_ttl,
*:first-child+html #tmp_weather_cnt,
*:first-child+html #tmp_weather_btn {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_search dl,
* html #tmp_idx_search,
* html #tmp_idx_search dl,
* html #tmp_idx_search_ttl,
* html #tmp_idx_search_cnt,
* html #tmp_idx_search_cnt dd,
* html #tmp_hnavi1,
* html #tmp_hnavi2,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi_box,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_guide,
* html .guide_cnt,
* html .guide_cnt01,
* html .guide_box,
* html .guide_cnt02,
* html .guide_cnt03,
* html .guide_cnt .wrap_col_box,
* html .guide_cnt .col_box,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt,
* html .read_all,
* html .read_all ul,
* html #tmp_menu,
* html #tmp_weather,
* html #tmp_weather_ttl,
* html #tmp_weather_cnt,
* html #tmp_weather_btn {
	display:inline-block; /* 変更しない */
}