@charset "utf-8";
/* ----------------------------------------
	contact
---------------------------------------- */
body {
	padding: 20px;
	font-size: 14px;
	background: #EAEAEC;
}

h1 {
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	background: #000;
}

h2 {
	font-size: 16px;
	line-height: 1.55;
	color: #000;
}
h3 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #d4d4d4;
}
p {
	margin-bottom: 24px;
	font-size: 14px;
	color: #000;
}
dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
dl dd {
	margin-bottom: 24px;
	font-size: 14px;
	color: #000;
}
a {
	color: #00a0ea !important;
	text-decoration: underline  !important;
}
a:hover {
	text-decoration: none  !important;
}
