
h3 {
	color:#FFF;
	margin:0;
	padding:20px;
}

#contents {
	background:url(/content/common/images/bg.png) repeat center center;
	padding:30px 30px 15px;
}

#Course1 {
	background-color:#8C8D00;
}

#Course2 {
	background-color:#482872;
}

#Course3 {
	background-color:#1D8C8D;
}

#Course4 {
	background-color:#CD5390;
}

#Course5 {
	background-color:#219200;
}

#Course6 {
	background-color:#EA7900;
}

#header {
	margin-top:20px;
	text-align:center;
}

#header img {
	width:20%;
}

#map{
	height:350px;
	width:100%;
}

#popup_window .popup-title {
	color: #D1023D;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 8px;
}

#popup_window .popup-image-box {
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px;
	margin-bottom: 10px;
	width: 140px;
}

#popup_window .main-button {
	border: none;
	font-size: 1em;
	margin-bottom: 10px;
}

#route {
	margin:15px;
}

#route dd {
	border-left:10px solid #2C7D87;
	color:#2C7D87;
	padding:10px;
}

#route dt a {
	border:2px solid #333;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	color:#000;
	display:block;
	padding:10px;
	text-align:center;
	text-decoration:none;
}

#route dt a.hover {
	background-color:#2C7D87;
	color:#FFF;
}

.description {
	font-size:0.9em;
	padding:20px;
}
