@charset "utf-8";

/************************************************
 tables
************************************************ */

/* カタログ請求テーブル
----------------------------------------------- */
div#undercolumn_contact table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	line-height: 1.8em;
}
div#undercolumn_contact table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
div#undercolumn_contact table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* 革見本請求テーブル
----------------------------------------------- */

div#undercolumn_sample table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 880px;
    border-collapse: collapse;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
div#undercolumn_sample table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
    width:209px;
}
div#undercolumn_sample table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.catarog_tag{
    display:inline-block;
    width:320px;
}


/* サブウィンドウ
----------------------------------------------- */

div#windowcolumn table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
div#windowcolumn table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
div#windowcolumn 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 {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
div#mycontents_area table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
div#mycontents_area table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


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.clarte {
    border: solid 1px #ccc;
    line-height: 18px;
    font-size: 12px;
}
table.clartetxt {
    border: solid 1px #ccc;
    line-height: 18px;
    font-size: 12px;
}
.font10 {font-size: 10px}


/* ガジェット
----------------------------------------------- */
table.gadget {
    line-height: 18px;
    font-size: 12px;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* お買い物ガイド
----------------------------------------------- */
table.guide  {
    line-height: 1.5em;
    border: 1px solid #666666;
    padding: 15px;
}

table.guide td {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

table.guide02  {
    line-height: 1.5em;
    padding: 15px;
}

/*ちょっと隠す

table.price {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 80%;
  text-align:center;
}
table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  text-align:center;
}
table th {
  background-color: #eee;
  text-align:center;
}

@media screen and (max-width: 400px) {
  table {
    display: block;
    position: relative;
  }
  table thead {
    display: block;
    float: left;
  }
  table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table th,
  table td {
    display: block;
  }
  table tr {
    display: inline-block;
  }
  table tbody tr {
    margin-right: -5px;
  }
}	

----------------------------------------------- */
