@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 {
    color: #333;
    font-weight: normal;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
}
table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table th,
table td {
	font-size: 15px;
	line-height: 1.5;
	padding: 8px 20px;
}
table th p,
table td p{
	margin-bottom: 0 !important;
}
table td label input[type="radio"]{
	margin-right: 8px;
}
table td input[type="text"],
table td input[type="textarea"]{
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 2px 6px;
    box-sizing: border-box;
}
table td input.top[type="text"]{
    font-size: 15px !important;
}
table td select{
	font-size: 15px;
    line-height: 1.4;
    padding: 2px 4px;
    box-sizing: border-box;
}

/* 見出し
----------------------------------------------- */
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;
}

