/* line 3, ../scss/sp_route.scss */
div#sp_route { background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(white)); width: 100%; padding: 20px 0 24px 0; height: 120px; border-bottom: 1px solid #cccccc; }
/* line 9, ../scss/sp_route.scss */
div#sp_route a { display: block; background: #EEE; margin: 0px 30px; height: 120px; border-radius: 16px; border: 2px solid rgba(0, 0, 0, 0.15); box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); text-align: center; line-height: 120px; font-size: 48px; font-weight: bold; text-decoration: none; color: #581; font-family: sans-serif; }
