@charset "utf-8";

/*共通リンク仕様 */
a:link { color: #444444; }
a:visited { color: #777777; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.mb30{
	margin-bottom: 30px;
}

/* Clearfix */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after { clear:both; }
.cf { zoom:1 } /* For IE 6/7 */

#contents-body{
	padding-bottom: 50px;
}
#contents-body h1{
	padding-bottom:15px;
}

#contents-body .leadTxt{
	line-height: 1.5;
	margin-bottom: 22px;
}

#contents-body h2{
	background:url(/images/privacy/bg_h2.gif) 0 0 repeat-x;
	height:43px;
	line-height:43px;
	padding-left: 13px;
	margin-bottom: 14px;
	font-weight: bold;
}

.privacyList{
	margin-bottom:13px;
}

.privacyList li{
	margin-bottom:5px;
}

.infoCeo{
	border-top:#9a9a9a 1px dotted;
	padding-top:18px;
}