@charset "UTF-8";
/* clearfix */
.clearfix, #header, #header .navi ul li:hover ul, #footer, #footer .inn {
  *zoom: 1;
}
.clearfix:before, #header:before, #header .navi ul li:hover ul:before, #footer:before, #footer .inn:before, .clearfix:after, #header:after, #header .navi ul li:hover ul:after, #footer:after, #footer .inn:after {
  content: "";
  display: table;
}
.clearfix:after, #header:after, #header .navi ul li:hover ul:after, #footer:after, #footer .inn:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  color: #878787;
  font-size: 14px;
  font-size: 0.875rem;
}

a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  line-height: 1;
}
#header img {
  vertical-align: bottom;
  height: 100%;

}
#header .inn {
  width: 980px;
  height: 180px;
  position: relative;
  margin: 0 auto;
}
#header .inn obi {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 25px;
}
#header .inn logo {
  position: absolute;
  left: 0;
  top: 51px;
}
#header .inn txt {
  position: absolute;
  right: 0;
  top: 25px;
  width: 700px;
  display: block;
  color: #999;
  text-align: center;
  font-size: 13px;
  border-bottom: #CCC 2px solid;
  padding-bottom: 5px;
  text-align: right;
  line-height: 1.6;
}
#header .inn tel {
  position: absolute;
  right: 250px;
  top: 95px;
}
#header .inn mail {
  position: absolute;
  right: 0;
  top: 95px;
}
#header .navi {
  height: 75px;
  background: url(../images/navi_bg.gif) #FFF;
}
#header .navi ul {
  width: 980px;
  padding-top: 1.5px;
  margin: 0 auto;
}
#header .navi ul li {
  float: left;
  position: relative;
  line-height: 1;
}
#header .navi ul li a {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #FFF;
  text-decoration: none;
}
#header .navi ul li ul {
  margin-top: -1px;
  margin-left: -100px;
  list-style: none;
  position: absolute;
  left:50%;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  /* ちらつきを防ぐ */
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  /* IE7,8 */
  display: none\9;
  transition: opacity 0.2s ease 0.3s, transform 0s ease 0.5s;
  -webkit-transition: opacity 0.2s ease 0.3s, -webkit-transform 0s ease 0.5s;
  -moz-transition: opacity 0.2s ease 0.3s, -moz-transform 0s ease 0.5s;
  -ms-transition: opacity 0.2s ease 0.3s, -ms-transform 0s ease 0.5s;
  -o-transition: opacity 0.2s ease 0.3s, -o-transform 0s ease 0.5s;
}
#header .navi ul li.naviEnd ul {
  margin-left: -90px;
}
#header .navi ul li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #FFF;
  z-index: 2;
}
#header .navi ul li ul li a {
  padding: 9px 9px;
  background: #47b1db;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#header .navi ul li:hover ul {
  width: 200px;
  z-index: 3;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  /* IE7,8 */
  display: block\9;
  transition: opacity 0.4s ease 0s, transform 0s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, -moz-transform 0s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, -ms-transform 0s ease 0s;
  -o-transition: opacity 0.4s ease 0s, -o-transform 0s ease 0s;
}
#header .navi ul li:hover ul li {
  overflow: visible;
  width: 200px;
  height: 30px;
}
#header .navi ul li:hover ul li:first-child {
  border-top: 0;
}
#header .navi ul li:hover ul li:last-child {
  border-bottom: 0;
}
#header .navi ul li:hover ul li:last-child a {
  padding: 5px 10px;
  border-radius: 0 0 3px 3px;
}
#header .navi ul li ul li a:hover{
  background: #8dc5db;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
.f_coating ul {
  width: 980px;
  text-align: center;
  margin: 0 auto;
}
.f_coating ul li {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 20px 40px 0;
}
.f_coating ul li img {
  width: 100%;
}
.f_coating ul li p {
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}
.f_coating ul li figcaption {
  border-radius: 10px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  margin-top: 60px;
  background: #f0f0f0;
  color: #797979;
}
#footer .inn {
  width: 980px;
  height: 320px;
  position: relative;
  margin: 0 auto;
}
#footer .inn .f_navi {
  width: 180px;
  float: left;
  padding-top: 34px;
}
#footer .inn .f_navi li {
  font-weight: bold;
  padding-bottom: 10px;
}
#footer .inn .f_navi li a {
  color: #797979;
  text-decoration: none;
}
#footer .inn .f_navi .sub {
  font-size: 12px;
  background: url(../images/pt.gif) no-repeat left center;
  font-weight: normal;
  padding: 0 0 0 15px;
}
#footer .inn logo {
  display: block;
  position: absolute;
  right: 0;
  top: 37px;
}
#footer .inn address {
  display: block;
  font-size: 12px;
  padding-right: 47px;
  position: absolute;
  right: 0;
  top: 138px;
}
#footer .inn tel {
  display: block;
  position: absolute;
  right: 0;
  top: 180px;
}
#footer .inn mail {
  display: block;
  position: absolute;
  right: 0;
  top: 230px;
}
#footer copy {
  display: block;
  background: #4cabd7;
  color: #FFF;
  padding: 20px;
  text-align: center;
}

/* =======================================
    WideSlider
======================================= */
.wideslider {
  width: 100%;
  height: 479px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: url(../images/ws_bg.gif);
}

.wideslider .aaa {
  width: 980px;
  position: relative;
  margin: 0 auto;
}
.wideslider .aaa .slide_txt {
  position: absolute;
  top: 30px;
  left: 10px;
}
.wideslider .aaa .slide_bt {
  position: absolute;
  top: 365px;
  right: 10px;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 20px;
  left: 20px;
  position: absolute;
  overflow: hidden;
  /*margin-left: 20px;*/
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  margin-top: 30px;
}

.slider_prev {
  background: url(../images/control_prev.png) no-repeat right center;
  /*margin-left: 10px;*/
}

.slider_next {
  background: url(../images/control_next.png) no-repeat left center;
  /*margin-right: 10px;*/
}

.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.pagination a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background: #333;
  border-radius: 10px;
}

.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
