@charset "UTF-8";

dl#navigation dd.info a{
background:url(../../../common/img/navi_05_h.png) no-repeat;
background-size:contain;
background-position:bottom;
}
dl#navigation dd.info a:hover{
background:url(../../../common/img/navi_05_o.png) no-repeat;
background-size:contain;
background-position:bottom;
}

@media screen and (min-width:320px) and (max-width:767px) {
dl#navigation dd.info a{
background:url(../../../common/img/navi_s_05_h.png) no-repeat;
background-size:contain;
background-position:10px 0;
}
dl#navigation dd.info a:hover{
background:url(../../../common/img/navi_s_05_o.png) no-repeat;
background-size:contain;
background-position:10px 0;
}
}