@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.txtIdt2 {text-indent: 2em !important}

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: 600 !important; }

/* フォントのデコレーション */
.space-normal{
	letter-spacing: normal;
}
.fcRed{color: #E8392E;}
.fcYel{color: #FFF150;}
.fcGre{color: #204e4e;}
.Underline{text-decoration: underline;}
.line-green{text-decoration-color: #204e4e}
.marker {
	background: linear-gradient(transparent 40%, #ffccf2 60%);
	padding-bottom: 0.1em;
}
/*取り消し線*/
.strikethrough{
	display: inline-block !important;
	margin: 0 !important;
	text-decoration: line-through;}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5em !important; }
.mt1 { margin-top: 1em !important; }
.mt2 { margin-top: 2em !important; }
.mb0 { margin-bottom: 0 !important; }
.mb2 { margin-bottom: 2em !important}
.mb40 { margin-bottom: 40px !important; }
.m10 { margin-left: 0 !important; }
.mr2{margin-right: 2em !important}
.pdLR2{ padding: 0 2rem !important;}
/*ブラさげインデント*/
.burasage{
	text-indent: -1em !important;
	padding-left: 1em;
}

br.brmb075{
	display: block;
	content: "";
	margin-bottom: 0.75em;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	print
------------------------------------------------------------*/
@media print{
	#main {
		width: auto;
	}
	
	#conts {
		margin: 0 auto;
		float: none;
	}
	
	#header,
	#sideBar,
	#gFooter,
	.pageTop {
		display: none;
	}

}
