@charset "UTF-8";
/* ------------------------------------------------------
 *  voice
 * ------------------------------------------------------ */
#voice .title-lv02-06{
	padding: 29px 0 29px 60px;
	width: 920px;
	margin: 0 auto;
	background:url(../img/voice/icon_achichi.png) left center no-repeat ;
}
#voice .topText{
	padding: 20px 0 20px 0;
	font-size: 131%;
}
#voice .ma980{
	width: 980px;
	margin: 0 auto;
}
#voice .contentsWrap article{
	padding: 20px 0;
}
#voice .contentsWrap article:nth-of-type(2n+1){
	background: #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCC,EndColorStr=#CCC);
	background-color: rgba(204, 204, 204, 0.3); /* IE */
}
#voice .used{
	color: #B81C22;
}
#voice .contentsWrap{
	background:url(../img/voice/bg_gray.jpg) left top repeat;
	padding: 0 0 95px 0;
}
#voice .group{
	width: 980px;
	margin: 0 auto;
}
#voice .group p{	
	margin: 0 ;
}

@media screen and (max-width: 992px) {
    #voice .title-lv02-06{
		width: auto;
		margin: 0 10px;
		background-size: 40px;
		padding: 18px 0 18px 50px;
		line-height: 1.0;
	}	
	#voice .title-lv02-06 img{
		width: 45%;
	}
	#voice .contentsWrap {
		min-height: auto;
	}
	#voice .ma980{
		margin: 0 20px;
	}
	#voice .ma980{
		width: auto;
	}
	#voice .contentsWrap {
		min-height: auto;
	}
	#voice .group{
		width: auto;
		margin: 0 20px;
	}
}