﻿.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;
}


.checkmark-list li{
	font-size: 18px !important;
    margin-left: 20px !important;
    margin-top: 20px!important;
}


.text-decoration-marker-gray{
    background: linear-gradient(#fff 20%, #d3f3b0 20%) !important;
}

.padl30 img{
	padding-left: 30px;
}


.data-table {
  border-collapse: collapse;
  width: 500px;
}

.data-table th,
.data-table td {
  border: 1px solid #333;
  padding: 8px;
}

.data-table th {
  width: 200px;
}

.data-table td {
  width: 300px;
}

.data-table tr:last-child td:last-child {
  background-color: #d3f3b0;
}

.dpv4{
	padding:0 50px;
}


.container2 {
  display: flex;
}

.left2 {
  width: 40%;
}

.right2 {
  width: 58%;
	margin-left: 20px;
}

.gray{
	color:#333 !important;
}

.underline{
	    border-bottom: solid 3px #f5d0a9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.text_left{
text-align:left;
}

.data-table {
    width: 100% !important;
  }

.padl30 img {
    padding-left: 0px;
}

.container2 {
    display: block;
}

.left2 {
    width: 100%;
}

.right2 {
    width: 100%;
    margin-left: 0px;
}

.cmn_message_tit {
        width: calc(100% - 20px);
        position:static !important;
        top: 18px;
        padding-left: 0px !important;
        padding-right: 5px !important;
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }

.cmn_message_img{
max-width: 100%!important;
width: 100%!important;
}

.sp_small{
padding:0 60px;
}

}