@charset "utf-8";
/*
  module.css
*/
/* ==========================================================
	共通モジュール
========================================================== */
/* マージン
========================================================== */
.ml10 {
  margin-left: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}
.mt20 {
  margin-top: 20px;
}

.mb13 {
  margin-bottom: 13px;
}

/* テキスト
========================================================== */
.center {
  text-align: center;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}

/* CLEARFIX
========================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}