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{
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
}
h2{
	font-size: 16px;
	text-align:center;
	font-weight: 100;
	padding-top: 5px;
}
div.phone{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 20px;
}
div.phone img{
	width: 40%;
}
section{
	margin:20px;
	margin-left:45px;
	font-size: 14px;
	line-height: 19px;
}
section p{
	float: left;
	margin-left:-25px;
	width:50px;
	background: red;
}
section span{
	display: block;
	background: #ffffff;
	padding: 20px;
	padding-left: 30px;
}
section.op01 p{
	background:url("../images/1.png") no-repeat left center;
}
section.op02 p{
	background:url("../images/2.png") no-repeat left center;
}
section.op03 p{
	background:url("../images/3.png") no-repeat left center;
}
section.op04 p{
	background:url("../images/4.png") no-repeat left center;
}
section.op05 p{
	background:url("../images/5.png") no-repeat left center;
}
section.op06 p{
	background:url("../images/6.png") no-repeat left center;
}
section.op07 p{
	background: url("../images/7.png") no-repeat left center;
}
h3{
	font-size: 16px;
	text-align: center;
	font-weight: 100;
	padding-top: 30px;
}