@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
 プライバシーポリシー
--------------------------------------------------------------------------------------- */

#privacy_contents{
	width:970px;
	padding:25px 30px;
	background:#FFF;
}

#privacy_contents h3{ font-size:20px; color: #99C0D9; font-weight:bold; margin-top:20px;}

#privacy_contents .frame{
	width:950px;
	margin:14px auto;
}



#privacy_contents .privacy ol {
	counter-reset: item;
	margin-top:2rem;
}
#privacy_contents .privacy ol li {
	margin:1rem 0 0 3.5rem; text-indent:-2.8rem;
}
#privacy_contents .privacy ol li:before {
	content: counters(item, "-");
	counter-increment: item;
	
	padding:0.3rem 0.6rem;
	background:#999;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	margin-right:0.8rem;
	color:#fff;
	font-weight:bold;
}

#privacy_contents .privacy ol li ol{ margin-top:1rem;}
#privacy_contents .privacy ol li ol li {
	margin:1rem 0 0 5rem; text-indent:-5rem;
}
#privacy_contents .privacy ol li ol li:before {
	background:none;
	color:#999;
	border:1px solid #999;
}

#privacy_contents .consultation_box{
	margin:30px auto 20px auto;
	width:880px;
	padding:15px;
	background-color:#eee;
}


















































