@charset "utf-8";

#point {
	background-image: url(../images/bg-point.png);
	background-repeat: no-repeat;
	height: 197px;
	width: 666px;
	padding-right: 27px;
	padding-left: 27px;
	padding-top: 30px;
	margin-bottom: 15px;
}
#point p {
	line-height: 1.5;
}

#information {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border: 1px dotted #E3007F;
	margin-bottom: 15px;
	background-color: #fffed0;
}
#information p {
	line-height: 1.5;
}

.caution {
	color: #E4004F;
}
