@charset "utf-8";
/*
  module.css
*/
/* ==========================================================
	共通モジュール
========================================================== */
/* マージン
========================================================== */
.ml8 {
	margin-left: 8px;
}
.ml9 {
	margin-left: 9px;
}
.ml10 {
	margin-left: 10px;
}
.mb9 {
	margin-bottom: 9px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb75 {
	margin-bottom: 75px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt85 {
	margin-top: 85px;
}
.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;
}
