/*------------ table style set ------------*/
.hpb-cnt-tb2{
<--	background-color: #FFFFFF; -->
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 

}

.hpb-cnt-tb2 hpb-cnt-tb-cell3 {
	font-size: 80%;
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 

}
.hpb-cnt-tb2 hpb-cnt-tb-cell4 {
	font-size: 80%;
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 

}


