﻿@charset "utf-8";

body #all {
  font-size: 100% !important;
}

/*____________________________________________________________________HEADER__*/

#header{
  background: url(/images/bg_header_01.gif) no-repeat center top;
}

.navi-no{
  border-bottom: 3px solid #122889;
  height: 79px;
}

#corp-logo {
  /*width: 287px;*/width: 450px;
}

#corp-logo > a {
  display: block;
  float: left;
}

#corp-logo-m { display:none; }

.office_name {
  display: block;
  float: left;
  margin: 17px 0 0 20px;
  min-height: 45px;
  text-align: left;
  vertical-align: middle;
}
.office_name a{
  font-size: 14pt;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.office_name a:visited,
.office_name a:hover{
  color: #000;
}

#header-info .contact {
  margin: 0 0 8px 0;
}

#header-info {
  float: right;
  width: 256px;
  padding: 10px 0 0;
}

#header-info .lang {
  margin:0 0 0 8px;;
  width: 122px;
}


/*_____________________________________________________________レスポンシブ__*/

@media screen and (max-width: 950px) {
  #header,
  #footer {
    background-position: -2028px 0;
  }

}
