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

#thumbnail_list {display: flex;flex-wrap: wrap; list-style: none;margin: 0; padding: 0;}
#thumbnail_list a {background:no-repeat center center;background-size: cover; display: block;height:100px;margin:0 20px 20px 0;overflow: hidden;text-indent: -99999px; width: 100px;}
#thumbnail_list img {height:auto;position: relative;width:100%;}
ul.nav_bar {
  background-color: #c3bebb;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  font-family: Arial;
}
li.nav_item, li.nav_item a {
    color: #3e3a37;
    padding: 6px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    height: 25px;
    text-decoration: none;
    font-size: 14px;
}