@charset 'utf-8';


.InqAll{
	width: 980px;
	margin: 50px auto;
	
}

.InqAll a{
	color: #FFFFFF;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

.InqAll a:hover{
	color: #FFFFFF !important;
}





.InqGroup{
	border: 1px solid #767676;
	margin-bottom: 20px;
	box-sizing: border-box;
}


.InqBox h3{
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	width: 980px;
	background-image: url(../../image/Inq02.png);
	background-repeat: no-repeat;
	background-position : right 20px center;
	cursor: pointer;
	box-sizing: border-box;
	height: 60px;
	padding: 20px;
	line-height: 20px;
}

.InqBox h3.over{
	background-image: url(../../image/Inq01.png);
	background-position : right 20px bottom 30px;
}

.InqIner{
	border-top: 1px solid #767676;
	width: 940px;
	margin: 0 auto;
}

.InqBox dl{
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.InqBox dl dt{
	font-size: 18px;
	font-weight: bold;
	
}

.InqBox dd{
	line-height: 1.8em;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #767676;
}


.ContactWrap{
	width: 980px;
	margin: 100px auto 0;
	border: 1px solid #767676;
	padding: 40px 30px 30px 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.ContactWrap > div h4{
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	width: 200px;
	margin: 0 auto;
	background-color: #000000;
	font-size: 25px;
}

.ContactWrap > div p{
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 2px;
}

.ContactWrap div.address{
	margin-top: 30px;
}

.ContactWrap div.address span{
	display: block;
	font-size: 34px;
}



