.menu_head{
    clear: both;
    display: block;
    margin: 0 auto;
    padding-top: 160px;
}
#sales_list{
	clear:both;
	width:930px;
	margin:60px auto 24px;
}
#main>h2 {
    border-top: 0px solid #ccc;
}
ul.list{
	padding:0;
	list-style:none;
	display: flex;
	justify-content:center;
}

ul.list li {
	display:inline-block;
	text-align:center;
	margin:10px;
}

ul.list li:before {
	content:"[";
	
	font-size:1.2em;
	color:#ccc;
}

ul.list li:after {
	content:"]";
	color:#ccc;
	font-size:1.2em;
}
ul.list li a{
	display:inline-block;
	width:100px;
	text-align:center;
	color:#000;
}


#sales_list section{
	margin:0 auto 24px;
	width:930px;
}
#sales_list section h1{
	text-align: center;
}
#sales_list section .list{
	margin:4px auto 0;
	width:930px;
	padding: 0;
}
#sales_list section .list .detail{
margin: 0px auto 15px;
    width: 700px;
    display: flex;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
#sales_list section .list .detail .icon{
    width: 80px;
    margin: 0 10px 0 0;
}
#sales_list section .list .detail .icon a,
#sales_list section .list .detail .icon a img{
	width:80px;
	display: block;
	margin: 0;

}
	

#sales_list section .list .detail .text{
	vertical-align:top;
	padding:0 5px;
	min-height:40px;
	width: calc(100% - 120px);
	margin: 0;

}
#sales_list section .list .detail .text h2,
#sales_list section .list .detail .text h2 a{
	margin: 0;padding: 0;
	color: #000;	font-size: 1.6rem;
}
#sales_list section .list .detail .text p{
	margin: 0;padding: 0;
	font-size: 1.4rem
}
#sales_detail h1{
	margin:0 auto 30px;
	width:930px;
	text-align: center;
	line-height: 2em;
}
#my-slider{
	margin: 0 auto 30px;
}
#sales_detail h1 img{
	height: 2em;
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: middle;
	border-radius: 4px;
}
#sales_detail .catch{
	width:700px;
	margin: 0 auto 70px;
}
#sales_detail .single-photo img{
	height:400px;
	display: block;
	margin: 0 auto 30px;
}
.map{
	position: absolute;
    background: #333;
    color: #fff;
    display: block;
    width: 6em;
    height: 1.4em;
    text-align: center;
    right: 0;
    line-height: 1.4em;
    top: 10px;
}
.map i{
	margin-left: 10px
}
.map:hover{
	color: #fff;
}
.sp-thumbnail-container{
	border: 3px solid #fff;

}
.sp-thumbnail-container.sp-selected-thumbnail{
	border: 3px solid #9cc715;
}

.contact{

}
.contact button{
	margin:0 auto 20px;
	width: 10em;
	display: block;
	border: 0 none;
	background: #333;
	color: #fff;
	font-size: 2rem;
	padding: 5px;
}
