﻿.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;
}



/* 共通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;
}



.greentitle{
	    text-align: center;
    padding: 50px 0pc;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0 0 10px #fff;
}

.width800{
	    width: 800px;
    margin: 0 auto;
}



.moshimo1{
	color:#fff;
	background-color:#ff6a00;
	font-weight:bold;
	padding:10px;
	text-align:center;
}



.moshimo2{
	background-color:orange;
}

.moshimo3{
	background-color:#f995a7;
}

@media screen and (max-width: 767px) {
	
.moshimo1{
	font-size:90%;
}

.moshimo2{
	font-size:75%;

}

.moshimo3{
	font-size:75%;

}

}

.padding25{
	padding:25px;
}

@media screen and (max-width: 767px) {
.padding25{
	padding:10px;
}
}

.center{
	text-align:center;
}




.arrow::after {
	content: "";
    height: 0;
    width: 0;
    display: block;
    border-top: 36px solid red;
    border-left: 36px solid transparent;
    border-bottom: 36px solid transparent;
    margin: auto;
    border-right: 36px solid transparent;
	margin-top:10px;
	    margin-bottom: -30px;
}


.furoku_img{
	margin: 0 30px 15px !important;
}