@charset "utf-8";

#privacy-policy .heading-A h2 {
    background: url(../../pc/privacy_policy/t_icon.png) no-repeat 20px center;
}

#privacy-policy  .heading-B h2 {
    background: url(../../pc/mypage/other_tit.png) no-repeat left center;
}

#privacy-policy .heading-B p.sub-text {
	margin: 0 0 0 40px;
}

#privacy-policy .notesBox {
    width: auto;
	margin: 10px auto 0px;
}

#privacy-policy h4{
	color: #fff;
	padding: 8px 20px;
	
	border: solid 1px #85BA1C;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #b0d26c 0%, #85ba1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#b0d26c), color-stop(100%,#85ba1c));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#b0d26c 0%,#85ba1c 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#b0d26c 0%,#85ba1c 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#b0d26c 0%,#85ba1c 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#b0d26c 0%,#85ba1c 100%);
	zoom: 1;
}

#privacy-policy .pp-body{
	margin: 20px 0 50px;
}
#privacy-policy .pp-body dl{
	margin: 25px 0 0;
}

#privacy-policy .pp-body dl dt{
	border-bottom: 1px dotted #DFDFD0;
	padding: 5px 0;
	color: #A2B900;
	font-weight: bold;
}
#privacy-policy .pp-body dl dt.mgn-l{
	margin-left: -0.5em;
}

#privacy-policy .pp-body dl dd{
	margin: 10px 0 0;
	line-height: 1.6;
}

#privacy-policy #contact{
	width: 400px;
	border: 1px solid #85BA1C;
	padding: 20px 20px 18px;
}

#privacy-policy #contact h5{
	font-weight: bold;
	margin-left: -0.5em; 
}

#privacy-policy #contact p{
	margin: 15px 0 0;
	padding: 0;
	line-height: 1.4;
}

#privacy-policy #ContentsVerisign p{
	margin: 20px 0 0;
	line-height: 1.4;
}
















