﻿.jktitle {
    padding: 5px 0 5px 10px !important;
}

.jk_copy{
	padding-bottom:10px;
}

.tracklist2 li {

	list-style: none;
	list-style-position: inside;
	margin-left: 0;
	background: #f5f5f5;
	padding: 6px 6px 6px 15px !important;
	border-bottom: 2px dotted #e5e5e5;
	padding: 6px 6px 6px 35px;
	margin-left: 0;
}


.tracklist2 li {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 0;
    background: #f5f5f5;
    padding: 6px 6px 6px 15px !important;
    border-bottom: 2px dotted #e5e5e5;
    padding: 6px 6px 6px 35px;
    margin-left: 0;
}

.sub {
    color: #888;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    padding: 5px 0 0 15px;
}

.cmn_column02_img img{
 border:3px solid black;
}



/* 共通CSS */ 


.copy{
	padding-bottom:10px;
}


/* オーダーボタンのマウスオーバー */ 

.order_btn a:hover {
    opacity: 0.6 !important;
}


/* 画像拡大の際の、虫眼鏡 */ 

.imgzoom{
position: relative;
}

.imgzoom:after {
    content: '';
    background: url(/defaultShop/js/base2016_js/zoom_icon.png) top left no-repeat;
    width: 25px;
    height: 50px;
    background-size: 25px;
    display: block;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
.imgzoom:after {
    height: 25px;
}

}

/*
.jacket img{
margin-bottom:20px;
filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
max-width:50%;
}

@media screen and (max-width: 767px) {
.jacket img{
padding: 0 100px 20px;
}

}
*/

.jacket img{
max-width:50%;
}

@media screen and (max-width: 767px) {
.jacket img{
max-width:60%;
}


.mokuzhi{
    border: solid 2px #F39800;
    padding: 20px;
}

.shadow img {

    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}



