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

/*waitãƒ€ã‚¤ã‚¢ãƒ­ã‚°*/
#wait_dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80); /* IE6ã€IE7å¯¾å¿œ */
	-moz-opacity: 0.8; /* Firefox1.5ä»¥å‰å¯¾å¿œ */
}

#wait_dialog_message {
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0.8;
	justify-content: center;
	align-items: center;
}

#wait_dialog_loadingImg {
	display: inline-block;
	background: url(../img/base/loading.gif) left center no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px;
}

/* ãƒŸãƒ‹ã‚¢ã‚¤ã‚³ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.makerDirectDeliveryStatusItemWrap{
	display: inline-block;
	padding-right: 5px;
}
.backOrderStatusItemWrap{
	display: inline-block;
	padding-right: 5px;
}
.freeShippingStatusItemWrap{
	display: inline-block;
}
.makerDirectDeliveryStatus{
	font-size: 0.8em;
    padding: 2px 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    white-space: nowrap;
    color: #fff;
}
.backOrderStatus{
	font-size: 0.8em;
    padding: 2px 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    white-space: nowrap;
    color: #fff;
}

.freeShippingStatus{
	font-size: 0.8em;
    padding: 2px 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    white-space: nowrap;
    color: #fff;
}
/* /ãƒŸãƒ‹ã‚¢ã‚¤ã‚³ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ« */

#keyMatchListResults {
	margin-bottom: 60px;
}

.keyMatchListResultsRow {
	clear: both;
	display: flex;
	margin-bottom: 40px;
}

.keyMatchListResultsRow img {
	flex-shrink: 0;
	max-width: 200px !important;
	padding-right: 30px;
}

.keyMatchArea {
	flex-grow: 1;
	vertical-align: top;
}

.keyMatchTitleItemWrap {
	border-bottom: 1px solid #b3b6b7;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}

.keyMatchContentItemWrap {
	margin-bottom: 0px;
}

.keyMatchContentItemWrap p.keyMatchContent {
	margin-bottom: 10px;
}

.keyMatchLinkItemWrap {
	margin-bottom: 0;
}

@media screen and (max-width: 641px) {
	#keyMatchListResults {
		margin-bottom: 50px;
	}
	.keyMatchArea {
		font-size: 0.8em;
	}
	.keyMatchBannerImgItemWrap {
		max-width: 40%;
	}
	.keyMatchListResultsRow img {
		flex-shrink: 0;
		max-width: 100% !important;
		padding-right: 20px;
	}
}

body #reviewArea {
	margin: 0 0 0 auto;
	display: flex;
}
#viewAllReviewItemWrap {
	padding-right: 20px;
}
@media screen and (max-width: 900px) {
	body #reviewArea {
		flex-flow: column;
	}
	#viewAllReviewItemWrap {
		padding-right: 0px;
	}
}

#newsResults{
	line-height:20px;
	margin-bottom:10px;
}
#newsResults td{
	border: none;
	padding: 0px;
}
#newsResults .displayPeriodStart{
	width: 100px;
}

#newsResults .newsTypeName{
    width: 85px;
    min-width: 86px;
    color: white;
    font-size: 12px;
    text-align:center;
    border-radius: 2px;
}
#newsResults .newsTitle{
    margin-left:20px;
}
.discountRateItemWrap {
    background-color: #fa4343;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
}
.taxExcludedPriceItemWrap {
    display: inline-block;
    margin-left: 10px;
}
.goodsList .goodsItem .goodsInfo .taxExcludedDiscountedPrice{
	font-size: 1.5em;
}

/**ãƒ‹ãƒ¥ãƒ¼ã‚¹ä¸€è¦§*/
@media screen and (max-width: 900px) {
	#newsResults .newsTitle{
	    margin-left: 0px;
	}
	#newsResults td:last-child{
    	padding: 0 0 0 20px;
	}
}

/*ãƒ©ãƒ³ã‚­ãƒ³ã‚°ãƒšãƒ¼ã‚¸é·ç§»ç”¨URL*/
#rankingSwitchURLItemWrap {
	display: flex;
    justify-content: end;
}
#rankingSwitchURLItemWrap.bottom a::after {
    content: "";
    border-right: 1.2px solid #dd7e54;
    border-bottom: 1.2px solid #dd7e54;
    display: inline-block;
    transform: rotate(-45deg);
    width: 0.45em;
    height: 0.45em;
    margin: -3px 0.25em 0 0.25em;
    vertical-align: middle;
}
#goodsGroup {
  margin-bottom: 20px;
}

#GoodsList .section_inner {
	max-width: 100%;
	width: calc(99.9%);
}
</pre></body></html>