@charset "UTF-8";
div#footer {
    padding-bottom: 100px!important;
}
div.headad {
    margin-top: 90px;
    margin-bottom: -60px;
    min-height: 300px;
    text-align: center;
}



/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

div.headad {
    margin-top: 0px;
    min-height: 80px!important;
    height: 0px;
    text-align: center;
}
.fourm-video {
    width: 500px;
    margin: auto;
    margin-top: 80px;
}

}