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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/*Animate */
#htlSide-A {
  width: 1190px;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center !important;
  float: none;
}

#htlSide-A #htlRmSrch {
  position: absolute;
  top: 730px !important;
  left: 0;
}

#htlSide-A #upfrntPlans {
  position: absolute;
  top: 1510px !important;
  left: 0;
}

#htlSide-A #latest_cstm_review {
  position: absolute;
  top: 1725px !important;
  left: 0;
}

#htlSide-A .module-history-domsearch {
  position: absolute;
  top: 1850px !important;
  left: 0;
  text-align: left;
}

#htlMainContent #cus_page .cus_contents {
  margin: 50px 0 100px;
}

body {
  min-width: 1230px !important;
  overflow: hidden;
  background-size: 100% auto;
}

@media screen and (max-width: 1270px) {
  body {
    background: none !important;
  }
}
/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
  text-align: center;
}

/* -----------------------------------------------------------
	スライドショーに関するcss
----------------------------------------------------------- */
.con_slide {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.con_slide .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.con_slide .slide:first-child {
  z-index: 10;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  width: 1190px !important;
  margin: auto !important;
  min-width: 1190px !important;
}
.con_main .con_slide {
  position: relative;
}
.con_main .con_slide .box_slide_main {
  height: 610px;
}

/* -----------------------------------------------------------
	コンテンツ間のスペース
----------------------------------------------------------- */
.con_reco, .con_pickup, .con_access, .con_rest {
  text-align: center;
  margin-bottom: 30px;
}
