@charset "UTF-8";
#shpMain .mdCampaignNotice{margin-top:24px;color:#d9d9d9;font-size:11px}
#shpMain .mdCampaignNotice .elList:nth-of-type(n+2){margin-top:8px}
#shpMain .mdCampaignNotice .elList li:nth-of-type(n+2){margin-top:8px}
#shpMain .mdCampaignNotice .elList li .elList li:nth-of-type(1){margin-top:8px}
#shpMain .mdCampaignNotice .elNumberList{counter-reset:listnum}
#shpMain .mdCampaignNotice .elNumberList>li{text-indent:-2em;padding-left:2em}
#shpMain .mdCampaignNotice .elNumberList>li::before{content:"※" counter(listnum);counter-increment:listnum}
#shpMain .mdCampaignNotice .elDotList>li{text-indent:-1em;padding-left:1em}
#shpMain .mdCampaignNotice .elDotList>li::before{content:"・"}
#shpMain .mdCampaignNotice .elDotList>li:nth-of-type(n+2){margin-top:8px}
#shpMain .mdCampaignNotice .elLink{color:#d9d9d9;text-decoration:underline}
#shpMain .mdCampaignNotice .elLink:hover{opacity:.7}