@charset "utf-8";

/* =================================================

	style
	 
================================================= */

#maintenance .blk {
	margin-bottom: 70px;
}

#maintenance .blk p {
	font-size: 15px;
	font-size: 107%;
	color: #666; /* color3 */
}

#maintenance .blk02::before,
#maintenance .blk03::before,
#maintenance .blk02::after,
#maintenance .blk03::after { content: ""; display: table;}
#maintenance .blk02::after,
#maintenance .blk03::after { clear: both;}

#maintenance .blk02_01,
#maintenance .blk03_02 {
	float: left;
	width: 460px;
	width: 47.91666666666667%;
}
#maintenance .blk02_02,
#maintenance .blk03_01 {
	float: right;
	width: 460px;
	width: 47.91666666666667%;
}
#maintenance .blk02_02,
#maintenance .blk03_02 {
	margin-top: 8px;
}


@media screen and (max-width: 750px) {

#maintenance .blk {
	margin-bottom: 50px;
}

#maintenance .blk02_01,
#maintenance .blk03_02 {
	float: none;
	width: auto;
}
#maintenance .blk02_02,
#maintenance .blk03_01 {
	float: none;
	width: auto;
}
#maintenance .blk02_02,
#maintenance .blk03_02 {
	margin-top: 30px;
}
}

