/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}

.bus dl{
    margin-bottom:30px;
}
.bus dt{
    background:#113e79;
    color:#fff;
    font-size:17px;
    font-weight:bold;
    padding:2px;
    margin-bottom:10px;
}
.bus p{
    color:#1759b0;
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}
.bus dd{
    font-size:13px;
    line-height:1.5em;
    text-align:justify;
    margin-bottom:10px;
}
.bus strong{
    color:#1759b0;
}