@charset "UTF-8";

div.address{
	width:85%;
	margin:0 auto;
	border:solid 1px rgba(0,0,0,1.00);
	padding:10px;
}

div.address hr{
	margin:15px auto;
	width:80%;
	border:none;
	border-top:dashed 1px;
	height:1px;
}

div.address p{
	margin-bottom:0;
}

	
.line {
	margin-top:40px;
}

.line li {
	height:14px;
	display:inline-block; 
	line-height:1.1;
	padding-left:6px;
	margin-right:20px;
	font-weight:bold;
}

.line li:nth-of-type(1) {
	border-left:solid 14px #8dc221;
}

.line li:nth-of-type(2) {
	border-left:solid 14px #e95504;
}

.line li:nth-of-type(3) {
	border-left:solid 14px #f9be00;
}

.line li:nth-of-type(4) {
	border-left:solid 14px #006933;
}

.line li:nth-of-type(5) {
	border-left:solid 14px #ef8200;
}

.line li:nth-of-type(6) {
	border-left:solid 14px #b5b5b5;
}

.line li:nth-of-type(7) {
	border-left:solid 14px #006bb4;
}

.line p:nth-of-type(1) {
	margin-top:50px;
}

.line p:nth-of-type(2) {
	font-size:12px;
	color:#8d8d8d;
	margin-top:50px;
}

div.station{
	margin-bottom:80px;
}

div.train{
	margin-bottom:80px;
}

div.car{
	margin-bottom:40px;
}