/* ボタンサイズを大きくする */
input[type=checkbox] {
    width: 15px;
    height: 15px;
    position:relative;
    top:3px;

}
input[type=radio] {
    width: 15px;
    height: 15px;
    position:relative;
    top:3px;
}
/* ボタンサイズを大きくする ここまで */

.pbar2:hover{
	zoom:2;
	-moz-transform:
		
 		scale(1.2,1.2);
		text-align: center; 
		translate(-5px,0px);

	font-weight:bold;

}



/* 文字サイズを大きくする ここから */

.pbar:hover{
	font-size : 20pt;
	font-weight:bold;
	
}

/* 文字サイズを大きくする ここまで */



/* ボタンサイズを大きくする firefox スマホはきかない　ここから */
input[type=checkbox]:hover {
    width: 30px;
    height: 30px;
    position:relative;
    top:3px;
}
input[type=radio]:hover {
    width: 30px;
    height: 30px;
    position:relative;
    top:3px;
}
/* ボタンサイズを大きくする firefox スマホはきかない　ここまで */

.selected-row {
  background-color: #ffe066 !important; /* 明るい黄色でハイライト */
  transition: background-color 0.2s;
}