﻿@charset "utf-8";


h2 span {
	background:url(../../images/header_contact.jpg) no-repeat center top / cover;
}
article h3 span span {
	background:#fff url(../../images/icon_contact.png) no-repeat 20px center;
}
td ul li {
	margin:5px 0;
}
td #service li {
	display:inline-block;
	margin-right:20px;
}

@media screen and (max-width:1100px){
article h3 span span {
	background:#fff url(../../images/icon_contact.png) no-repeat 10px center;
}

}