@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

th#ddd span{
    background-color: #DA6F5D;
    color: #fff;
    padding: 0px 4px;
    border-radius: 4px;
    float: right;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}


/*//////////////////////////////////
160212 小島工芸アイテムリスト
/////////////////////////////////*/
.k-itemlist img{ 
height:auto;
}
.k-itemlist th  { width: 13%; }
.k-itemlist td  { text-align: center; }
.k-itemlist td:first-child  { text-align: left; }
@media only screen and (max-width: 735px) { 
    .k-itemlist { 
        display: block; 
        width: 100%; 
        margin: 0 -10px;
    }
    .k-itemlist thead{ 
        display: block; 
        float: left;
        overflow-x:scroll;
    }
    .k-itemlist tbody{ 
        display: block; 
        width: auto; 
        overflow-x: auto; 
        white-space: nowrap;
    }
    .k-itemlist th{ 
        display: block;
        width:auto;
    }
    .k-itemlist tbody tr{ 
        display: inline-block; 
        margin: 0 -3px;
    }
    .k-itemlist td{ 
        display: block;
    }
}
