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

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

img {
	vertical-align: top;
}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin: 0 auto 80px;
	width: 978px;
	border: 1px solid #CCC;
}

.comContact .contact {
	padding: 15px 8px 18px 13px;
	border: 1px solid #FFF;
	/*background: #F3EBE9 url(../../img/common/com_contact_bg.jpg) no-repeat left top;*/
}

.comContact .fltImg {
	margin-top: 5px;
	float: left;
}

.comContact p {
	margin-right: 10px;
	float: left;
	width: 267px;
	line-height: 1.4;
	text-align: center;
	word-wrap: break-word;
}

.comContact p .txt01 {
	display: block;
	color: #E01973;
	font-size: 2em;
	font-weight: bold;
}

.comContact p .txt02 {
	font-size: 1.3em;
	display: block;
}

.comContact .tel {
	margin: 12px 5px 0 0;
	padding-left: 48px;
	float: left;
	width: 214px;
	color: #ea3487;
	font-size: 2.8em;
	letter-spacing: 0;
	word-break: break-all;
	background: url(../../img/common/icon02.png) no-repeat left 10px;
}

.comContact .comLink {
	margin-top: 15px;
	float: left;
	width: 330px;
}

/*------------------------------------------------------------
	ヘッダー相互リンク
------------------------------------------------------------*/
#head-trance{
background-color: #eee;
height: 31px;
min-width: 980px;
padding-right: 10px;
padding-top:4px;
text-align: right;
}
#head-trance > table  a:hover{
	opacity: 0.5;
}