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



/*style for tag 'new' */

.special{
  color: #b81a35;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
}



/*style for general layout */

.block{
  display: inline-block;
}
.no-display{
  display: none !important;
}
.underline{
  text-decoration: underline;
}


.combo{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.combo_title{
	color:#FF6600;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.combo_box{
	float: left;
}
.combo_text01{
	color:#2C63A7;
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: normal;
}
.combo_text02{
	float: left;
	color:#000000;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
	width: 80%;
}
.combo_price{
  color:#000000;
}


.combo-buy-block {
	line-height: 20px;
	vertical-align: top;
	padding-top: 10px;
	position: relative;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.combo-buy-btn {
	font-size: 18px;
	line-height: 22px;
	background-color: #f4ad01;
	color: #fff;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 0px;
	width: 200px;
}
.combo-buy-btn a {
	color: #fff;
}
</pre></body></html>