<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.block{margin-top: 0px;}
h2#disaster{background-image: url(../images/h2_disaster.gif);}
#index{border-top: none;}
#index a{
	background: #D04255;
	color: #fff;
}

#h3a h3{background-image: url(../images/h3_disaster_1.gif);}
#h3b h3{background-image: url(../images/h3_disaster_2.gif);}
#h3c h3{background-image: url(../images/h3_disaster_3.gif);}

.photomain{
	display: block;
	width: 480px;
	margin: 0 auto 1em;
}
.photoblock{
	float: left;
	margin-right: -12em;
}
.photo{
	width: 300px;
	margin-right: 1em;
	margin-bottom: 4px;
}
.photoblock--3column&gt;img.photo{
	width: 196px;
}


/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	.photomain{
		width: 100%;
	}
	.photoblock{
		display: block !important;/*検証中*/
		width: 100%;/*検証中*/
		margin: 0 auto;/*検証中*/
	}
	.photo{
		width: 100%;
	}
	.photoblock--3column&gt;img.photo{
		width: 100%;
	}
}</pre></body></html>