@CHARSET "UTF-8";

.contact_us {
	max-width:100%;
	height:383px;
	background-image:url('/new/images/contact_us.png');
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,4);
}
.content {
	width:990px;
	margin:0 auto;
}

.contact_us > div {
	
	padding-top:80px;
}

.contact_us > div > h1 {
	font-family: 'GmarketSansLight';
}

.contact_us > div > p {
	font-family: 'GmarketSansLight';
}

h1 {
	font-size:40px;	
}

.content > .call_number {
	font-size: 24px;
	margin-top: 20px;
}

.business_day {
	margin-top:30px;
}

.business_time {
	margin-top:10px;
}

.local_list > .title > b {
	font-size:24px;
}

.local_list {
	width:990px;
	margin:0 auto;
	margin-top:45px;
}

.note {
	float:right;
	margin-top:10px;
	font-size:14px;
}

table {
	width:100%;
	text-align:center;
	font-size:14px;
	border-top:3px solid #881C25;
	margin-top:10px;
	border-collapse:collapse;
}

table th,td {
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	height:30px;
}

table tr td:last-child, th:last-child {
    border-right: none;
}