@charset "utf-8";
/*
 *  cmn_style.css
 *
 *  version --- 1.0
 *  updated --- 2015/08/19
 */


/* フォントウェイト・サイズ・装飾
---------------------------------------------------------- */
.fwBold { font-weight: bold !important; }

.fontRed { color: #ff5757 !important;}
.fontBlue { color: #4688d3 !important;}

.fz09px { font-size: 9px !important; }
.fz10px { font-size: 10px !important; }
.fz11px { font-size: 11px !important; }
.fz12px { font-size: 12px !important; }
.fz14px { font-size: 14px !important; }
.fz16px { font-size: 16px !important; }
.fz18px { font-size: 18px !important; }
.fz24px { font-size: 24px !important; }
.fz36px { font-size: 36px !important; }


/* ポジション
---------------------------------------------------------- */
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.taLeft { text-align: left !important; }


/* パディング 下方向
---------------------------------------------------------- */
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }


/* マージン
---------------------------------------------------------- */
.mt00 { margin-top: 0 !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; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom: 0 !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; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }


/* フロート
-----------------------------------------------------------*/
.flR { float: right !important; }
.flL { float: left !important; }


/* 回り込み解除 
---------------------------------------------------------- */
.clear_both { clear: both !important; display: block !important; }

/* クリアフィックス */
.clearfix:after {
	content: "." !important; 
	display: block !important; 
	height: 0 !important; 
	clear: both !important; 
	visibility: hidden !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.clearfix {
  display: block !important;
	min-height: 1% !important;  /* for IE 7*/
	overflow: hidden !important;
}

/*------------------------------------ Hides from IE-mac \*/
* html .clearfix { height: 1% !important; }
.clearfix { display: block !important; }
/*---------------------------------- End hide from IE-mac */


/* ライン
-----------------------------------------------------------*/
.SolidLine {
  border-top: solid 1px #bcbcbc !important;
	padding-top: 8px !important;
	margin-top: 8px !important; }
.SolidLine_bottom {
  border-bottom: solid 1px #bcbcbc !important;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important; }

.DottedLine {
  border-top: dotted 1px #bcbcbc !important;
	padding-top: 8px !important;
	margin-top: 8px !important; }
.DottedLine_bottom {
  border-bottom: dotted 1px #bcbcbc !important;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}
