@charset "utf-8";

#vi {
  margin: 8px 0 50px;
  max-height: 530px;
  overflow: hidden;
}
.bxslider {
  visibility: hidden;
  opacity: 0.3;
}

.txtbox p {
	line-height: 1.8;
}

#cat {
  position: relative;
}
#cat:before {
  content: url(../img/top/img_happysmile.png);
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 998;
  width: 100%;
  text-align: center;
}
#cat .cat {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
}
#cat ul.list {

}
#cat ul.list li {
  margin: 0 13px 50px 0;
  position: relative;
}
#cat ul.list li:last-child {
  margin-right: 0;
}
#cat ul.list li h2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 997;
  width: 100%;
  text-align: center;
}
#cat a:hover h2 img {
  opacity: 1;
}

#features {
  margin: 35px auto 30px;
  width: 900px;
}
#features .txtbox {
  padding: 35px 0;
  max-width: 515px;
}
#features .txtbox h2 {
  margin-bottom: 10px;
}
#features p {
  margin-bottom: 0;
}
#features figure {
  position: relative;
  right: -12px;
}

#fluorine {
  margin: 35px auto 30px;
  width: 900px;
}
#fluorine .txtbox {
  padding: 35px 0;
  max-width: 515px;
}
#fluorine .txtbox h2 {
  margin-bottom: 10px;
}
#fluorine p {
  margin-bottom: 0;
}
#fluorine figure {
  position: relative;
  left: -12px;
}

#news {
  margin-bottom: 100px;
  position: relative;
}
#news h2 {
  margin-bottom: 20px;
  text-align: center;
}
#news .itiran {
  position: absolute;
  top: 15px;
  right: 5px;
}
ul.news_list li {
  width: 18%;
  margin-right: 2.5%;
}
ul.news_list li:last-child {
  margin-right: 0;
}
ul.news_list figure img {
  border-radius: 7px;
}
