@charset "utf-8";

/* topBox
---------------------------------------- */
#topBox {
	width:1100px;
	padding:0 10px;
	margin:0 auto 55px;
}
#topBox h2 {
	text-align:center;
	margin-bottom:35px;
}

#topBox {
	width:1100px;
	padding:0 10px;
	margin:0 auto 55px;
}

.privacyBox {
	width:1100px;
	padding:0 10px;
	margin:0 auto 2em;
	box-sizing:border-box;
}
.privacyBox h3 {
	font-size:20px;
	font-weight:bold;
	color:#555;
	line-height:30px;
	margin:0 auto 20px;
	display:inline-block;
	padding-bottom:5px;
	background: url(../../images/info/border01.png) repeat-x center bottom;
}
.privacyBox li {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}
.indentList {
	text-indent:3em!important;
}
