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

@import "imports/reset.css";
@import "imports/base.css";
@import "imports/order.css";
@import "imports/user.css";
@import "imports/hack.css";
@import "imports/parts.css";
@import "top.css";
@import "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";

.error_inline {
	color:#ff0000;
	padding: 1px !important;	/* for IE */
	display:block!important;
}
.warning_inline {
	color: black;
	padding: 1px !important;
	display:block!important;
}
.tags {
	margin-bottom: 10px;
}
.tags &gt; ul {
	display: flex;
	flex-wrap: wrap;
}
.tags &gt; ul &gt; li {
	display: inline-block;
	width: 16.4%;
	height: 35px;
	line-height: 35px !important;
	margin: -1px 0 0 -1px !important;
	background-color: #EFEFEF;
	border: 1px solid #333;
	overflow: hidden;
}
.tags &gt; ul &gt; li &gt; a {
	display: block;
	text-align: center;
	font-size: 123.1%;
	font-family: Times,serif;
	text-decoration: none;
}
.tags &gt; ul &gt; li &gt; a:hover {
	color: initial;
	background-color: #FFFFFF;
}
.tags &gt; ul &gt; li.active &gt; a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.shopDetail {
	justify-content: space-between;
	display: flex;
}
.brandList .brandName {
	font-size: 1.3rem;
	color: #989898;
}
.realShopList {
	margin: 1rem 0 !important;
}
.shopDetail + .shopDetail {
	border-top: 1px solid #c0c0c0;
}
.realShopList a {
	width: 100%;
	position: relative;
	padding: 1rem !important;
	display: flex;
	justify-content: space-between;
}
.shopDetail .realShopName {
	width: 25%;
}
.shopDetail .realShopAddress {
	width: 70%;
	padding: 0 1rem;
}
.shopDetail .realShopAddress p {
	line-height:16px;
}
.shopDetail .arrowNext {
	width: 1rem;
}
.shopDetail .arrowNext:after {
	content: "";
	position: absolute;
	top: 40%;
	height: 10px;
	width: 10px;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	transform: rotate(-45deg);
}
.shopDetail .shopInformation,
.shopDetail .shopMap {
	margin: 1rem;
}
.shopInformation table {
	background-color: #fff !important;
}
.shopInformation .header p {
	min-height: 3rem;
}
.shopInformation .header p:first-child {
	font-size: 20px;
}
.shopInformation tr {
	display: block;
	padding: 1rem 0;
}
.shopInformation tr td:first-child {
	width: 120px;
	padding-right: 1rem;
	text-align: start;
}
.shopMapDetail {
	width:400px;
	height:450px;
	border:0;
}
.btnBack {
	display: flex;
	justify-content: flex-end;
	margin: 1rem;
}
.btn-regist{
    color: #222;
    border: 1px solid #222;
    background: #fff;
}
.wrap &gt; h2 {
	border: 1px solid #ccc;
	border-top: solid;
	padding: 1rem;
	font-size: 20px;
}
.notProductError {
  color: red;
}
.favolite-list-flex .delete{
    position: relative;
				
}
.btn-wht{
    color: #222;
    border: 1px solid #222;
    background: #fff;
				}
.cat-list-one .detail_quantity_flex{
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    align-items: center;
}

.cat-list-one .delete a{
    border: 0 !important;
    background: unset !important;
    color: #2D79C4 !important;
    text-decoration: underline !important;
}
.favolite-list-flex .delete a{
position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: unset;
    color: #2D79C4;
    text-decoration: underline;
				}</pre></body></html>