@charset "utf-8";

/* カテゴリページ */
#genreWrap {
	padding: 10px;
}

#genreTit {
	padding-bottom: 10px;
	font-size: 1.333rem;
	font-weight: bold;
}

.genreList {
	padding-bottom: 50px;
}

.buyList li {
	display: inline-block;
	margin-bottom: 5px;
}

.buyList li a {
	padding: 5px 20px;
	display: block;
	border: 2px #000000 solid;
	text-align: center;
	background: url(../img/sp_icon1.png) 95% center no-repeat;
	-webkit-background-size: 4px 8px;
	background-size: 4px 8px;
}

.buySingleAchieve {
	padding-bottom: 10px;
	font-size: 1.333rem;
	font-weight: bold;
}

#buySingleWrap {
	padding: 10px;
	margin-bottom: 50px;
}

#buyContent {
	padding-bottom: 30px;
}

#buySingleWrap {
	text-align: center;
}

#buySingleTit {
	display: inline-block;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.333rem;
	font-weight: bold;
}

#buySingleTit:before {
	content: "";
	position: absolute;
	right: -15%;
	top: 10px;
	height: 2px;
	width: 10%;
	background: #000000;
}

#buySingleTit:after {
	content: "";
	position: absolute;
	left: -15%;
	top: 10px;
	height: 2px;
	width: 10%;
	background: #000000;
}

#buySingleImg img {
	padding-bottom: 10px;
}

#buySingleDesc {
	border: 1px #666666 dotted;
	padding: 10px;
	text-align: left;
}

.buySingleAchieve {
	padding-bottom: 10px;
	font-size: 1.333rem;
	font-weight: bold;
}

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


