@charset "UTF-8";

* { 
    margin:0;
    padding:0;
}

#contents_block {
    margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_block a {
    text-decoration:none;
    display:block;
    outline: none;
}
#contents_block ul {
    list-style:none;
}
#contents_block img {
    border:0px;
}

#contents_block .fbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#contents_block .fbox_inner {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#contents_block .fbox_center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contents_block a.rollover:hover,
#contents_block img.rollover:hover,
#contents_block .rollover a:hover {
    background-color:#FFF;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;  

}

#contents_block .hide {
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden;  
}

/*********************************************
クロスフェード
*********************************************/
#contents_block .fadeImg  {
    position: relative;
}
#contents_block .fadeImg > * {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    display:none;
    margin:0 auto;
}
#contents_block .fadeImg .active {
        z-index: 10;
        opacity: 1.0;
}

#contents_block .fadeImg .last-active {
        z-index: 9;
}
