ul.topInfo_bg{
	display: flex;
	flex-wrap: wrap;
}
ul.topInfo_bg li{
	width: 33%;
	height:430px!important;
}

.category-list img {border-radius:6px;}
.category-list {min-height:150px;}
.cg_freespace_01 > .row {margin-bottom:4px;}
.nouki_al {
  position:absolute;
  bottom:4px;
  right:4px;
  width:30%;
}
@media(max-width:480px){
  ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
  }
	ul.topInfo_bg li{
		width: 50%;
		height:330px!important;
	}

}

.catlink{
  font-size:12px;
  text-decoration:none;
  color:#4f2a02;
  display: block;
  position: relative;
}
.catname{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(94, 112, 241, 0.4);
    height: 26%;
    margin-bottom: 0;
    color: #f2fffd;
    font-size: 130%;
    font-weight: bold;
    padding: 2px 4px 0;
	border-radius: 0 0 6px 6px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
	line-height:1.2em;
}
.catname span{
	display:block;
}

.fryGrp h3{
    clear: both;
    font-size: 140%!important;
    font-weight: bold!important;
    color: rgb(0, 0, 0)!important;
    text-shadow: 2px 2px 2px #8e8e8e94;
    margin-top: 0!Important;
    padding-top: 20px;
}
.fryGrp li{	margin-bottom:10px;}
.fryGrp li a img{}

@media(max-width:480px){
  .fryGrp li a img{width:30%;}
}