﻿@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 "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";

.error_inline {
	display:block;
	padding:1px !important;	/* for IE */
	color:#ff0000;
}
.warning_inline {
	display:block!important;
	padding:1px !important;
	color:black;
}
/*
.tags {
	margin-bottom: 10px;
}
.tags > ul {
	display: flex;
	flex-wrap: wrap;
}
.tags > ul > 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 > ul > li > a {
	display: block;
	text-align: center;
	font-size: 123.1%;
	font-family: Times,serif;
	text-decoration: none;
}
.tags > ul > li > a:hover {
	color: initial;
	background-color: #FFFFFF;
}
.tags > ul > li.active > a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.shopDetail {
	display:flex;
	justify-content:space-between;
}
.brandList .brandName {
	color:#989898;
	font-size:1.3rem;
}
.realShopList {
	margin:1rem 0 !important;
}
.shopDetail + .shopDetail {
	border-top:1px solid #c0c0c0;
}
.realShopList a {
	position:relative;
	display:flex;
	justify-content:space-between;
	padding:1rem !important;
	width:100%;
}
.shopDetail .realShopName {
	width:25%;
}
.shopDetail .realShopAddress {
	padding:0 1rem;
	width:70%;
}
.shopDetail .realShopAddress p {
	line-height:16px;
}
.shopDetail .arrowNext {
	width:1rem;
}
.shopDetail .arrowNext:after {
	position:absolute;
	top:40%;
	width:10px;
	height:10px;
	border-right:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	content:"";
	transform:rotate(-45deg);
}
.shopDetail .shopInformation, .shopDetail .shopMap {
	margin:1rem;
}*/
.shopInformation table {
	background-color:#ffffff !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 {
	padding-right:1rem;
	width:120px;
	text-align:start;
}
.shopMapDetail {
	width:400px;
	height:450px;
	border:0;
}
.btnBack {
	display:flex;
	justify-content:flex-end;
	margin:1rem;
}
.wrap > h2 {
	padding:1rem;
	border:1px solid #cccccc;
	border-top:solid;
	font-size:20px;
}
.notProductError {
	color:red;
}
