@charset "utf-8";
/* CSS Document */

/*GOODS */
.goodsList > a {
	margin: 15px 1%;
	padding: 8px;
	float: left;
	width: 23%;
	box-sizing: border-box;
	display: block;
}
.goodsList > a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	background: #FFFFFF;
}
.goodsListbox {
	
}
.goodsListbox .thumimg {
	background: url(../img/goods/thumbg.png) no-repeat right bottom;
	padding: 0px 7px 7px 0px;
}
.goodsList .thumimg img {
	border-right: #C30003 solid 1px;
	border-bottom: #C30003 solid 1px;
}
.thumname, .thumprice {
	padding: 4px;
}
.thumname {
	font-size: 1.4rem;
	border-bottom: #BC0003 dotted 1px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.catbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 40px -10px;
}
.catbox > a {
	width: calc(20% - 20px);
	margin: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.catitem {
	padding: 5px;
	background: #dc0d1c;
	border-radius: 20px;
	height: 150px;
	
}
.catitemIn {
	background: #dc0d1c;
	border-radius: 15px;
	border: solid 3px #fff;
	height: calc(150px - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(http://s3-ap-northeast-1.amazonaws.com/s3.nyangostar.jp/wp-content/uploads/2020/08/07210026/nicq.png) no-repeat center center;
}
@media screen and (max-width: 759px) {
	.goodsList > a {
		width: 48%;
	}
	.goodsListbox .thumimg {
		background: url(../img/goods/thumbg.png) no-repeat right bottom;
		padding: 0px 3px 3px 0px;
	}
	.goodsListbox .thumimg img {
	border-right: #C30003 solid 1px;
	border-bottom: #C30003 solid 1px;
}
	.thumname, .thumprice {
		padding: 4px;
		font-size: 1rem;
	}
	.catbox {
		margin: 0 -5px 40px -5px;
	}
	.catbox > a {
		width: calc(50% - 10px);
		margin: 5px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
	}
	.catitem {
		padding: 5px;
		background: #dc0d1c;
		border-radius: 20px;
		height: 50px;
	}
	.catitemIn {
		background: #dc0d1c;
		border-radius: 15px;
		border: solid 3px #fff;
		height: calc(50px - 10px);
	}
}

/*detail----------------------------------*/


.item_detail_cont {
	float: right;
	width: 400px;
}

.item_detail_cont .music_jk_left {
	float:left;
}

.item_detail_cont .music_detail {
	float:left;
	margin-left:20px;
}


.item_section {
	width:100%;
	text-align:left;
	padding:20px;
	box-sizing:border-box;
}


/*** left contents ***/

.item_left_cont {
	width: 45%;
	padding: 0;
	margin: 0;
	float: left;
}

.item_left_cont .item_jk_box .item_img {
	box-shadow: #000 0px 3px 10px;
	-webkit-box-shadow: #000 3px 0px 10px;
	-moz-box-shadow: #000 0px 3px 10px;
}

.item_left_cont .item_box .item_img_02 {
	float: left;
	margin-left: 0px;
}


.item_left_cont .item_box {
	margin-right: 0px;
	width: 40%;
	text-align: center;
/*	height:300px; */
}

.item_left_cont .item_info {
	margin: 0px 0px 30px 0;
/*	padding:5px;
	border: 2px solid #c7a564;
	background-image:url(../images/bg_bk60p.png); 
*/

}
ul#photoThum {
	margin:0;
	padding:0;
	width:100%;
}
#photoThum li {
	list-style:none;
	float:left;
	width:20%;
	padding:8px 8px 0px 0px;
	margin-right: 1px;
}
#photoThum li img {
	width:100%;
	height:auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.ChangePhoto:hover{cursor: pointer; opacity: 0.5}



/*** right contents ***/

.item_detail_cont { width:50%;}

.item_detail_cont .item_description {
	border-left: solid 4px #C30003;
	margin: 0 0 20px 0;
	color: #C30003;
}

.item_detail_cont .item_description .item_category{
	font-size: 12px;
	margin: 0 0 0px 10px;
}

.item_detail_cont .item_description .item_title {
	font-size: 24px;
	margin: 0 0 10px 10px;
	line-height: 1.2;
	padding: 5px 0 0 0;
}

.goods_exp_midashi {
	font-size:120%;
	margin:4px 0px;
}
.goods_exp_txt {
	padding-left:20px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: dotted 1px #4d4d4d;
}


.item_detail_cont .item_title .item_title_fsmall {
	font-size: 18px;
}

.item_detail_cont .item_spec {
	margin:0 0 10px 0;
}

.item_detail_cont .item_sp {
	margin:0 0 5px 0;
}

.pageback {
	text-align:right;
	margin:20px 0px;
}


/** size table **/

.item_detail_cont .music_tracklist {
	margin:10px 0 0 0;
}

.item_detail_cont .music_tracklist table {
	border: 0px;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 30px;
}

.item_detail_cont .item_size td {
	border:0px;
	padding: 5px 5px;
	text-align: left;
}

.item_detail_cont .item_size td.bg1 {
	border:0px;
	padding: 5px 5px;
	text-align: left;
}

.item_detail_cont .item_size th {
	border:0px;
	padding: 5px 5px;
	vertical-align:text-top;
}

.item_detail_cont .item_size th.bg1 {
	border: 0px;
	padding: 5px 5px;
	vertical-align: top;
}
a.buybtn{
	background: #C30003;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}
a:link.buybtn{
	color: #fff;
	text-decoration: none;
}
.buybox {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 759px) {
	
.item_section {
	width:100%;
	text-align:left;
	padding:10px;
	box-sizing:border-box;
}
	.item_detail_cont .item_description .item_title {
	font-size: 1.3rem;
	margin: 0 0 10px 10px;
	line-height: 1.2;
	padding: 5px 0 0 0;
}
	
	.item_left_cont {
		width:100%;
		float: none;
		margin-bottom: 20px;
	}
	.item_left_cont img { max-width: 100%;}
	.item_detail_cont {
		width:100%;
		float: none;
	}
	.pageback img {
		width:100px;
	}
	a.buybtn{
		font-size: 13px;
	}
	
}
