@charset "UTF-8";


/*---------------------------------------------------------------------------------------------------------------------
		privacy/index.html 
---------------------------------------------------------------------------------------------------------------------*/
#mainBox p {
	font-size: 82%;
	margin-bottom: 10px;
	line-height: 1.3;
}
#mainBox dl {
	margin-top: 20px;
}
#mainBox dl dt {
	font-size: 82%;
	font-weight: bold;
	line-height: 1.3;
}
#mainBox dl dd {
	margin-bottom: 10px;
	line-height: 1.3;
}
#mainBox div#privacyName {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#mainBox dl dd ul {
	margin-bottom: 10px;
	font-size: 82%;
	margin-left: 20px;
}
#mainBox dl dd ul li {
	line-height: 1.3;
}

