@charset "UTF-8";
#header {
  width: 100%;
  /*IE5.5用*/
  width: 100%;
  /*モダン用*/
  font-size: 15px;
  background-color: #fff;
  background-image: url(/images/header-img.jpg);
  background-repeat: no-repeat;
  background-position: 90% 16px;
  /* 背景のマージン IE5.5用 */
  background-position: 90% 17px;
  /* 背景のマージン モダン用 */
  margin-left: auto;
  margin-right: auto;
}

.headerlogo {
  width: 960px;
  margin: 0 auto;
  height: 80px;
  /* mainmenuバーの高さ IE5.5用 */
  height: 57px;
  /* mainmenuバーの高さ モダン用 */
  _height: 74px;
  /* mainmenuバーの高さ IE6用 */
  padding-bottom: 20px;
  _padding-bottom: 3px;
  background-image: url(/images/common/free-d.png);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: 96% 5px;
  /* 背景のマージン IE5.5用 */
  background-position: 96% 6px;
  /* 背景のマージン モダン用 */
}
.headerlogo > p {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
  position: relative;
  top: -35px;
  left: 25px;
}

.headerlogo a {
  text-decoration: none;
}

.headerlogo img {
  margin-left: 25px;
  margin-top: 5px;
  width: 200px;
}

.nishikawa-logo {
  margin-right: 20px;
  padding-bottom: 2px;
}

#headcopy {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  position: relative;
  top: -33px;
  left: 275px;
  line-height: 1.2;
  width: 400px;
}

span.tgb {
  font-size: 18px;
  color: #08730d;
  font-weight: bold;
}

.headerlink {
  width: 920px;
  margin: 10px auto 0px;
  text-align: right;
  padding-right: 0px;
  color: #555555;
}

.headerlink a {
  font-size: 12px;
  text-decoration: none;
  color: #555555;
  border-left: solid 1px #dcdcdc;
  padding: 3px 10px 0;
}

.headerlink a img {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}

#menuback {
  padding: 0px 0px;
  height: 95px;
  background-color: #F2F2F2;
  width: 100%;
}

.mainmenu {
  width: 960px;
  margin: 0 auto;
  font-size: 14px;
  color: #6F9335;
  padding-top: 0px;
  padding-left: 0px;
  box-sizing: border-box;
  transition: all 0.8s ease 0s;
}
.mainmenu > ul {
  margin: 0;
}

.mainmenu li {
  letter-spacing: 0.05em;
  padding: 5px 3px 0px 3px;
  margin: 0px 5px 0px 0px;
  width: 100px;
  height: 30px;
  float: left;
  text-align: center;
  position: relative;
  list-style: none;
}

.mainmenu li a {
  color: #6F9335;
  text-decoration: none;
  color: #6F9335;
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.9;
}

.mainmenu li a:hover {
  color: #6F9335;
  border-bottom: dotted 2px #6F9335;
  text-decoration: none;
}

.mainmenu img {
  border: none;
}

.mainmenu li ul {
  list-style: none;
  top: 125%;
  left: 0;
  margin: 32px 0 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

.mainmenu li ul li {
  overflow: hidden;
  width: 200px;
  height: 0;
  background: #f5f5f5;
  margin: 7px 0px;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  z-index: 9999;
  padding: 0;
}

.mainmenu li ul li a {
  padding: 10px 15px 10px 10px;
  background: #f5f5f5;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  text-decoration: none;
  color: #6F9335;
}

.mainmenu li:hover ul li {
  overflow: visible;
  height: 100%;
  width: 130px;
}

.mainmenu li ul li a:hover {
  background: #cccccc;
  border-bottom: none;
  color: #6F9335;
}

.mainmenu > li:hover > a {
  background: #bbbbbb;
}

.mainmenu > li:hover li:hover > a {
  background: #bbbbbb;
}

.mainmenu li:hover > ul > li {
  overflow: visible;
  height: 30px;
}

.mainmenu-under-goods {
  width: 1060px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
  color: #383838;
  padding: 20px 5px 20px 5px;
  clear: both;
}

.mainmenu-under-goods a {
  color: #383838;
}

.mainmenu-under-goods a:hover {
  color: #99cc00;
  text-decoration: none;
}

.mainmenu-under-goods span {
  margin-left: 0px;
  margin-right: 10px;
}

.topcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.topbar {
  background: #08730d;
  color: #fff;
  margin: 0px 0px !important;
  padding: 12px 0px 9px;
  text-align: center;
}

.topbar a {
  color: #fff;
}

.topbar_sp {
  display: none;
}/*# sourceMappingURL=header.css.map */