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

.hide-area{
	display: none;
}

#price_list {
	font-size: 80%;
}

#price_list tr.movementnum,tr.mn_nomore,tr.mn_nomatch{
	display:none;
}

table {
	border-collapse: collapse;
}

tbody,tr,th,td {
	margin: 0;
	padding: 0;
}

th {
 	position: -webkit-sticky;
 	position: sticky;
 	top: 3.5rem;
}

td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.wtimg {
	padding-left: 2px;
}

.wtimg img {
	width: 75%;
}

.p_code {
	color:green;
}

.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

@media screen and (max-width : 768px) {
html {
  font-size: 60%;
}

/*.band_s {
			font-size: 50%;
}*/


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