body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#head {
	background-image: url(common/head_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0 220px;
	text-align: center;
	min-width: 980px;
}
#head .discription {
	margin: auto;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	padding: 0px;
	letter-spacing: 0.38em;
}
#head h1 img {
	width: 503px;
	height: auto;
}
.col {
	padding: 60px 0;
	text-align: center;
	min-width: 980px;
}
.col h2  {
	margin: 0 0 40px;
}
.col h2 img {
	height: 30px;
	width: auto;
}
.col.service ul {
	margin: auto;
	width: 800px;
	padding: 0px;
	list-style-type: none;
}
.col.service ul li {
	display: inline-block;
	width: 32%;
	margin: 15px 0;
	color: #364550;
}
.col.about {
	background-color: #6E7E85;
	color: #FFF;
}
.col.about dl {
	width: 800px;
	margin: auto;
	border-top: 1px solid #FFF;
	overflow: auto;
}
.col.about dl dt {
	float: left;
	padding: 15px;
	clear: left;
}
.col.about dl dd {
	text-align: right;
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #FFF;
}
.col.contact  p{
	color: #364550;
}
.col.contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.col.contact ul li a {
	display: block;
	color: #364550;
	text-decoration: none;
	font-size: 20px;
	line-height: 45px;
	border: 1px solid #364550;
	width: 270px;
	margin: 30px auto;
}
.col.contact ul li a:hover {
	background-color: #364550;
	color: #FFF;
}
.backtotop {
	position: fixed;
	right: 70px;
	bottom: 70px;
}
.backtotop a img {
	height: auto;
	width: 59px;
}
#foot {
	color: #FFF;
	background-color: #364550;
	padding: 40px 60px;
	min-width: 860px;
}
