@media print,screen {
	.entry-content .voice_list {
		margin: 0 auto 30px;
		list-style-type: none;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.entry-content .voice_list > li {
		width: 100%;
		flex-basis: 100%;
	}
	.entry-content .voice_list > li .wrapper {
		margin: 0 6% 10px;
		text-decoration: none;
		display: block;
	}
	.entry-content .voice_list > li .wrapper .thumb {
		position: relative;
		background: #ccc;
		background-image: url(./assets/images/now_loading.png);
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.entry-content .voice_list > li .wrapper .thumb[style*="background-image"] {
		background-size: cover;
	}
	.entry-content .voice_list > li .wrapper .thumb:after {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.entry-content .voice_list > li .wrapper h3 {
		text-align: center;
		font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		color: #333;
		margin: 10px 0 5px;
		padding: 2px;
	}
	.entry-content .voice_list > li .wrapper h4 {
		margin: 0 0 5px;
		padding: 1px;
		text-align: center;
		color: #555;
	}
	.entry-content .voice_list > li .wrapper h4:before {
		display: none;
	}
}

@media print,screen and ( min-width: 30em ) {
	.entry-content .voice_list > li {
		width: 50%;
		flex-basis: 50%;
	}
}

@media print,screen and ( min-width: 768px ) {
	.entry-content .voice_list > li {
		width: 33.3%;
		flex-basis: 33.3%;
	}
}

@media print,screen and ( min-width: 1020px ) {
	.entry-content .voice_list > li {
		width: 25%;
		flex-basis: 25%;
	}
}
