﻿.jktitle {
    padding: 5px 0 5px 10px !important;
}

.jk_copy{
	padding:10px 0px;
}

.syuroku_img{
	padding:10px 0px;
}

.syuroku_copy{
	padding-bottom:10px !important;
	border: dotted 2px #f39800;
    padding: 10px;
    font-size: 90%;
    margin: 10px 0px 10px;
}

.syuroku_img_title{
color:#fff;
background-color:orange;
padding:10px;
font-weight:bold;

margin-bottom: 15px !important;
}

.ml100{
padding-left:100px;
}


.first_1 {
    width: 15%;
    left: -0.1%;
    transform: translateX(-50%);
    position: absolute;
    top: 0.8%;
 transform: rotate(-10deg);

}

@media screen and (max-width: 767px) {
.first_1 {
    width: 30%;
    left: -0.1%;
    transform: translateX(-50%);
    position: absolute;
    top: 2.6%;
    transform: rotate(-10deg);
}
}

.limited{
position: relative;
}

.furoku_img2{
    margin: 0 15px;
    padding: 10px;
}

.padding50{
	padding:0 50px;
}

.time{
	display:inline-block;
	margin-left:60px;
}


.kikoushi{
display:inline-block;
	margin-left:70px;
}

.back_orange{
font-weight:bold;
color:#fff;
background-color:#f39800;
padding:10px;
margin-bottom:5px;
}

.back_yellow{
	background-color:#fffdda;
	padding:30px;

}

.back_yellow_title{
display: inline-block;
    background-color: orange;
    color: #fff;
    padding: 10px;

    font-weight: bold;
margin-bottom:20px;
}

.font80{
font-size:80%;
display:inline-block;
margin-right:10px;
}

.shadow img {
    border: solid 3px #fff;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.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;
}

.wrapper .cmn_column03_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    clear: both;
}

@media screen and (max-width: 767px) {
.wrapper .cmn_column03_2 {
display:block;
}

}


.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 4;
	margin-top:40px;
 }

.deepred{
	color:#cd7f05;
	display:inline-block;
	margin-right:10px;
}

.kashi{
	margin: 0 160px 20px !important;
}

@media screen and (max-width: 767px) {
.kashi{
margin:0 100px !important;
}

}

/* 共通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;
}

.shadow{
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.ms50{
	margin: 0 50px;
}

@media screen and (max-width: 767px) {

.ms50{
margin:0px;
}

}

.emz_back1 {
    background-image: url(../../img/usr/goodsdetail/emz/img/emz_back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
}


.width1200 {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.width1200 {
width:100%;
}
}