/* #contact us
----------------------------------------------------------- */
html,
body {
	background-color: white;
	height: 100%;
	background: url(/contact/img/bg_anessa.png) no-repeat center bottom;
}

h1 {
	padding: 0 25px;
	font-size: 16px;
	color: #009fd6;
	line-height: 50px;
	border-bottom: 1px solid #d1d1d1;
}

.main {
	padding: 50px;
	text-align: center;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

.hotLine {
	color: #009fd6;
	width: 193px;
	margin: 0 auto 36px;
}

.hotLine .title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	font-weight: bold;
	position: relative;
}

.hotLine .title::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 2px;
	width: 33px;
	height: 1px;
	background-color: #009fd6;
}

.hotLine .title::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 2px;
	width: 33px;
	height: 1px;
	background-color: #009fd6;
}

.hotLine .number {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;	
}

.hotTime {
	font-size: 16px;
	font-size: 1.6rem;
	color: #565656;
	line-height: 22px;
	margin-bottom: 45px;
}

.notes {
	font-size: 12px;
	font-size: 1.2rem;
	color: #565656;
	line-height: 26px;
	margin-bottom: 2px;
}

@media only screen and (max-width: 750px) {
	.main {
		padding: 20px 30px;
	}
	.notes {
		text-align: left;
		text-indent: -15px;
		padding-left: 15px;
	}
}
