@charset "Shift_JIS";
/*--------------------------------------------------------
        item.css  114
--------------------------------------------------------*/
/*--------------------------------------------------------
    商品案内 ページタイトル
--------------------------------------------------------*/
#title h3 {
  background-image : url(../parts/content_title_1A.png);  /* ページタイトル背景 */
  width: 650px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: 0;
  height: 35px;
  line-height: 48px;  /* タイトル縦位置 */
  text-align: left;
  overflow: hidden;
}
#title h3 span.ja {
  font-size: 1.5em;
  color: #ffffff;
  padding-right: 10px;
  line-height: 35px;
  padding-left: 150px;
}
#title h3 span.en {
  font-size: 1.1em;
  color: peachpuff;
  padding-left: 30px;
}
/*--------------------------------------------------------
    item info
--------------------------------------------------------*/
.iteminfo {
  margin-top: 15px;
  margin-bottom: 4px;
  text-align: center;
  line-height: 0;
  color: #556600;  /* 濃い緑 文字色 */
}
/*--------------------------------------------------------
    item  h4
--------------------------------------------------------*/
.item {
  width: 172px;
  padding-top: 0px;
  padding-left:0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 25px;
  margin-bottom: 1px;
  background-color: lemonchiffon;
  float: left;
}
.item img {
  border-color: #0066ff;  /* ライトブルー */
  border-width: 1px;
  border-style: solid;
}
.item h4{        /* h4の設定 */
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 120%;
}
.siz {
  margin-top: 0px;
  margin-bottom: 1px;
  text-align: center;
  font-size: 120%;
}
.item a:link {     /* h4の設定 */
  color: #0066ff;  /* ライトブルー */
  text-decoration: none;
}
.item a:visited {
  color: #0066ff;
  text-decoration: none;
}
.item a:hover {
  color: #ff0066;  /* ディープピンク */
  text-decoration: underline;
}
.item a:active {
  color: #ff00ff;  /* マゼンタ */
  text-decoration: underline;
}
/*--------------------------------------------------------
    bread
--------------------------------------------------------*/
#bread p {
  font-size: 120%;
  margin-top: 0;  /* IE反映なし */
  margin-left: 50px;  /* IE反映あり */
  line-height: 0;  /* 文字の上下余白 */
}

#bread p a {
  color: #0066ff;  /* ライトブルー */
  text-decoration: none;
}
#bread p a:hover {
  color: #ff0066;  /* ディープピンク */
  text-decoration: underline;
}
hr#breadhr {
  margin-top: 10px;  /* 文字の上余白 */
  margin-bottom: 30px;  /* 文字の上余白 */
  clear: both;  /* 文字の上余白確保 */
  border-top-style: none;  /* グレー不可視 */
  border-right-style: none;
  border-left-style: none;  /* グレー不可視 */
  border-bottom-style: none;  /* color不可視 */
}
#main {
  margin-bottom: 5px;
}

