#blox{
	width: 100%;
	padding: 5px;
}
.allbox{
	padding: 5px;
	margin: 12px;
	float: left;
	height: 140px;
	width: 353px;
	border: 1px solid #104EC6;
	box-shadow: 0 3px 3px #424040;
}
.button{
	cursor: pointer;
	color: #061A7B;
	font-weight: bold;
}
.conten{
	padding: 3px;
	margin: 7px; 
/*	background-color:#DDE3E4;*/
	background-color:#FFFFFF;
/*	border-radius: .3em;*/
	font-size: 15px;
}
.tr:hover{
	background-color: #C7C2C2;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
}
.isDisabled {
cursor: default;
pointer-events: none;        
 text-decoration: none;
color: grey;
	
color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;	
}
.ttop{
	border-top: 1px solid #000000;
}
.tlef{border-left: 1px solid #000000;}
.tright{border-right: 1px solid #000000;}
.tbuttom{border-bottom: 1px solid #000000;}
.hov:hover{
		opacity: 0.4;
	}
.obj_img{
	width: 290px;
	height: 190px;
	object-fit: cover;
}
.das_l{	border-left: 1px dashed #666363;}
.das_r{border-right: 1px dashed #666363;}
.das_t{border-top: 1px dashed #666363;}
.das_b{border-bottom: 1px dashed #666363;}
