body{
	background: url("../images/list_bg.png");
	background-size: cover;
	padding-bottom: 120px;
}
div.back{
	position: fixed;
	top:20px;
	left: 20px;
	z-index: 666;
}
div.back img{
	display: block;
}
h1{
	width: 120px;
	font-size: 18px;
	text-align: center;
	padding:5px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 2px #593100 solid;
	padding-top: 30px;
}
h1.first{
	padding-top: 20px;
	border: none;
}
p{
	font-size: 14px;
	text-align: center;
	padding: 10px;
	line-height:20px;
}
div.provide{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
div.provide img{
	width: 80%;
}
h2{
	font-size: 16px;
	text-align: center;
	font-weight: 100;
	padding-top: 50px;
}
div.phone{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 20px;
}
div.phone img{
	width: 40%;
}