@charset "UTF-8";

#menubar {
  width: 800px;
  height: 35px;
  top: 85px;
  position: relative;
  background-color: #75e051;
}
/*-- トピックパス部分 --*/
#topicpath { padding: 15px 30px 0px; }

/*-- コンテンツ部分 740px --*/
#contents { padding: 15px 30px;}

/*-- 詳細部分 --*/
#detail {
  width: 80%;
  position: relative;
  margin-left: 80px;
}

/*-- サムネイル部分 --*/
#thumbnail {
  height: 136px;
  width: 544px;
  position: relative;
  margin: 20px 98px 20px 98px;
}

#thumbnail div {
  width: 136px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
 * html #thumbnail div {
   float: left;
   position: relative;
   top: 50%;
 }
 *:first-child+html #thumbnail div {
   float: left;
   position: relative;
   top: 50%;
 }
#thumbnail div img{
width:auto;
height:auto;
max-width:128px;
max-height:128px;
vertical-align:middle;
layout-grid-line:166px;
}

#thumbnail p{ margin:0;}
 * html #thumbnail  p{
   position: relative;
   top: -50%;
 }

 *:first-child+html #thumbnail p{
   position: relative;
   top: -50%;
 }
/*-- 問合せ部分 --*/
#toiawase {
  clear: both;
  position: relative;
  width: 440px;
  margin: 20px 148px;
  height: 170px;
}

#leftside {
  width: 100px;
  margin: 0;
  float: left;
}

#rightside {
  width: 340px;
  margin: 0;
  float: left;
}
/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h1
 {
  font-size: 140%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 50px;
  padding: 3px 70px 2px;
  color: #030;
  border-top: 2px solid #9c0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.topicpath
 {
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  padding: 0px 3px 2px;
  text-align: left;
  font-weight: lighter;
}
h4,
h5,
h6{}

/* 在庫ボタン */

#zaikobutton {
  width: 742px;
  height:30px;
  position: relative;
  margin-bottom: 15px;
  background: #696969;
}
#zaiko {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#zaiko li {
  width : 106px;
  padding : 0;
  margin : 0;
  float : left;
}

#zaiko li a {
  display: block;
  text-decoration: none;
  width: 106px;
  height: 30px;
  color: #ffffff;
  background-image: url(../img/zaiko.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#zaiko li a:visited {
  color: #ffffff;
  text-decoration: none;
}

#zaiko li a:hover {
  background-image: url(../img/zaiko-ho.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0;
  margin: 0;
}


/* 文字 */

#contents p {
  font-size: 120%;
}

.detail-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.detail-td1 {
  width: 25%;
  height: 27px;
  background-color: #c3c3c3;
  border-bottom: solid 1px #000000;
  font-weight: bolder;
  font-size: 110%;
  padding-left: 5px;
}
.detail-td2 {
  width: 75%;
  background-color: #ffffff;
  text-align: left;
  padding-left: 5px;
  border-bottom: solid 1px #000000;
}
#detail p {
  font-size: 100%;
  color: #ff0000;
  line-height: 400%;
}

#toiawase p {
  font-size: 140%;
}

ul.toiawase {
  list-style-type: none;
  font-size: 140%;
  line-height: 175%;
  font-weight: bold;
  margin: 10px 0px;
}
ul.toiawase li {
  text-align: center;
}

#toiawaseform {
  text-align: center;
  width: 160px;
  padding: 0;
  margin: 0;
  margin-left: 96px;
}

#toiawaseform a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: auto;
  line-height: 175%;
  color: #c1470a;
  background-image:url(../img/menu.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#toiawaseform a:visited {
  color: #c1470a;
  text-decoration: none;
}

#toiawaseform a:hover {
  background-image:url(../img/menu-ho.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #cc6600;
  padding: 0;
  margin: 0;
  line-height: 175%;
}