﻿.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: 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;
}

.sub {
    color: #888;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    padding: 5px 0 0 15px;
}



/* 共通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: 25px;
    background-size: 25px;
    display: block;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
}


.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2;
margin-right:10px;
 }
.div2 { grid-area: 1 / 2 / 2 / 3; margin-right:10px;
 }
.div3 { grid-area: 1 / 3 / 2 / 4; margin-right:10px;
 }
.div4 { grid-area: 2 / 1 / 3 / 2; margin-right:10px;
	margin-top:10px;
 }
.div5 { grid-area: 2 / 2 / 3 / 4; margin-right:10px;
	margin-top:10px;

 }

@media screen and (max-width: 767px) {

.parent {
display: block;
}

.div2,.div3,.div4,.div5{
	margin-top:20px;
}


}


.parent2 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
	margin-top:20px;
}

.div6 { grid-area: 1 / 1 / 2 / 2;
	margin-right:20px;
	margin-bottom:20px; }
.div7 { grid-area: 1 / 2 / 2 / 4; 
	margin-right:20px; 
	margin-bottom:20px; }


.parent3 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div8 { grid-area: 1 / 1 / 2 / 2;
	margin-right:20px; }
.div9 { grid-area: 1 / 2 / 2 / 3; 
	margin-right:20px; }



@media screen and (max-width: 767px) {

.parent2,.parent3 {
display: block;
}

.div6,.div7,.div8,.div9{
	margin-top:20px;
}


}



.parent4 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div10 { grid-area: 1 / 1 / 2 / 2; 
	margin-right:20px; }
.div12 { grid-area: 1 / 2 / 2 / 3; 
	margin-right:20px; }
.div13 { grid-area: 1 / 3 / 2 / 4; 
	margin-right:20px; }


.shadow{
	filter: drop-shadow(3px 3px 3px #aaa);
}

.syuroku{
	text-align:right;
}

.margin50{
	margin:0px 50px !important;
}

.feature{
	margin-bottom: 20px;
}

.wrapper .cmn_list03 li {
	padding-top:0px !important;
}

.wrapper .cmn_message_txtBox p {
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
.layout_column04 {
	display:block;
}

.layout_column04_item{
	margin-top:20px;
}

}