@charset "UTF-8";
/* ---------------------------------------------------------------
	bus_nagoya.css
--------------------------------------------------------------- */
#busngo #container { margin: 0 auto; padding-top: 50px; width: 580px;}
#busngo #section p {
	margin: 0 auto 35px; padding: 10px 0; font-size: 18px; font-weight: 400;
	text-align: center; background: #f0e3d1;
}
#busngo #section p span{ display: inline-block; margin: 0 10px 5px;}
#busngo #section dl {
	clear: both; margin: 0 auto 20px; padding: 10px;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#busngo #section dt {
	margin: 0 auto 10px; width: 280px; text-align: center;
}
#busngo #section dt img {
	display: block;
	margin: 0 auto 10px;
}
#busngo #section dt img:nth-of-type(2),
#busngo #section dt img:nth-of-type(3){ display: inline-block;}
#busngo #section dd { margin: 0 auto; padding: 15px 0 5px; width: 500px; border-top: 1px solid #f0e3d1;}
#busngo #section dl:first-of-type dd{ text-align: center;}

#busngo #section>img{ display: block; margin: 15px auto 25px; text-align: center;}
#busngo #close { margin: 30px 0; text-align: center;}


/* ---------------------------------------------------
	clear
------------------------------------------------------ */
#busngo #section:after{ clear: both; content: "."; display: block; height: 0; font-size: 0; visibility: hidden; }

