/* RESET */
body {
  text-align: left;
}

/* CONTENTS */

/*gnavi*/
#glovalNavigation ul.right li a {
  text-align: center;
}
#glovalNavigation ul.right li a span {
  padding: 2px 0 0 0;
  width: 129px;
}
#glovalNavigation ul.right li.l_edge a span {
  background: none;
}

/* CONTENTS */
#pageBody {
  color: #666;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', arial, verdana,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 50px;
}
#pageBody h3 a {
  color: #333333;
  font-size: 16px;
}
#pageBody #head {
  position: relative;
  background-color: #000000;
  height: 32px;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pageBody #head #pankuzu {
  color: #999999;
  margin-left: 15px;
  margin-bottom: 0;
}
#pageBody #head #pankuzu a {
  color: #6699ff;
}
#pageBody #head #pankuzu a:hover {
  color: #6699ff;
}
#head .category {
  color: #cccccc;
  margin-right: 15px;
}
#pageBody #mainObj {
  overflow: hidden;
}
#pageBody #leftObj {
  width: 630px;
  position: relative;
  float: left;
}
#pageBody #leftObj p.lead {
  display: block;
  letter-spacing: 1.8px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 10px;
}
#pageBody #rightObj {
  float: right;
  width: 300px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.8;
}

#pageBody #rightObj p.lead {
  letter-spacing: 1.8px;
  margin-top: 0px;
  font-size: 10px;
  position: relative;
  top: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #pageBody #rightObj {
    width: 310px;
    letter-spacing: -1px;
  }
}
#pageBody #rightObj p.catch {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

#pageBody #nextObj {
  height: 120px;
  position: relative;
  clear: both;
}
#pageBody #nextObj .next_link.not a:hover {
  text-decoration: none;
}
#pageBody #nextObj .next_link.not a:hover {
  text-decoration: none;
}
#pageBody #nextObj .title {
  margin: 10px 0;
}
#pageBody #nextObj .title a {
  font-size: 18px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common960/images/arrow gif") no-repeat left center;
  padding-left: 12px;
  color: #656565;
  font-weight: bold;
}
#pageBody #nextObj .catch {
  font-size: 10px;
}
#pageBody #nextObj .link_block {
  font-size: 10px;
  line-height: 2em;
}
#pageBody #nextObj .link_block .indent a {
  margin-left: 12px;
  padding-left: 12px;
  background: url("/-/media/Project/Daikin/daikin_co_jp/common960/images/arrow_gry gif") no-repeat left center;
  color: #999999;
}

#pageBody #nextObj .title a:hover {
  text-decoration: underline;
}
#pageBody #nextObj .title {
  font-size: 18px;
  color: #656565;
  font-weight: bold;
}
#pageBody #nextObj .title span.nextpub {
  font-size: 10px;
  color: #999;
  padding-left: 5px;
  font-weight: normal;
}
#pageBody #nextObj .next_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#pageBody #nextObj .next {
  margin-right: 15px;
}
#pageBody #nextObj .title a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#pageBody #nextObj .next_link .link_txt {
  position: relative;
  padding-left: 20px;
}
