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

/* policy.css */
iframe {
	width: 580px;
	height: 250px;
	margin: 35px 0 50px 0;
	background: #FFFFFF;
}

/* 同意 */
div#agreeWrapper {
	padding: 0 140px;
}
	a#agree {
		float: left;
	}
	a#notAgree {
		float: right;
	}
