@charset "utf-8";
/*========================================*
*　■トップページ用スタイル
*========================================*/
@import "base.css";




/* レイアウト調整 */
#main{
	float:none;
	width:auto;
}
#side{
	display:none;
}
p.page-explain{
	line-height:1.3em;
	margin-bottom:30px;
}
p.t-right{
	margin-right:45px;
}



/*---------- [プライバシー] ----------*/
#privacy{}
#privacy div.article{
	list-style-type:decimal;
	margin-left:55px;
	margin-bottom:30px;
}
#privacy h3{
	margin-left:-25px;
	font-weight:bold;
}
#privacy h3 span.nums{
	margin-right:14px;
}
#privacy h4{
	font-weight:bold;
}
#privacy p{
	line-height:1.5em;
}

#privacy ol{
	margin-left:24px;
	list-style-type: lower-roman;
}
#privacy ol ol{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
}
#privacy ol li{
	line-height:1.5em;
}