@charset "utf-8";

/* -------------------------------------------------- */
/* 買取商品 */
/* -------------------------------------------------- */
/* メインイメージ */

#buyMain {
	background: url(../img/pc_buy_main.jpg) center center no-repeat;
}
/* #buy1 */
/* -------------------------------------------------- */
#buyContent {
	width: 970px;
	margin: 0 auto;
}

#buyList {
	margin-right: -61px;
}

#buyList li {
	margin: 0 61px 70px 0;
	vertical-align: top;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.buyItem {
	width: 280px;
	font-size: 133.3%;
}

.buyImg {
	width: 274px;
	height: 204px;
	display: block;
	overflow: hidden;
	border: 3px #f5ede1 solid;
	margin-bottom: 10px;
	position: relative;
}

.buyImg .buyImgIn {
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	transition:all 0.5s ease-out;

}

.buyImg .buyImgIn img {
	width: 100%;
}

.buyImg .buyImgIn:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

