@charset "utf-8";

/*
input[type="checkbox"]{
  width: 15px;
  height: 15px;
}
*/

.chkbexam {
	width: 16px;
  	height: 16px;
	vertical-align:middle;
}

.tab_container {
	padding-top:10px;
	font-size:13px;
	height:190px;
	clear: both;
	border: 1px solid #9fdae7;
	background: #fff;
	overflow: auto;
	border-radius: 5px;
	color:#666666;
}

.btn_gp {
	font-size:13px;
}

.obj 
{
	/*margin-left:1px;*/
	margin-right:1px;
	text-align:right;
}

.divkn{
	display:inline-block;
	position:relative;
	min-width:50px;
	margin-left:8px;
	border: 1px solid #BBBBBB;
}

.divkn .dsc{
	white-space:nowrap;
	margin:2px 14px 2px 14px;
}

.divkn .del{
	position : absolute;
	top:0px;
	right:0px;
	width:13px;
	height:13px;
	cursor:pointer;
}