@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */

#content section {
	width:740px;
	margin:0 auto;
}
#content section section {	padding-top:3rem;}

#content p  {
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:2.8rem;
	letter-spacing:0.07rem;
}

section h1 {
	background-image: url("../images/privacypolicy/title_privacypolicy.png") ;
	line-height:3.3rem;
	margin-bottom:3rem;
}

section h2 {
	font-weight:bold;
	margin-bottom:2rem;
}

/* -------------------------------- 

	DL , UL

-------------------------------- */
#content ul li {
	margin-bottom:1.6rem;
	font-size:1.2rem;
	list-style-type:disc;
	list-style-position:inside;
}

