@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Ability Consultant
style info : トップページ
=================================================================== */
#cus_contents {
  padding-top: 20px;
}

/* スライドショーに関するcss
-------------------------------------------------------*/
#slide_wrap {
  position: relative;
}

/*この要素の「height」に画像の高さを入れます*/
#slide {
  position: relative;
  width: 100%;
  height: 551px;
  overflow: hidden;
}
#slide img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -475px;
}
#slide img:fiest-child {
  z-index: 10;
}

#thum {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
#thum ul {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
}
#thum ul li:first-child {
  margin: 0;
}

/*デフォルトのサムネイルデザイン、大きさ、隣のサムネイルとの間隔*/
#thum ul li {
  width: 12px;
  height: 12px;
  margin-left: 20px;
  border: 2px solid #fff;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#thum ul li:hover {
  background: #333333;
}
#thum ul li.active {
  background: #333333;
}

.con_slider {
  width: 950px;
  overflow: hidden;
  position: relative;
}
.con_slider .box_btn {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 100;
}
.con_slider .box_btn:hover {
  opacity: 0.7;
}

.slider {
  margin-bottom: 40px;
  height: 440px;
}

/* -----------------------------------------------------------
    .box_club_olympus クラブ オリンパスのご案内ボタン
----------------------------------------------------------- */
.box_club_olympus {
  background: #fff;
  padding: 35px 0;
}
.box_club_olympus .btn_def {
  width: 500px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
    .box_btn ボタン横並び
----------------------------------------------------------- */
.box_btn2 {
  background: #7f7674;
}
.box_btn2 .btn2 {
  width: 810px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
.box_btn2 .btn2 .btn {
  width: 380px;
  height: 60px;
}
.box_btn2 .btn2 .btn_rom {
  float: left;
  margin-right: 50px;
}
.box_btn2 .btn2 .btn_rom a {
  background: #7f7674;
  border: 1px solid #fff;
  width: 380px;
  padding: 18px 10px 18px 0;
}
.box_btn2 .btn2 .btn_rom a:after {
  background: url(../images/common/ic_arrow_wt.png) 0 0 no-repeat;
}
.box_btn2 .btn2 .btn_rom a:hover {
  background: #fff;
  color: #7f7674;
}
.box_btn2 .btn2 .btn_rom a:hover:after {
  background: url(../images/common/ic_arrow_bk.png) 0 0 no-repeat;
}
.box_btn2 .btn2 .btn_rsv {
  float: left;
}
