
/* emergency
_____________________________________________________*/

#emergency_area {
	border-bottom: 10px solid #333;
}
#breadcrumb {
	color: #FFF;
	background: #000;
	padding: 5.5% 0 5.5% 7%;
}
#breadcrumb p {
	font-size: 1.2rem;
}
#emergency_image {
	border-bottom: 10px solid #333;
}
#emergency_image img {
	width: 100%;
	height: auto;
}
#emergency_area li {
	background: url(../img/icon_shinobi.png) 7.5% 52% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#DFDFCE;
	background-size: 16% auto,8% auto;
}
#emergency_area li a {
	display: block;
	padding: 9% 0 9% 5%;
}
#emergency_area li img {
	width: 40%;
	height: auto;
	margin-left: 23%;
	max-width: 230px;
}
#emergency_area li:nth-child(even) {
	background: url(../img/icon_shinobi.png) 7.5% 52% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#F5F5F1;
	background-size: 16% auto,8% auto;
}


/* emergency country
_____________________________________________________*/

#emergency_c_area {
	border-bottom: 10px solid #333;
}
#emergency_c_area li {
	background: url(../img/icon_shinobi.png) 7.5% 52% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#DFDFCE;
	background-size: 16% auto,8% auto;
}
#emergency_c_area li a {
	display: block;
	padding: 9% 0 9% 5%;
}
#emergency_c_area li img {
	width: 40%;
	height: auto;
	margin-left: 23%;
	max-width: 230px;
}
#emergency_c_area li:nth-child(even) {
	background: url(../img/icon_shinobi.png) 7.5% 52% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#F5F5F1;
	background-size: 16% auto,8% auto;
}

/* emergency detail
_____________________________________________________*/

#emergency_detail_area {
	background: #DFDFCE;
}
#emergency_detail_title {
	padding: 8.5% 0;
	font-size: 1.2rem;
	border-bottom: 10px solid #000;
	background: url(../img/icon_shinobi.png) 7.5% 49% no-repeat,
				#F5F5F1;
	background-size: 16% auto;
}
#emergency_detail_title h1 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 3% 0 3% 30%;
}
#emergency_detail {
}
.emergency_detail_contents {
	background: #FFF;
}
.emergency_detail_contents:last-child {
	border-bottom: 10px solid #333;
}
.emergency_detail_contents img {
	width: 100%;
	height: auto;
}
.emergency_detail_contents li {
	width: 87%;
	margin: 0 auto;
	padding-top: 5%;
	font-size: 1.2rem;
	display: table;
}
.emergency_detail_contents li:last-child {
	padding-bottom: 5%;
}
.emergency_detail_header {
	width: 28%;
	display: table-cell;
	vertical-align: top;
}
.emergency_detail_text {
	display: table-cell;
	word-break: break-all;
}
.emergency_detail_text a {
	text-decoration: underline;
}


