@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.even {
    margin-top: 75px;
    margin-bottom: 5px;
}
#content p.text {
    margin-bottom: 120px;
}
#content .small.even {
    margin-bottom: 50px;
}
#content .section {
    position: relative;
}
#content .section .box {
    overflow: hidden;
    min-height: 708px;
    padding: 80px 76px 20px;
    background: url("../image/service_bg.jpg") center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#content .section .box p {
    position: absolute;
    top: -32px;
    right: 27px;
}

#content .section .box dl {
    overflow: hidden;
    margin-bottom: 20px;
}
#content .section .box dl dt {
    width: 40px;
    text-align: right;
    float: left;
}
#content .section .box dl dd {
    overflow: hidden;
    margin-left: 55px;
    padding: 6px 0 6px 6px;
    font-size: 1.125em;
    line-height: 1.89;
}

#content .price + .price {
    margin-top: 50px;
}
#content table th{
    width: 520px;
}



#content .case {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#content .case .casecate {
	margin: 40px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid #2B2416;
	font-size: 1.125em;
	font-weight: bold;
	color: #2B2416;
	line-height: 1;
	font-weight: bold;
}

#content .case .casebox {
	margin: 0px 10px 20px 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #E5DECF;
}
#content .case .casebox h4 {
 margin: 0px;
}
#content .case .casebox .ctext {
 margin: 0px;
	padding:  12px 20px;
}
#content .case .casebox .time {
 margin: 0px;
	padding:  0px 20px 12px 20px;
	font-size: 12px;
}



