@charset "utf-8";

#menu li {
  position: relative;
}
.visible {
  top: 0;
  position: absolute;
  cursor: pointer;
}
.visible {
  right: 0;
  z-index: 50;
}
.wrap_visible {
  position: relative;
}
.head_text1 {
  float: left;
  position: absolute;
  top: 7px;
  left: 0;
  width: 500px;
  height: 45px;
  z-index: 50;
/* 2014/10/24 YT-001  */
  overflow: hidden;
/* 2014/10/24 YT-001  */
}
.head_text2 {
  float: right;
  position: absolute;
  top: 7px;
  right: 0;
  width: 400px;
  height: 45px;
  z-index: 50;
/* 2014/10/24 YT-001  */
  overflow: hidden;
/* 2014/10/24 YT-001  */
}
.link_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 54px;
  z-index:100;
}
.img_add {
  top: 30px;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.new {
  background: url(../images/new.gif) no-repeat 2px 2px;
  text-indent: 35px;
}
#shop a * {
  text-decoration: underline;
}
.right_10 {
  right: 10px;
}
.right_122 {
  right: 122px;
}
.right_234 {
  right: 234px;
}