@charset "utf-8";

/* =========================================================
共通class
========================================================= */

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

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

.clear {
	clear: both;
}

/* =========================================================
display
========================================================= */
.hidden {
	display: none;
}

.textnone {
	text-indent: -9999px;
	list-style: none;
	line-height: 0;
}

/* =========================================================
position
========================================================= */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.vertical-m {
	vertical-align: middle !important;
}

.pos-center {
	margin: auto !important;
}

/* =========================================================
margin
========================================================= */
.n-m-left1em {
	margin-left: -1em !important;
}

.mr20{
	margin-right: 20px !important;
}

.ml20{
	margin-left: 20px !important;
}

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

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


/* =========================================================
text-position
========================================================= */
.txt-align-l {
	text-align: left;
}

.txt-align-C {
	text-align: center !important;
}

.txt-align-R {
	text-align: right !important;
}

/* =========================================================
font-style
========================================================= */
.font-normal {
	font-weight: normal;
}

.font-italic {
	font-style: italic;
}

.font-bold {
	font-weight: bold;
}

.font-red {
	color:#F00;
}

/* =========================================================
font
========================================================= */
.font-s {
  font-size: 85%;
}

.font-m {
  font-size: 100%;
}

.font-l {
  font-size: 115%;
}

.font-10 {
  font-size: 10px;
}
