@charset "UTF-8";
/* CSS Document */

.item-title
{
	background:#1E83BD; font-weight:normal;
	color:#fff;
}

.result-btn
{
	border: 1px solid #449d44;
	background:#449d44;
	padding: 3px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
	width:100%;
	margin:0 auto;
	
}

.result-btn:link
{
	color: #fff;
}

.result-btn:hover
{
	text-decoration: none;
	background:#076112;
	color: #fff;
}

.result-btn:visited
{
	color: #fff;
}

@media(max-width:768px) {

.shop-mall
{
	float:left;
	width:29%;
	margin-right:1%;
}

}

@media(min-width:768px) {

.shop-mall
{
	float:left;
	width:19%;
	margin-right:1%;
}


}

@media(min-width:992px) {
	
.shop-mall
{
	float:left;
	width:19%;
	margin-right:1%;
}

}

@media(min-width:1200px) {
}
