#header {
	z-index: 9999;
	position: relative;
}
.cubeinfo {
	-moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.cubeinfo h1 {
	background: url(../images/location/title.png) no-repeat center;
	height: 142px;
}
.cubeinfo h3 {
	font-size: 18px;
	color: #7cd6ce;
	font-weight: 500;
	padding: 0px 25px 0 30px;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	margin: 10px 0 0 30px;
}
.cubeinfo div > div {
}
.cubeinfo p, .cubeinfo div > div {
	font-size:13px;
	color: #eee;
	line-height: 1.8;
	margin: 5px 25px;
	/*background: url(../images/location/iten.png) 0px 14px no-repeat;*/
}
.info {
	margin-top: 10px;
}
ul#iten li {
	float: left;
}
/*當沒有CLASS命名時，指定同階層的標籤CSS狀態，但IE8不接受，因此需要用CSS將IE8關閉*/
.cubeinfo h3:first-child {
	background: url(../images/location/car.png) no-repeat left center;
}
.cubeinfo h3:nth-of-type(2) {
	background: url(../images/location/train.png) no-repeat left center;
}
.cubeinfo h3:nth-of-type(3) {
	background: url(../images/location/hsr.png) no-repeat left center;
}
.cubeinfo h3:nth-of-type(4) {
	background: url(../images/location/bus.png) no-repeat left center;
}
.cubeinfo h3:nth-of-type(5) {
	background: url(../images/location/airplane.png) no-repeat left center;
}
.ie8 .cubeinfo h3 {
	padding: 0px 25px;
	margin: 0;
}
.ie8 .cubeinfo h3:first-child {
	background: none;
}
.ie8 .cubeinfo h3:nth-of-type(2) {
	background: none;
}
.ie8 .cubeinfo h3:nth-of-type(3) {
	background: none;
}
.ie8 .cubeinfo h3:nth-of-type(4) {
	background: none;
}
.ie8 .cubeinfo h3:nth-of-type(5) {
	background: none;
}

/*END*/
