iframe {
    width : 90%;
    height : 400px;
    margin : 7% 5% 6% 5%;
    vertical-align : bottom;
}

#wrapper {
    width : 90%;
    margin : 5% auto 0 auto;
}

#wrapper p {
    width : 100%;
    margin-bottom : 6%;
}

#wrapper p img {
    width : 100%;
    height : 100%;
}

#wrapper dl {
    width : 100%;
}

#wrapper dl dt {
    margin : 0 10% 6% 10%;
    font-weight : 600;
    text-align : center;
}

#wrapper dl dt a {
    display : block;
    padding : 10px 0 11px 0;
    color : #ffffff;
    background : #eb780a;
    border-radius : 40px;
    text-decoration : none;
}

#wrapper dl ul {
    margin-left : 20px;
}

#wrapper dl ul li {
    margin-bottom : 10px;
    line-height : 1.5em;
}

/*----------LANDSCAPE----------*/

@media screen and (orientation: landscape) {

iframe {
    margin : 0 5% 3% 5%;
}

}