body{
	background: url(img/bg_header.jpg) no-repeat center top;
}

.contact_tel{
	text-align: center;
	font-family: '游ゴシック';
	font-weight: bold;
}
.contact_tel dl{
/*	display: inline-block; */
  
	margin: 0 auto 10px;
	max-width: 382px;
	border: solid 2px #166C93;
}
.contact_tel dt,
.contact_tel dd{
	display: table-cell;
	vertical-align: middle;
}
.contact_tel dt{
	width: 140px;
	background: #166C93;
	color: #FFFFFF;
	font-size: 20px;
	white-space: nowrap;
}
.contact_tel dd{
	padding: 10px 20px;
	font-size: 16px;
}
.contact_tel dd strong{
	display: block;
	font-size: 30px;
}

.guide{
	padding: 0 20px 80px;
}
.guide h4{
	margin-top: 60px;
	padding: 0 20px;
	font-family: '游ゴシック';
	font-size: 20px;
	border-bottom: solid 2px #166C93;
}
.guide ol{
	margin: 0 0 0 20px;
	padding: 10px 20px 0;
}
.guide ol li{
	margin-top: 10px;
}

.gd_article{
	padding: 20px 20px 0;
	line-height: 1.8em;
}
