@charset "UTF-8";
/* headerパターン1 ---------------------------------------------//
================================================================*/
#header_bg {
  height: 79px;
  background-image: url(../images/header_bg.gif);
  background-position: 0 100%;
  background-repeat: repeat-x;
  border-top: 16px solid #02854F;
  border-bottom: 3px double #02854F;
}

#header {
  width: 870px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#headerimg {
  width: 870px;
  position: absolute;
  top: -15px;
  left: 0;
  text-align: left;
}

#headerimg h1,
#headerimg p {
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  display: block;
}

#header .headerimg_left {
  width: 218px;
  margin-left: 5px;
  padding: 28px 0 0 0;
  float: left;
}

#header .headerimg_right {
  width: 220px;
  float: right;
  margin: 0px;
  padding: 17px 0 0 0;
}

#global_menu {
  float: right;
}

/* headerパターン1ここまで--------------------------------------//
================================================================*/
.home div.breadcrumb {
  display: none;
}

.home #top_bar {
  display: none;
}

#top_bar {
  background-color: #dddddd;
  height: 40px;
}

div.breadcrumb {
  padding: 10px 10px 10px 25px;
  box-sizing: border-box;
  font-size: 11px;
  float: left;
  height: 40px;
}

div.breadcrumb a:hover {
  background-color: inherit;
}

div.breadcrumb .home:before {
  content: "\e90e";
  font-family: "yanagisawa";
  padding-right: 5px;
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 120px;
  height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #383838;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  right: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 25%;
  display: table-cell;
}

.dropmenu li ul li a {
  padding: 10px;
  background: white;
  text-align: left;
  color: #222;
}

.dropmenu li a:hover {
  opacity: 0.8;
}

#normal li ul {
  display: none;
}

#normal li:hover ul {
  display: block;
}

#left-to-right ul {
  overflow: hidden;
  width: 0;
  transition: .4s;
}

#left-to-right li:hover ul {
  width: 176%;
}

#left-to-right li:hover ul li a {
  white-space: nowrap;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  #allDocument #main {
    padding-top: 60px;
    padding-left: 0;
  }
  #allDocument #main #top_bar {
    display: none;
  }
  #allDocument #main .breadcrumb {
    display: none;
  }
  #allDocument #main .dropmenu {
    display: none;
  }
}
