.contents {
	height : 100%;
}

/* 一覧ページへのリンクボタン */
.btn_link {
	width: 100px;
	height: 54px;
	color: black;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	border: solid 1px #000000;
	border-radius: 6px;
	float: left;
	margin: 10px 15px;
}

/* 災害年表ページへのリンクボタン色 */
.btn_disaster{
	width: 160px;
	background-color: rgba(169, 209, 142, 0.85);
}

/* 説明文ブロック */
#outline {
	width: 80%;
	height: auto;
	margin: 0px auto;
}

.new-mark {
	vertical-align:middle;
}
.new-add {
	position:absolute;
	left:0;
	top:0;
}
.d-new {
	position:relative;
}
.note {
	font-size: var(--14px);
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
#list-record {
	font-size:var(--11px);
	color: black;
}

#list-record td, th {
	border: solid 1px #ccc;
}

#list-record th {
	background-color: #a5eda5;
}

/*災害種類*/
.d-kind {
	position: relative;
}
/*災害種類（背景色）*/
.earthquake {
	background-color: #ffa64d;
	text-align: center;
}
.flood {
	background-color: #4da6ff;
	text-align: center;
}
.snow {
	background-color: #d2d2d2;
	text-align: center;
}
.heat {
	background-color: #fce4d6;
	text-align: center;
}

.pref {
	vertical-align: top;
}
.g_damage {
	background-color: #ffc8ff;
}
.ruins {
	background-color: #ffffc8;
	color: red;
	font-size: var(--14px);
}

#note {
	max-width: 600px;
	width: 90%;
	font-size: var(--12px);
	text-align: left;
	margin-top: 20px;
}
#g-disaster-mark {
	width: 24px;
	height: 12px;
}

@media (max-width: 480px) {
#outline {
	width: 95%;
	padding-top: 10px;
}
}
