@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------*
 *
 *      $Utility / Object
 *      (ComponentとProjectレイヤーのObjectのモディファイアで解決することが難しい・
 *       適切では無い、わずかなスタイルの調整のためのスタイル)
 *
 *-----------------------------------------------------------------------------------------------*/
/* Compass Import */
/* micro clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* CSS Sprite */
.sprite {
  text-indent: -99999em;
  height: 0;
  overflow: hidden;
  display: block;
}

/*
 * マージン 間隔調整
 */
.mrg-0 {
  margin: 0 !important;
}

.mrg-top10 {
  margin-top: 10px !important;
}

.mrg-bottom10 {
  margin-bottom: 10px !important;
}

.mrg-top20 {
  margin-top: 20px !important;
}

.mrg-bottom20 {
  margin-bottom: 20px !important;
}

.mrg-top30 {
  margin-top: 30px !important;
}

.mrg-bottom30 {
  margin-bottom: 30px !important;
}

.mrg-top40 {
  margin-top: 40px !important;
}

.mrg-bottom40 {
  margin-bottom: 40px !important;
}

.mrg-top50 {
  margin-top: 50px !important;
}

.mrg-bottom50 {
  margin-bottom: 50px !important;
}

/*
 * パディング 間隔調整
 */
.pad-0 {
  padding: 0 !important;
}

.pad-top0 {
  padding-top: 0px !important;
}

.pad-bottom0 {
  padding-bottom: 0px !important;
}

.pad-top10 {
  padding-top: 10px !important;
}

.pad-bottom10 {
  padding-bottom: 10px !important;
}

.pad-top20 {
  padding-top: 20px !important;
}

.pad-bottom20 {
  padding-bottom: 20px !important;
}

.pad-top30 {
  padding-top: 30px !important;
}

.pad-bottom30 {
  padding-bottom: 30px !important;
}

.pad-top40 {
  padding-top: 40px !important;
}

.pad-bottom40 {
  padding-bottom: 40px !important;
}

.pad-top50 {
  padding-top: 50px !important;
}

.pad-bottom50 {
  padding-bottom: 50px !important;
}

/*# sourceMappingURL=utility.css.map */
