
@charset UTF-8;

body{
	font-size: 16px;
}

h1{
	margin: 21px 0 40px;
}

h3{
	margin: 30px 0 0;
}

.backCharOuter{
	height: 1px;
}

img#backChar{
	position: absolute;
	margin: 157px 0 0 710px;
	z-index: -10;
}

.brand .box{
	float: left;
	width: 155px;
}
.brand a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 155px;
	height: 95px;
}

table.service_red,
table.service_blue,
table.service_green{
	border-collapse: separate;
	border-spacing: 8px;
	width: 100%;
}

table.service_red th,
table.service_blue th,
table.service_green th{
	font-size: 26px;
}

table.service_red th{
	background-color: transparent;
	background-image: none;
	padding: 0;
}

table.service_red th img{
	vertical-align: bottom;
}

table.service_red td{
	padding: 0;
}

table.service_red td table{
	border-spacing: 0px 8px;
	width: 100%;
}

table.service_red td table th,
table.service_red td table td{
	color: #000;
	background-image: url(../img/shop/bg_red.png);
	background-repeat: repeat;
	padding: 7px 0;
}

table.service_red td table th{
	width: auto;
	padding: 0 10px;
}

table.service_blue{
	margin-top: -7px;
}

table.service_blue th{
	background-color: #6EC4B8;
	background-image: none;
}

table.service_blue td{
	background-image: url(../img/shop/bg_blue.png);
}

table.service_blue td table{
	border-spacing: 0px 8px;
	width: 100%;
}

table.service_blue td table td{
	background-image: none;
	padding: 10px 10px 10px 20px;
}

table.service_green th,
table.service_green td{
	color: #000;
	background-image: url(../img/shop/bg_green.png);
	height: 59px;
}

table.service_green th{
	background-color: #86BA38;
	background-image: none;
}

table.service_green td{
	padding: 0 20px;
}

table.service_red th,
table.service_blue th,
table.service_green th{
	color: #fff;
	width: 241px;
	padding: 0px;
}

.web_present{
	text-align: center;
	margin: 20px 0;
}

