@charset "utf-8";

/* -------------------------------------------------- */
/* 初めての方へ */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background-image: url(../img/fv_bg_buylist.png);
}

#buySingleWrap {
	text-align: center;
}

#buySingleTit {
	display: inline-block;
	margin: 0 0 50px 0;
	font-size: 269.2%;
	position: relative;
	text-align: center;
	font-weight: bold;
}

#buySingleTit:before {
	content: "";
	position: absolute;
	right: -120px;
	top: 20px;
	height: 5px;
	width: 80px;
	background: #000000;
}

#buySingleTit:after {
	content: "";
	position: absolute;
	left: -120px;
	top: 20px;
	height: 5px;
	width: 80px;
	background: #000000;
}

#buySingleImg {
	width: 980px;
	margin: 0 auto 50px;
}

#buySingleSubTit {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
}

#buySingleDesc {
	text-align: left;
	width: 938px;
	margin: 0 auto 50px;
	padding: 20px;
	border: 1px #333333 dotted;
	font-size: 123.1%;
}

.buySingleAchieve {
	font-size: 184.6%;
	font-weight: bold;
}

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

#genreTit {
	padding-bottom: 10px;
	font-size: 184.6%;
	font-weight: bold;
}

.buyList {
	margin-bottom: 50px;
}

.buyList li {
	display: inline-block;
	border: 2px #000000 solid;
	vertical-align: top;
	margin: 0 10px 10px 0 ;
}

.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;
}

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

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


