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

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/* -----------------------------------------------------------
	プラン
--------------------------------------------------------------*/
#contents {
  padding-bottom: 100px;
}
#contents ul li {
  position: relative;
  z-index: 100;
  margin-top: -50px;
}
#contents ul li:first-child {
  margin-top: 0;
}
#contents ul li.odd + li {
  text-align: right;
}
