/*Privacy style*/
/*-----------------------------------------------------------
Privacy Contents
-----------------------------------------------------------*/
#privacy_contents{
	float:left;
	width:100%;
	position:relative;
}

#privacy_contents .subect{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
}

#privacy_contents .box{
	float:left;
	width:90%;
	position:relative;
	left:45px;
	margin:30px 0;
}

#privacy_contents .line{
	float:left;
	width:100%;
	margin-bottom:20px;
	border-bottom:#CCCCCC dotted 1px;
}

#privacy_contents .line_last{
	float:left;
	width:100%;
	margin-bottom:5px;
	text-align:right;
}

#privacy_contents .label{
	float:left;
	width:100%;
	padding-bottom:5px;
	text-align:left;
	font-weight:bold;
}

#privacy_contents .text{
	float:right;
	width:100%;
	text-align:left;
	padding-bottom:5px;
}