@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secCmnVoice */
.secCmnVoice{
	margin: 20px 0 101px;
}
.secCmnVoice li:nth-child(2n){
	background: #FFF;
}
.secCmnVoice li:nth-child(2n+1){
	background: none;
}
@media only screen and (max-width:767px){
	.secCmnVoice{
		margin: 0 0 50px;
	}
}
