@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;
}
/*---*/



.cat_ttl {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 22px;
	}

.cat_ttl p {
	font-size: 2.0rem;
	font-size: 20px;
	letter-spacing: 0.1rem;
	font-weight: bold;
	margin-bottom: 4px;
	}

.cat_ttl p span {
	display: inline-block;
	}

.cat_list ul {
	width: 980px;
}

.cat_list ul li {
	float: left;
	width: 124px;
	margin: 0 27px 20px 0;
	font-size: 12px;
	line-height: 1.2;
	min-height:140px;
	list-style:none;
	text-align:right;
}

.cat_list ul li img {
	width: 124px;
	height: 93px;
	display: block;
	margin-bottom: 5px;
}

.color img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.color img:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

