@charset "utf-8";
#content {
	text-align: left;
}
#content p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 1.4;
}

#content .mB80 {
	margin-bottom: 80px;
}
/* //////////////////////// 640スマートフォン //////////////////////// */

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

}