#new_container_wrapper {
    width: 700px;
    float: left;
}

#new_container {
    display: flex;
    flex-wrap: wrap;
}

#new_container .item {
    flex-grow: 1;
    width: 30%;
    padding: 1.5%;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    position: relative;
}

.item_no {
    font-weight: bold;
}

div#new_container .item a.text_link:before {
    position: absolute;
    content: ' ';
    width: 213px;
    background-color: #8AC6FF;
    height: 1px;
    margin-top: -8px;
    line-height: 4px;
}

#new_container .item a:link,
#new_container .item a:active,
#new_container .item a:visited {
    color: #0071BC;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    text-decoration: none;
}

#new_container .item a:hover {
    color: #ED1C24;
}

div#new_container .item img {
    clear: both;
    margin: 0 auto;
    display: block;
    margin-bottom: 16px;
    width: 213px;
    height: 161px;
}

div#new_container .item img:hover {
    opacity: .9;
}

#new_container_thumbnail_wrapper {
    padding-top:9px;
    width: 700px;
    float: left;
}

#new_container_thumbnail_wrapper.left_margin {
    margin-left:246px;
}

#new_container_thumbnail {
    display: flex;
    flex-wrap: wrap;
}

#new_container_thumbnail .list_item {
    width: 13.4%;
    padding: 1.5%;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    position: relative;
    padding-top: 0px;
    padding-bottom: .75%;
}
#new_container_thumbnail .list_item img {
    width:105px;
    height:94px
}
        
div#new_container_thumbnail_wrapper.main_index {
    padding-top: 9px;
    width: 701px;
    float: left;
}

div#new_container_thumbnail_wrapper.main_index .list_item {
    width: 163px;
    padding: 0px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
    position: relative;
    padding-top: 0px;
    padding-bottom: .75%;
}

div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(1),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(2),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(3),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(5),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(6),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(7),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(9),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(10),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(11),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(13),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(14),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(15),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(17),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(18),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(19),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(21),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(22),
div#new_container_thumbnail_wrapper.main_index .list_item:nth-of-type(23){
    padding-right: 16px;
}
div#new_container_thumbnail_wrapper.main_index .list_item img {
    width: 100%;
    height: auto;
}