body {
  margin: 0;
}

body > #wrapper {
width: 100%;
min-width: 740px;
}

#wrap {
  width: 100%;
}

#content {
  width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#i_search_autocomplete a {
  font-size: 100%;
}

.g-widget {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.g-widget p, .g-widget ul, .g-widget li {
  margin: 0;
  padding: 0;
}

.g-widget ul {
  list-style: none;
}

.g-widget img {
  border: 0;
}

.g-widget button, .g-widget input[type="text"] {
  font-size: 14px;
}

.g-widget input[type="text"] {
  padding: 15px;
  border: 1px solid #ccc;
}

.g-widget a {
  font-size: 100% !important;
  color: #000;
  text-decoration: none;
}

.g-widget a:hover {
  text-decoration: underline;
}

.g-header {
  min-height: 80px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  text-align: center\9;
}

@media print {
  .g-header {
    box-shadow: none;
  }
}

.g-header a {
  margin: 23px 0 22px 0;
  display: block;
  line-height: 37px;
}

.g-header a,
.g-header a:visited {
  color: #666;
}

.g-header_inner {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  width: 740px;
}

.g-header_inner:before, .g-header_inner:after {
  content: " ";
  display: table;
}

.g-header_inner:after {
  clear: both;
}

.g-header_hd {
  float: left;
}

.g-header_hd a {
  margin-top: 22px;
}

.g-header_hd img {
  width: 171px;
  height: 36px;
  display: block;
}

.g-header_pages {
  float: right;
  overflow: hidden;
}

.g-header_pages li {
  margin-left: 30px;
  float: left;
}

.g-header_searchBtn {
  margin: 22px 0 22px 25px !important;
  padding: 0 27px 0 10px !important;
  cursor: pointer;
  overflow: hidden;
  width: 24px;
  height: 39px;
  line-height: 38px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common/images/nw_search png") no-repeat 84% 46%;
  width: auto\9;
}

.g-page-search .g-header_searchBtn {
  background-color: #f2f2f2;
}

.g-header_search {
  margin: 0;
  padding: 40px 30px 30px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 57px;
  z-index: 101;
  display: none\9;
}

.g-header_search:not(:target) {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.g-header_search input[type="text"] {
  padding: 0 15px;
  width: 300px;
  height: 40px;
  border-radius: 0;
  line-height: 40px\9;
}

.g-header_search input[type="text"]:not(:target) {
  line-height: normal;
}

.g-header_search input[type="text"]::-ms-clear {
  display: none;
}

.g-header_search button {
  margin-left: 10px;
  padding: 0 30px;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 0;
  height: 40px;
  background-color: #777;
}

.g-header_search button:hover {
  background-color: #666;
}

.g-header_search_close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #777;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common/images/nw_close png") no-repeat 50% 50%;
}

.g-gnav {
  width: 100%;
  height: 48px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
}
.g-gnav_inner {
	margin: 0 auto;
	width: 740px;
	text-align: left;
  text-align: left\9;
  overflow: hidden;
}
.g-gnav_inner table {
  margin: 0;
  padding: 1px 0 0;
  height: 48px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common/images/bg_hnav png") 0 0 repeat-x #f5f7fa;
}
.g-gnav_inner table td {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  display: inline-block;
}
.g-gnav_inner table td.act {
  color: #0097e0;
}
.g-gnav_inner table td.act a {
  color: #0097e0;
}
.g-gnav_inner table td,
.g-gnav_inner table a,
.g-gnav_inner table a:visited {
  font-size: 14px;
  font-weight: bold;
  color: #737373;
  text-decoration: none;
}
.g-gnav_inner table a:hover {
  font-size: 14px;
  font-weight: bold;
  color: #0097e0;
  text-decoration: none;
}
.g-gnav_adj {
  *text-align: center;
}
.g-gnav_adj .g-gnav_inner {
  *margin-left: auto;
  *margin-right: auto;
}

.g-page-search .g-header_search {
  display: block\9;
}

.g-page-search .g-header_search:not(:target) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

.g-footer {
  padding: 21px 0 21px;
  font-size: 11px;
  color: #fff;
  min-width: 740px;
  background: #111;
  text-align: center\9;
}

.g-footer_inner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 740px;
}

.g-footer_pages {
  float: left;
  overflow: hidden;
}

.g-footer_pages li {
  padding-right: 21px;
  float: left;
}

.g-footer_pages a,
.g-footer_pages a:visited {
  color: #b8b8b8;
}

.g-footer_ek {
  margin-left: 21px;
  border-left: 1px solid #a8a8a8;
}

.g-footer_copyright {
  float: right;
}
