<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.cover {
	text-align: center;
}


table.pro_t {
	width: 550px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
	border-radius: 5px;
}

 
table.pro_t th,
table.pro_t td {
	padding: 10px;
	width: auto;
}
 
table.pro_t th {
	vertical-align: middle;
	text-align: left;
	width: 170px;
	overflow: visible;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #660000;
}
 
table.pro_t th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #660000;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */
@media screen and (max-width: 600px) {

table.pro_t {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

    table.pro_t th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #660000 10px solid;
        margin-top: -10px;
    }
}
 
table.pro_t td {
	background-color: #FFFFFF;
	width: 380px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media (max-width: 500px){

table.pro_t {
    width: 290px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.pro_t th {
	background-color: #660000;
	vertical-align: middle;
	text-align: left;
	width: 80px;
	overflow: visible;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
	
table.pro_t td {
	background-color: #FFFFFF;
	width: 220px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
}
.cover img {
	width: 280px;
	height: auto;
}

	
}
</pre></body></html>