.clearfix:after{
	display:block;
	content:'';
	clear:both;
}
#tab2 *{
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */	
}
.inform_new{
margin: 0 -1%;	
}
.inform_new_one{
float: left;
width: 31.33%;
cursor: pointer;
margin: 0 1% 2%;
border: 1px solid #eaeaea;
text-align: center;
padding: 15px;
border-radius: 7px;
}
.inform_new_one_img{
padding-top:50%;
  background-repeat:no-repeat;
  background-position: center;
  	-webkit-background-size:contain;
			background-size:contain;
margin-bottom: 10px;			
}
.inform_new_one_name{
font-weight: bold;	
}
.inform_new_one:hover{
box-shadow: 0 0 6px #cccccc;
	-webkit-box-shadow: 0 0 6px #cccccc;
	-moz-box-shadow: 0 0 6px #cccccc;
}
.inform_new_one.active{
border-color:#008000;	
}
.orange{
	color: #df9516 !important;
}
.info-area .block.style01 .frame {
    float: left;
    width: 263px;
    margin: 0 0 0 16px;
}
.frame input[type="submit"] {
	height: 77px;
	line-height: 77px;
	margin: 0 auto 15px;
}