火曜日・水曜日〒460-0008    愛知県名古屋市中区栄3-7-13 コスモ栄ビル5F〒460-0008    愛知県名古屋市中区栄3-7-13 コスモ栄ビル5F〒460-0008    愛知県名古屋市中区栄3-7-13 コスモ栄ビル5F@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;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 880px;
}

.comGreenBg {
	background-color: #FFF5E0;
}

@media all and (max-width: 767px) {
	.content {
		margin: 0 24px;
		width: auto;
	}
}