@charset "utf-8";
/**
 ヘッダー共通CSS
 */
 
div.header_menu_area {
  width: 100%;
  height: 60px;
  color: #0085CD;
  position: relative;
  border-bottom: 1px solid #cccccc;
  background-color: #cccccc;
}

/* 三和はロゴを廃止 */
/* div.header_menu_logo {
  width: 60px;
  position: absolute;
  left: 0;
  display: inline-block;
} */

div.header_menu_kaisinfo {
  width: 360px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  color: #0085CD;
  font-weight: bold;
}

div.header_menu_arrow {
  width: 260px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 360px;
  font-size: 14px;
}

div.header_menu_arrow a {
  color: #fff;
}

div.header_menu_arrow span.arrow {
  color: #fff;
}

div.header_menu_arrow a:hover,
div.header_menu_arrow span.arrow:hover {
  color: rgb(255, 187, 187);
}

div.header_menu_button {
  width: 650px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 45px;
  text-align: right;
}

div.header_menu_navi {
  width: 40px;
  position: absolute;
  top: 3px;
  right: 0;
}

div.header_menu_navi a {
  text-decoration: none;
}

button.btn_menu {
  background: none;
  box-shadow: 0 0 0 0 !important;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: none;
  margin-bottom: 10px;
}

div.submenu {
  height: 40px;
  color: #000;
  line-height: 40px;
  padding-left: 5px;
}

div.submenu:hover {
  background-color: #ffffff;
}

div.header_menu_aera_sub {
  width: 100%;
  height: 30px;
  background-color: #fff;
  color: #000;
  z-index: -1;
}

div#navi {
  width:200px;
  height:auto;
  background-color: #cccccc;
  /* float:right; */
  /* margin-top: 5px; */
  top: 58px;
  right: 0;
  position: absolute;
  z-index: 99;
}