@charset "UTF-8";
/*=======================================車站資訊=========================================*/

/*站點基本資訊*/
.station-info {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.station-info-left {
	padding-left:25px;
	padding-top: 15px;
}
.station-info .st-name {
	font-size: 2em;
	font-weight: 500;
	display: inline-block;
	margin-right: 15px;
	color: #ff8400;
}
.weather-info {
	font-size: 1.35em;
	margin: 10px 0; 
	color: #666;
}
.weather-info li {
	display: inline-block;
	margin-right:15px;
}
.weather-info .icon-humidity:before {
	font-size: 2em;
	margin-right:10px;
	margin-left: 0;
}
.weather-info .temperature:after {
	display: inline-block;
	margin-left: 5px;
	content: "°C";
	font-size: 0.8em;
	color: #a4a4a3;
}
.weather-info .humidity:after {
	display: inline-block;
	margin-left: 5px;
	content: "%";
	font-size: 0.8em;
	color: #a4a4a3;
}
.station-photo {
	overflow: hidden;
	padding-right: 0;
}
.station-photo img{
	height: 100%;
	width: auto;
}
.station-info .info-list li:before {
	content: "|";
	display: inline-block;
	margin-right:10px;
	font-size: 0.875em;
	color: #ccc;
	line-height: 1;
}
.station-info .info-list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.station-info .info-list li.add {
	display: block;
	font-size: 1.125em;
}

/*列車運行*/
.train-timeline {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;	
}
.train-timeline th span {
	 background: #666;
	 color: #fff;
	 padding: 3px;
}
.train-timeline td, .train-timeline th {
	border-bottom: 1px solid #ccc;
}
.train-timeline tr:nth-child(n+1) th {
	border-left: 1px solid #ccc;
}

/*平面圖*/
.subheader+.plan-side {
	margin-top: -15px;
}
.plan-service {
	padding:5px 15px;
	border: 1px solid #ccc;
}
.plan-service-box+.plan-service-box {
	margin-top: 10px;
}

.plan-service-box h4 {
	border: 1px solid #ccc;
	padding:10px 15px;
	box-shadow: 1px 2px 0 #ccc;
	margin: 10px 0;
}
.plan-service dl{
	display: inline-block;
	width:30%;
	margin-bottom: 10px;
	margin-left: 2%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
.plan-service dt{
	text-indent: -10px;
	margin-right: 10px;
	padding-bottom: 3px;
}
.plan-service dt:before {
	content: " ";
	display: inline-block;
	width:4px;
	height:4px;
	background: #ccc;
	position: relative;
	top:-5px;
	margin-right: 5px;
}
.plan-service dd{
	color: #666;
}
/*周邊交通*/
.st-traffic-text {
	margin: 15px 0;
}
.st-traffic-text ul+ul {
	margin-top: 15px;
}
/*運務資訊--y卷軸*/
.inbox-frame {
	max-height: 300px;
	overflow-x: hidden;
}

/*周邊資訊列表*/
.around-box {
	margin:15px 0;
}
.around-box>li{
	margin: 15px 0;
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.around-left {
	float:left;
	margin-right: 15px;
	width: 200px;
	height: 200px;
	overflow:hidden;
}

.around-body {
	float: left;
	width:880px;
}
.around-heading {
	font-size: 1.25em;
}
.around-box .info-list {
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #ccc;
}
