@charset "UTF-8";

/*CommonCSS_link*/

@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------shop*/

/*pagetitle*/

#mainimage {
  height: 260px;

  background: #000 url(../img/title_img/shop_bg.jpg) center top no-repeat;
  background-size: 320px auto;
}

#mainimage h2 img {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

section#shop {
  background: url(../../img/shop_img/bg_shop.jpg);

  padding: 20px 10px;
}

/*table basic*/

table.table_basic {
  width: 100%;
  border-top: 1px solid #CCC;
  border-collapse: collapse;
  margin: 0;
}

table.table_basic th,
table.table_basic td {
  font-size: 14px;
  line-height: 1.4;
}

table.table_basic th {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.8);
  /* CSS3 */
  text-shadow: 1px 1px 0 #FFF;

}

table.table_basic td {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);

  font-size: 14px;
}

table.table_basic th,
table.table_basic td {
  border-bottom: 1px solid #CCC;
  padding: 10px;
  vertical-align: middle;
}

table.table_basic .table_border {
  border-right: 1px solid #CCC;
}

table.table_basic td.price {
  text-align: right;
  font-weight: bold;
  color: #900;
  vertical-align: middle;
}
