
#list_gallery{}
#list_gallery:after {display:block;visibility:hidden;clear:both;content:""}
#list_gallery ul{padding:0; margin:0; list-style:none;zoom:1; margin:0 -1%; }
#list_gallery ul li{position:relative; float:left; width:23%; margin:1%;padding:0px;   box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; z-index:1;  padding-bottom:40px; margin-bottom:40px;}
#list_gallery ul li label{position:absolute; top:0; right:0;}
#list_gallery ul li img{width:100%;}
#list_gallery ul li span.ga_image{display:Block; background-size:cover; background-position:center;   text-align:center; font-size:1.5em; color:#999;}
#list_gallery ul li span.no_image{display:Block; background:#F6F6F6 url(/img/logo.png) center center no-repeat; background-size:auto; text-align:center; font-size:1.3em; color:#999;}
#list_gallery ul li span.no_image:after{position:absolute; left:0; right:0; bottom:40%; content:"NO-IMAGE";}
#list_gallery ul li input{position:absolute; top:5px; right:5px; z-index:10;}
#list_gallery ul li h6 {position:relative; line-height:120%; margin-top:10px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#list_gallery ul li dl{font-size:.9em}
#list_gallery ul li:nth-child(4n+1){ clear:both; }
#list_gallery ul li:nth-child(4n+1):after{position:absolute; display:block; left:0; bottom:0; width:1200px; height:1px; background:#ddd; content:"";}

@media (max-width:1200px){
#list_gallery ul li{width:31.33%;}
#list_gallery ul li:nth-child(4n+1){ clear:none; }
#list_gallery ul li:nth-child(3n+1){ clear:both; }
#list_gallery ul li:nth-child(4n+1):after{display:none}
#list_gallery ul li:nth-child(3n+1):after{position:absolute; display:block; left:0; bottom:0; width:100vw; height:1px; background:#ddd; content:"";}

}
@media (max-width:736px){
#list_gallery ul li{width:48%;}
#list_gallery ul li:nth-child(4n+1){ clear:none; }
#list_gallery ul li:nth-child(3n+1){ clear:none; }
#list_gallery ul li:nth-child(2n+1){ clear:both; }
#list_gallery ul li:nth-child(3n+1):after{display:none}
#list_gallery ul li:nth-child(2n+1):after{position:absolute; display:block; left:0; bottom:0; width:100vw; height:1px; background:#ddd; content:"";}

}