.iframe-footer { width:100%; height:130px; }
.yol-iframe-header {width:100%;height:250px}
.yol-iframe-footer {width:100%;height:320px}
#d2-site { max-width:1250px; min-width:982px; margin: 0 auto; }

/* タッチデバイスの場合のheight */
@media only screen 
and (max-device-width : 768px) ,
only screen and (max-device-width : 1280px) and (max-device-height: 768px) and (orientation : landscape) {
.yol-iframe-header { height:320px; }
.yol-iframe-footer { height:450px; }
}
