@charset "utf-8";

/*-------------------------------------------------------------- Products Header
*/
#Prod_bann {
  font-size: 90.9%;
  line-height: 1.4em;
  margin: 0 6px 12px;
  overflow: hidden;
}
#Prod_bann li {
  zoom: 100%;
  margin: 2px 0;
  list-style: none;
}
#Prod_bann li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#Prod_bann a {
  float: right;
}
#Prod_bann p {
  text-align: right;
  margin: 2px 0;
  float: right;
}

/*-------------------------------------------------------------- Products Main
*/
.products {
  width: 496px;
  margin: 12px 16px;
}
.products p {
  font-size: 90.9%;
  line-height: 1.4em;
  margin: 0 0 8px;
}
.products table {
  border-collapse: collapse;
}
.products td {
  vertical-align:bottom;
}

/*-------------------------------------------------------------- Products Title
*/
.p_title {
  zoom: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}
.p_title:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.p_title p {
  margin: 2px 0;
}
.p_title span {
  display: block;
  font-size: 81.8%;
  line-height: 1.2em;
  margin-top: 2px;
}
.p_image {
  float: left;
}
.p_summary {
  text-align: right;
  width: 384px;
  float: right;
}

/*商品スペック表
--------------------------------------------------------*/

.p_spec table {
  font-size: 72.7%;
  line-height: 1.5em;
}
.p_spec th {
  background: #eee;
  border-top: 1px solid #fff;
  padding: 1px 1px 0 1px;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
}
.p_spec  td {
  color: #777;
  padding: 1px 1px 0 4px;
  border-bottom: 1px solid #ddd;
}

/*-------------------------------------------------------------- Products Thumbnail
*/
.p_thum {
  position: relative;
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  width: 288px;
}
.p_thum table {
  float: right;
}
.p_thum img {
  border: 1px solid #444;
}
.p_thum td {
  text-align: center;
  padding: 4px 0 0 4px;
  white-space: nowrap;
}
.p_thum p {
}
.p_thum span {
  font-size: 72.7%;
}

/*-------------------------------------------------------------- Now Printing
*/
.NPrnt {
  display: block;
  color: #aaa;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: #ccc solid 1px;
  width: 140px;
  padding: 35px 0;
  float: right;
}


