@charset "UTF-8";
/***** home.css - 日東電工 *****/
/* Splash Image */
#SPLASH {
  position: absolute;
  top: 0;
}

/* Billboard Area */
#BILLBOARD-AREA {
  position: relative;
  background: url(/common/img/shadow_billboard.gif) no-repeat 50% 100%;
  padding-bottom: 50px;
  margin-top: 15px;
}
#BILLBOARD-AREA.s-revisit #SPLASH {
  visibility: hidden;
}

/* Billboard */
#BILLBOARD {
  position: relative;
}
#BILLBOARD .list {
  position: relative;
  height: 270px;
}
#BILLBOARD .list > li {
  position: absolute;
  left: 0;
  top: 0;
}
#BILLBOARD .list > li.item-2 {
  position: relative;
}
#BILLBOARD .list > li.item-2 > img {
  position: absolute;
  top: 0;
  left:0;
  display: none;
}
#BILLBOARD .list > li.item-2 > img.active {
  display: block;
}
#BILLBOARD .pagination {
  *zoom: 1;
  position: absolute;
  top: 245px;
  right: 20px;
}
#BILLBOARD .pagination:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#BILLBOARD .pagination li {
  float: left;
  margin-left: 7px;
  width: 11px;
  height: 10px;
}
#BILLBOARD .pagination li.current a {
  background-position: -11px 0;
}
#BILLBOARD .pagination a {
  display: block;
  height: 100%;
  text-indent: -20000px;
  overflow: hidden;
  background: url(/common/img/ball.png) no-repeat;
}
#BILLBOARD .pager {
  position: absolute;
  top: 111px;
  width: 52px;
  height: 52px;
}
#BILLBOARD .pager a {
  display: block;
  height: 100%;
  text-indent: -20000px;
  overflow: hidden;
  background: url(/common/img/pagination.png) no-repeat;
}
#BILLBOARD .prev {
  left: -27px;
}
#BILLBOARD .prev a {
  background-position: 0 0;
}
#BILLBOARD .prev a:hover {
  background-position: 0 -52px;
}
#BILLBOARD .next {
  right: -27px;
}
#BILLBOARD .next a {
  background-position: -52px 0;
}
#BILLBOARD .next a:hover {
  background-position: -52px -52px;
}
#BILLBOARD.no-pager .pager, #BILLBOARD.no-pager .pagination {
  visibility: hidden;
}

/* Content Area */
#CONTENT {
  margin: 0 auto;
  padding: 0 35px;
  width: 890px;
  *zoom: 1;
}
#CONTENT:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#CONTENT .message-box {
  color: #000;
  margin-bottom: 40px;
}
#CONTENT .message-box p {
  margin-bottom: 0;
}
#CONTENT .alert-box {
  margin-bottom: 40px;
}
#CONTENT .alert-box p {
  margin-bottom: 0;
}
#CONTENT h2 {
  font-size: 216%;
  font-weight: normal;
  color: #171c8f;
  margin-bottom: 20px;
}
#CONTENT .left {
  float: left;
  width: 574px;
  padding-right: 33px;
  border-right: 1px solid #e2e2e2;
}
#CONTENT .right {
  float: right;
  width: 250px;
  margin-bottom: -40px;
}
#CONTENT .buttons {
  background-color: #cecece;
  *zoom: 1;
  padding: 1px 0 0 1px;
}
#CONTENT .buttons:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#CONTENT .buttons li {
  float: left;
  padding: 0 1px 1px 0;
}
#CONTENT .m-search {
  border-top: none;
}
#CONTENT .text-button {
  font-size: 150%;
  *zoom: 1;
  border: 1px solid #cecece;
  background-color: #171c8f;
  padding-left: 2px;
}
#CONTENT .text-button span, #CONTENT .text-button a {
  display: block;
}
#CONTENT .text-button a {
  color: #171c8f;
  background: url(/common/img/bg_textbutton.gif) no-repeat 0 50%;
}
#CONTENT .text-button a:hover {
  background-position: -960px 50%;
}
#CONTENT .text-button a > span {
  background: url(/common/img/blank.png) no-repeat 100% 50%;
  padding: 0 25px 0 7px;
}
#CONTENT .text-button a > span > span {
  background: url(/common/img/mail.png) no-repeat 0 50%;
  padding: 18px 0 18px 30px;
}
#CONTENT .text-button.faq a > span {
  background-image: url(/common/img/arrow8.png);
}
#CONTENT .text-button.faq a > span span {
  background-image: url(/common/img/faq.png);
}
#CONTENT .tel {
  background: url(/common/img/tel.png) no-repeat 0 50%;
  padding-left: 18px;
  margin-top: 5px;
}
#CONTENT .tel .number {
  font-size: 116%;
}
#CONTENT .tel .time {
  color: #868686;
  font-size: 83%;
}
#CONTENT .banner-area {
  width: 974px;
  padding-top: 50px;
  margin: 0 0 -35px -40px;
}
#CONTENT .banner-area > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(/common/img/shadow_bnr.png) no-repeat;
  padding: 7px 8px 9px 8px;
  margin-left: -4px;
}

