.article .box {
	width: 25%;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	height: 410px;

}
.article .box .img {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.article .box .traf {
	font-size: 13px;
	font-weight: normal;
	height: 40px;
}
.article .box .type {
	width: 95%;
	font-size: 14px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.article .box .info {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	/*	
	white-space: nowrap;
	overflow: hidden;
	*/

}
.article .box .sp {
	margin: 0px auto;
	width: 98%;
	color: #F00;
	font-size: 17px;
	font-weight: bold;

}
.article .box .img img {
	width: auto; height: 140px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

@media all and (max-width:800px) and (min-width:481px){
.article .box {
	width: 48%;
}
.article .box .img img {
width:auto; height: 200px;
}
.article .box .traf {
	font-size: 16px;
	font-weight: normal;
}
.article .box .type {
	font-size: 16px;
	}
}

@media all and (max-width:481px){
.article .box {
	width: 98%;
/*height: 510px;*/
height: 98%;
}
.article .box .img img {
/*width:90%; height: 90%;*/
/*width:80%; height: auto;*/
width:auto; height: 50%;
}
.article .box .info {
	font-size: 16px;
}
.article .box .traf {
	font-size: 16px;
}
.article .box .type {
	font-size: 16px;
	}
}