
div.maintitle {
	background: url(images/title_bg.jpg) no-repeat center top;
}

div.about {
	background: url(images/about_bg.jpg) no-repeat center top;
	height: auto;
}

p.topic {
	background-color: white;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: center;
	width: 500px;
}

div.aircon-bg {
	background-color: #c8f0e9;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	padding: 20px;
}

div.aircon {
	border: 5px solid white;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	padding: 50px 100px;
}

div.aircon h2 {
	font-size: 35px;
	font-weight: normal;
	padding-bottom: 20px;
}

div.aircon table.price-list {
	border-collapse: separate;
	border-spacing: 0 10px;
	display: none;
}

div.aircon table.price-list th {
	background-color: #32ad98;
	color: white;
	font-size: 120%;
	padding: 8px 20px;
}

div.aircon table.list-in-list td {
	border-bottom: 1px solid #32ad98;
	border-top: 1px solid #32ad98;
	height: 45px;
	padding: 5px 20px;
	width: 140px;
}

div.aircon table.list-in-list td.p {
	white-space: nowrap;
}

div.aircon table.price-list td em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
}

div.aircon strong.off {
	font-size: 150%;
	margin: 0 10px;
}

div.aircon div.sup {
	background-color: #f3f3f3;
	border-radius: 15px;
	padding: 20px 30px 10px 30px;
}

div.aircon div.sup p {
	line-height: 1.3em;
}

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

div.service ul li {
	background-color: #f3f3f3;
	border: 7px solid white;
	display: table-cell;
	vertical-align: top;
	width: 340px;
}

div.service ul li h3 {
	display: table-cell;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	width: 340px;
}

div.service ul li div.text {
	padding: 10px 20px 20px 20px;
}

div.service ul li.suzuki {
	background-color: white;
}

div.service ul li.suzuki div.topic {
	padding: 10px;
	width: auto;
}

div.service ul li.suzuki img {
	padding-top: 80px;
}
