@charset "UTF-8";
/* CSS Document */
#hideArea{
	margin-top:15px;
	padding-bottom:20px;
}

#hideArea a{
	color: #3366cc;
	text-decoration:underline;
}

#hideArea a:hover{
	color: #092b6f;
	text-decoration:underline;
}

#hideArea h4{
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	margin:0px;
	padding:0px;
}
#hideArea p{
	margin-bottom:20px;
}

#hideAreaMenu{
	margin-top:15px;
	margin-bottom:15px;
}
#hideAreaMenu a{
	color: #3366cc;
	text-decoration:underline;
}
#hideAreaMenu a:hover{
	color: #092b6f;
	text-decoration:underline;
}
#hideAreaMenu p{
	margin:15px 0px;
}

*+html #hideAreaMenu{
	padding-top:15px;
	padding-bottom:15px;
}

* html #hideAreaMenu{
	padding-top:15px;
	padding-bottom:15px;
}


#walkOpen{
	float:left;
}
#busOpen{
	margin-left:15px;
	float:left;
}
#bus2Open{
	margin-left:15px;
	float:left;
}

#walk{
	width:550px;
	background-color:#FAFAFA;
	border:1px solid #EBEBEB;
}

#walk .content{
	margin:15px;
}
#walk .content p{
	margin-top:5px;
}
#walk .contentBtn{
	width:520px;
	margin:15px;
	text-align:right;
}

#bus{
	width:550px;
	background-color:#FAFAFA;
	border:1px solid #EBEBEB;
}

#bus .content{
	margin:15px;
}

#bus .contentBtn{
	width:520px;
	margin:15px;
	text-align:right;
}

#bus .subbox{
	width:250px;
	float:left;
	margin-right:20px;
}
#bus .subboxR{
	width:250px;
	float:left;
}



#bus2{
	width:550px;
	background-color:#FAFAFA;
	border:1px solid #EBEBEB;
}

#bus2 .content{
	margin:15px;
}

#bus2 .contentBtn{
	width:520px;
	margin:15px;
	text-align:right;
}

#bus2 .subbox{
	width:250px;
	float:left;
	margin-right:20px;
}
#bus2 .subboxR{
	width:250px;
	float:left;
}

.subbox p{
	margin-top:5px;
}
.subboxR p{
	margin-top:5px;
}