@charset "UTF-8";
.post-voice-ul {
	font-size: 0;
}

li.voice-model-waku {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 0;
	display: block;
	margin: 10px 2%;
	padding: 5px 0;
}

.voice-img-box {
	text-align: center;
}

.voice-img-circle {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px;
	display: inline-block;
}

.voice-name-coment-box {
	margin-top: 0;
	padding: 0 10px 10px;
}

.voice-name-prof {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.voice-comennt-text {
	margin-top: 10px;
	font-size: 14px;
}

.voice-comennt-text a {
	color: #888;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	/* PC */
	li.voice-model-waku {
		display: inline-block;
		width: 48%;
		margin: 10px 1%;
	}
	.voice-img-box {
		display: inline-block;
		width: 120px;
	}
	.voice-name-coment-box {
		display: inline-block;
		width: 330px;
		margin-top: 10px;
		vertical-align: top;
	}
	.voice-name-prof {
		padding: 0 0 10px;
		text-align: left;
		border-bottom: 1px dotted #ccc;
	}
}
