@charset "utf-8";

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

.fv {
	background: url(../img/fv_bg_buylist.png) center center no-repeat;
}
/* #buy1 */
/* -------------------------------------------------- */

#brandWrap, #genreWrap {
	width: 980px;
	margin: 0 auto 150px;
}

#genreTit, #brandTit {
	height: 316px;
	width: 980px;
	margin-bottom: 50px;
	position: relative;
}

#genreTit h2, #brandTit h2 {
	position: absolute;
	margin-bottom: -55px;
	bottom: 40%;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.genreImg, .brandImg {
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 1;
}

.buyTit {
	padding:  5px 10px;
	margin-bottom: 10px;
	background: #000;
	color: #FFFFFF;
	font-size: 138.5%;
}

.buyList {
	margin-bottom: 50px;
}

.buyList li {
	width: 224px;
	margin: 0 10px 10px 0 ;
	display: inline-block;
	vertical-align: top;
}

.buyList li a {
	padding: 5px 20px;
	font-size: 123.1%;
	display: block;
	background: url(../img/icon4.png) 95% center no-repeat;
	color: #000000;
	transition: all 0.3s ease-in-out 0s;
	border: 2px #000000 solid;
}

.buyList li.buyBrand a {
	padding: 0px;
	display: block;
	background: none;
}

.buyList li.buyBrand a:hover {
	background: none;
	color: #333333;
	opacity: 0.7;
}

.buyList li a:hover {
	background: url(../img/icon1.png) 95% center no-repeat #000000;
	color: #FFFFFF;
}

#genreList {
	margin-right: -20px;
}

#genreList li {
	width: 231px;
	float: left;
	margin: 0 19px 20px 0;
}

#genreList li a {
	display: block;
}

.listName {
	font-size: 1.067rem;
	color: #FFFFFF;
	background: #000;
	text-align: center;
	padding: 5px 0;
}

.kaitoriTxt {
	font-size: 150%;
	padding-bottom: 20px;
	padding: 10px;
	color: #a40000;
	margin-bottom: 30px;
}