@charset "UTF-8";

/* －－－ 専用スタイル －－－ */

#content p {
	margin-left: 15px;
	margin-right: 15px;
	}

#content .boxL {
	width: 270px;
	float: left;
	margin: 30px 10px 0px 0px;
	text-align: center;
	}

#content .boxR {
	width: 270px;
	float: left;
	margin: 30px 0px 0px 0px;
	text-align: center;
	}

#content .boxL h4,
#content .boxR h4 {
	font-size: 85%;
	}

.error {
	color: #CC0000;
	}



