@charset "utf-8";
/* 2011-12-12 プライバシーポリシー用CSS */


/* 本文 */
#article{
	padding:0 0 0 210px;
	margin:0 0 30px;
	background:url(../image/bgAside.png) repeat-y;
}

.sectionH2 {
	background: url(../image/border01.gif) no-repeat left top;
	margin: 20px 0 0;
	position: relative;
}
.sectionH2 h2{
	border-bottom:solid 1px #AAA;
	padding:15px 0;
}

.sectionH2 h2 span{
	display:block;
	border-left:solid 5px #000;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
}

.privacy h3{
	font-size:12px;
	font-weight:bold;
	padding:13px 0 20px 0;
}

.privacy p{
	padding-bottom:20px;
}

.privacy p.date{
	text-align:right;
	padding:30px 0 10px 0;
}
.privacy ol {
	list-style: none outside;
	padding:0 0 20px 0;
}

.privacy .listAttention{
	border:solid 2px #caced1;
	background: url(../image/bgAttention.gif) no-repeat 25px center;
	margin:25px 0 0 0;
	padding:23px 0 23px 113px;
}

.privacy .listAttention ul{
	width:319px;
	float:left;
	padding:0 20px 0 0;
}

.privacy .listAttention ul.lastChild{
	padding:0;
}
