@charset "UTF-8";

/*------------------------------------------------

   gallery/photo

------------------------------------------------*/
ul.gallery_list,ul.gallery_list li{
	padding:0;
	margin:0;
	list-style:none;
	background:none;
}
ul.gallery_list li{
	width:160px;
	float:left;
}
.gb_shadow{
	background:#fff;
	box-shadow:0 0 5px #999;
	margin:5px;
}
.gb_shadow a{
	padding:5px;
	display:block;
}
.gb_shadow a:hover{
	text-decoration:none;
}
.gb_img{
	width:100%;
	height:93px;
	overflow:hidden;
	margin-bottom:5px;
}
.gb_img img{
	width:100%;
	height:auto;
}
.gb_txt{
	width:100%;
	height:16px;
	font:14px;
	line-height:14px;
	overflow:hidden;
	color:#333;
}
@media screen and (max-width: 480px) {
ul.gallery_list li{
	width:50%;
	float:left;
}
.gb_img{
	height:133px;
}

}