﻿@charset "utf-8";
/*災害情報ページ用CSS
[URL] https://www.hbc.co.jp/saigai/saigai.html
[update] 2026.03.31
*/

.saigai_header{
	display: flex;
	justify-content: space-between;
	width: 96%;
	max-width: 1200px;
	margin: 3% auto;
	position: relative;
	top: 0;
	border-bottom: solid 1px rgb(215, 11, 36);
}
#saigai_container{
	width: 96%;
	max-width: 1200px;
	margin: 3% auto;
	position: relative;
	top: 0;
}
#saigaiHeader { margin: 20px 0; color: #222222; }
#saigaiContents { }

#saigaiContents h3 {
	color: #ffffff;
	background: #222222;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
}
#saigaiContents h4 {
	color: #339b00;
	line-height: 1.6;
	margin: 10px;
}
#saigaiContents h5 {
	color: #000;
	line-height: 1.6;
	margin: 10px;
}
#saigaiContents p{
	line-height: 1.6;
	padding:0 10px;
} 
