@charset "UTF-8";
/***** style.css - 日東電工 *****/
/***** Reset Default Styles *****/
body, input[type="text"], textarea, input[type="submit"], input[type="reset"], select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Setting For Home */
body.s-home #CONTENT h2 {
  font-size: 166%;
}
body.s-home #CONTENT .text-button {
  font-size: 116%;
}
body.s-home #TAB-AREA .tab-head h2 {
  font-size: 150%;
}


/*toppage*/
body.s-home .link-boxwrap .clm {
  margin-bottom: 0;
}

body.s-home .link-boxwrap .link-box {
  margin-top: 44px;
}
body.s-home .link-boxwrap .link-box:first-child {
  top: -12px;
}

