﻿@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;

}

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;

}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」
	http://www.alistapart.com/articles/responsive-web-design

	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 860px 以下。 */
 body{
	 background-color:#000;
	 background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/bg.jpg);
	 background-size:cover;
	 -moz-background-size:cover;
	 -webkit-background-size:cover;
	 -o-background-size:cover;
	 background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

 }
#header {
	height:80px;
	width:100%;
	background-color:#000;
	padding:0px;
	text-align:center;
	border-bottom:1px solid;
	-moz-border-image: -moz-linear-gradient(right, #000 0%, #999 50%, #000 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #000 0%, #999 50%, #000 100%);
	border-image: linear-gradient(to right, #000 0%, #999 50%, #000 100%);
	border-image-slice: 1;
}
.title{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	white-space:nowrap;
	line-height:74px;
}

.head_button_highway a {
	font-size:24px;
	line-height:50px;
	color:#fff;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_highway.png), -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-repeat:no-repeat;
	background-position: 0px 50%;
	width:180px;
	padding:0px 5px 0px 50px;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	white-space:nowrap;
	border:1px solid;
	-moz-border-image: -moz-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	border-image: linear-gradient(to right, #777 0%, #fff 50%, #777 100%);
	border-image-slice: 1;
}
.head_button_highway a:active {
	color:#fff;
	text-decoration:none;
	display:table-cell;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_highway.png), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	border:1px solid;
	border-color:#fff;
}
.head_button_speedway a {
	font-size:24px;
	line-height:50px;
	color:#fff;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_speedway.png), -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-repeat:no-repeat;
	background-position: 0px 50%;
	width:180px;
	padding:0px 5px 0px 50px;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	white-space:nowrap;
	border:1px solid;
	-moz-border-image: -moz-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	border-image: linear-gradient(to right, #777 0%, #fff 50%, #777 100%);
	border-image-slice: 1;
}
.head_button_speedway a:active {
	color:#fff;
	text-decoration:none;
	display:table-cell;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_speedway.png), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	border:1px solid;
	border-color:#fff;
}
.sign_highway {
	width:110px;
	height:70px;
	margin:10px 10px 0px 10px;
	line-height:65px;
	position:relative;
	top:-5px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:70px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}


.sign_highway_subtxt {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sign_highway_2 {
	width:110px;
	height:52px;
	margin:5px 10px 0px 10px;
	padding-top:23px;
	line-height:14px;
	position:relative;
	top:-3px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:70px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_highway_2_txt {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	display:inline-block;
	position:relative;
}
.sign_subhighway {
	width:90px;
	margin:20px 20px 20px 20px;
	line-height:40px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-color:#F90;
}
.sign_speedway {
	width:110px;
	height:70px;
	margin:10px 10px 0px 10px;
	line-height:65px;
	position:relative;
	top:-5px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_b.png);
	background-size:70px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_subspeedway {
	width:110px;
	height:55px;
	margin:10px 10px 0px 10px;
	line-height:20px;
	position:relative;
	padding-top:15px;
	top:-5px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_subspeedway_bg_b.png);
	background-size:70px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_subspeedway_txt {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	position:relative;
}
.refresh a {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_refresh_off.png);
	background-size:50px;
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	width:50px;
	height:50px;
	display:table-cell;
}
.refresh a:active {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_refresh_on.png);
}
.directtion_right {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/arrow_right.png);
	background-repeat:no-repeat;
	background-position:center right;
	-moz-background-size:40%;
	-webkit-background-size:40%;
	-o-background-size:40%;
	background-size:40%;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
	color:#fff;
	font-size:24px;
	float:right;
	width:60px;
	height:30px;
	opacity:0.5;
}
.directtion_left {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/arrow_left.png);
	background-repeat:no-repeat;
	background-position:center left;
	-moz-background-size:40%;
	-webkit-background-size:40%;
	-o-background-size:40%;
	background-size:40%;
	margin-right:10px;
	margin-left:10px;
	text-align:right;
	color:#fff;
	font-size:24px;
	float:left;
	width:60px;
	height:30px;
	opacity:0.5;
}
.update_time {
	color:#fff;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:85px;
	opacity:0.5;
	text-align:center;
	padding-top:5px;
}
#traffic_body {
	clear:both;
	/*width:90%;*/
	height:300px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin:0px 5px 0px 5px;
}
.junction_box {
    font-family: "微軟正黑體";
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.junction {
	border-radius:5px;
	border:solid 2px #44a0b4;
	background-color:#006e86;
	height:140px;
	width:42px;
	text-align:center;
	padding:5px 0px 0px 0px;
	position:relative;
	display:inline-block;
	top:10px;
}
.traffic_line {
	width:80px;
	position:relative;
	top:10px;
	display:inline-block;
}
.junction_name {
    font-family: "微軟正黑體";
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#fff;
}
.junction_km {
	position:absolute;
	bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#97eaff;
	width:42px;
}
.junction_system_highway a {
	border-radius:5px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:44px;
	height:46px;
	width:46px;
	line-height:44px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	position:relative;
	display:table-cell;
	top:15px;
}
.junction_system_highway a:active {
	background-color:#fff;
}
.junction_system_highway_2 a {
	border-radius:5px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:44px;
	height:20px;
	width:46px;
	line-height:18px;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	position:relative;
	display:table-cell;
	top:15px;
	padding-top: 10px;
}
.junction_system_highway_2 a:active {
	background-color:#fff;
}
.junction_system_highway_2_text{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 14px;
	top: -6px;
}
.junction_system_speedway a {
	border-radius:5px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:40px;
	height:46px;
	width:46px;
	line-height:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	position:relative;
	display:table-cell;
	top:15px;
}
.junction_system_speedway a:active {
	background-color:#fff;
}
.traffic_condition_left_00 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_00.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_left_01 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_01.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_left_02 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_02.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_left_03 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_03.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_left_04 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_04.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_right_00 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_00.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_right_01 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_01.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_right_02 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_02.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_right_03 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_03.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.traffic_condition_right_04 {
	width:80px;
	height:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_04.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.back a {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/head_back_off.png);
	background-size:37px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-right:10px;
	width:100%;
	height:37px;
	display:table-cell;
}
.back a:active {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/head_back_on.png);
}
.listitem_box {
	float:left;
	margin-top:5px;
	text-align:center;
	width:90px;
	height:100px;
}
.listitem_highway a {
	width:70px;
	height:70px;
	margin:5px 10px 0px 10px;
	line-height:70px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:70px;
	display:inline-block;
	text-decoration:none;
}
.listitem_highway_2 a {
	width:70px;
	height:50px;
	margin:5px 10px 0px 10px;
	padding-top:20px;
	line-height:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:70px;
	display:inline-block;
	text-decoration:none;
}
.listitem_highway_2_txt {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	display:inline-block;
	position:relative;
}
.listitem_highway_subtxt {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.listitem_subhighway a {
	width:70px;
	margin:23px 10px 22px 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-color:#F90;
	display:inline-block;
	text-decoration:none;
}
.listitem_speedway a {
	width:70px;
	height:70px;
	margin:5px 10px 0px 10px;
	line-height:60px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_b.png);
	background-size:70px;
	display:inline-block;
	text-decoration:none;
}
.listitem_subspeedway a {
	width:70px;
	height:55px;
	margin:5px 10px 0px 10px;
	padding-top:15px;
	line-height:20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_subspeedway_bg_b.png);
	background-size:70px;
	display:inline-block;
	text-decoration:none;
}
.listitem_subspeedway_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.listitem_txt {
	width:90px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	margin:auto;
}
/* width */
::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #78c8dc;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #78c8dc;
}

