@charset "UTF-8";
/*******************************************
important
********************************************/
/*ボックスレイアウト*/
.boxCenter {
  margin-left: auto;
  margin-right: auto;
}

.inlineBlock {
  @iclude inline-block;
}

/*フロート*/
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/*テキストぞろえ*/
.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

/*********************
マージン上、下　5px刻みののクラスを生成 
*********************/
.marginT0 {
  margin-top: 0px !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT15 {
  margin-top: 15px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT25 {
  margin-top: 25px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT35 {
  margin-top: 35px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT45 {
  margin-top: 45px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginT55 {
  margin-top: 55px !important;
}

.marginT60 {
  margin-top: 60px !important;
}

.marginT65 {
  margin-top: 65px !important;
}

.marginT70 {
  margin-top: 70px !important;
}

.marginT75 {
  margin-top: 75px !important;
}

.marginT80 {
  margin-top: 80px !important;
}

.marginT85 {
  margin-top: 85px !important;
}

.marginT90 {
  margin-top: 90px !important;
}

.marginT95 {
  margin-top: 95px !important;
}

.marginT100 {
  margin-top: 100px !important;
}

.marginB0 {
  margin-bottom: 0px !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB25 {
  margin-bottom: 25px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB35 {
  margin-bottom: 35px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB45 {
  margin-bottom: 45px !important;
}

.marginB50 {
  margin-bottom: 50px !important;
}

.marginB55 {
  margin-bottom: 55px !important;
}

.marginB60 {
  margin-bottom: 60px !important;
}

.marginB65 {
  margin-bottom: 65px !important;
}

.marginB70 {
  margin-bottom: 70px !important;
}

.marginB75 {
  margin-bottom: 75px !important;
}

.marginB80 {
  margin-bottom: 80px !important;
}

.marginB85 {
  margin-bottom: 85px !important;
}

.marginB90 {
  margin-bottom: 90px !important;
}

.marginB95 {
  margin-bottom: 95px !important;
}

.marginB100 {
  margin-bottom: 100px !important;
}

/*********************
マージン左右　5px刻みののクラスを生成 
*********************/
.marginL0 {
  margin-left: 0px !important;
}

.marginL5 {
  margin-left: 5px !important;
}

.marginL10 {
  margin-left: 10px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL25 {
  margin-left: 25px !important;
}

.marginL30 {
  margin-left: 30px !important;
}

.marginL35 {
  margin-left: 35px !important;
}

.marginL40 {
  margin-left: 40px !important;
}

.marginL45 {
  margin-left: 45px !important;
}

.marginL50 {
  margin-left: 50px !important;
}

.marginL55 {
  margin-left: 55px !important;
}

.marginL60 {
  margin-left: 60px !important;
}

.marginL65 {
  margin-left: 65px !important;
}

.marginL70 {
  margin-left: 70px !important;
}

.marginL75 {
  margin-left: 75px !important;
}

.marginL80 {
  margin-left: 80px !important;
}

.marginL85 {
  margin-left: 85px !important;
}

.marginL90 {
  margin-left: 90px !important;
}

.marginL95 {
  margin-left: 95px !important;
}

.marginL100 {
  margin-left: 100px !important;
}

.marginR0 {
  margin-right: 0px !important;
}

.marginR5 {
  margin-right: 5px !important;
}

.marginR10 {
  margin-right: 10px !important;
}

.marginR15 {
  margin-right: 15px !important;
}

.marginR20 {
  margin-right: 20px !important;
}

.marginR25 {
  margin-right: 25px !important;
}

.marginR30 {
  margin-right: 30px !important;
}

.marginR35 {
  margin-right: 35px !important;
}

.marginR40 {
  margin-right: 40px !important;
}

.marginR45 {
  margin-right: 45px !important;
}

.marginR50 {
  margin-right: 50px !important;
}

.marginR55 {
  margin-right: 55px !important;
}

.marginR60 {
  margin-right: 60px !important;
}

.marginR65 {
  margin-right: 65px !important;
}

.marginR70 {
  margin-right: 70px !important;
}

.marginR75 {
  margin-right: 75px !important;
}

.marginR80 {
  margin-right: 80px !important;
}

.marginR85 {
  margin-right: 85px !important;
}

.marginR90 {
  margin-right: 90px !important;
}

.marginR95 {
  margin-right: 95px !important;
}

.marginR100 {
  margin-right: 100px !important;
}

/*********************
width　5%刻みののクラスを生成 
*********************/
.width0 {
  width: 0% !important;
}

.width5 {
  width: 5% !important;
}

.width10 {
  width: 10% !important;
}

.width15 {
  width: 15% !important;
}

.width20 {
  width: 20% !important;
}

.width25 {
  width: 25% !important;
}

.width30 {
  width: 30% !important;
}

.width35 {
  width: 35% !important;
}

.width40 {
  width: 40% !important;
}

.width45 {
  width: 45% !important;
}

.width50 {
  width: 50% !important;
}

.width55 {
  width: 55% !important;
}

.width60 {
  width: 60% !important;
}

.width65 {
  width: 65% !important;
}

.width70 {
  width: 70% !important;
}

.width75 {
  width: 75% !important;
}

.width80 {
  width: 80% !important;
}

.width85 {
  width: 85% !important;
}

.width90 {
  width: 90% !important;
}

.width95 {
  width: 95% !important;
}

.width100 {
  width: 100% !important;
}

/*# sourceMappingURL=important.css.map */
