/*==== common ====*/

/*==== private ====*/

.popup-input-hebon {

}

.popup-input-hebon table{
	margin: 20px 0 0 0;
	width: 100%;
}
.popup-input-hebon table tr{
	width: 100%;
}
.popup-input-hebon table tr td{
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.popup-input-hebon table tr td.head{
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 10px;
}

