@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;
}

/* 見出し
----------------------------------------------- */
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;
}
table.lunchbox th{
    padding: 4px;
    text-align: center;
}
table.lunchbox td{
    padding: 4px;
}
@media only screen and (max-width: 767px) {
	table.lunchbox{
	    display: none;
	}
}

/* MYページ採寸会
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	table.saisun_table th {
	    padding: 4px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    color: #333;
	    background-color: #f0f0f0;
	    font-size: 90%;
	    font-weight: normal;
	}
	table.saisun_table td {
	    padding: 4px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    font-size: 90%;
	}
}


/* ランチボックス返金
----------------------------------------------- */
.repayment td{
	width: calc(100% - 100px) / 5;
}
.repayment th:first-child {
	width: 100px;
	background: #fff;
	background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
	.repayment{
		width: 660px !important;
		margin: 2px 0 15px 0;
		padding: 0 0;
	}
	.repayment td{
		width: calc(100% - 100px) / 5;
	}
	.repayment th:first-child {
		/* 横スクロール時に固定する */
		width: 60px;
		position: -webkit-sticky;
		position: sticky;
		left: -1px;
		background: #f4f4f4;
		border: 1px solid #cccccc;
		background-clip: padding-box;
	}
}

/* 金額表
----------------------------------------------- */
table.price_table {
    margin: 5px auto 0 auto;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 4px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #111;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 4px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}