@media only screen and (min-width: 980px) {

/*box*/
/*
.box2{
 box-sizing: border-box;
 width:47.9%;
 height: auto;
 max-width:550px;
 height:auto;
 max-height: 160px;
 margin: 0 20px;
 display:block;
 float:left;
}

.box2 .top_1 {
width: 70%;
max-width: 400px;
position: relative;
top: -65px;
left:0px;
}

.box3{
 box-sizing: border-box;
 width:31.2%;
 max-width:380px;
 height: auto;
padding: 30px 10px;
 display:block;

}


.box4{
 box-sizing: border-box;
 width:22.9%;
 max-width:280px;
 height: auto;
 min-height: 200px;
 margin: 10px 10px;
 display:block;
 float:left;
}


.box4_mini{
box-sizing:border-box;
 width:25%;
height:400px;

}
	
.box4_maru{
box-sizing:border-box;
 width:23%;
height:450px;
padding:10px;	

}	


footer .inner{
 max-width: 960px;
}

}
