@charset "UTF-8";
/* CSS Document */

ul,li {
	list-style-type:none;
}

ul.privacyList {
	margin:40px 0 0 0;
}

li {
	margin:0 0 25px 0;
}

.contents ul li h3 {
	margin:0;
	color:#332228;
}

ul.privacyList div {
	margin-left: 18px;
}

ul.annotate {
	margin-top:10px;
}

a, h3 a:visited
{
	text-decoration:none;
	color:#332228;
}
a:hover
{
	text-decoration:underline;
	color:#332228;
}

.privacyContactBtn {
	width: 181px;
	height: 29px;
	margin:40px auto 0 auto;
}

.privacyContactBtn a {
	display:block;
	width: 181px;
	height: 29px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background:url(../../others/privacypolicy/images/top_inquiry.gif) no-repeat left top;
}

.privacyContactBtn a:hover {
	background-position:0 -29px;
}