@charset "utf-8";

/*  ACデルコ  */
table#Dclbn{width:100%;max-width:820px;border-collapse: collapse;border: none;margin-top: 1rem;}
table#Dclbn tr,table#Dclbn td,table#Dclbn th{border-collapse: collapse;}
table#Dclbn th{background-color: #333;color: #fff;font-size: 1.0rem;padding: 0.8em 0.5em;border: 2px solid #fff;}
table#Dclbn td{width: calc(100%/3);vertical-align: top;padding: 1em 0.5em;font-size: 0.9rem;line-height: 1.4em;}
table#Dclbn td img{max-width: 100%;height: auto;margin-bottom: 0.5em;}
table#Dclbn td p{padding: 0.5em;line-height: 1.5em;font-weight: 400;}



table#Dclbn td:nth-child(2){background-color: #efefef60;}
table#Dclbn tbody.list2 td:nth-child(2){background-color: #fff;}
table#Dclbn tbody.list2 td:nth-child(2n+1){background-color: #efefef60;}
div#Dclbn_Note{
max-width: 820px;
margin: 2rem auto;
padding: 30px;
box-sizing: border-box;
border: 8px solid #ededed;
}
div#Dclbn_Note ul{ padding-left: 2em;}
div#Dclbn_Note li{list-style: circle !important;line-height: 1.8em;text-align: left;}
div#Dclbn_Note p{font-size: 1.1rem;font-weight: 600;line-height: 3em;}
div#Note_area p{font-size: 1.1rem;font-weight: 600;line-height: 3em;}
table#Dclbn th.cellnon,
table#Dclbn td.cellnon{background-color: #fff;}

a.dc_button {
display: inline-block;
padding: 0.8rem 2rem;
background-color: #efefef;
margin: 1rem;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
border: 1px solid #ddd;
outline: 1px solid #FFFFFF;
outline-offset: -2px;
}
a.dc_button:after {
    width: 18px;
    height: 16px;
    background-image: url(https://gigaplus.makeshop.jp/drivemarket/images/main/another_win.png);
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 4px;
}
a.dc_button:hover:after {
    background-image: url(https://gigaplus.makeshop.jp/drivemarket/images/main/another_win_wh.png);
}

a.dc_button:hover{
     background-color: #333;
    color: #fff;
}