@charset "UTF-8";

/*--基本--*/

.widget_youtube .wrapper_item{
    margin: 0 auto;
    width: 70%;
    max-width: 1114px;
}
.youtube_block{
    padding-top: 56.25%;
    position: relative;
}
.youtube_block iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 800px){
    .widget_youtube .wrapper_item{
        width: 80%;
    }
}
.entry_body .widget_youtube .wrapper_item{
    width: 100%;
}