/* 表格版面:860px 到1280px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 860px) {
 body{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,"微軟正黑體";
	 background-color:#000;
	 background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/bg.jpg);
	 background-size:cover;
	 -moz-background-size:cover;
	 -webkit-background-size:cover;
	 -o-background-size:cover;
	 background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }
#header {
	height:100px;
	width:100%;
	background-color:#000;
	padding:0px;
	text-align:center;
	border-bottom:2px solid;
	-moz-border-image: -moz-linear-gradient(right, #000 0%, #999 50%, #000 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #000 0%, #999 50%, #000 100%);
	border-image: linear-gradient(to right, #000 0%, #999 50%, #000 100%);
	border-image-slice: 1;
}
.title{
	font-size:28px;
	color:#fff;
	font-family:"微軟正黑體";
}
.head_button_highway a {
	font-family:"微軟正黑體";
	font-size:24px;
	line-height:60px;
	color:#fff;
	padding-left:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_highway.png), -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-repeat:no-repeat;
	background-position: 0px 50%;
	width:180px;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	white-space:nowrap;
	border:2px solid;
	-moz-border-image: -moz-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	border-image: linear-gradient(to right, #777 0%, #fff 50%, #777 100%);
	border-image-slice: 1;
}
.head_button_highway a:active {
	color:#fff;
	text-decoration:none;
	display:table-cell;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_highway.png), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	border:2px solid;
}
.head_button_speedway a {
	font-family:"微軟正黑體";
	font-size:24px;
	line-height:60px;
	color:#fff;
	padding-left:50px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_speedway.png), -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-repeat:no-repeat;
	background-position: 0px 50%;
	width:180px;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	white-space:nowrap;
	border:2px solid;
	-moz-border-image: -moz-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #777 0%, #fff 50%, #777 100%);
	border-image: linear-gradient(to right, #777 0%, #fff 50%, #777 100%);
	border-image-slice: 1;
}
.head_button_speedway a:active {
	color:#fff;
	text-decoration:none;
	display:table-cell;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/icon_speedway.png), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	border:2px solid;
	border-color:#fff;
}
.sign_highway {
	width:140px;
	height:90px;
	margin:10px 10px 0px 10px;
	line-height:90px;
	position:relative;
	top:-5px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:90px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_highway_subtxt {
	font-size:16px;
}
.sign_highway_2 {
	width:140px;
	height:65px;
	margin:5px 10px 0px 10px;
	padding-top:30px;
	line-height:14px;
	position:relative;
	top:-3px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:90px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_highway_2_txt {
	font-size:16px;
	color:#000;
	display:inline-block;
	position:relative;
}
.sign_subhighway {
	width:120px;
	margin:25px 20px 25px 20px;
	padding:5px 0px 5px 0px;
	line-height:40px;
	color:#000;
	font-family:"微軟正黑體";
	font-size:36px;
	background-color:#F90;
}
.sign_speedway {
	width:140px;
	height:90px;
	margin:10px 10px 0px 10px;
	line-height:80px;
	position:relative;
	top:-5px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_b.png);
	background-size:90px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_subspeedway {
	width:140px;
	height:65px;
	margin:10px 10px 0px 10px;
	line-height:20px;
	position:relative;
	padding-top:25px;
	top:-5px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_subspeedway_bg_b.png);
	background-size:90px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.sign_subspeedway_txt {
	font-size:16px;
	color:#fff;
	display:inline-block;
	position:relative;
}

.refresh img:hover{
    cursor:pointer;
}

.directtion_right {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/arrow_right.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:70px;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
	color:#fff;
	font-family:"微軟正黑體";
	font-size:40px;
	float:right;
	width:110px;
	height:50px;
	opacity:0.5;
}
.directtion_left {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/arrow_left.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:70px;
	margin-right:10px;
	margin-left:10px;
	text-align:right;
	color:#fff;
	font-family:"微軟正黑體";
	font-size:40px;
	float:left;
	width:110px;
	height:50px;
	opacity:0.5;
}
.update_time {
	color:#fff;
	font-family:"微軟正黑體";
	font-size:30px;
	padding-left:25px;
	opacity:0.5;
	text-align:center;
	padding-top:10px;
}
#traffic_body {
	clear:both;
	/*width:90%;*/
	height:380px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	margin:10px;
}
.junction_box {
    font-family: "微軟正黑體";
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:380px;
}
.junction {
	border-radius:10px;
	border:solid 4px #44a0b4;
	background-color:#006e86;
	height:240px;
	text-align:center;
	padding:10px 5px 0px 5px;
	position:relative;
	display:inline-block;
	top:30px;
}
.traffic_line {
	width:120px;
	position:relative;
	top:50px;
	display:inline-block;
}
.junction_name {
	font-family:"微軟正黑體";
	font-size:36px;
	line-height:38px;
	color:#fff;
}
.junction_km {
	position:absolute;
	bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#97eaff;
	width:42px;
	text-align:center;
}
.junction_system_highway a {
	border-radius:10px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:56px;
	height:60px;
	width:60px;
	line-height:58px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#000;
	position:relative;
	display:table-cell;
	top:35px;
}
.junction_system_highway a:active {
	background-color:#fff;
}
.junction_system_highway_2 a {
	border-radius:10px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:56px;
	height:50px;
	width:60px;
	line-height:24px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	position:relative;
	display:table-cell;
	top:35px;
	padding-top: 10px;
}
.junction_system_highway_2 a:active {
	ackground-color:#fff;
}
.junction_system_highway_2_text{
	font-size:12px;
	text-align: center;
	color: #000;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 14px;
	top: -10px;
}
.junction_system_speedway a {
	border-radius:10px;
	background-color:#eee;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_s.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:56px;
	height:60px;
	width:60px;
	line-height:52px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	position:relative;
	display:table-cell;
	top:35px;
}
.junction_system_speedway a:active {
	border-color:#00aeff;
}
.traffic_condition_left_00 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_00.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_left_01 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_01.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_left_02 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_02.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_left_03 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_03.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_left_04 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_04.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_left_00 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_left_00.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_right_00 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_00.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_right_01 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_01.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_right_02 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_02.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_right_03 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_03.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.traffic_condition_right_04 {
	width:120px;
	height:65px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/traffic_right_04.png);
	background-position:left center;
	background-repeat:repeat-x;
	margin:20px 0px 50px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.back a {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/head_back_off.png);
	background-size:84px;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	width:100%;
	height:84px;
	display:table-cell;
}
.back a:active {
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/head_back_on.png);
}
.listitem_box {
	float:left;
	margin-top:5px;
	text-align:center;
	width:140px;
	height:170px;
}
.listitem_highway a {
	width:100px;
	height:100px;
	margin:5px 10px 0px 10px;
	line-height:100px;
	color:#000;
	font-family:"微軟正黑體";
	font-size:32px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:100px;
	display:inline-block;
	text-decoration:none;
}
.listitem_highway_2 a {
	width:100px;
	height:80px;
	margin:5px 10px 0px 10px;
	padding-top:20px;
	line-height:25px;
	color:#000;
	font-family:"微軟正黑體";
	font-size:32px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_highway_bg_b.png);
	background-size:100px;
	display:inline-block;
	text-decoration:none;
}
.listitem_highway_2_txt {
	font-size:20px;
	color:#000;
	display:inline-block;
	position:relative;
}
.listitem_highway_subtxt {
	font-size:24px;
	color:#000;
}
.listitem_subhighway a {
	width:100px;
	height:65px;
	margin:20px 10px 20px 10px;
	color:#000;
	font-family:"微軟正黑體";
	font-size:32px;
	line-height:60px;
	background-color:#F90;
	display:inline-block;
	text-decoration:none;
}
.listitem_speedway a {
	width:100px;
	height:100px;
	margin:5px 10px 0px 10px;
	line-height:90px;
	color:#fff;
	font-family:"微軟正黑體";
	font-size:40px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_speedway_bg_b.png);
	background-size:100px;
	display:inline-block;
	text-decoration:none;
}
.listitem_subspeedway a {
	width:100px;
	height:75px;
	margin:5px 10px 0px 10px;
	padding-top:25px;
	line-height:25px;
	color:#fff;
	font-family:"微軟正黑體";
	font-size:40px;
	background-image:url(https://cdn-akamai-edge.azureedge.net/cdnfiles/Web/CarMax/RoadInfo/img/type_subspeedway_bg_b.png);
	background-size:100px;
	display:inline-block;
	text-decoration:none;
}
.listitem_subspeedway_txt {
	font-family:"微軟正黑體";
	font-size:20px;
}
.listitem_txt {
	width:130px;
	font-size:28px;
	color:#fff;
	display:inline-block;
	margin:auto;
}
/* width */
::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #78c8dc;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #78c8dc;
}
}