@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Over Ride
 * ------------------------------------ */


/* ------------------------------------
 * DISCOGRAPHY
 * ------------------------------------ */
 
 
/* ------------------------------------
 * LIST
 * ------------------------------------ */

.itemList {
	margin: 3% auto 0;
	position: relative;
	zoom: 1;
}
.itemList li {
	display: inline;
	float: left;
	margin-bottom: 3%;
	width: 250px;
	overflow:hidden;
}
.itemList li .thumbBox {
	display:block;
	overflow: hidden;
	width:230px;
	height:230px;
	margin:5px auto;
	background-color:#fff;
	-webkit-box-shadow: 0 0 4px 1px #cccccc;
	box-shadow: 0 0 4px 1px #cccccc;	
}
.itemList li .thumbBox span.cate {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	text-align: center;
	background-color: rgba(247, 166, 216, 0.5);
	overflow: hidden;
	font-size: 11px;
	color: #fff;
}
.itemList li .text {
	margin: 2%;
	font-size: 73%;
}
.itemList li .text p {
	margin-top: 5px;
	font-size: 83%;
	line-height: 1.3;
}

@media screen and (max-width: 1024px) {
.itemList li {
	width: 33%;
	height: 100%;
}
.itemList li .thumbBox {
	width:96%;
}
}
@media screen and (max-width: 767px) {
.itemList li {
	width: 100%;
}
.itemList li .thumbBox {
	margin: 3px;
	width: 150px;
	height:150px;
	float: left;
}
.itemList li .text {
	margin-left: 170px;
	height: auto;
	font-size: 100%;
}
}


/* ------------------------------------
 * INDEX
 * ------------------------------------ */

#itemDetail .jk {
	width: 600px;
	margin: 3% auto 1%;
	text-align: center;
}
#itemDetail .jk img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}
#itemDetail .detail {
	padding-bottom: 3%;
	margin-bottom: 3%;
	text-align: center;
	border-bottom:  solid 1px #ececec;
}
#itemDetail .detail .release {
	display: inline-block;
	margin: 10px;
	padding: 2px 10px;
	background-color: #F7A6D8;
	color: #ffffff;
}
#itemDetail .text {
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	#itemDetail .jk {
		width: 100%;
	}
}



/*--- clearfix ------------------*/

.itemList:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}

