@CHARSET "UTF-8";

.detailsArea .item .value .station .stationName {
	min-width: 120px !important;
}

.detailsArea .item .value .station .time {
	width: 75px !important;
	margin-left: 10px !important;
}

.paypayGuide .linkButton {
	width: 250px !important;
    margin-left: 0px !important;
}

#departureRouteArea .route {
	height: auto !important;
	width: 220px !important;
	margin-left: 5px !important;
}

#arrivalRouteArea .route {
	height: auto !important;
	width: 220px !important;
	margin-left: 5px !important;
}

.pdg-10-paypayGuide {
	padding: 0px 25px !important;
}

@media screen and (min-width: 700px) {

	.newLine {
		display: none !important;
	}

	.detailsArea .item .value .station .stationName {
		min-width: 150px !important;
	}

	.detailsArea .item .value .station .time {
		width: 100px !important;
		margin-right: 60px !important;
		margin-left: 10px !important;
	}

	#departureRouteArea .route {
		height: auto !important;
		width: 250px !important;
		margin-left: 0px !important;
	}

	#arrivalRouteArea .route {
		height: auto !important;
		width: 250px !important;
		margin-left: 0px !important;
	}

	.paypayGuide .linkButton {
		width: 600px !important;
	    margin-left: 0px !important;
	}

	.pdg-10-paypayGuide {
		padding: 0px 50px !important;
	}
}
