@charset "utf-8";
/* CSS Document */

h2 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c9c9c9;
}

#about_service {
	margin-bottom: 30px;
	line-height:24px;
}

#about_service a {
	color:#df2c67;
	text-decoration:none;
}

#about_service a:hover {
	text-decoration: underline;
}

#main_service {
    overflow: hidden;
	margin-bottom:124px;
}

#main_service:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_service {
    height: 1em;
    overflow: visible;
}

h3 {
	margin-top: 35px;
	margin-bottom: 15px;
}

h3, #main_service p {
	width: 385px;
}

#main_service ul {
	color:#df2c67;
	font-size: 12px;
	width: 377px;
	float: right;
}

#main_service li {
	margin: 3px 0;
}

.main_servicebox {
	border-top: 2px solid #dfdfdf;
	clear: both;
	background: #ffffff;
}

.service_img {
	float: left;
	border-right: 1px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_link {
	width:101px;
	margin-top: 10px;
	margin-right: 138px;
}

.btn_link2 {
	width:101px;
	margin-right: 138px;
}

/* hide from Mac IE \*/
* html .btn_link, * html .btn_link2 {
	margin-right: 70px;
}
/* */

h3, #main_service p, .btn_link, .btn_link2 {
	float: right;
}

