@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/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: #bf402d;
	font-weight: bold;
}
.glist li .name span {
	font-size: 12px;
}
.glist li .size {
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	font-weight: 600;
	height: 16px;
	line-height: 16px;
	color: #76A09C;
}
.glist li .topro {
	height: 24px;
	line-height: 24px;
}
.glist li .topro a:hover {
	text-decoration: underline;
}