/* @charset "utf-8"; */

html,body {
	font-family:"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

html {
	height:100%;
	color: #000000;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow-y: scroll;
}


a:link		{ color: #000000; }
a:visited	{ color: #000000; }
a:hover		{ color: #000000; }
a:active	{ color: #000000; }


a{
	text-decoration: none; /* 下線解除 */
}

body{
	width: 100%;
/* 	font-size: 14px; */
	font-size: 87.5%;
	background-color:#e5e5e5;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**********************************************
/* タイトル
**********************************************/
/* サイト内検索 サンプルです。動きません。*/
#header_src {
	width: 100%;
	height: 26px;
	background:#007ac7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header_src_box{
	width: 960px;
	text-align: right;
	margin: 0px auto 0px auto;
}

.header_src_box input{
	display: inline;
	width: 130px;
	height: 17px;
	border:none;
	color:#959595;
}

.header_src_box img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------
  Google Custom Search
--------------------------------------*/

.gsc-control-cse {
    padding: 0 !important;
	border:none !important;
    width: 252px !important;
	background:#007ac7 !important;
	text-align: right !important;
	margin: 0px 0px 0px auto;
}

.gsc-input-box{
	height: 23px !important;
}

.gsc-input{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.gsc-search-button .gsc-search-button-v2{
	margin: 0px 0px 0px 0px !important;
	padding: 5px 5px 5px 5px !important;
	background:#007ac7 !important;
	border:none;
}

/* タイトル */
h1{
	width: 960px;
	height: 64px;
	background:#ffffff;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
}

img.top_title_env {	/* 20160411 追加 */
	border: none;
	width: 175px;
	height:65px;
	margin: 0px 0px 0px 0px;   /* 20170622 修正 */
}

img.top_title {	/* 20160411 修正 */
	border: none;
	width: 395px;
	height:64px;
	margin: 0px 0px 0px 0px;
}

img.top_smart {
	border: none;
	width: 132px;
	height:50px;
	margin: 0px 0px 5px 80px;
}

img.top_jp {            /* 20170622 追加 */
	border: none;
	width: 132px;
	height:50px;
	margin: 0px 0px 5px 5px;
}

hr.header {
	width: 100%;
	border: 0px;
	background:#7c7a7b;
	height: 4px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

ul,li {
    margin:0;
    padding:0;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
/*--------------------------------------
  言語選択メニュー 2019/12/19追加
--------------------------------------*/
.lmenu_area{
  width: 300px; 
  height: 64px;
	float: right;
  padding: 0; 
  margin: 0;
}

.lmenu{
  width: 300px; 
  height: 30px;
	float: right;
  padding: 0; 
  margin: 0;
/*	border:solid 1px #007ac7;*/
}

img.lmenu_icon{
	margin-top:5px;
}
#langmenu { 
  width: 275px; 
  height: 30px; 
	float: right;
/*  padding: 0; */
/*  margin: 0; */
  list-style-type: none; 
/*	border:solid 1px #007ac7;*/
} 

#langmenu span { 
  width: 24%;
  height: 18px; 
  padding: 0; 
  float: left;
  margin: 7px 0; 
  text-align: center; 
/*	border:solid 1px #a0d2ff;*/
}

#langmenu span:not(:last-child){
	border-right:solid 1px #000;
 }

#langmenu span a { 
  width: auto; 
  font-size: 45%; 
/*  margin: 0; */
/*  padding: 0px 0; */
/*  text-decoration: none;*/
  display: block; 
} 

.gomobile{ 
  height: 18px; 
  float: right;
  font-size: 45%; 
  margin: 7px 18px 0px 0px; 
  padding: 0px 0; 
/*  text-decoration: none;*/
}


/**********************************************
/* メインコンテンツ
**********************************************/
#maincontent{
	width: 960px;
	border: 0px;
	background:#ffffff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* メニュー [HOME] [暑さ指数] [熱中症] [暑熱対策] [参考資料] */
#topmenu {
	width: 960px;
	height:50px;
	position:relative;
	text-align:center;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 0px 0px;
}

a.topmenu1_on, a.topmenu1_off,
a.topmenu2_on, a.topmenu2_off,
a.topmenu3_on, a.topmenu3_off,
a.topmenu4_on, a.topmenu4_off,
a.topmenu5_on, a.topmenu5_off{
	float: left;
	width:178px;
	height:50px;
	text-indent:-9898px;
	background: url('../img/top_menu.png') no-repeat;
	margin: 0px 0px 0px 12px;
}
a.topmenu1_off	{background-position:0px 0px;}
a.topmenu1_on	{background-position:0px -50px;}
a.topmenu2_off	{background-position:-178px 0px;}
a.topmenu2_on	{background-position:-178px -50px;}
a.topmenu3_off	{background-position:-356px 0px;}
a.topmenu3_on	{background-position:-356px -50px;}
a.topmenu4_off	{background-position:-534px 0px;}
a.topmenu4_on	{background-position:-534px -50px;}
a.topmenu5_off	{background-position:-712px 0px;}
a.topmenu5_on	{background-position:-712px -50px;}


/* JavaScriptメッセージ */
#java_msg {
	width: 824px;
	height:60px;
	background: url("../img/Java_msg.png") #cc0000 no-repeat 40px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:130%;
	line-height:20px;
	margin: 0px 0px 3px 13px;
	padding: 10px 0px 10px 110px;
}

a.java_msg {
	color:#ffffff;
	text-decoration:underline;
}

/* トピックス */
#new_topics {
	float: left;
	width: 930px;
	position:relative;
	border: 2px #fc2d73 solid;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
}

.new_topics_title {
	height:32px;
	background: url("../img/topics_title.png") no-repeat 0px 0px;
	border-bottom:1px #fc2d73 solid;
	margin: 0px 5px 0px 5px;
}

.new_topics_pic {
	float: left;
	width: 230px;
	height:120px;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

.new_topics_pic img{
	max-width: 188px;
	max-height:118px;
	padding: 5px 0px 0px 0px;
}

/* 画像あり */
.new_topics_con1 {
	float:right;
	width: 680px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.new_topics_con1 dt{
	background: url("../img/topics_item.png") no-repeat left 0px;
	border-bottom:1px #fc2d73 dashed;
	font-size:110%;
	font-weight:bold;
	line-height:20px;
	text-indent:25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

.new_topics_con1 dd {
	line-height:20px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 0px;
}

/* 画像なし */
.new_topics_con2 {
	width: 895px;
	margin: 0px 5px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.new_topics_con2 dt{
	background: url("../img/topics_item.png") no-repeat left 0px;
	border-bottom:1px #fc2d73 dashed;
	font-size:110%;
	font-weight:bold;
	line-height:20px;
	text-indent:25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

.new_topics_con2 dd {
	line-height:20px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 0px;
}

a.urltitle{
	text-decoration: underline;
}

/*----- 履歴一覧 ------------------------------------------*/
.history_list {
	font-size:80%;
	text-align:right;
	text-decoration:underline;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

a.history_list_mark {
	width: 14px;
	height:14px;
	vertical-align: bottom;
	background: url("../img/topics_list.png") no-repeat right;
	margin: 0px 0px 2px 1px;
	padding: 0px 15px 0px 0px;
}


/* 更新情報／メンテナンス情報 */
#content{
	float: left;
	width: 240px;	/* 20180409 400->240 */
	height:550px;	/* 20180409 605->550 */
	position: relative;
	background:#ffffff;
	margin: 15px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
}

#info {
	width: 390px;
	border: 0px;
	position:relative;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#info_select{
	height:30px;
	margin: 0px 0px 0px 0px;
}

ul#info_tab {
	width:450px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;      /* float をクリア */
}

ul#info_tab li {
	float:left;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

ul#info_tab li a.info_tit_on, ul#info_tab li a.info_tit_off{
	float: left;
	height:30px;
	width: 195px;
	font-size:110%;
	color: #ffffff;
	font-weight:bold;
	line-height:30px;
	text-indent: 10px;
	margin: 0px 0px 0px 0px;
}

ul#info_tab li a.info_tit_on	{
	background-color: #548e36;
}
ul#info_tab li a.info_tit_off	{
	background-color: #ffffff;
	color: #548e36;
	border-top: 1px #548e36 solid;
	border-right: 1px #548e36 solid;
	height:29px;
	width: 194px;
}  

#info_con {
	border: 1px #548e36 solid;
	padding: 0px 5px 0px 8px;
	clear: both;      /* float をクリア */
	width: 375px;
	height: 210px;
	overflow: hidden;
}

#info_con dt{
	background: url("../img/info_item.png") no-repeat left center;
	line-height:22px;
	padding: 0px 0px 0px 12px;
}

#info_con dd {
	line-height:20px;
	margin: 0px 0px 0px 20px;
}

