<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** é§…åæ¤œç´¢ãƒšãƒ¼ã‚¸è¿½åŠ&nbsp;ç”¨CSSï¼ˆPCï¼‰ ****/
/**** shop-search.cssã«è¿½åŠ&nbsp;ã™ã‚‹åˆ† ****/


/*
è·¯ç·šåˆ¥é§…åãƒªã‚¹ãƒˆ
============================== */
.shopSearchArea dl.stationList {
	margin: 0 0 40px;
	padding: 16px 16px 6px;
	background-color: #FFFFFF;
	border: 4px solid #F2DCB6;
	box-sizing: border-box;
}
.shopSearchArea dl.stationList dt {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
.shopSearchArea dl.stationList dd {
	margin: 0 0 10px;
	padding: 0;
}
.shopSearchArea dl.stationList dd ul {
	margin: 0;
	padding: 0;
}
.shopSearchArea dl.stationList dd ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
	font-size: 13px;
	color: #595757;
}
.shopSearchArea dl.stationList dd ul li a {
	padding: 0 10px;
	color: #595757;
	line-height: 1.5em;
	border-right: 1px solid #999999;
}
.shopSearchArea dl.stationList dd ul li a::before {
	padding: 0 5px 0 0;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
}
.shopSearchArea dl.stationList dd ul li a:hover {
	color: #999999;
	text-decoration: none;
}
.shopSearchArea dl.stationList dd ul li.active a {
	color: #FF8000;
}
.shopSearchArea dl.stationList dd ul li.active a:hover {
	color: #FFC033;
}

/*
é§…åä¸€ç™ºæ¤œç´¢ãƒ•ã‚©ãƒ¼ãƒ&nbsp;
============================== */
#mainContentsWrap .stationSearch {
	background-color: #F0F0E1;
	margin-bottom: 40px;
	padding: 25px 20px 30px;
	text-align: center;
}
#mainContentsWrap .stationSearch .stationSearchTitle {
	font-size: 130%;
	font-weight: bold;
}
#mainContentsWrap .stationSearch .stationSearchText {
	float: left;
	width: 700px;
	margin: 0 20px 0 0;
}
/* Loadingã‚¢ã‚¤ã‚³ãƒ³ï¼ˆãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§éžè¡¨ç¤ºï¼‰ */
#mainContentsWrap .stationSearch .stationSearchLoading {
	display: none;
	float: left;
	width: 694px;
	height: 39px;
	padding: 3px 0 2px 0;
	margin: 0 23px 0 3px;
	text-align: center;
	color: #F39800;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	box-sizing: border-box;
}
#mainContentsWrap .stationSearch .stationSearchLoading img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#mainContentsWrap #mainShopSearch .stationSearch .stationSearchText {
	width: 480px;
}
#mainContentsWrap #mainShopSearch .stationSearch .stationSearchLoading {
	width: 474px;
}
.stationSearch .stationSearchText input {
	width: 694px;
	margin: 0;
	padding: 10px 5px;
}
#mainShopSearch .stationSearch .stationSearchText input {
	width: 474px;
}
#mainContentsWrap .stationSearch p.stationSearchBtn {
	float: left;
	width: 180px;
	height: 46px;
	margin: 0;
}
.stationSearch p.stationSearchBtn input {
	width: 180px;
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/common/icon_triangleR_white.png) no-repeat 155px center;
	background-color: #F39800;
	border: none;
	border-radius: 4px;
	padding: 7px 30px 7px 5px;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /*æ¨ªæ–¹å‘ã€€ä¸‹æ–¹å‘ã€€ã¼ã‹ã—ã€€è‰² */
	box-sizing: border-box;
}
.stationSearch p.stationSearchBtn input:hover {
	opacity: 0.8;
}
#mainContentsWrap .stationSearch .notFound {
	clear: both;
	padding: 0;
	margin: 0 !important;
	color: #FF3333;
	font-size: 108%;
	text-align: left;
	font-weight: bold;
	border: none;
}
</pre></body></html>