/*テーブル01*/
table.comtable01 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	border-collapse: collapse;
	width: 100%;
	border-spacing: 1px;
	line-height: 1.2;
	font-size: 12px;
	border-top: 1px solid #ccc;
	/*border-left: 1px solid #aaa;*/
	text-align: left;
}
table.comtable01 tbody tr th {
	padding: 10px;
	font-weight: lighter;
	vertical-align: middle;
	/*border-right: 1px solid #aaa;*/
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	width: 120px;
}
table.comtable01 tbody tr td {
	padding: 14px 6px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	/*border-right: 1px solid #aaa;*/
	text-align: left;
}

/*テーブル02*/
table.comtable02 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	border-collapse: collapse;
	width: 100%;
	border-spacing: 1px;
	line-height: 1.2;
	font-size: 12px;
	border: 0;
	text-align: left;
}
table.comtable02 tbody tr th {
	padding: 4px;
	font-weight: lighter;
	vertical-align: middle;
	border: 0;
}
table.comtable02 tbody tr td {
	padding: 4px;
	vertical-align: middle;
	border: 0;
	text-align: left;
}



/*子見出し*/
.cp_subtitle {
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding: 12px 10px 10px 20px;
	background: #12905D;
	color: #FFF;
	margin: 6px 0;
	font-weight: 400;
	position: relative;
	border:none;
	border-radius: 5px;
}

/*子見出し*/
.cp_komi{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom: 1px solid #12905D;
	text-align: left!important;
}






