.header_wrap {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 20px 0;
  padding: 1rem 0;
}

.inner {
  max-width: 1060px;
  margin: 0 auto;
}

header .inner {
  position: relative;
}

header p.header_logo {
  position: absolute;
  top: 15px;
  left: 0;
}

header .header_nav {
  padding: 15px 0 0 330px;
}

.header_nav {
  margin-left: auto;
}

.header_nav .gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header_nav .gnav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav .gnav a {
  display: block;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
  margin-left: 1rem;
  color: black;
  text-decoration: none;
}

header .header_nav li.button img {
  width: inherit;
  vertical-align: middle;
  margin: 0;
}

header .header_nav li img {
  width: 28px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

header .search_area {
  position: absolute;
  top: 25px;
  right: 0;
  width: 168px;
  height: 30px;
  background: #fff !important;
  border: solid 1px #bfbfbf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px;
}

.search_area .cse .gsc-control-cse, .search_area .gsc-control-cse {
  border-color: #eee !important;
  border: none !important;
}

.search_area .gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
}

.gsc-control-cse {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.gsc-control-cse {
  font-family: arial, sans-serif;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gsc-control-wrapper-cse {
  width: 100%;
}

.search_area form.gsc-search-box {
  margin-bottom: 0 !important;
}

form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

.search_area table.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

header .search_area .gsc-search-box .gsc-input {
  background: #fff !important;
  height: 24px !important;
}

header .search_area .gsc-search-box .gsc-search-button {
  background: #fff !important;
  cursor: pointer;
}

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.google.com/cse/static/css/v2/clear.png);
  cursor: pointer;
}

#header {
  margin: 0 auto;
}
#header img {
  width: auto;
}

.bread_area {
  font-size: 12px !important;
  padding-top: 0;
  margin-bottom: 5px;
}/*# sourceMappingURL=header-pc.css.map */