main {
	margin: auto;
	}


#goods{
	padding: 100px 0;
	}


.goodsList {
	width: 960px;
	margin: 50px auto 0;
	color: #472222;
	}

@media screen and (max-width:768px){
		#goods {
			width: 100%;
			min-width: 100%; 
			padding: 80px 0;
			}

		.goodsList {
			width: 100%;
			}

	}

/* ------------------------------
    　  　　Goods
------------------------------ */

#goods:after {
    content:" ";
    display:block;
    clear:both;
}

.goods-cat {
	}

.goods-cat:after {
    content:" ";
    display:block;
    clear:both;
	}

.goods-cat-title{
	width: 100%;
	display: block;
	color: #ff0a72;
	font-size: 34px;
	font-weight: 220;
	text-align: center;
	border-bottom: 1px solid #ff0a72;
	margin: 60px 0 20px;
	}

.itemsA {
    width: 230px;
	height: 400px;
    margin: 0 5px 20px;
    float: left;
    }

.items-comics {
	height: 340px;
	}

.itemsA img{
    width: 100%;
	}
.itemsA img:hover{
    width: 100%;
	}

.itemCat{
    margin: 60px 0 10px;
    background-color: rgba(225,75,135,.15);
    padding: 8px 0 5px;
    }

.blk:after {
    content:" ";
    display:block;
    clear:both;
	}

.goods-info {
	padding: 0px 5px;
	font-size: 13px;
	}

.author {
	margin: 0 0 2px;
	color: #0028b4;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	}

.name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
	}

.g-spec {
	font-size: .9em;
	margin: -5px 0 0;
	padding: 4px 0;
	color: #836767;
	border-bottom: 1px dotted #c5926d;
	}

.g-price {
	font-size: 11px;
	line-height: 1.1;
	text-align: right;
	margin: 5px 0 0;
	}

.price {
	font-size: 1.7em;
	font-weight: 500;
	}

.exp {
	width: 960px;
	margin: 10px auto 30px;
	text-align: center;
	line-height: 1.7;
	color: #520000;
	}

.goods:after {
    content:" ";
    display:block;
    clear:both;
}

@media screen and (max-width:760px){
	
.goods-cat-title {
	width: 96%;
	margin: auto;
	font-size: 30px;
	}
	
.itemsA {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
	padding: 20px 10px;
	border-top: 1px solid #ddd; 
	}

.items-comics {
	height: 150px;
	}	
	
.itemsA img {
	width: 32%;
	float: left;
	}

.goods-info {
	display: inline-block;
	width: 64%;
	font-size: 3vw;
	margin:.5% 2%;
	padding: 0;
	height: auto;
	min-height: 120px;
    }
	
.author {
	font-size: 17px;
	letter-spacing: .1px;
	}

.name {
	font-size: 16px;
	}

.g-gitle {
	font-size: 1.35em;
	}

.g-spec {
	font-size: 12.5px;
	line-height: 1.6;
	margin-bottom: -5px;
	}

.g-price {
	font-size: 13px;
	line-height: 1.3;
	margin: 10px 0 0;
	}

.price {
	font-size: 1.5em;
	}
	
.exp {
	width: 94%;
	margin: 10px auto;
	text-align: center;
	color: #520000;
	line-height: 1.5;
	font-size: .95em;
	}
}

