@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;
}

table {
//	width: 100%;
	border-collapse: collapse;
}

.tabBox01 table {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable {
	margin-bottom: 38px;
}

#main .comTable table {
	width: 100%;
	border-collapse: collapse;
    table-layout: fixed;
}

#main .comTable th,
#main .comTable td {
	padding: 5px;
	font-family: 'Hiragino Mincho Pro';
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #0054A7;
}

#main .comTable th {
	width: 58%;
	font-size: 16px;
	font-weight: normal;
}

#main .comTable td {
	height: 32px;
}

#main .comTable .wid01 {
	width: 5%;
	font-size: 16px;
	word-break: break-all;
}

#main .comTable .wid02 {
	padding: 0px 15px;
	font-size: 12px;
	letter-spacing: -2px;
	word-break: break-all;
}

#main .comTable .wid03 {
	padding: 2px;
	width: 15%;
}

#main .comTable .wid04 {
	padding: 2px 5px 0;
	width: 40%;
}

#main .comTable .big {
	padding: 0px;
	color: #0054A6;
	font-size: 29px;
	line-height: 1.2;
}

#main .comTable .num {
	font-size: 24px;
}

#main .comTable .specTr th {
	border-top: 2px solid #0054A7;
	width: 40%;
}

#main .comTable .specTr td {
	border-top: 2px solid #0054A7;
}

#main .comTable .bg {
	border-right: 2px solid #0054A7;
}

#main .comTable .col01 {
	font-size: 14.5px;
	background-color: #D4E9D8;
}

#main .comTable .col02 {
	font-size: 14.5px;
	background-color: #BDE3F8;
}

.blue {
	color: #0054A6 !important;
}

.pink {
	color: #C27EA4 !important;
}

.yellow {
	color: #D79500 !important;
}

.red {
	color: #B33A2D !important;
}

#main .comTable table .bd {
	border-left: 1px dashed #0054A7;
	border-right: 1px dashed #0054A7;
}

#main .comTable table .last {
	border-right: 1px solid #0054A7;
}