a.info_title {	/* 20180409 add */
	float: left;
	width: 240px;
	height: 40px;
	background: url("../img/top_info.png") no-repeat;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	line-height:42px;
	margin: 0px 0px 7px 0px;	/* changed 15px -> 7px (2020-06-16) */
}


/* ショートカット */
.shortcut {
	clear: both;      /* float をクリア */
	width: 240px;		/* 395->240 */
	height: 270px;		/* 300->400 */
/*	margin: 5px 0px 0px 0px; */
}

/* MENU 4個用 */
/* 2015.10.8 追加 */
/*
a.shortcut1, a.shortcut2, a.shortcut3, a.shortcut4{
	float: left;
	width:390px;
	height:82px;
	text-indent:-9898px;
	background: url('../img/shortcut_4.png') no-repeat;
	margin: 0px 0px 8px 0px;
}
a.shortcut1 { background-position: 0px 0px;}
a.shortcut2 { background-position: 0px -82px;}
a.shortcut3 { background-position: 0px -164px;}
a.shortcut4 { background-position: 0px -246px;}
*/

/* MENU 5個用 */
/* 2018.7.3 コメント化 */
/*
a.shortcut1, a.shortcut2, a.shortcut3, a.shortcut4, a.shortcut5{
	float: left;
	width: 240px;
	height: 66px;
	text-indent: -9898px;
	background: url('../img/shortcut_5.png') no-repeat;
	margin: 0px 0px 8px 0px;
}
a.shortcut1 { background-position: 0px 0px;}
a.shortcut2 { background-position: 0px -66px;}
a.shortcut3 { background-position: 0px -132px;}
a.shortcut4 { background-position: 0px -198px;}
a.shortcut5 { background-position: 0px -264px;}
*/

/* MENU 6個用 */
/* 2015.8.3 コメント解除 */

a.shortcut1, a.shortcut2, a.shortcut3, a.shortcut4, a.shortcut5, a.shortcut6{
	float: left;
	width:240px;	/* 390->240 */
	height:55px;
	text-indent:-9898px;
	background: url('../img/shortcut_6.png') no-repeat;
	margin: 0px 0px 6px 0px;
}
a.shortcut1 { background-position: 0px 0px;}
a.shortcut2 { background-position: 0px -55px;}
a.shortcut3 { background-position: 0px -110px;}
a.shortcut4 { background-position: 0px -165px;}
a.shortcut5 { background-position: 0px -220px;}
a.shortcut6 { background-position: 0px -275px;}


/*----- 暑さ指数(WBGT)の実況と予測 ------------------------------------*/
/* TOPページ用 */
#wbgt_map {
	float: right;
	width: 650px;	/* 510->650 */
	height: 560px;	/* 634->560 */
	border:1px #8a8a8a solid;
	margin: 15px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wbgt_tit {
	height:42px;
	background: #007ac7 url("../img/wbgt_title.png") no-repeat center center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

}

/* 暑さ指数ページ用 */
#wbgt_data_map {
	float: left;
	width: 510px;	/* 510->490 */
	margin: 30px 0px 0px 150px;	/* 30 0 0 150 */
	padding: 0px 0px 0px 0px;
}

a.pre_ex { 	/* 20180409 add */
	display: block;
	background: url("../img/map_ex.png") no-repeat;
	width: 140px;
	height: 80px;
	text-indent: -9898px;
}


#wbgt_point_select {
	width: 450px;
	height:44px;
	background: #ffffff url("../img/point_select_mat.png") no-repeat center;
	margin: 0px auto 0px auto;
}

#wbgt_point_select select{
	width: 100px;
	margin: 12px 0px 0px 10px;
}

#wbgt_point_select p{
	color:#007ac7;
	font-weight:bold;
	text-indent: 20px;
	margin: 0px 0px 0px 0px;
}


/* 日選択 [現在(今日)] [予測(明日)] [予測(明後日)] */
#day_select{
	height: 50px;
	width: 450px;	/* 20180409 add */
	margin: 0px 0px 8px 20px;	/* 0 0 8 30 */
}

ul#top_map_tab {
	width:450px;
	margin:0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;      /* float をクリア */
}

ul#top_map_tab li {
	float:left;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

ul#top_map_tab li a {
	float: left;
	display:block;
	width:108px;
	height:50px;
	font-size:120%;
	font-weight:bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
/*-- 2019.03.08 --*/
 background-color: #000000;
	background: url('../img/wbgt_daysec.png') no-repeat;
	margin: 0px 10px 0px 0px;
}
ul#top_map_tab a.dayon { background-position: 0px -50px; color: #ffffff;}
/*-- 2019.03.08
ul#top_map_tab a.dayoff{ background-position: 0px 0px; color: #007ac7;}
--*/
ul#top_map_tab a.dayoff{ background-position: 0px 0px; color: #00558a;}


