@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : terms.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * ■利用規約
 * file path : /terms/index.html
 * body class name : body.terms
 * ******************************************************************************** */

/* div#content
 * ******************************************************************************** */
/* h1 */
body.terms div#content h1 {
	margin: 60px 0 40px;
}
/* p */
body.terms div#content p {
	margin-bottom: 30px;
	line-height: 1.7;
}
/* ul */
body.terms div#content ul {
	margin-bottom: 30px;
	line-height: 1.4;
}
body.terms div#content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/icn_dot.gif) 5px 0.5em no-repeat; 
}
/* p.returnPageTop
------------------------------------------------------------*/
body.terms div#content p.returnPageTop {
	margin: 15px 15px 40px auto;
}

