@charset "utf-8";

/* module -------------------------- */
/*PARTS
------------------------------------ */

/* module -------------------------- */
/* margin */
.mt00 {	margin-top:0px !important; }
.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }

.mb00 { margin-bottom:0px !important; }
.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }

/* padding */
.pt10 {	padding-top:10px !important; }
.pb20 {	padding-bottom:20px !important; }

/* width */
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w22p { width: 22%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w35p { width: 35%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w65p { width: 65%; }
.w70p { width: 70%; }
.w75p { width: 75%; }
.w78p { width: 78%; }
.w80p { width: 80%; }

/* image */
.imgL {
	float: left;
	margin: 0 20px 10px 0;
}
.imgR {
	float: right;
	margin: 0 0 10px 20px;
}

/* layout */
.cL {
	float: left;
}
.cR {
	float: right;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

/* clearfix */
.clear {
	clear: both;
}
.cf {zoom:1;}
.cf:after {
  content: "";
  display: block;
  clear: both;
}


.alignleft{
	text-align:left;
	float:left;
	margin: 5px 15px 15px 0;
	clear: both;
}
.alignright{
	text-align:right;
	float:right;
	margin: 5px 0 15px 15px;
	clear: both;
}
.aligncenter{
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ollist{
	list-style-type:decimal;
	margin:0 0 0 20px;
}

/* font */
.mincho{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fs10{
	font-size:10px !important;
	font-size:1.0rem !important;
}
.fs11{
	font-size:11px !important;
	font-size:1.1rem !important;
}
.fs12{
	font-size:12px !important;
	font-size:1.2rem !important;
}
.strong{
	font-weight: bold;
}

/* color */
.red{color:#eb3b00;}
.white{	color:#fff;}