/* 地図 */
p.top_map, p.top_map_ex{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

/* 実況値表（トップページ用） */
table.toppoint{
	width: 140px;	/* 450 */
	font-size:90%;
	border: 1px #717171 solid;
	text-align: center;
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;	/* 0 0 0 30 */
	padding: 0px 0px 0px 0px;
}

table.toppoint td{
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.toppoint td.tag{
	width: 140px;	/* 28 */
	height: 24px;	/* 20180409 add */
	color:#ffffff;
	background-color: #717171;
	border-collapse:collapse;
}

table.toppoint td.point{
	width: 70px;	/* 64 */
	height:22px;
	background-color: #ffffff;
	border-collapse:collapse;
	border-bottom: 1px #717171 solid;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.toppoint td.data{
	width: 70px;	/* 60 */
	height:22px;
	font-weight:bold;
	border-collapse:collapse;
	border-bottom: 1px #717171 solid;
	border-right: 1px #717171 solid;
	text-align: center;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

p.datacolor_lv1, p.datacolor_lv2, p.datacolor_lv3, p.datacolor_lv4, p.datacolor_lv5{
	/* see color_theme.css */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*-- 2019.02.18
p.datacolor_lv1 { background-color:#6de9ff;}
p.datacolor_lv2 { background-color:#7eee72;}
p.datacolor_lv3 { background-color:#fde308;}
p.datacolor_lv4 { background-color:#faa210;}
p.datacolor_lv5 { background-color:#fb5439;}
p.datacolor_lv1 { background-color:#218cff;}
p.datacolor_lv2 { background-color:#a0d2ff;}
p.datacolor_lv3 { background-color:#faf500;}
p.datacolor_lv4 { background-color:#ff9600;}
p.datacolor_lv5 { background-color:#ff2800;}
--*/

/* 実況値表（暑さ指数ページ用） */
.wbgt_point_list{
	float: left;
	width: 140px;
	margin: 78px 0px 0px 0px;	/* 300 0 0 0 */
	padding: 0px 0px 0px 0px;

}

table.wbgt_point{
	width: 140px;
	font-size:90%;
	border: 1px #717171 solid;
	text-align: center;
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.wbgt_point td{
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.wbgt_point td.tag{
	height:20px;
	color:#ffffff;
	background-color: #717171;
	border-collapse:collapse;
}

table.wbgt_point td.point{
	width: 64px;
	height:20px;
	background-color: #ffffff;
	border-collapse:collapse;
	border-bottom: 1px #717171 solid;
	text-align: center;
}

table.wbgt_point td.data{
	width: 70px;
	height:20px;
	font-weight:bold;
	border-collapse:collapse;
	border-bottom: 1px #717171 solid;
	border-right: 1px #717171 solid;
	text-align: center;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

/*----- 下部コンテンツ（４個） ---------------------------*/
#sub_content {
	clear: both;      /* float をクリア */
	height:220px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

.sub_con_box {
	float: left;
	width: 220px;
	height:200px;
	border:1px #8a8a8a solid;
	margin: 0px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}

p.sub_con_tit {
	height:30px;
	background-color: #b7e4f9;
	color: #3a3a3a; 
	font-size:110%;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul.sub_con_menu li {
	font-size:90%;
	list-style:disc;
	text-decoration: underline;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


/*----- 更新情報／メンテナンス情報 一覧表示 ---------------------------*/

/* ページタイトル（共通） */
h2{
	width: 960px;
	height:35px;
	border-top: 4px #007ac7 solid;
	border-bottom: 1px #007ac7 solid;
	color: #007ac7; 
	font-size:170%;
	font-weight:bold;
	text-align:center;
	letter-spacing: 3px;
	vertical-align:middle;
	margin: 15px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
}

#history_list {
	border: 1px #548e36 solid
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 100px;
}

/* 更新履歴／メンテナンス */
#history_list dt.update{
	background: url("../img/info_item.png") no-repeat left center;
	line-height:22px;
	text-indent:20px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* トピックス */
#history_list dt.topics{
	background: url("../img/topics_item.png") no-repeat left center;
	border-bottom:1px #fc2d73 dashed;
	font-size:110%;
	font-weight:bold;
	line-height:20px;
	text-indent:25px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.new_topics_list {
	float: left;
	width: 930px;
	position:relative;
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


/* 共通 */
#history_list dd {
	line-height:20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}


#history_list a{
	color:#0576ba;
	text-decoration: underline;
	margin: 0px 0px 0px 10px;
}


/*----- 暑さ指数（ＷＢＧＴ） ---------------------------*/
/* ページタイトル（暑さ指数用） */
h2.page_title_wbgt{
	width: 960px;
	height:35px;
	border-bottom: 1px #d5d5d5 solid;
	background-color: #007ac7; 
	color: #ffffff; 
	font-size:170%;
	font-weight:bold;
	text-align:center;
	/*letter-spacing: 1px;*/
	vertical-align:middle;
	margin: 15px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
}

/*----- サイトマップ ----------------------------------*/
h4.sm{
	width:60%;
	height:23px;
	border-top:0px;
	border-bottom:2px #007ac7 solid;
	color:#000000; 
	font-size:110%;
	font-weight:normal;
	text-align:left;
	text-indent:0.5em;
/*	text-decoration:underline;*/
	letter-spacing:0px;
	margin: 10px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

ul.sm{
	list-style-image: url(../img/info_item.png);
	line-height:1.8em;
	text-decoration:underline;
	margin: 10px 0px 0px 250px;
}

ul.sm2{
	list-style:disc;
	line-height:1.8em;
	text-decoration:underline;
	margin: 0px 0px 0px 30px;
}


/**********************************************
/* 共通
**********************************************/
/* コンテンツ文章 */
p.sentence1_title {
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px 120px 0px 120px;
}

p.sentence1 {
	line-height:1.5em;
/*	text-indent:1em;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 120px 0px 120px;
}

p.sentence2 {
	line-height:1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 120px 0px 150px;
}

p.sentence3 {
	line-height:1.8em;
	letter-spacing: 1px;
	text-indent:-1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 180px 0px 170px;
}

p.sentence4 {
	font-size:100%;
	color:#000000;
	line-height:1.8em;
	letter-spacing: 0.5px;
	text-indent:-1.3em;
	margin: 0px 0px 20px 0px;
	padding: 0px 160px 0px 140px;
}

p.sentence4:first-letter {
	font-size:130%;
	color:#0082cc;
}

p.posi_r{ text-align:right; }
p.posi_c{ text-align:center; }

p.f_r{ float: right; }
p.f_l{ float: left; }

p.posi_t{
	vertical-align:top;
}

p.bold{ 
	font-weight: bold;
}

p.indent1{
	text-indent: 1em;
}

.fr{ float: right; }
.fl{ float: left; }



span.sentence4-com {
	font-size:80%;
	color:#000000;
	line-height:1.6em;
	letter-spacing: 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
}

p.sentence5 {
	font-size:100%;
	color:#000000;
	line-height:1.8em;
	letter-spacing: 0.5px;
/*	text-indent:-1.3em;*/
	margin: 0px 0px 20px 0px;
	padding: 0px 160px 0px 180px;
}

p.mgn_t_30 {
	margin-top:30px;
}

p.mgn_b_30 {
	margin-bottom:30px;
}

p.mgn_tb_30 {
	margin-top:30px;
	margin-bottom:30px;
}

a.uline{
	text-decoration:underline;
}

/* 20150312 追加 ここから ---------------------*/
p.sentence_center {
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.img_center{
	display: block;
	margin: 0px auto 0px auto;
}

img.mgn_tb_30{
	margin-top:30px;
	margin-bottom:30px;
}

img.mgn_t_30{
	margin-top:30px;
}

img.mgn_b_30{
	margin-bottom:30px;
}

span.sentence1 {
	line-height:1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 120px 0px 120px;
}

span.mgn_t_30 {
	margin-top: 30px;
}

span.mgn_b_30 {
	margin-bottom:30px;
}

span.mgn_tb_30 {
	margin-top: 30px;
	margin-bottom:30px;
}

span.mgn_center {
	text-align:center;
}

/* 20150312 追加 ここまで ---------------------*/


/* 下部コンテンツ　各ページ用 */
.sub_con_page_menu {
	clear: both;      /* float をクリア */
	width: 500px;
	margin: 0px 0px 50px 240px;
	padding: 20px 0px 0px 0px;
}

.sub_con_page_menu p.link{
	color:#007ac7;
	font-size:120%;
	font-weight:bold;
	text-decoration:underline;
	margin: 0px 0px 0px 0px;
}

.sub_con_page_menu p.des{
	margin: 5px 0px 10px 30px;
}


/*----- 使用メディア選択 [パソコン] [スマートフォン] [携帯] -----------*/
#media_select {
	clear: both;      /* float をクリア */
	height:50px;
	position:relative;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 220px;
}

a.media1,
a.media2,
a.media3{
	float: left;
	width:134px;
	height:48px;
	text-indent:-9898px;
	background: url('../img/media_select.png') no-repeat;
	margin: 0px 0px 0px 30px;
}
a.media1	{background-position:0px 0px;}
a.media2	{background-position:-134px 0px;}
a.media3	{background-position:-268px 0px;}

/*----- サイトマップ --------------------------------------------------*/
#footer_menu {
	height: 25px;
	background:#ffffff;
	border-top: 1px #b6b6b6 solid;
	border-bottom: 1px #b6b6b6 solid;
	text-align:center;
	line-height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer_con {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/*----- 関連リンク --------------------------------------------------*/
#footer_link {
	width:100%;
	height: 120px;
	background:#dcdcdc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer_link_box{
	display: block;
	width:960px;
	margin: 0px auto 0px auto;
}

table.flink{
	width:960px;
	height: 100px;
}

table.flink td{
	text-align:center;
	vertical-align: middle;
}

table.flink td.t{
	color: #3a3a3a; 
	font-size:110%;
	font-weight:bold;
}


/* 関連リンク一覧 */
.link_box{
	display: inline-block;
	width:900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.link_box_list {
	margin:0px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
	clear: both;      /* float をクリア */
}

ul.link_box_list li {
	float: left;
	display:block;
	width:220px;
	height:90px;
	vertical-align:top;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.link_box_list li a {
	clear: both;      /* float をクリア */
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*----- Copyright ---------------------------------------------*/
#footer_copy {
	clear: both;      /* float をクリア */
	width: 100%;
	height: 30px;
	color: #3a3a3a;
	font-size:90%;
	text-align:center;
	line-height:30px;
	background:#c4c4c4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* 20150310追加 */
/*----- 暑さ指数－グラフ ---------------------------------*/
/* 選択 [グラフ] [日表] [過去データ] */
#wbgt_pagetag {
	float: left;
	width: 870px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#navigation {
	float: left;
/*	border: 1px #cc0000 solid;*/ /* DEBUG */
	width:400px;
	margin:0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	clear: both;      /* float をクリア */
}

ul#navigation li {
	float:left;
	list-style:none;
}

ul#navigation li a {
	display:block;
	width:124px;
	margin: 0px 5px 0px 0px;
	text-indent:-9898px;
	background: url('../img/datatag.png') no-repeat; /* 修正 */
} 

ul#navigation a.gr_of { height:30px; background-position:0px 0px; margin-top:10px}
ul#navigation a.gr_on { height:40px; background-position:0px -30px;}
ul#navigation a.dl_of { height:30px; background-position:-124px 0px; margin-top:10px}
ul#navigation a.dl_on { height:40px;background-position:-124px -30px;}
ul#navigation a.ag_of { height:30px; background-position:-248px 0px; margin-top:10px}
ul#navigation a.ag_on { height:40px;background-position:-248px -30px;}

/* 地点選択 */
#wbgt_secpoint {
	float: left;
	width: 416px;
	height:40px;
	background: url('../img/wbgt_page_tagp.png') no-repeat;
	margin: 0px 0px 0px 54px;
	padding: 0px 0px 0px 0px;
}

#wbgt_secpoint select{
	width: 80px;
	border: 1px solid #c0c0c0;
	margin: 12px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#wbgt_secpoint p{
	color:#007ac7;
	font-weight:bold;
	text-indent: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.map_mark{
	width: 54px;
	height:26px;
	background: url('../img/map_select.png') no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 54px 5px 0px;
}


/* データ表示領域 */
table.dataarea{
	float: left;
	border-collapse:collapse;
	width: 870px;
 	border: 1px #898989 solid;
	margin:  0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

/* 地点名表示セル(実測地点アイコンなし) */
table.dataarea td.pointname{
	border: 0;
	border-collapse:collapse;
	background-color: #d2eefb;
	width: 870px;
	height:36px;
	font-size: 140%;
	text-align:center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

/* 地点名表示セル(実測地点アイコンあり) */
table.dataarea td.pointnamej{
	border: 0;
	border-collapse:collapse;
	background: url('../img/jissoku.png') no-repeat;
	background-position:780px;
	background-color: #d2eefb;
	width: 870px;
	height:36px;
	font-size: 140%;
	text-align:center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

table.dataarea td.mainarea{
	border: 0;
	border-collapse:collapse;
	background-color: #ffffff;
	width: 680px;
	font-size: 120%;
	line-height: 2;
	text-align:center;
	margin: 0px 0px 0px 0px ;
	padding: 20px 0px 20px 0px;
}

img.jissoku{
	margin: 0px 0px 0px 20px;
}

/* 選択 生活の場における暑さ指数  [アスファルト]～[子供] */
#ref_tag {
	float: left;
	width: 860px;
 	border: 0px;
	background-color: #ffffff;
	margin: 15px 0px 15px 0px;
	text-align:center;
}

ul#ref_navigation {
	width:860px;
	margin:0px 0px 0px 50px;
	clear: both;      /* float をクリア */
}

ul#ref_navigation li {
	float:left;
	list-style:none;
}

ul#ref_navigation li a {
	display:block;
	width:92px;
	height:76px;
	margin: 0px 5px 0px 0px;
	text-indent:-9898px;
	background: url(../img/reference.png) no-repeat;
} 

ul#ref_navigation a.ref1    {background-position:0px 0px;}
ul#ref_navigation a.ref1act {background-position:0px -76px;}
ul#ref_navigation a.ref2    {background-position:-92px 0px;}
ul#ref_navigation a.ref2act {background-position:-92px -76px;}
ul#ref_navigation a.ref3    {background-position:-184px 0px;}
ul#ref_navigation a.ref3act {background-position:-184px -76px;}
ul#ref_navigation a.ref4    {background-position:-276px 0px;}
ul#ref_navigation a.ref4act {background-position:-276px -76px;}
ul#ref_navigation a.ref5    {background-position:-368px 0px;}
ul#ref_navigation a.ref5act {background-position:-368px -76px;}
ul#ref_navigation a.ref6    {background-position:-460px 0px;}
ul#ref_navigation a.ref6act {background-position:-460px -76px;}
ul#ref_navigation a.ref7    {background-position:-552px 0px;}
ul#ref_navigation a.ref7act {background-position:-552px -76px;}
ul#ref_navigation a.ref8    {background-position:-644px 0px;}
ul#ref_navigation a.ref8act {background-position:-644px -76px;}

span.ref_point_name{
/*-- 2019.03.08 	color: #64a3e5;  --*/
	color: #00558A;
	font-weight:bold;
	font-style:normal;
	font-size: 110%;
	line-height: 140%;
	margin: 0px 0px 0px 120px ;
	vertical-align: middle;
}

span.ref_point_ex{
	color: #000000;
	margin: 0px 10px 0px 0px ;
	vertical-align: middle;
	line-height: 140%;
}

span.ref_point_sub{
/*-- 2019.03.08 	color: #64a3e5;  --*/
	color: #00558A;
	text-decoration:underline;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	line-height: 140%;
	text-align:left;
}
/*-- 2019.03.08
a.ref_point_sub:link, a.ref_point_sub:visited, a.ref_point_sub:hover, a.ref_point_sub:active { color: #64a3e5; }
--*/
a.ref_point_sub:link, a.ref_point_sub:visited, a.ref_point_sub:hover, a.ref_point_sub:active { color: #00558A; }


/* 説明 生活の場における暑さ指数  [アスファルト]～[子供] */
table.lifeicon{
	width: 700px;
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}

td.lifeicon{
	vertical-align: top;
	text-align: left;
	padding: 0px 20px 0px 0px;
}

span.lifeicon1,span.lifeicon2,span.lifeicon3,span.lifeicon4,span.lifeicon5,span.lifeicon6,span.lifeicon7,span.lifeicon8 {
	display: block;
	width: 92px;
	height: 76px;
	background: url('../img/reference.png')  no-repeat;
}
span.lifeicon1 { background-position: 0px -76px;}
span.lifeicon2 { background-position: -92px -76px;}
span.lifeicon3 { background-position: -184px -76px;}
span.lifeicon4 { background-position: -276px -76px;}
span.lifeicon5 { background-position: -368px -76px;}
span.lifeicon6 { background-position: -460px -76px;}
span.lifeicon7 { background-position: -552px -76px;}
span.lifeicon8 { background-position: -644px -76px;}

p.lifeitem{
/*-- 2019.03.08 	color: #64a3e5;  --*/
	color: #007AC7;
	font-size: 130%;
	font-weight:bold;
	margin: 5px 0px 0px 0px;
}

p.lifeitemex1{
	font-size: 110%;
	font-weight:bold;
	text-indent:0px;
	margin: 5px 0px 0px 20px;
}

p.lifeitemex2{
	line-height: 1.3em;
	margin: 5px 0px 20px 40px;
}

/*--- 現在の指数 -----------------------------------*/
h3{
	font-size: 130%;
/*	font-weight:bold;*/
	text-align:left;
	text-indent:1.2em;
	background: url(../img/h3title_item.png) no-repeat 0em 0.2em;
	margin: 20px 0px 5px 80px ;
	padding: 0px 0px 0px 0px;
}

h4{
	font-size: 130%;
	text-align:left;
	text-indent:1.2em;
/*    background: url(../img/h3title_item.png) no-repeat 0em 0.2em;*/
	margin: 20px 0px 5px 80px ;
	padding: 0px 0px 0px 0px;
}

table.present{
	border: 5px #dcdcdc solid;
	width: 520px;
	height: 80px;
	margin: 10px 0px 40px 180px ;
	padding: 0px 0px 0px 0px;
}

table.present td.day{
	float:left;
	font-size: 120%;
	text-align:right;
	line-height: 1.2em;
	margin: 15px 0px 0px 20px ;
	padding: 0px 0px 0px 0px;
}

table.present td.num_lv1, table.present td.num_lv2, table.present td.num_lv3, table.present td.num_lv4, table.present td.num_lv5{
	float:left;
	width: 292px;
	height:50px;
	line-height: 50px;
	background: url(../img/wbgt_colormat.png) no-repeat;
	margin:  10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

table.present td.num_lv1 {background-position:0px 0px;}
table.present td.num_lv2 {background-position:0px -50px;}
table.present td.num_lv3 {background-position:0px -100px;}
table.present td.num_lv4 {background-position:0px -150px;}
table.present td.num_lv5 {background-position:0px -200px;}

table.present .num{
	font-size: 170%;
	font-weight:bold;
	text-align:left;
	margin: 0px 0px 0px 50px ;
}

table.present .str{
	font-size: 130%;
	text-align:left;
	margin: 0px 0px 0px 30px ;
}

hr.present {
	display:block;
	width: 98%;
	border:0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 10px 0px 20px 0px ;
}


/* グラフ ---------------------------*/
table.graph{
	border-collapse:collapse;
	background-color: #ffffff;
	width: 700px;
	height:280px;
	font-size: 160%;
	font-weight:bold;
	font-style:normal;
	margin: 10px 0px 30px 100px ;
	padding: 0px 0px 0px 0px;
}
table.graph td{
	vertical-align: middle;
}

table.graph td.pre_titlemax{
	width: 560px;
	height:60px;
	text-align:right;
	background: url('../img/mat_daymax.png')  no-repeat 0px 20px;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

table.graph td.pre_title{
	width: 560px;
	height:40px;
	text-align:right;
	background: url('../img/mat_predic.png')  no-repeat;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

table.graph td.pre_ex1{
	width: 140px;
	text-align:center;
	vertical-align: top;
}

table.graph td.pre_ex2{
	width: 140px;
	height: 150px;
	vertical-align: bottom;
}

a.pre_ex2{
	display:block;
	width:140px;
	height:80px;
	text-indent:-9898px;
/*-- 2019.03.15	background: url('../img/hanrei2.png') no-repeat; --*/
	background: url('../img/map_ex.png') no-repeat;
}

table.graph td.pre_gmain{
	width: 560px;
	height:202px;
	background: url('../img/graph15-40.png') no-repeat; /* 削除 */
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.graph td.pre_gmain_1{
	width: 560px;
	height:202px;
	background: url('../img/graph15-40_1.png') no-repeat;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.graph td.pre_gmain_1w{
	width: 560px;
	height:202px;
    /*background: url('../img/graph15-40_1w.png') no-repeat;*/ /* 修正 */
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.graph td.day_select{
	width: 560px;
	height:30px;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

/* 過去1週間 */
img.hanrei_1k{
	border-style:none;
	margin: 20px 40px 120px 0px;
}

/* 選択 [過去1週間] [今日] [明日] [明後日] */
a.sel_1w,a.sel_1wact,a.sel_td,a.sel_tdact,a.sel_tm,a.sel_tmact,a.sel_da,a.sel_daact{
	float: left;
	display:block;
	width:73px;
	height:30px;
	text-indent:-9898px;
	background: url('../img/selectday.png') no-repeat; /* 修正 */
}

a.sel_1w   { background-position: -219px 0px; margin: 10px 0px 10px 70px;}
a.sel_1wact{ background-position: -219px -30px; margin: 10px 0px 10px 70px;}
a.sel_td   { background-position: 0px 0px; margin: 10px 0px 10px 140px;}
a.sel_tdact{ background-position: 0px -30px; margin: 10px 0px 10px 140px;}
a.sel_tm   { background-position: -73px 0px; margin: 10px 0px 10px 10px;}
a.sel_tmact{ background-position: -73px -30px; margin: 10px 0px 10px 10px;}
a.sel_da   { background-position: -146px 0px; margin: 10px 0px 10px 10px;}
a.sel_daact{ background-position: -146px -30px; margin: 10px 0px 10px 10px;}


/* 3日間予測表 ---------------------------*/
table.forecast3day{
	width:580px;
	table-layout: fixed;
	border: 2px #4d4d4d solid;
	border-collapse:collapse;
	background-color: #ffffff;
	font-size: 110%;
	text-align:center;
	margin: 20px 0px 30px 140px ;
	padding: 0px 0px 0px 0px;
}

table.forecast3day tr.time{
	width: 50px;
	height:25px;
	border-bottom: 3px #4d4d4d double;
	background-color:#efefef;
}

table.forecast3day tr.day{
	width: 50px;
	height:22px;
	border-bottom: 1px #4d4d4d solid;
}

table.forecast3day td.day3{
	border-right: 1px #4d4d4d solid;
	width: 150px;
	text-align:right;
	padding: 0px 5px 0px 0px;
}

table.forecast3day td.day{
	width: 50px;
	border-left: 1px #4d4d4d solid;
}
/*-- 2019.02.18
td.day_lv1  { background-color:#7ef2ff;border-left: 1px #4d4d4d solid;}
td.day_lv2  { background-color:#a6e888;border-left: 1px #4d4d4d solid;}
td.day_lv3  { background-color:#fee955;border-left: 1px #4d4d4d solid;}
td.day_lv4  { background-color:#fbc65d;border-left: 1px #4d4d4d solid;}
td.day_lv5  { background-color:#fd8977;border-left: 1px #4d4d4d solid;}
td.day_lv1  { background-color:#218cff;border-left: 1px #4d4d4d solid;}
td.day_lv2  { background-color:#a0d2ff;border-left: 1px #4d4d4d solid;}
td.day_lv3  { background-color:#faf500;border-left: 1px #4d4d4d solid;}
td.day_lv4  { background-color:#ff9600;border-left: 1px #4d4d4d solid;}
td.day_lv5  { background-color:#ff2800;border-left: 1px #4d4d4d solid;}
--*/
td.day_lv1  { border-left: 1px #4d4d4d solid;}
td.day_lv2  { border-left: 1px #4d4d4d solid;}
td.day_lv3  { border-left: 1px #4d4d4d solid;}
td.day_lv4  { border-left: 1px #4d4d4d solid;}
td.day_lv5  { border-left: 1px #4d4d4d solid;}

/* --------------------------------- ここまで20150311追加 */


/* 20150313 追加 ここから --------------------------------------*/
/* 中止メッセージ */
.stop_box{
	/* see also color_theme.css */
	width: 690px; 	/* width:700px; */
	border-width: 1px; border-style: solid;
	margin: 0 auto 10px auto; 	/* margin: 0px 0px 30px 130px; */
	padding: 0px 0px 0px 0px;
}

.stop_box p.stop_info{
	/* see also color_theme.css */
	height: 1.5em;
	font-size:110%;
	font-weight:bold;
	letter-spacing: 0.5em;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.stop_box p.stop_msg{
	text-align:left;
	margin: 10px 0px 10px 0px;
	padding: 0px 50px 0px 50px;
	text-indent: -1em;
}

/* 利用規約 */
p.comment{
	text-align: left;
	line-height: 150%;
	margin: 0px 60px 0px 50px;
}

iframe {
	width: 510px;
	height: 494px;
	text-align: center;
	display: block;
	margin: 0px auto 5px auto;
}

iframe.agree {
	width: 640px;
	height: 250px;
	text-align: center;
	border: 1px #a7a7a7 solid;
	display: block;
	margin: 10px auto 20px auto;
}

/*
body.up{
	text-align: left;
	background-color: #ffffff;
}
*/


#up{
	width: 623px;
	text-align: left;
	line-height: 150%;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.up{
	width: 618px;
	text-align: left;
	line-height: 150%;
	background-color: #ffffff;
	margin: 20px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}

p.upt{
	width: 623px;
	line-height: 140%;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	text-indent:10px;
	background-color: #e5e5e5;
	margin: 5px 10px 0px 0px;
}

p.up1{
	width: 595px;
	line-height: 150%;
	background-color: #ffffff;
	margin: 20px 10px 5px 5px;
	padding: 0px 10px 0px 10px;
}

p.up2{
	text-align: left;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
}

p.up3{
	text-align: left;
	line-height: 150%;
	text-indent: -1.5em;
	margin: 0px 0px 0px 50px;
	padding: 0px 10px 0px 0px;
	
}

p.up4{
	text-align: left;
	line-height: 150%;
	text-indent: -1em;
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 0px 0px;
}


/* メール配信リンク */
.visor_pc, .visor_kt{
	width: 484px;
	height:75px;
	color:#000000;
	text-align: center;
	text-indent: 20px;
/*	text-decoration: none;*/
	margin: 0px auto 0px auto;
	padding: 35px 0px 0px 0px;
}
.visor_pc{background: url("../img/../img/visor_ms6pc.png") no-repeat 0px 0px;}
.visor_kt{background: url("../img/../img/visor_ms6kt.png") no-repeat 0px 0px;}

.visor_pc_mainte, .visor_kt_mainte{
	width: 500px;
	height:22px;
	text-indent: 120px;
	margin: 10px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}
.visor_pc_mainte{background: url("../img/../img/visor_maintepc.png") no-repeat 0px 0px;}
.visor_kt_mainte{background: url("../img/../img/visor_maintekt.png") no-repeat 0px 0px;}


/***** 暑さ指数とは？ ***********************************/
/* 日常生活に関する指針 */
img.cut{
	float: left;
	border: 0;
	width: 82px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

table.wbgt_list1{
	width:680px;
	border: 2px #6b6b6b solid;
	border-collapse: collapse;
	margin: 10px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
}

table.wbgt_list1 th {
	height:30px;
	border: 1px solid #6b6b6b;
	background-color: #ffffe5;
}

table.wbgt_list1 tr{
	border-bottom: 1px #6b6b6b solid;
}

table.wbgt_list1 td.L1_Lv2,td.L1_Lv3,td.L1_Lv4,td.L1_Lv5{
	width:110px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	padding: 0px 0px 0px 10px;
}
/*-- 2019.02.18
table.wbgt_list1 td.L1_Lv2{ background-color: #a6e888;}
table.wbgt_list1 td.L1_Lv3{ background-color: #fdf240;}
table.wbgt_list1 td.L1_Lv4{ background-color: #fbc65d;}
table.wbgt_list1 td.L1_Lv5{ background-color: #fd8977;}
--*/
table.wbgt_list1 td.L1_Lv2{ background-color: #a0d2ff;}
table.wbgt_list1 td.L1_Lv3{ background-color: #faf500;}
table.wbgt_list1 td.L1_Lv4{ background-color: #ff9600;}
table.wbgt_list1 td.L1_Lv5{ background-color: #ff2800;}

table.wbgt_list1 td.L2{
	width:150px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	padding: 0px 0px 0px 10px;
}

table.wbgt_list1 td.L3{
	width:420px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

/* 運動に関する指針 */
table.wbgt_list2{
	width:680px;
	border: 2px #6b6b6b solid;
	border-collapse: collapse;
	margin: 10px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
}

table.wbgt_list2 th {
	height:30px;
	border: 1px solid #6b6b6b;
	background-color: #ffffe5;
	text-align:center;
}

table.wbgt_list2 tr{
	border-bottom: 1px #6b6b6b solid;
}

table.wbgt_list2 td.L1{
	width:80px;
	line-height: 150%;
	border: 1px #6b6b6b solid;
	text-align:center;
}

table.wbgt_list2 td.L2_Lv1,td.L2_Lv2,td.L2_Lv3,td.L2_Lv4,td.L2_Lv5{
	width:70px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	text-align:center;
}
/*-- 2019.02.18
table.wbgt_list2 td.L2_Lv1{ background-color: #7ef2ff;}
table.wbgt_list2 td.L2_Lv2{ background-color: #a6e888;}
table.wbgt_list2 td.L2_Lv3{ background-color: #fdf240;}
table.wbgt_list2 td.L2_Lv4{ background-color: #fbc65d;}
table.wbgt_list2 td.L2_Lv5{ background-color: #fd8977;}
--*/
table.wbgt_list2 td.L2_Lv1{ background-color: #218cff;}
table.wbgt_list2 td.L2_Lv2{ background-color: #a0d2ff;}
table.wbgt_list2 td.L2_Lv3{ background-color: #faf500;}
table.wbgt_list2 td.L2_Lv4{ background-color: #ff9600;}
table.wbgt_list2 td.L2_Lv5{ background-color: #ff2800;}

table.wbgt_list2 td.L3_Lv1,td.L3_Lv2,td.L3_Lv3,td.L3_Lv4,td.L3_Lv5{
	width:130px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	padding: 0px 0px 0px 10px;
}
/*-- 2019.02.18
table.wbgt_list2 td.L3_Lv1{ background-color: #7ef2ff;}
table.wbgt_list2 td.L3_Lv2{ background-color: #a6e888;}
table.wbgt_list2 td.L3_Lv3{ background-color: #fdf240;}
table.wbgt_list2 td.L3_Lv4{ background-color: #fbc65d;}
table.wbgt_list2 td.L3_Lv5{ background-color: #fd8977;}
--*/
table.wbgt_list2 td.L3_Lv1{ background-color: #218cff;}
table.wbgt_list2 td.L3_Lv2{ background-color: #a0d2ff;}
table.wbgt_list2 td.L3_Lv3{ background-color: #faf500;}
table.wbgt_list2 td.L3_Lv4{ background-color: #ff9600;}
table.wbgt_list2 td.L3_Lv5{ background-color: #ff2800;}

table.wbgt_list2 td.L4{
	width:400px;
	line-height: 130%;
	border: 1px #6b6b6b solid;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

/*--- お問い合わせ（FAQ) ----------------------------------*/
p.faq_q_no{
	float:left;
	width:72px;
	height:44px;
/*-- 2019.03.08
	color: #ffffff;
--*/
	color: #000000;
	font-size:180%;
	text-align: center;
	font-weight:bold;
	line-height: 44px;
/*-- 2019.03.08 --*/
 background-color: #ffffff;
	background: url('../img/faq.png') no-repeat  0px 0px;
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}

p.faq_q{
	width:700px;
/*--  2019.03.08 	color: #018cc7;  --*/
	color: #007AC7;
	font-size:140%;
	text-align: left;
	font-weight:bold;
	line-height: 44px;
	margin: 0px 0px 0px 230px;
	padding: 0px 0px 0px 0px;
}

p.faq_a_no{
	float:left;
	width:72px;
	height:44px;
/*-- 2019.03.08
	color: #ffffff;
--*/
	color: #000000;
	font-size:180%;
	text-align: center;
	font-weight:bold;
	line-height: 44px;
/*-- 2019.03.08 --*/
 background-color: #ffffff;
	background: url('../img/faq.png') no-repeat  0px 0px;
	background-position:0px -44px;
	margin: 10px 0px 0px 150px;
	padding: 0px 0px 0px 0px;

}

p.faq_a{
	width:600px;
	text-align: left;
	line-height: 1.8em;
	margin: 20px 0px 0px 240px;
	padding: 0px 0px 0px 0px;
}

hr.faq {
	width: 90%;
	border: 0px;
	background:#aaaaaa;
	height: 1px;
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
}


/*--- ページリンク --------------------------------------*/
.page_back, .page_next{
	/* float:left; */  /* 2019.01.23修正 */
	width: 390px;
	height:42px;
	line-height: 40px;
	text-decoration: underline;
	margin: 30px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
.page_back{ float:left; text-align:left; margin-left: 90px; }  /* 2019.01.23修正 */
.page_next{ float:right; text-align:right; margin-right: 90px; }  /* 2019.01.23修正 */

span.backmark, span.nextmark{
	display:block;
	width:42px;
	height:42px;
	background: url(../img/backnext.png) no-repeat 0 0;
}
span.backmark{ float:left; background-position:0px 0px; }
span.nextmark{ float:right; background-position:-42px 0px;}

span.mgn{
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/*--- 熱中症環境保健マニュアル --------------------------*/
h4.manual{
	font-size: 110%;
	text-align:left;
	font-weight:normal;
	margin: 10px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
}

ol.m-u_roman{
	line-height: 1.5em;
	margin: 10px 0px 0px 180px;
	padding: 0px 0px 0px 0px;
}

ol.m-u_roman li.row2{
	list-style-type:upper-roman;
	margin: 20px 0px 0px 0px;
}

ol.m-u_roman li.row2 a{
	text-decoration:underline;
}

/* 20160418 追加 */
ol.m-u_roman li.row3{
	list-style-type:none;
	margin: 20px 0px 0px 0px;
}

ol.m-u_roman li.row3 a{
	text-decoration:underline;
}
/* ---------------- * 20160418 追加 ここまで */

/*
a[href$=".pdf"]{
	padding-right:1.5em;
	background: url(../img/pdficon.png) no-repeat right center;
}
*/

/*--- 暑さ指数 各ドキュメント --------------------------*/
img.wbgtdoc{
	margin: 0px 0px 0px 140px;
}

ul.list_menu li {
	font-size:110%;
	font-weight:bold;
	color: #0082cc;
	list-style:decimal;
	line-height: 1.2em;
	margin: 10px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

ul.list_menu li span {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}

h3.list_menu_title{
	font-size: 130%;
	text-align:left;
	font-weight:bold;
	list-style:decimal;
	background:none;
}

/*--- 暑さ指数 電子情報提供サービス ----------------------*/
ol.wcation {
	list-style-type: decimal;
}

ol.wcation li{
	text-align: left;
	line-height: 150%;
	margin: 0px 150px 10px 150px;
}

table.wcation{
	width:550px;
	border: 1px #6b6b6b solid;
	border-collapse: collapse;
	text-align: left;
	margin: 30px 0px 30px 160px;
	padding: 0px 0px 0px 0px;
}

table.wcation td{
	line-height: 140%;
	border: 1px #6b6b6b solid;
	padding: 4px 0px 4px 5px;
}

table.wcation td.bgm{
	width:110px;
	text-align: center;
	background-color: #ffffe5;
}

/*--- 熱中症　リスクカレンダー -----------------------------*/
/* .map_ct_lv5{	background-color: #FB5439; }	/* 赤 */
/* .map_ct_lv4{	background-color: #FAA210; }	/* オレンジ */
/* .map_ct_lv3{	background-color: #FFFF00; }	/* 黄 */
/* .map_ct_lv2{	background-color: #92D050; }	/* 緑 */
/* .map_ct_lv1{	background-color: #00B0F0; }	/* 青 */
/* .map_ct_null{	background-color: #aaaaaa; text-align:center !important; padding: 0px 5px 0px 5px !important; }	/* 灰色 */
/*-- 2019.02.18 修正 --*/
/* .map_ct_lv5{	background-color: #FF2800; }	/* 赤 */
/* .map_ct_lv4{	background-color: #FF9600; }	/* オレンジ */
/* .map_ct_lv3{	background-color: #FAF500; }	/* 黄 */
/* .map_ct_lv2{	background-color: #A0D2FF; }	/* 緑 */
/* .map_ct_lv1{	background-color: #218CFF; }	/* 青 */
/* .map_ct_null{	background-color: #a0a0a0; text-align:center !important; padding: 0px 5px 0px 5px !important; }	/* 灰色 */
/* see also color_theme.css */
.map_ct_null { text-align:center !important; padding: 0px 5px 0px 5px !important; }	/* 灰色 */

/* 過去５年間の表 */
ul.tabyy {
	text-align: left;
	list-style: none;
/*	margin: 0px 0px 0px 135px;*/
	margin: 0px 0px 0px 65px;
	line-height: 30px;
}
ul.tabyy li {
	display: inline-block;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: #ececec;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

ul.tabyy li.selected {
	background: #ffffff;
	color: #000000;
}


ul.tabyy li {
	margin: 0px -5px 0px -5px;
	padding: 0px 20px 0px 20px;
}

.rcdiv{
	border-style:solid;
	border-width:2px;
/*	margin: 0px 0px 0px 130px;*/
	margin: 0px 0px 0px 60px;
}

table.rcal{
	font-size:90%;
	border-collapse: collapse;
	border: 0px #000000 solid;
	margin: 0px 0px 0px 0px;
}
/*
table.rcal th{
	border: 1px #000000 solid;
	border-top: 2px #000000 solid;
	text-align: center;
	padding:0px 0px 0px 0px;
}
*/
table.rcal th{	border:1px #000000 solid; padding:0px 0px 0px 0px; }
table.rcal th.yy{ width:60px; text-align: center; }
table.rcal th.mm, th.dd{ width:30px; text-align:center; }
table.rcal th.data{ width:60px;}
table.rcal th.selected{ border-left: 2px #ff0000 solid; border-right: 2px #ff0000 solid; }


table.rcal td{	border:1px #000000 solid; padding:0px 0px 0px 0px; }
table.rcal td.yy{ width:60px; text-align: center; }
table.rcal td.mm, table.rcal td.dd{ width:30px; text-align:center; }
table.rcal td.data{ width:50px; text-align: right; padding-right:10px; }
table.rcal td.selected{ border-left: 2px #ff0000 solid; border-right: 2px #ff0000 solid; }


/*--- 熱中症　熱中症対策普及啓発資料 -----------------------*/
dl.heatposter{
	margin-left: -40px;
}

.box_notice_s{
	width:450px;
	border: 1px #6b6b6b solid;
	margin: 30px 200px 0px 250px;
	padding: 0px 0px 0px 0px;
}

/* 20160414 追加 */
.heatillness_pr_combox{
	width: 600px;
	background: #e7e7e7;
	margin: 0px auto 0px auto;
	padding: 5px 40px 20px 40px;
}

p.heatillness_pr_com{
	list-style-type: disc;
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.heatillness_pr{
	overflow: auto;
	width:700px;
	margin: 0px 0px 0px 120px;
	padding: 0px 0px 10px 0px;
}

p.heatillness_pr_item{
	background: url(../img/info_item.png) no-repeat left center;
	font-size: 120%;
	font-weight:bold;
	text-decoration:underline;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1em;
}

p.heatillness_pr_size{
	background-color:#ebebeb;
	margin: 3px 0px 0px 40px;
	padding: 3px 3px 3px 10px;
}

p.heatillness_pr_img{
	float: left;
	margin: 5px 20px 0px 40px;
	padding: 0px 0px 0px 0px;
}
/* ---------------------- 20160414 追加 ここまで*/

/*--- 熱中症予防強化月間 */
.box_notice{
	width:450px;
	text-align: center;
	border: 1px #00aae9 solid;
	margin: 30px 0px 0px 120px;
	padding: 20px 0px 20px 0px;
}

ul.no-style {
	line-height:1.5em;
	margin:0px 120px 0px 120px;
	list-style:none;
}

ul.disc {
	line-height:1.5em;
	margin:0px 120px 0px 120px;
	type:disc;
}

dl.mats dt{
	float:left;
	width:100px;
	margin:0px 0px 0px 120px;
}

dl.mats dd{
	float:left;
	width:700px;
	margin:0px 0px 0px 0px;
}

/*--- 熱中症予防強化月間キックオフイベントの実施について（お知らせ）*/
.box{
	border: 1px #00aae9 solid;
	margin: 30px 120px 0px 100px;
	padding: 20px 30px 20px 30px;
}

/*--- 暑さ指数(WBGT)ランキング ----------------------------------*/
#wbgt_ranking_select {
/*	width: 450px; */
	width: 535px;
/*	height:44px;*/
	height:70px;
	background: #ffffff url("../img/point_select_mat_rank.png") no-repeat center;
	margin: 30px auto 0px auto;
}

#wbgt_ranking_select select.point{
	width: 160px;
/*	margin: 12px 20px 0px 5px;*/
	margin: 12px 5px 0px 5px;
}

#wbgt_ranking_select select.point2{
	width: 100px;
	margin: 12px 20px 0px 5px;
}

#wbgt_ranking_select select.no{
	width: 55px;
	margin: 12px 0px 0px 5px;
}

#wbgt_ranking_select select.month{
	width: 55px;
	margin: 12px 0px 0px 5px;
}

#wbgt_ranking_select select.day{
	width: 55px;
	margin: 12px 0px 0px 5px;
}


#wbgt_ranking_select p{
	color:#007ac7;
	font-weight:bold;
	text-indent: 10px;
	margin: 0px 0px 0px 0px;
}

table.ranking{
	border-collapse: collapse;
	border: 2px #000000 solid;
	margin: 0px 0px 0px 270px;
}

table.ranking th{
	border: 1px #000000 solid;
	border-top: 2px #000000 solid;
	text-align: center;
	padding:0px 0px 0px 0px;
}

table.ranking td{	border:1px #000000 solid; padding:0px 0px 0px 0px; }
table.ranking td.no{ width:50px; text-align: center; }
table.ranking td.pp{ width:220px; padding-left:10px;}
table.ranking td.ww{ width:80px; border-right:none; text-align:right; padding-right:10px; }
table.ranking td.uu{ width:50px; border-left:none; text-align: left; }
table.ranking td.mm{ width:60px; border-right:none; text-align:right; padding-right:10px; }



/*--- 過去1週間の全国の暑さ指数の観測状況 -------------------------*/
#wbgt_week_select {
	width: 305px;
	height:44px;
	background: #ffffff url("../img/point_select_mat_week.png") no-repeat center;
	margin: 30px auto 10px auto;
}

#wbgt_week_select select.period{
	width: 180px;
	margin: 12px 0px 0px 5px;
}

#wbgt_week_select p{
	color:#007ac7;
	font-size:110%;
	font-weight:bold;
	text-indent: 10px;
	margin: 0px 0px 0px 0px;
}

#wbgt_week_select span{
	font-size:90%;
	font-weight:normal;
	color:#000000;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
}

p.week{
	width:70%;
	background-color:#eeeeee;
	font-size:120%;
	font-weight:bold;
	margin: 0px auto 10px auto;
}

/*--- 電子情報提供サービス利用規約 ----------------------------*/
.cfm_box{
	width:600px;
	border: 1px #7e7e7e solid;
	background-color:#effaff;
	margin: 20px 0px 50px 180px;
	padding: 20px 0px 20px 0px;
}

.cfm_box p{
	text-align:center;
	margin: 0px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
}

.cfm_box p.msg{
	text-align:left;
	margin: 15px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}

.cfm_box form{
	text-align:center;
}

.cfm_box form input#submit_button {
	width: 80px; 
	height: 30px;
	border: 1px #000000 solid;
	background-color:#efefef;
}

table.ds_list {
	width: 550px; 
	border-collapse: collapse;
	border: 1px solid #6b6b6b;
	margin: 0px 0px 0px 200px;
}

table.ds_list td{
	height:30px;
	border: 1px solid #6b6b6b;
	padding: 0px 5px 0px 5px;
}

table.ds_list td.bgm {
	background-color: #ffffe5;
}

/*--- 暑熱環境を緩和させる様々な工夫や技術 ------------------*/
table.scheme {
	width: 360px;
	border-collapse: collapse;
	border: 2px solid #0068b7;
	margin: 10px 0px 0px 120px;
}

table.scheme th{
	background-color: #0068b7;
	border: 1px solid #0068b7;
	color:#ffffff;
	font-size:110%;
	text-align:center;
	padding: 2px 0px 2px 0px;
}

table.scheme td{
	width: 180px;
	border: 1px solid #0068b7;
	text-align:center;
	padding: 2px 5px 2px 5px;
}

span.scheme_tit{
	float:left;
	width: 130px;
	height:3em;
	line-height:3em;
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 10px;
}

span.scheme{
	float:left;
	width: 550px;
	height:3em;
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
}

table.scheme_tbl{
	width: 630px;
	border: 2px #514e4e solid;
	border-collapse:collapse; 
	margin: 10px 0px 40px 160px;
	padding: 1em 1em 1em 1em;
}

table.scheme_tbl th{
	height:1.8em;
	color:#ffffff;
	border: 1px #514e4e solid;
	background-color:#727171;
	font-size: 110%;
	font-weight:normal;
/*	letter-spacing: 0.1em;*/
}

table.scheme_tbl td.area{
	width:160px;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #514e4e solid;
	background-color:#e4e2dc;
	font-size: 110%;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.scheme_tbl td.measure{
	width:350px;
	border: 1px #c4c4c4 solid;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

table.scheme_tbl td.lank{
	width:120px;
	border-bottom: 1px #c4c4c4 solid;
	vertical-align:middle;
	color:#007ac7;
	font-size: 120%;
	text-align:center;
}

img.scheme_tbl_link{
	width: 18px;
	height:18px;
	vertical-align:middle;
	margin: 0px 0px 0px 10px;
}

/*--- パンくずリスト ----------------------------*/
/* リスト */
ol.topic-path {
	margin: 0; /* マージン（上下左右） */
	padding: 7px 5px; /* パディング（上下、左右） */
	background-color: #f9f9f9; /* 背景色 */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 80%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
	padding-left: 5px; /* 左パディング */
	display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
	padding-left: 25px; /* 左パディング */
	/*background: url(../image/topic-path-home-gray.png) no-repeat left;*/ /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
	/*padding-right: 18px; */ /* 右パディング */
	/*background: url(../image/topic-path-gray.gif) no-repeat right;*/ /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
/*-- 2019.02.26
	color: #4682b4;
--*/
	color: #000000;
	text-decoration: underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
	color: #79a7cc;
}

/*熱中症について学べる動画*/
table{
	border-collapse: collapse;
	border-spacing:0; 
}

table.ylist_tbl{
	width: 750px;
	border: 1px #434343 solid;
	border-collapse: collapse;
	border-spacing:0; 
	margin: 20px 0px 20px 0px;
}

table.ylist_tbl td.no{
	width:30px;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #434343 solid;
	background-color:#e4e2dc;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.ylist_tbl td.thumb{
	width:130px;
/*	border-right: 1px #c4c4c4 solid;*/
	border-bottom: 1px #434343 solid;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

table.ylist_tbl td.title{
	width:590px;
	font-size:110%;
	border-right: 1px #434343 solid;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

table.ylist_tbl td.text{
	width:590px;
	border-right: 1px #434343 solid;
	border-bottom: 1px #434343 dotted;
	text-align: left;
	padding: 5px 5px 5px 20px;
}

table.ylist_tbl td.pdf{
	width:590px;
	border-right: 1px #434343 solid;
	border-bottom: 1px #434343 solid;
	text-align: right;
	padding: 3px 10px 3px 5px;
}

span.thumbnail{
	display:inline-block;
	width: 130px;
	height: 90px;
	background-color: #d3d3d3;
	background-size: 130px 90px;
	margin: 5px 0px 5px 0px;
}

/*20160314追加*/
table.slist_tbl{ width:700px; border:1px #434343 solid; margin:10px 0px 0px 0px; }
table.slist_tbl td{ text-align:center; }
table.slist_tbl td.item{ width:150px; border:1px #434343 solid; background-color:#f6f6ee; padding:8px 0px 8px 0px; }
table.slist_tbl td.text{ width:350px; border:1px #434343 solid; text-align:left; padding:8px 20px 8px 20px; }
table.slist_tbl td.place1{ width:30px; border:1px #434343 solid; background-color:#f6f6ee; padding:0px 0px 0px 0px; }
table.slist_tbl td.place2{ width:100px; border:1px #434343 solid; background-color:#f6f6ee; padding:0px 0px 0px 0px; }
table.slist_tbl td.venue{  width:380px; border:1px #434343 solid; border-right:none; padding:0px 0px 0px 0px; }
table.slist_tbl td.access{ width:70px; border-bottom:1px #434343 solid; padding:5px 5px 5px 5px; }
table.slist_tbl td.chk{ width:50px; border:1px #434343 solid; padding:0px 0px 0px 0px; }
table.slist2_tbl{ width:700px; border:1px #434343 solid; margin:0px 0px 20px 100px; }
table.slist2_tbl td{ border:1px #434343 solid; text-align:center; }
table.slist2_tbl td.time1{ width:100px; background-color:#f6f6ee; padding:8px 0px 8px 0px; }
table.slist2_tbl td.time2{ width:100px; background-color:#f6f6ee; border-bottom:1px #c9c9c9 solid; padding:8px 0px 8px 0px; }
table.slist2_tbl td.name1{ padding:5px 10px 5px 10px; }
table.slist2_tbl td.name2{ border-bottom:1px #c9c9c9 solid; padding:5px 10px 5px 10px; }
table.slist2_tbl td.contents1{ text-align:left; padding:5px 10px 5px 10px; }
table.slist2_tbl td.contents2{ text-align:left; border-bottom:1px #c9c9c9 solid; padding:5px 10px 5px 10px; }

/* 20160407追加 */
.to_library{
	text-align: right;
	margin: 0px 90px 0px 0px;
	clear: both;      /* float をクリア 2019.01.23追加 */
}

/* 20160714追加（月間イベントページ） */
.event_title{
	width: 740px;
	color: #fff;
	font-size:135%;
	font-weight:bold;
	text-align:center;
	background: #f54861;
	border: 1px dotted #fff;
	box-shadow:0px 0px 0px 5px #f54861;
	margin: 10px auto;
	padding: 25px 25px;
}

.event_obj{
	width: 600px;
	color: #000;
	border-top: 1px solid #e34e64;
	border-bottom: 1px solid #e34e64;
	border-left: 7px solid #e34e64;
	border-right: 7px solid #e34e64;
	margin: 10px auto;
	padding: 20px 0px 20px 20px ;
}

ul{
	list-style:none; 
} 

li.content{
	height:auto;
	margin:0px;
	padding:0px;
}

span.day{
	float: left; 
	width: 110px;
}

span.day:first-letter{
	color:#007fcb;
}

span.time{
	float: left; 
	width: 130px; 
}

span.venue{
	display: block; 
}

li.info{
	text-align:right;
	padding:0px 20px 0px 0px;
}

/*--- モーダルウィンドウ ----------------------------*/
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}
#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 500px;
  height: 300px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position:fixed;
  z-index: 2;
}
/* モーダル 背景エリア */
#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 1;
}
/* 閉じるボタン */
#modal-close {
    color:#00f;
    text-decoration:underline;
}

#modal-close:hover {
    cursor:pointer;
    color:#f00;
}
/* ADD 2018/07/06 start */
#heatmenu {
	width: 720px;
	height:64px;
	position:relative;
  text-align:center;
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
}

a.heatmenu1_on, a.heatmenu1_off,
a.heatmenu2_on, a.heatmenu2_off,
a.heatmenu3_on, a.heatmenu3_off
{
	float: left;
	width:230px;
	height:64px;
	text-indent:-9898px;
	background: url('../img/heatmenu.png') no-repeat;
	margin: 0px 5px 0px 5px;
}
a.heatmenu1_off	{background-position:0px 0px;}
a.heatmenu1_on	{background-position:0px -64px;}
a.heatmenu2_off	{background-position:-230px 0px;}
a.heatmenu2_on	{background-position:-230px -64px;}
a.heatmenu3_off	{background-position:-460px 0px;}
a.heatmenu3_on	{background-position:-460px -64px;}
/* ADD 2018/07/06 end *
/
/* ADD 2019/01/24 start */
span.ruby { position:relative; line-height:2.5em; }
span.ruby span.rt { position:absolute; left:0; top:-1.0em; font:normal 50%/1 "MS PGothic",sans-serif; text-decoration:none; text-indent:0; letter-spacing: 0.2em; }
span.ruby span.rp { display:none; }
/* ADD 2019/01/24 end */

/* add 2019/02/12 start */
span.pink { color:#800080; }

h5 { 
}

h5.up { font-size: 100%;
        font-weight: normal; 
	width: 618px;
	text-align: left;
	line-height: 150%;
	background-color: #ffffff;
	margin: 20px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}
/* add 2019/02/12 end */

/* add 2019./03.15 */
span.boldred { font-weight:bold; color:#ff6400; }
span.lp_orange { margin-left:100px; color:#000000; font-size:220%; }

/* add 2019.08.05 */
.banner { margin-bottom: 0.2em; }


/* 熱中症警戒アラート(試行) */
#heatalert{
	width: 946px;
	border: 7px #cc0000 solid;
	margin: 10px 0px 0px 0px;
}

.heatalert_title{
 	display: inline-block;
	width: 100%;
	height:45px;
	background-color: #cc0000; /* 背景色 */
	text-align:center;
	font-size:170%;
	font-weight:bold;
	color: #ffffff;
	line-height: 40px;
	padding: 5px 0px 0px 0px;

}

img.icon_aleat{
	width: 40px;
	height: 40px;
	text-indent:-9898px;
	background-image: url(../img/icon_aleat.png) ;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.heatalert_main{
 	display: inline-block;
	width: 100%;
	background-color: #ffffff; /* 背景色 */
}

p.point_area{
	width: 100%;
	text-align:center;
	margin: 20px 0px 0px 0px;
}

span.alert_point{
	display: inline-block;
	font-size:140%;
	text-align:center;
	text-decoration:underline;
	margin: 0px 15px 0px 0px;
}

p.date_area{
	font-size:100%;
	text-align: right;
	margin: 0px 10px 0px 0px;
}

.heatalert_sub{
 	display: inline-block;
	width: 100%;
	background-color: #e7e7e7; /* 背景色 */
	padding: 15px 0px 0px 0px;
}

p.msg1{
	font-size:110%;
	text-align: left;
	margin: 0px 0px 0px 40px;
}

p.msg2{
	font-size:110%;
	text-align: right;
	margin: 5px 10px 0px 0px;
}

p.msg2 a{
	text-decoration: underline;
}
