@charset "utf-8";

/* Manga
--------------------------------------------------------------------------*/

#manga section.key-v{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #eaf6fd;
    text-align: center;
}

#manga section.key-v img{
    width: 100%;
    max-width: 1280px;
    margin:auto;
}

#manga section.contents-manga{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 10px 0 20px 0;
}


#manga .cnt-yellow-box{
    padding: 25px;
    background: url("../img/manga/bg-yellow.png");
    border: solid #0BB4E8 !important;
    border-radius: 10px;
    margin-bottom: 50px;
}

#manga .cnt-yellow-box h4{
    margin: 0 0 15px 0;
}

#manga .cnt-yellow-box p{
    margin: 0;
    box-sizing: border-box;
    padding: 0 15px;
    font-weight: bold;
}


@media screen and (max-width:1050px) {

#manga .cnt-yellow-box{
    width: 90%;
	margin: 0 5% 50px 5%;
}
}

@media screen and (max-width:640px) {

#manga .cnt-yellow-box{
    width: 86%;
	margin: 0 7% 25px 7%;
}
}