.top-pic {
  margin: 1em auto;
  text-align: center;
}
.top-pic img {
  width: 100%;
  height:100%;
}
.top-banner {
  margin-top: 5px;
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
p.oringtoha {
  width: 60em;
  margin: 0 auto 10px;
  line-height: 1.5;
  font-size: 105%;
}
/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
  margin:5px 0;
  text-align:left;
}

img.prd-lst-img {
  max-width: 150px;
  height: 150px;
}
a:hover img.prd-lst-img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
li.prd-lst-unit {
  margin-bottom: 5px;
  height: 182px;
}
span.simple-des{
  font-size: 12px;
}
span.prd-lst-name{
  font-size: 16px;
  margin-top: 10px;
}
.col-lg-custom {
  width: 100%;
}
.rmd-itm td {
  vertical-align: top;
  padding-left: 1em;
  text-align:left;
}
/* ------------------------------------- 
 *	販売ページへのリンクtable
 * ------------------------------------- */
.tbl-salelink {
  width: 800px;
  margin: 2em auto 3em;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}
.tbl-salelink tbody {
  font-weight: bold;
  font-size: 125%;
}
.tbl-salelink tr td {
  text-align: center;
  line-height: 2.5;
  vertical-align: middle;
  border: 3px outset #1B0093;
  background-color: #fff;
  padding: 0;
}
.tbl-salelink tr td a {
  text-decoration: none;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tbl-salelink tr td a:active {
  border-style: inset;
}
.tbl-salelink tr td a:hover {
  background-color: #000660;
  color: #fff;
  text-decoration: none;
}
