/* CSS Document */
.voiceList_item .voiceList_img {
	width: 100px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.voiceList_item .voiceList_txt {
	margin-left: 110px;
}
.voiceList_item .voiceList_vote {
	margin-left: 0px;
}
@media (min-width: 769px) {
	.voiceList_item .voiceList_txt {
		margin-left: 150px;
	}
	.voiceList_item .voiceList_img {
		width: 140px;
	}
	.voiceList_item .voiceList_vote {
		margin-left: -2px;
	}
}

@media (max-width: 768px) {
	.itemBenefit_bg img {
		width: 100%;
		max-width: auto;
	}
	.itemBenefit_img {
		display: none!important;
	}
}
