@charset "utf-8";
/* CSS Document */

.white_box:nth-of-type(2) {
	margin-top: 30px;
}

.white_box > dt {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.white_box > dd {
	background: #FFF;
}

.allinone_bottom {
	margin-top: 20px;
}


@media screen and (max-width: 600px) {
	.white_box:nth-of-type(2) {
		margin-top: 0px;
	}
}
















