div.about {
	background: none;
	background-color: #30ab97;
}

div.aircon-bg {
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 5px;
	-webkit-border-radius: 20px;
}

div.aircon {
	border: 3px solid white;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	-webkit-border-radius: 20px;
}

div.aircon div.text p.center {
	text-align: justify;
}

div.aircon h2 {
	font-size: 160%;
	padding-bottom: 10px;
}

div.aircon table.price-list th {
	display: none;
}

div.aircon table.price-list td.detail h3.sp {
	background-color: #32ad98;
	color: white;
	display: block;
	padding: 15px;
}

div.aircon table.list-in-list td {
	line-height: 1.3em;
	padding: 8px;
}

div.aircon table.list-in-list td.p {
	padding-right: 0px;
	white-space: nowrap;
	width: 20%;
}

div.aircon table.price-list td em {
	font-size: 130%;
	font-weight: bold;
}

div.service ul {
	text-align: center;
}

div.service ul li {
	background-color: #f3f3f3;
	display: block;
	height: auto;
	vertical-align: none;
	width: auto;
}

div.service ul li img {
	height: auto;
	max-width: 340px;
	width: 100%;
}

div.service ul li h3 {
	height: auto;
	display: block;
	width: 100%;
}

div.service ul li.suzuki img {
	height: auto;
	padding-top: 30px;
	width: 60%;
}

