@charset "UTF-8";

#contents,
#main-column {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.slider-top {
    display: block !important;
}

.st-mainArea {
    display: none;
}
@media screen and (min-width: 769px) {
    body{
        padding-top: 0;
    }
    .p-d_menu_container{
        position: static;
    }
    .p-d_menu_container.fixed-nav{
        position: fixed;
        top:0;
    }   
    
}
.itemThumb{
  margin: 0;
}
/**************
下層のヘッダー透過する
**************/
@media screen and (min-width: 769px) {

      #header-inner {
        background-color:transparent;
        height: 80px;
    }

    
}