@charset "UTF-8";

/* ------------------------------
 1 Shared
------------------------------ */

#box-top {
	background: url(/shared/images/global/box_top.png) no-repeat left top;
	height: 20px;
	}

#box-mid {
	background: url(/shared/images/global/box_mid.png) repeat-y left top #fff;
	padding: 10px 40px 30px 40px;
	zoom: 1;
	}

#box-bottom {
	background: url(/shared/images/global/box_bottom.png) no-repeat left bottom;
	height: 10px;
	}

#privacy .lv2, 
#rule .lv2, 
#security .lv2, 
#usage .lv2 {
	border-bottom: 1px solid #c3c6cf;
	margin-top: 30px;
	margin-bottom: 7px;
	font-weight: 800;
	}

#privacy .lv2.first-child, 
#legal .lv2.first-child, 
#rule .lv2.first-child, 
#security .lv2.first-child, 
#usage .lv2.first-child { margin-top: 0; }

