@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */


table {
  margin: 10px auto 20px auto;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 99%;
  border-collapse: collapse;
}

table th {
  padding: 5px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #000;
  background-color: #EEE;
  border-collapse: collapse;
  font-weight: normal;
}

table td {
  padding: 5px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

table table {
  margin: 0;
  border-collapse: collapse;
}

/* 枠無しテーブル
----------------------------------------------- */


table#b_none {
  margin: 15px 0 20px 0;
  border: none;
  width: auto;
  border-collapse: collapse;/*    text-align: left;         */
}

table#b_none th {
  padding: 5px;
  border: none;
  color: #555;
  background-color: #fff;
  font-weight: normal;
}

table#b_none td {
  padding: 5px;
  border: none;
}

/* 枠無しテーブル width:99%
----------------------------------------------- */


table#b_none100 {
  margin: 15px 0 20px 0;
  border: none;
  width: 99%;
  border-collapse: collapse;/*    text-align: left;         */
}

table#b_none100 th {
  padding: 5px;
  border: none;
  color: #555;
  background-color: #fff;
  font-weight: normal;
}

table#b_none100 td {
  padding: 5px;
  border: none;
}

table#b_none1001 {
  margin: 15px 0 20px 0;
  border: none;
  width: 99%;
  border-collapse: collapse;/*    text-align: left;         */
}

table#b_none1001 th {
  padding: 5px;
  border: none;
  color: #555;
  background-color: #fff;
  font-weight: normal;
}

table#b_none1001 td {
  padding: 5px;
  border: none;
  text-align: center;
}

/* 枠がグレーのテーブル
----------------------------------------------- */


table#line_gray {
  margin: 15px auto 20px auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 99%;
  border-collapse: collapse;/*    text-align: left;         */
}

table#line_gray th {
  padding: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #555;
  background-color: #ccc;
  border-collapse: collapse;
  font-weight: normal;
}

table#line_gray td {
  padding: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
}

/* 見出し
----------------------------------------------- */


div#undercolumn_shopping table th[scope=col] { text-align: center; }

div#undercolumn_shopping table.delivname th { width: 155px; }

/* MYページ */


div#mycontents_area table { width: 99%; }

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 #C09A71;
  border-right: 1px solid #C09A71;
  border-left: 1px solid #C09A71;
  color: #000;
  background-color: #DECBB6;
  text-align: left;
  font-weight: bold;
}

/* その他
----------------------------------------------- */


table select {
  margin-bottom: 7px;
  border: solid 1px #ccc;
}

/* スタッフ一覧
----------------------------------------------- */
#table_staff {
  width: 90%;
  border: none;
  margin: 20px auto;
}

#table_staff th, #table_staff td {
  font-size: 12px;
  border: none;
}

#table_staff th {
  border-bottom: solid 1px #461902;
  background: #fff;
  width:28%;
}

#table_staff td { padding:2px 0;}

#table_staff td.bg01 { padding-right: 0px; }
