#contentsWrap{
  width: 100%;
}
#contents{
  width: 100%;
  float: none;
}
#example > .box > .thumbnailList{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
      margin-right: -5px;
      padding: 0;
}
#example > .box > .thumbnailList > li{
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin: 0;
}
#example > .box > .thumbnailList > li > a{
  display: block;
}
#example > .box > .thumbnailList li a div{
  display: block;
  width: 100%;
  height: 214px;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
      background-color: #e2e2e2;        
      height: 0;
      padding-bottom: 60%;
}
#example > .box > .thumbnailList li a img{
  display: none;
  height: auto;
  width: 100%;
}
#filter-box{
    padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#filter-box label{
  font-weight: bold;
}
#filter-box .col5{
  width: 100%;
}
#filter-box select{
  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dropdown-wrapper{
width:100%;
}
.dropdown-wrapper .ae-dropdown{
width: 100%;
position: relative;
}
.dropdown-wrapper .ae-select {
  padding: 8px;
  position: relative;
  border: 1px solid #ccc;
}
.dropdown-wrapper .ae-select:after{
content: "";
  background-image: url(/img/common/icon_tri.png);
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  transform: rotate(90deg);
}
.dropdown-wrapper .ae-select.chosen {
  color: #333;
}

.dropdown-wrapper .ae-select .down-icon, .ae-select .up-icon {
  position: absolute;
  right: 8px;
  top: 7px;
}

.dropdown-wrapper .ae-dropdown .dropdown-menu {
  background: #ffffff;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  position: absolute;
  z-index: +9;
  box-sizing: border-box;
  padding: 0;
  max-height: 180px;
  overflow-y: auto;
  display: block;
}
.dropdown-wrapper .ae-dropdown .dropdown-menu.ae-hide{
  display: none;
}

.dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu>li {
  cursor: pointer;
  padding: 0;
}
.dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu>li a{
  padding: 7px 15px;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:focus, .dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:hover {
  color: #FFF;
  background: #346ec5;
}

.dropdown-wrapper .ae-disabled{
  pointer-events: none;
}

.ae-hide{
display:none;
}

ul.dropdown-menu{
list-style-type: none;
}

ul.dropdown-menu{
margin:0px;
padding:5px;
border: 1px solid #ccc;
}

ul.dropdown-menu li{
padding:5px 0px;
}