@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !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: bold !important; }
.bold { font-weight: bold !important; }

/* 文字色 */
.colorR {color: rgba(255,0,0,1) !important;}

/* 下線 */
.underline { text-decoration: underline; }

/* インデント */
.indentback1 {text-indent: -1em !important; padding-left: 1em !important;}
.indentback2 {text-indent: -1em !important; padding-left: 2em !important;}

/* WordPress CSS */
img.alignleft {display: block; margin-left: 0;}
img.alignright {display: block; margin-right: 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/* hover時の半調効果 */
.opacity {
	transition: 0.1s ease-in-out;
}
.opacity:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* 画像プロテクト用 */
.protect_wrap {
	position: relative;
}
.protect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 前後マージン調整 */
.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1em !important; }
.mt2 { margin-top: 2em !important; }
.mt3 { margin-top: 3em !important; }
.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1em !important; }
.mb2 { margin-bottom: 2em !important; }
.mb3 { margin-bottom: 3em !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	width: 1000px;
}

@media screen and (max-width: 767px) {

	#main .comBox {
		margin: 0 15px;
		width: auto;
	}
	.sp_disable {
		display: none !important;
	}

}
