@charset "shift_jis";
/* CSS Document */

.gravure_body {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.glist {
	clear: both;
	width: 760px;
	overflow: hidden;
}
.glist li {
	width: 144px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	background: url(../img/voice/voice_grid.gif) repeat;
}
.glist li:nth-child(5n) {
	margin-right: 0;
}
.glist li .thumb {
	padding: 12px 0 5px;
}
.glist li .name {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	color: #f01182;
	font-weight: bold;
}
.glist li .name span {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Lora', serif;
	padding-left:1px;
}
.glist li .size {
	height: 14px;
	line-height: 12px;
	letter-spacing: -0.02em;
	font-family: 'Lora', serif;
}
.glist li .topro {
	height: 24px;
	line-height: 24px;
}
.glist li .topro a{
	color:#b59666;
}
.glist li .topro a:hover {
	text-decoration: underline;
}