@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;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}


img {
	vertical-align: top;
}

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

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
	margin: 0 auto 13px;
	width: 988px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	clear: both;
	font-size: 1.4em;
	margin: 0 auto 6px;
	text-align: right;
	width: 830px;
}

.pageTop a {
	background: url(../images/icon02.gif) no-repeat left 6px;
	color: #C30D22 !important;
	display: inline-block;
	padding-left: 24px;
}

#conts .pageTop {
	width: auto !important;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts h3 {
	clear: both;
	margin-bottom: 35px;
}

#conts .titleBox {
  position: relative;
  width: 635px;
  height: 36px;
  margin: 0 auto 30px;
  padding: 10px 20px;
	background: url(../images/back_title.png) left top no-repeat;
  }
  #conts .titleBox h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .en {
    position: absolute;
    top: 50%; right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 9px;
    color: #595757;
  }


/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	margin-bottom: 38px;
	width: 100%;
}

#conts .comTable th,
#conts .comTable td {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.7;
	padding: 8px 4px 7px 5px;
	text-align: left;
	vertical-align: middle;
}

#conts .comTable .back th,
#conts .comTable .back td {
	padding: 0;
	height: 1px;
	background: url(../../images/company/line.gif) repeat-x left bottom;
}