#CONTENT .m-disclaimer {
  margin-bottom: -40px;
}

/* Tab Area */
#TAB-AREA {
  margin-top: 40px;
}
#TAB-AREA .tab-head {
  *zoom: 1;
}
#TAB-AREA .tab-head:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#TAB-AREA .tab-head h2 {
  font-size: 166%;
  margin-bottom: 0;
}
#TAB-AREA .tab-head .tab-arrow {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -9px;
  background: url(/common/img/tab_arrow.gif) no-repeat;
  width: 23px;
  height: 13px;
  margin-left: -11px;
}
#TAB-AREA .tab-head li {
  position: relative;
  float: left;
  margin-right: 10px;
}
#TAB-AREA .tab-head li a, #TAB-AREA .tab-head li span {
  display: block;
}
#TAB-AREA .tab-head li span {
  *zoom: 1;
}
#TAB-AREA .tab-head li a {
  cursor: pointer;
  color: #171c8f;
  padding: 0 0 4px 0;
}
#TAB-AREA .tab-head li a > span > span {
  padding: 5px 10px;
}
#TAB-AREA .tab-head li a > span > span > span {
  padding-top: 5px;
  text-align: center;
}
#TAB-AREA .tab-head li.current {
  background: url(/common/img/tab_lb.gif) no-repeat 0 100%;
}
#TAB-AREA .tab-head li.current a {
  background: url(/common/img/tab_rb.gif) no-repeat 100% 100%;
}
#TAB-AREA .tab-head li.current a > span {
  background: url(/common/img/tab_lt.gif) no-repeat 0 0;
}
#TAB-AREA .tab-head li.current a > span > span {
  background: url(/common/img/tab_rt.gif) no-repeat 100% 0;
}
#TAB-AREA .tab-head li.current .tab-arrow {
  display: block;
}
#TAB-AREA .tab-body {
  border-top: 3px solid #cecece;
  padding-top: 15px;
  margin-top: -3px;
}

/* Setting For Global Top */
body.s-global #G-HEADER {
  margin-bottom: 30px;
}
body.s-global .sep {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #c9cbdb;
}
body.s-global #CONTENT {
  color: #171c8f;
  padding: 0;
  width: 960px;
}
body.s-global #CONTENT h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #171c8f;
}
body.s-global #CONTENT a {
  color: #000;
}
body.s-global .regions {
  overflow: hidden;
}
body.s-global .regions-item {
  margin-left: 20px;
  width: 306px;
  float: left;
}
body.s-global .regions-item:first-child {
  margin-left: 0;
}
body.s-global .regions-item h3 {
  padding-bottom: 5px;
  font-size: 28px;
  color: #2f3244;
  border-bottom: 3px solid #171c8f;
}
body.s-global .regions-item > ul {
  min-height: 410px;
  font-weight: bold;
}
body.s-global .regions-item > ul > li {
  position: relative;
  display: table;
  width: 100%;
}
body.s-global .regions-item > ul > li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c9cbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.s-global .regions-item > ul > li span,
body.s-global .regions-item > ul > li ul {
  display: table-cell;
  padding: 10px;
}
body.s-global .regions-item > ul > li span {
  white-space: nowrap;
  padding-right: 0;
  color:#000;
}
body.s-global .regions-item > ul > li ul {
  text-align: right;
}
body.s-global .regions-item > ul > li li {
  display: inline-block;
}
body.s-global .regions-item > ul > li li:before {
  content: "| ";
}
body.s-global .regions-item > ul > li li:first-child:before {
  content: "";
}
body.s-global .regions-item.europe > ul {
  background: url(/common_local/img/rsp/bg_region_pc_europe.png) no-repeat;
}
body.s-global .regions-item.americas > ul {
  background: url(/common_local/img/rsp/bg_region_pc_americas.png) no-repeat;
}
body.s-global .regions-item.asia > ul {
  background: url(/common_local/img/rsp/bg_region_pc_asia.png) no-repeat;
}
