@charset "utf-8";
/* CSS Document */

#globalNavi li.list02 {
    background-color: #000;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
#globalNavi li.list02 a {
    background-position: -201px -32px;
    background-image: url(../function/images/global_nav.png);
}
}
