/*.shinkansenW {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #175fab),
	color-stop(0.40, #4c9bd6)
);
	background-image: url(../img/shinkansen_bg.png);
	padding: 5px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 490px;
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;
	box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	border: 3px solid #d28768;
	
	}*/
.shinkansenW {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #175fab),
	color-stop(0.40, #4c9bd6)
);
	background-image: -o-linear-gradient(bottom, #175fab 0%, #4c9bd6 40%);
	background-image: -moz-linear-gradient(bottom, #175fab 0%, #4c9bd6 40%);
	background-image: -webkit-linear-gradient(bottom, #175fab 0%, #4c9bd6 40%);
	background-image: -ms-linear-gradient(bottom, #175fab 0%, #4c9bd6 40%);
	background-image: linear-gradient(to bottom, #175fab 0%, #4c9bd6 62%);
	padding: 5px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 490px;
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;
	box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(113, 135, 164, 0.65) 0px 0px 6px 3px;
	border: 3px solid #FFFFFF;
	color: #FFF;
	}*/
#shinkansen{
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFF;
}

#shinkansen span{
	color:#FF0000;
}

#shinkansenDate{
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFF;
}

#timer {
	color: #FFF;
}
.shinkansenplan {
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #FFF;
	}
.shinkansenplan a {
	color: #FFF;
	text-decoration: underline;
	}