body{
	background:url('../images/works/bg_header.jpg') no-repeat top center;
}
#contents{
	width:720px !important;
}
#works_index{
	list-style:none;
}
#works_index li{
	width:200px;
	height:200px;
	float:left;
	margin:0 10px 25px;
	padding:9px 11px 11px 9px;
	background:url('../images/works/bg_works_item.png') no-repeat;
}
.works_photo{
	width:200px;
	height:150px;
	overflow:hidden;
	margin:0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.works_photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#works_index li h3 a{
	padding:0 0 0 15px;
	color:#4f8300 !important;
	font-size:13px !important;
	text-decoration:none;
}
.pagination {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #404040;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
}

.page-numbers li a:hover {
	color: #404040;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	background: #fff;
}

.page-numbers li span.current {
	background: #ccc;
}
#works_item{
	width:710px;
	margin:0 0 0 10px;
	background:#eeffcf;
	padding:20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
}
#works_midashi h3{
	width:520px;
	padding:0 0 0 10px;
	float:left;
}
#goback{
	width:150px;
	float:right;
}
#works_item article{
	width:685px;
	margin:0 auto;
}
#article_l{
	width:450px;
	background:#72a425;
	color:#fff;
	float:left;
}
#article_l img{
	width:100%;
	height:auto;
	display:block;
}
#more{
	padding:10px 15px;
}
#article_r{
	width:215px;
	float:right;
}
#thumb_photo{
	list-style:none;
}
#thumb_photo li{
	width:132px;
	height:99px;
	overflow:hidden;
	float:left;
	margin:0 5px 10px;
}
#thumb_photo li img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}