@charset "UTF-8";
/* law CSS Document */



.shopkeeper #main .note {
	font-size: 0.85em;
	margin-top: 0.5em;
}
.shopkeeper #main .note:before {
	content: "※ ";
}


.shopkeeper #main table th,
.shopkeeper #main table td {
	padding: 10px;
	border-bottom: 1px dashed #CCC;
	font-size: 108.3%;
}
.shopkeeper #main table th {
	font-weight: bold;
}

.shopkeeper #main .emphasis01 {
	color: #F00;
	font-weight: bold;
	margin-left: 1em;
}

.shopkeeper #main table td dl dt {
	margin: 10px 0 5px;
	font-weight: bold;
}
.shopkeeper #main table td dl dd {
}

.shopkeeper #main .commission {
	margin-top: 5px;
}
.shopkeeper #main .commission .emphasis02 {
	font-weight: normal;
}
.shopkeeper #main .commission p span {
	display: inline-block;
	width: 160px;
}

.shopkeeper #main table td .disc {
	margin: 10px 0 0 15px;
}
.shopkeeper #main table td .disc li {
	list-style: disc;
}
.shopkeeper #main table td * + br,
.shopkeeper #main table td .shippingPref br,
.shopkeeper #main table td ul br {
	display: none;
}

.shopkeeper #main table td .payment_shipping > dt {
	background-color: #EEE;
	padding: 5px 5px 5px 10px;
}
.shopkeeper #main table td .payment_shipping > dd + dt {
	margin-top: 2em;
}
.shopkeeper #main table td .payment_shipping > dd {
	padding-left: 1.5em;
}
.shopkeeper #main table td .payment_shipping .imgLogo img {
	height: 25px;
	margin-left: 10px;
}
.shopkeeper #main table td .payment_shipping .hdg03 {
	font-weight: bold;
	margin-top: 1em;
	margin-left: -1.5em;
}
.shopkeeper #main table td .payment_shipping .hdg03 + * {
	margin-top: 0.5em;
	padding-left: 1em;
}


@media only screen and (max-width: 768px) {
.shopkeeper #main .note {
	margin-top: 5px;
}
.shopkeeper #main .note:before {
	content: "※ ";
}

.shopkeeper #main table th,
.shopkeeper #main table td {
	display: block;
	padding: 0px;
	border-bottom: 1px dashed #CCC;
}
.shopkeeper #main table th {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
.shopkeeper #main table td {
	padding-bottom: 10px;
}

}