/* @charset "utf-8"; */

/* 20240717 追加 */

/* --------------------------------------------
  暑さ指数について
-----------------------------------------------*/

/* 指定暑熱避難施設（クーリングシェルター）・リンク集 */


/* 概要 */
.gaiyo{
	display: flex;
	width: 80%;
	text-align: justify;
	margin: 30px auto 50px auto;
}

.gaiyo span.image img{
	width:200px;
	height:200px;
}

/* 設置件数 */
.point_count{
	width: 80%;
	border-radius: 10px;
	background: #e6f7ff;
	font-size: 130%;
	color: #025ea2;
	margin: 20px auto 80px auto;
	padding: 0.5em 0em 0.5em 0em;
	text-align: center;
}

.point_count p{
	line-height: 1;
}

.point_count p span.point{
	font-size: 130%;
}

.point_count p span.count{
	display: inline-block;
	width: 40%;
	font-size: 200%;
	text-align: right;
	margin-top: 10px;
}

.point_count p span.date{
	display: inline-block;
	width: 60%;
	font-size: 100%;
	text-align: left;
	text-indent: 1em;
}

span.example {
	font-size: 80%;
	vertical-align: top;
}

.point_count p.line {
	width: 95%;
	border-bottom: 1px solid #a6b2ba;
	margin: 0px auto;
}

/* 各県リスト */
.point_link{
	width: 90%;
	margin: 0px auto 50px auto;
}

.point_link ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}

.point_link ul li.shelter {
	list-style: none;
	width: 90px;
	box-shadow: 0 0 6px rgba(128,128,128,0.6);
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
	font-size: 110%;
	text-align: center;
	margin: 0px 10px 20px 10px;
	padding: 10px;
}
.point_link ul li.shelter a{
	text-decoration: none;
}

.point_link ul li.shelter:hover {
	background: #fef9b7;
}

.point_link p.date{
	display: block;
	text-align: right;
	padding: 0em 1em 0em 0em;
}

