@charset "UTF-8";
@charset "UTF-8";
/* 必須指定 */
#contWrap {
	margin: 0 auto;
	width: 980px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
		transform: scale(1,1);
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/*---*/

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */


#last {
    margin: 0 auto;
    width:  975px;
    text-align:  right;
    font-size:  12px;
}

#itemWrap {
    width: 878px;
    margin: 0 auto;
    border:  2px solid #79bd1f;
}
#itemWrap figure {
    padding: 10px 18px;
    width: 20.72892938496583%;
    float:  left;
    background-color: #fff;
    border-right:  2px solid #79bd1f;
    border-bottom:  2px solid #79bd1f;
}
#itemWrap figure:nth-child(4n) {
    float: right;
    border-right: none;
}
#itemWrap figure:nth-child(n+9) {
    border-bottom: none;
}
#itemWrap figure img {
    width:  178px;
    height: 164px;
    border: 1px solid #ccc;
}
#itemWrap figure:hover {
    background-color: #ddd;
    cursor: pointer;
}
#itemWrap figure p {
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    color: #0066b7;
}
#itemWrap figure figcaption {
    font-size: 28px;
    font-weight: bold;
    color: #ff0000;
    text-align:  center;
    font-style: italic;
}



