@charset "utf-8";

.contents{
	margin-bottom: 40px !important;	
}

.contents h2{
	margin-bottom: 0;
}

.top{
	background: url(../images/voice/top_bg.png) no-repeat center center;
	background-size: cover;	
}

.top h2{
	padding: 50px 0;
	margin: 0 auto;
	width: 95%;
}

.nav ul{
	background-color: #fa7557;	
}

.nav ul li{
	padding: 20px 36px;
	border-bottom: solid 1px #FFF;	
}

.nav ul li a{
	display: block;
	position: relative;
	font-size: 1.8rem;
	color: #FFF;
}

.nav ul li a span{
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 2.2rem;
}

.voice-block h3{
	padding: 15px 0;
	background: url(../images/voice/title_bg.png) repeat-x top left;
	background-size:contain;
	margin-bottom: 30px;
}

.voice-block h3 img{
	padding-left: 15px;	
}

.voice-block dl{
	margin: 0 15px 30px;	
}

.voice-block dd{
	margin-bottom: 10px;	
}

.history h2{
	padding: 16px 0;
	background: url(../images/voice/title_bg.png) repeat-x center left;
	background-size: contain;	
}

.history ul{
	background-color: #fa7557;	
}

.history ul li{
	padding: 20px 36px;
	border-bottom: solid 1px #FFF;	
}

.history ul li a{
	display: block;
	position: relative;
	font-size: 1.8rem;
	color: #FFF;
}

.history ul li span{
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 2.2rem;
}

#detailHistory{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.6) url(../images/voice/lightbox_bg.png) left center repeat;
	height:100%;
	z-index: 100;
}

#detailHistory .detail-inner{
	margin: 18px 18px 30px;
	background: url(../images/voice/lightbox_text_bg.jpg) repeat-y top left;
	height: 80%;
	overflow: scroll;
}

#detailHistory .detail-inner h2{
	margin-bottom: 30px;	
}

.detail-text{
	padding-bottom: 60px;	
}

.text-inner{
	margin: 0 26px 10px;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.closeBtn {
    width: 150px;
    margin: 0 auto 100px;
    padding: 10px 0;
    background-color: #fb8c74;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}







