.bxslider img {
	margin:0 auto;
	display:block;
}

.oshirase-title{
    background: #faeacc;
    border: solid 1px #EE8B23;  
    border-radius: 5px;
}

.top-contents li{
    background: #fff;
    padding: 10px;
}

.top-contents{
   margin-bottom: 30px; 
}

.top-contents li a{
  color: #333;
  text-decoration: none;
}

.top-contents li a:hover{
  color: #EE8B23;
}

.top-contents li a:hover img{
  opacity: 0.6;
}

.free-icon{
    background: #EE8B23;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
}

.pay-icon{
    background: #6BB538;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
}

.event-icon{
    background: #3322ee;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
}

.information-icon{
    background: #ee2222;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
}

.iframe-content-wrap {
   display: -webkit-box;
   display: box;
}
.iframe-content-block {
    -webkit-box-flex: 1;
    box-flex: 1;
}
.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}