table {
    margin-bottom: 60px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	box-sizing: border-box;
	line-height: 180%;
}
table th {
    padding: 15px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #333;
    background-color: #f7f7f7;
    font-weight: normal;
	vertical-align: middle;
}
.th_white th {
    background-color: #ffffff;
}
table td {
    padding: 35px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}
table td.thin {
    padding: 15px;
}

/* 隕句�縺�
----------------------------------------------- */
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;
}