@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: privacy_policy.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* #privacy_policy
----------------------------------------------------------- */

#privacy_policy .content {
	margin-top:70px;
	position:relative;
}

#privacy_policy .content a:before {
	font-family: 'FontAwesome';
	content:"\f105";
	margin-right:1em;
}

#privacy_policy .content p {
	position:absolute;
	margin-top:1.4em;
}

#privacy_policy .content dl dt{
	line-height:60px;
	padding-left:120px;
	background:url(../../../common/img/modules/img_dot.gif) repeat-x top;
}

#privacy_policy .content dl dd{
	margin-left:120px;
	padding-left:20px;
	line-height:2em;
}

#privacy_policy .content dl dt+dd{
	background:url(../../../common/img/modules/img_dot.gif) repeat-x top;
	padding-top:25px;
}
#privacy_policy .content dl dd:last-child{
	padding-bottom:25px;
}
