@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		-webkit-justify-content: space-between;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex.left {
	justify-content: start;
		-webkit-justify-content: start;
}

/*------------------------------------------------------------
	corTxt
------------------------------------------------------------*/
.corTxt01 {
	color: #8B9ECC !important;
}

.corTxt02 {
	color: #75A7C2 !important;
}

