@charset "utf-8";

/* privacy
--------------------------------------------------------------------------------*/
#contInnr dt {
	color: #666;
	font-weight: bold;
	margin: 20px 0;
}
#contInnr dd ol li {
	color: #666;
	font-weight: bold;
}
#contInnr dd ol li span {
	color: #525252;
	font-weight: normal;
}
#contInnr dd ol li span span.idxAdd {
	display: block;
	background: #F1F1F1;
	margin: 14px 0;
	padding: 8px 12px;
}
*html #contInnr dd ol li span span.idxAdd {	margin: 14px 0 0 0;	}
*:first-child+html #contInnr dd ol li span span.idxAdd {	margin: 14px 0 0 0;	}

#contInnr dd ol li span ol {
	list-style-type: lower-alpha;
}
#contInnr dd ol li span ol li {
	font-weight: normal;
}

#contInnr .idxLine01 {
	background: url(../common/images/line01.gif) repeat-x;
	margin-top: 20px;
	padding-top: 10px;
}