#content-main .content-button a{
	background: #ff7033 url(/images/common/arrow01.svg)  no-repeat  right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px; 
	font-size: 75%;
	font-weight: 400;
	border-radius: 5px;
}

#content-main .content-button a:hover{
	transition: 0.3s;
	background: #ff4d00 url(/images/common/arrow01.svg)  no-repeat right 11px center;
}

#content-main ul.location li {
	width: 50%;
}

#content-main ul.location{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 90%;
	border-top: 2px solid #737373;
	border-bottom: 1px solid #c7c7c7;
	
}

#content-main ul li.adress {
    background: url(/images/open.content/farm/introduce/location/adress.png)no-repeat 11px;
    padding-left: 35px;
    margin-bottom: 6px;
	display: inline-block;
}

#content-main ul li.phone {
    background: url(/images/open.content/farm/introduce/location/phone.png)no-repeat 11px;
    padding-left: 35px;
    margin-bottom: 6px;
	display: inline-block;
}