@charset "utf-8";

.newsbox_amagi {
    width: 725px;
    max-width:100%;
    padding: 0;
}

.newsbox_amagi .news_amagi {
    width: 725px;
    max-width:100%;
    height: 100px;
    background: url("../image/amagi_newsbox_line.jpg") top center repeat-y;
    background-size:100%;
    margin: 0px;
    color: #fff;
    font-size: 100%;
    padding: 0;
}

.newsbox_amagi .scroll-pane {
    height: 100px;
    overflow: auto;
    text-align: left;
    font-weight: bold;
    color: #000;
    font-family: sans-serif;
    font-size: 120%;
    line-height: 120%;
    
    
    width:auto !important;
    box-sizing: border-box;
    margin:0 22px 0 25px !important;
}

.newsbox_amagi .jspContainer{
    width:auto !important;
}

.newsbox_amagi .jspPane{
    width:auto !important;
    padding-right:20px !important;
    box-sizing: border-box;
}

.newsbox_amagi .oneBox {
    border-bottom: 1px dotted #333;
    padding-bottom: 15px;
}

.newsbox_amagi .date {
    margin: 15px 0 5px;
}

.newsbox_amagi .txt li {
    padding-left: 25px;
    background: url("../image/amagi_newsicon_arrow.gif") top left no-repeat;
    margin-bottom: 2%;
}

@media screen and (max-width:768px){
    .newsbox_amagi .txt li{
            font-size: 110%;
    }
}

.youtube_block{
    position:relative;
    width:77.24%;
    height:auto;
    padding-top:48.14%;
    margin:auto;
    margin-top:10px;
}
.youtube_block iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}