@charset "utf-8";
#kpee {
	margin: 30px 0 0;
}
#kpee #map {
	display: block;
	margin-bottom: 10px;	
}
#kpee #map > img {
	width: 100%;
	box-sizing:border-box; 
	border: 1px solid #eee;
}
#map_text { 
	color:#ec2c6b;
	font-size: 20px;
	margin: 40px 0; 
}
#map_text p { 
	margin: 20px 0; 
}
#map_text span { 
	display: inline-block;
	color:#525252; 
	text-decoration:none; 
}
#map_text .arrow_design { 
	padding: 10px; 
	background:#8b022f;
	color:#fff; 
	display:inline-block;
	width: 100px;
	border-radius: 0 50px 50px 0;
}
#map_text .title_text_design {
	padding-left: 10px;
}
.ttd_txt {
	font-size:12px;
}
#other_ways {
	margin-bottom: 250px;
}
#other_ways li {
	position: relative;
	margin-bottom: 30px;
}
#other_ways p {
	position: absolute;
	top: 12px;
	left: 60px;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: -1px;
}
.subline {
	position: absolute;
	top: 14px;
	left: 200px;
}
#other_ways span {
	font-size: 1.2em;
}
.busline1 {
	position: absolute;
	top: 14px;
	left: 200px;
}
.busline2 {
	position: absolute;
	top: 94px;
	left: 200px;
}
.busline {
	padding: 2px 6px;
	background-color: #77ADFF;
	display: inline-block;
	margin-bottom: 10px;
}
.alert_text {
	margin-bottom: 40px;
	color: #FF3B3B;
	font-weight: 700;
	font-size: 1.4em;
	display: block;
}