@charset "utf-8";

/* TERMS
---------------------------------------------*/

.terms {padding-top: 15px;}

/* COMMON
---------------------------------------------*/

.terms p {
	line-height: 2em;
	margin-bottom: 1em;}

.terms p a {text-decoration: underline;}

/* POLICY
---------------------------------------------*/

#terms ul {
	padding: 20px 50px;
	background-color: #efefef;}

#terms ul li {
	list-style-type: decimal;
	line-height: 1.6em;
	margin-bottom: 0.3em;}

