.isLogin0 .isLogin1 { display:none; }

.divLicense { position:fixed; bottom:0px; height:30px; background:rgba(255,255,255,0.5); width:100%; }

html, body {
    background-image: url(https://comet.noonspace.com/w51/mubot/MsgInfo/mubot_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


#ns_Wrapper {
    width: 100%;
}

#ns_Header, #ns_Footer, #ns_Wrapper {
    background-color: transparent;
}
#id_Content {
display: block;
    padding-right: 8px;
    width: 30%;
    min-width:350px;
    margin: 20vh auto 0;
    padding: 10px;
}
.MainMenu {
    width: 100%;
    margin: autoauto;
    padding: 30px 0;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px;
}
.MainMenu .meMsg_ItemURL {
    padding: 10px 35px;
    font-weight: 700;
    background: linear-gradient(141deg, #64b3f4 0%, #26bec9 50%);
    color: #fff;
    border: 0px solid #2DC2BC;
    border-radius: 35px;
    margin: 10px;
    cursor: pointer;
}

.MainMenu .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    font-size: 45px;
    color: #2f2f2f;
    letter-spacing: 5px;
    font-family: inheritfantasy;
    margin-top: 50px;
}

.MainMenu .meMsg_MsgBlk .meMsg_Content {
    color: #000;
    margin: 35px auto 0;
    font-size: 20px;
}
.MainMenu .meMsg_MsgMain {
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffffbd;
}
.ShowText { margin: 10px; border: 1px solid #cccccc; padding: 15px; border-radius: 10px; }
.ShowText .meMsg_MsgListBlk .meMsg_MsgTitle { text-align:center; }



/*=================手機版  開始===================*/

@media (max-width: 700px) {
#id_Content {
    width: 80%;
}

.MainMenu {
    width: 100%;
    margin: autoauto;
    padding: 30px 0;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px;
}


.MainMenu .meMsg_MsgMain {
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffffbd;
}

.MainMenu .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    font-size: 42px;
    letter-spacing: 3px;
}

.MainMenu .meMsg_MsgBlk .meMsg_Content {
    font-size: 18px;
}

.MainMenu .meMsg_MsgList td {
    display: block;
    margin-bottom: 15px;
}

}


