<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div:before,div:after{
	clear: both;
}

#where-search-stores{
	padding: 0 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#product_content_area h2{
	font-size: 27px;
	margin-bottom: 8px;
}

#main-zone #product-footer-zone{
	font-size: 12px;
}

.tabs{
	position: relative;
	margin-top: 40px;
}

.tabs:before{
	position: absolute;
	left:-22px;
	bottom: 0;
	width: 22px;
	height: 1px;
	content: '';
	background: #cccccc;
}

.tabs:after{
	position: absolute;
	right:-22px;
	bottom: 0;
	width: 22px;
	height: 1px;
	content: '';
	background: #cccccc;
}

.tabs&gt;ul{
	height: 48px;
	margin: 0 0 25px 0;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tab{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 15px 32px 0 0;
	padding-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}

.tab.active{
	border-bottom: 3px solid black;
}

.filter-box{
	width: 100%;
	margin-bottom: 18px;
	position: relative;
	height: 34px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.filter-box .search-bar{
	position: relative;
	float: left;
}


.filter-box .search-bar .searchinput{
	width: 284px;
	height: 34px;
	border:1px solid #E1E1E1;
	padding: 0 30px 0 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.filter-box .search-bar .store-search-icon{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 9px;
  left: 258px;
  display: block;
  background: url('/media/images/store-search.png') no-repeat;
  cursor: pointer;
}

.filter-box .search-bar .searchinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BBBBBB;
}
.filter-box .search-bar .searchinput::-moz-placeholder { /* Firefox 19+ */
  color: #BBBBBB;
}
.filter-box .search-bar .searchinput:-ms-input-placeholder { /* IE 10+ */
  color: #BBBBBB;
}
.filter-box .search-bar .searchinput:-moz-placeholder { /* Firefox 18- */
  color: #BBBBBB;
}

.filter-box .sort-bar{
	position: relative;
	float: right;
}

.filter-box .sort-bar.hide{
	display: none;
}

.filter-box .sort-bar .sort-select{
	position: relative;
	display: inline-block;
	margin: 8px 10px 0;
}

.filter-box .sort-bar .m-sort-select{
	display: none;
	width: 100%;
	color: black;
	border: 0!important;
	height: 40px;
	font-size: 16px;
	margin: 0;
	padding-left: 12px!important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Segoe UI", "寰粺姝ｉ粦楂�", "Microsoft JhengHei", "Arial","鏂扮窗鏄庨珨", Helvetica, sans-serif;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background: #f3f3f3 url(/media/images/arrow-down.png) no-repeat 95% 54%;
}

.filter-box .sort-bar .m-sort-select option{
	background: white;
}

.filter-box .sort-bar .m-sort-select.state{
	margin: 5px 0 15px;
}

.filter-box .sort-bar .sort-select&gt;p{
	position: relative;
	min-width: 30px;
	cursor: pointer;
	font-size: 14px;
	background: url(/media/images/arrow-down.png) no-repeat 100% 50%;
	padding-right: 14px;
	text-align: right;
	margin-bottom: 0!important;
}

.filter-box .sort-bar .sort-select.active&gt;p{
	background: url(/media/images/arrow-up.png) no-repeat 100% 50%;
}

.filter-box .sort-bar .sort-select.active &gt; .sort-list{
	display: block;
}

.filter-box .sort-bar .sort-select.state{
	margin-right: 25px;
}

.filter-box .sort-bar .sort-select.city{
	border-left: 1px solid #C6C6C6;
	margin-left: 0;
	padding-left: 20px;
}

.filter-box .sort-bar .sort-list{
	display: none;
	position: absolute;
	z-index: 2;
	margin: 0;
	list-style: none;
	background: white;
	right: -10px;
  top: 27px;
	border: 1px solid #DFDFDF;
	min-width: 176px;
	padding: 18px 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	max-height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
}

.filter-box .sort-bar .sort-list&gt;li{
	font-size: 14px;
	margin-bottom: 16px;
	cursor: pointer;
}

.filter-box .sort-bar .sort-list&gt;li:hover{
	color: #1996DA;
}

.store-table-list{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.store-table-list .store-table{
	width: 100%;
}

.store-table-list .store-table thead&gt;tr{
	height: 56px;
	border-bottom: 1px solid #E9E9E9;
}

.store-table-list .store-table thead&gt;tr&gt;th{
	vertical-align:middle; 
	color: #8E8E8E;
	font-size: 15px;
	text-align: left;
}

.store-table-list .store-table tbody&gt;tr{
	height: 90px;
	border-bottom: 1px solid #E9E9E9;
}

.store-table-list .store-table tbody&gt;tr&gt;td{
	vertical-align:middle; 
	font-size: 17px;
	padding: 20px 30px 20px 0;
  line-height: 25px;
}

.store-table-list .store-table tbody&gt;tr&gt;td&gt;a{
	position: relative;
	display: block;
	width: 18px;
  height: 27px;
  margin: auto;
}

.store-table-list .store-table tbody&gt;tr&gt;td.tel&gt;a{
		position: relative;
		display: block;
		width: auto;
	  height: auto;
	  margin: auto;
	  color: #333333;
	  pointer-events: none;
	}

.store-table-list .store-table tbody&gt;tr&gt;td .web-icon{
	background: url(/media/images/web-icon.svg) no-repeat 52% 50%;
	background-size: 22px;
}

.store-table-list .store-table tbody&gt;tr&gt;td .map-mark{
	background: url(/media/images/map-mark.svg) no-repeat 52% 50%;
	background-size: 28px;
}

.store-table-list .pagination .right-triangle,.store-table-list .pagination a .right-triangle2{
	background: url(/media/images/icon-arrow-r-b.png) no-repeat;
}

.store-table-list .pagination .left-triangle,.store-table-list .pagination a .left-triangle2{
	background: url(/media/images/icon-arrow-l-b.png) no-repeat 100%;
	height: 20px;
  width: 8px;
  border: 0;
  padding: 0;
}

.store-table-list .pagination .disabled .left-triangle,.store-table-list .pagination .disabled a .left-triangle2{
	background-repeat: no-repeat;
	background-image: url(/media/images/icon-arrow-l.png);
}


.store-table-list .pagination .disabled .right-triangle,.store-table-list .pagination .disabled a .right-triangle2{
	background-repeat: no-repeat;
	background-image: url(/media/images/icon-arrow-r.png);
}

.store-table-list .pagination{
	text-align: center;
	margin: 32px 0 20px;
}

.store-table-list .pagination ul{
	border: 0;
}

.store-table-list .pagination li a.noline, .store-table-list .pagination li:nth-child(2) a, .store-table-list .pagination li:last-child a{
	border: 0;
}

.store-table-list .pagination a{
	font-size: 13px;
	border-right: none;
	border-left: 1px solid #CCC;
	color: black;
	padding-top: 0;
  padding-bottom: 0;
}

.store-table-list .pagination a:hover{
	background-color: transparent;
	color: black;
}

.store-table-list .pagination .active a, .store-table-list .pagination .active a:hover{
	background-color: transparent;
	color: #0094f2;
	text-shadow: 0 0 0 white;
}

.m-label{
	display: none;
}


/******RWD******/
@media screen and (max-width: 800px) {
	#product-wheretobuy-area{
		background: white!important;
	}
}

@media screen and (max-width: 719px) {
	.row{
		padding: 0 22px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#wheretobuy{
		margin-top: 0;
	}

	#where-search-stores{
		font-size: 12px;
	}

	.row, #product_content_area h2{
		font-size: 30px;
		margin-bottom: 6px;
	}

	.m-label{
		display: inline-block;
	}

	.tab{
		font-size: 18px;
	}

	.store-table thead{
		display: none;
	}

	.filter-box{
		height: auto;
	}

	.filter-box .search-bar{
		float: none;
	}

	.filter-box .search-bar .searchinput{
		width: 100%;
		margin: 9px 0 10px;
		height: 40px;
		font-size: 15px;
	}

	.filter-box .search-bar .store-search-icon{
		left: initial;
		right: 4px;
		top: 17px;
		background-image: url(//www.asus.com/media/img/2015/images/icons/icon-search.png);
	}

	.filter-box .sort-bar{
		margin: 20px 0 0;
    float: none;
	}

	.filter-box .sort-bar .sort-title{
		color: #A9A9A9;
		font-size: 15px;
		display: block;
	}

	.filter-box .sort-bar .sort-select{
		display: none;
	}

	.filter-box .sort-bar .m-sort-select{
		display: block;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td{
		display: block;
		padding: 0;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td.company{
		font-size: 25px;
		line-height: 25px;
		padding: 30px 0 14px;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td.tel&gt;a{
		font-size: 18px;
		padding: 0;
		color: #0094f2;
		pointer-events: initial;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td.address{
		font-size: 18px;
		padding: 14px 0;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td.icon{
		display: inline-block;
		padding-bottom: 30px!important;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td&gt;a{
		min-width: 40px;
		width: auto;
    margin: 0 44px 0 0;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td .web-icon{
		background: url(/media/images/web-icon.svg) no-repeat 0% 50%;
		background-size: 22px;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td .map-mark{
		background: url(/media/images/map-mark.svg) no-repeat -4% 50%;
		background-size: 27px;
	}

	.store-table-list .store-table tbody&gt;tr&gt;td&gt;a .m-label{
		margin-left: 32px;
    margin-top: 4px;
    color: black;
    cursor:pointer;
	}

	.store-table-list .pagination{
		padding: 0;
		height: 10px;
	}

	#main-zone #product-footer-zone{
		padding: 0 22px;
	}
}</pre></body></html>