<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.body {
    max-width: 1000px;
    margin: 0 auto;
    color: #dc427d;
    line-height: 1.5;
    padding: 20px 10px;
}

.btoTable {
	width: 80%;
	color: #000;
	margin: 20px auto;
}

.btoTable td{
	border-bottom: solid 1px #000000;
	border-right: dotted 1px #ccc;
	padding: 4px;
	line-height: 2;
}

.btoTable .price{
	text-align: right;
	border-right: none;
}

.totalPrice {
	text-align: right;
	width: 80%;
	margin: 10px auto;
	color: #000;
}

.totalPrice dt{
	flex: 1;
	padding-right: 20px;
}

.totalPrice dd{
	min-width: 100px;
	font-weight: bold;
}

.return {
	display: inline-block;
	border-radius: 5px;
	border:none;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	background: #3cb371;
	margin: 0 20px;
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#3cb371),
        to(#3cb371)
        );
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #3cb371,
        #3cb371
        );
    -moz-box-shadow: 0;
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#3cb371,endColorstr=#3cb371);
    zoom: 1;
}

.productDl {
	width: 80%;
	margin: 20px auto;
	border-bottom: dotted 1px #000;

}

.subTitle1{
	border-bottom: solid #000 1px;
	margin-bottom: 2vw;
	margin-top: 5vw;
	color: #000;
}

.price {
	color: #000;
	font-weight: bold;
}


@media (min-width: 1000px) {
	.subTitle1{
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

.attention {
    background-color: #ba2636;
    padding: 2vw;
    width: 80%;
    margin: 10px auto;
    text-align: left;
    color: #fff;
}
</pre></body></html>