body {
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/en_infomationbg1.png);
    background-repeat: no-repeat;
}

#id_MemoLeft, #id_MemoRight {
    vertical-align: top;
}
#id_MemoRight {
    padding-left: 20px;
}

#id_main, #ns_Memo {
    padding: 30px;
    box-sizing: border-box;
    max-width: 1086px;
    margin: 0 auto;
}

#id_Menu {
    width: 100%;
    margin-top: 30px;
}
.en_infomation1 {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.en_infomation1 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-top: 0px;
}

.en_infomation1 .meMsg_MsgContentBlk .meMsg_MsgTitle{
    display: block;
    padding: 0px 0 5px;
   font-size:16px;
   color:#FF5C00;
    font-weight: 600;
    margin-top: 10px;
}
.en_infomation2 .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    padding: 0px 0 5px;
   font-size:16px;
   color:#FF5C00;
    font-weight: 600;
    margin-top: 10px;
}

.en_infomation2 .meMsg_MsgBlk .meMsg_Content {
    padding: 0 0 0 18px;
}

.en_infomation1 .meMsg_MsgContentBlk .meMsg_Content {
    padding-left: 20px;
    padding-bottom: 10px;
}

.en_btn1 {
    margin-left: 20px;
}

.en_btn1 .meMsg_MsgListBlk {
    display: flex;
}

.en_btn1 .itemMsgListJs {
width: 100px;
    height: 100px;
    border: 3px solid rgba(255, 91, 0, 0.6);
    margin-right: 15px;
    padding: 20px 10px;
    text-align: center;
    box-sizing: border-box;
    line-height: 130%;
}

.en_btn1 .itemMsgListJs:after {
    content: " ";
    display: block;
    margin: 5px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #FF5C00 transparent transparent transparent;
}


.en_infomation3 .meMsg_MsgTitle {
display: block;
    font-size: 21px;
    color: #474747;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 30px auto;
}


.guide_map{
}

.guide_map img{
width:100%;
}

#id_FooterCol {
    width: 100%;
    background-color: #363c3c;
}

/*=================手機版  開始===================*/

@media (max-width: 700px) {

#id_Menu {
    margin-top: 10px;
}
#id_MemoRight {
    padding-left: 0px;
}

.en_infomation1 {
    padding: 10px 0px 0 0px;
}

.en_infomation1 .en_conservation2 {
    margin-left: 0px;
}

.en_infomation1 .meMsg_MsgContentBlk .meMsg_Content {
    padding-bottom: 20px;
}

.en_infomation1 .meMsg_MsgBlk .meMsg_MsgTitle {
    margin-top: 0px;
    text-align: left;
}

.en_infomation2 .meMsg_MsgBlk .meMsg_MsgTitle {
    margin-top: 40px;
}

.en_btn1 .meMsg_MsgListBlk {
   justify-content: center;
}

.en_infomation3 .meMsg_MsgTitle {
    margin: 30px auto 0;
}


}