@charset "UTF-8";

/*
===========================================================================
|          納期
===========================================================================
*/

/*----------------------------------------------------------------------
/ 
/----------------------------------------------------------------------*/
div.subSection{
    border:1px solid #ccc;
    border-bottom:none;
    margin:0;
    position: relative;
}
div.subSection:last-child{
    border-bottom:1px solid #ccc;
}

div.dueTable{
    padding:10px;
}
h2{
    padding:10px 20px 10px 30px ;
    margin:0;
    font-weight:normal;
    font-size:100%;
}
h2:hover{
    background-color:#efefef;
}
h2:before {
    content: "+";
    display: inline-block;
    left: 10px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 12px;
}
h2.active:before {
    content: "-";
}
#dueIndex td.itemName{
    width:20%;
}
#dueIndex td.color{
    width:20%;
}
#dueIndex td.type{
    width:15%;
}
#dueIndex td.itemNumber{
    width:10%;
}
#dueIndex td.due{
    text-align: center;
}
#dueIndex td.in_tax{
    text-align: center;
}
#dueIndex td.price{
    text-align: center;
}
#dueIndex td.due{
    width:5%;
}
/*=====================================================
    device
=======================================================*/

/*
    TAB
    */
@media screen and (max-width: 991px) {

}


/*
    SPHONE
    */
@media screen and (max-width: 479px) {
    #dueIndex table.grid{
        font-size:70%;
    }
    #dueIndex table.grid th,
    #dueIndex table.grid td{
        padding:1px;
        width:auto !important;
    }
    div.dueTable{
        padding:5px;
    }
}


