<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/*----------------------------------------------------
	.con_ski
----------------------------------------------------*/
.con_ski {
  margin: 45px auto 0;
  overflow: hidden;
  width: 960px;
}
.con_ski h3 {
  text-align: center;
  margin: 0;
}
.con_ski .box_ski {
  overflow: hidden;
  clear: both;
  margin: 45px 0;
  padding: 370px 0 30px;
  background: url(../ski/images/bg_ski.jpg) no-repeat 0 0;
  clear: both;
}
.con_ski .box_ski .txt {
  width: 450px;
}
.con_ski .box_ski_oth {
  width: 460px;
}
.con_ski .box_ski_oth span {
  display: block;
  margin: 20px 0 0;
}

/*----------------------------------------------------
	.con_spa_oth
----------------------------------------------------*/
.con_spa_oth {
  margin: 45px auto 0;
  width: 960px;
}
.con_spa_oth h3 {
  margin: 0;
}
.con_spa_oth .img_pho {
  margin: 45px 0 0;
}
</pre></body></html>