﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    SERVICE css
------------------------------------------------------------*/  

#detailHd{
	width:100%;
	max-width:1400px;
	height:170px;
	padding-top:90px;
	margin:0 auto 55px;
	color:#fff;
	text-align:center;
	background:url(../img/bg-headline.jpg) no-repeat 50% 50%;
}

#detailHd h2{
	font-size:36px;
	font-weight:bold;
	letter-spacing:10px;
	font-family: 'Oswald', sans-serif;
}

#detailHd p{
	margin-top:20px;
	font-size:134%;
	font-weight:bold;
	letter-spacing:2px;
}

.txt{
	font-size:117%;
	line-height:2.2;
	text-align:center;
}

#renovation{
	width:100%;
	margin-top:45px;
	text-align:center;
}

#renovation dt{
	width:300px;
	height:50px;
	margin:0 auto 17px;
	text-align:center;
	line-height:50px;
	font-size:167%;
	font-weight:bold;
	border:3px solid #060606;
}

.lead{
	color:#931B2D;
	font-size:150%;
	line-height:1.6;
	font-weight:bold;
	margin:15px 0;
}

.secHd{
	padding:80px 0 40px;
	text-align:center;
}

.secHd span{
	display:inline-block;
	vertical-align:middle;
	width:160px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:37px;
	letter-spacing:2px;
	font-weight:bold;
}

.secHd:before,
.secHd:after{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:420px;
	height:3px;
	background:#000;
}

#qanda dt,
#qanda dd{
	width:auto;
	padding:13px 0 13px 70px;
	line-height:20px;
	font-size:117%;
	position:relative;
	border-bottom:1px dotted #B3ABAB;
}

#qanda dt span,
#qanda dd span{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	color:#fff;
	font-size:134%;
	font-family: 'Oswald', sans-serif;
	position:absolute;
	left:18px;
	top:5px;
}

#qanda dt span{ background:#000;}
#qanda dd span{ background:#333;}

