@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#conts {
	font-size: 1.16em;
}

#conts p {
    line-height: 1.7em;
    margin-bottom: 25px;
}

#conts dl dt {
    float: left;
    clear: left;
	color: #333;
}
 
#conts dl dd {
    margin-bottom: 10px;
    padding: 0 0 10px 8em;
	border-bottom: #CCCCCC 1px dotted;
}
  
