@charset "utf-8";
/* CSS Document */
.cover{
    display: none;
}
article {
    border: none;
padding: 0;
}
.comic_cast{
    background: #e6f9ff;
    padding: 20px;
    border-radius: 10px;
}
.comic_cast ul{
list-style: none;
}
.comic_cast ul dt{
    width: 100px;
float: left;
padding-right: 20px;
    box-sizing: initial;
}
.comic_cast ul dl dd:nth-child(2){
    font-weight: 700;
    padding: 40px;
}
.comic_cast ul dl dd:nth-child(3){
    clear: left;
line-height: 1.6em;
    padding-bottom: 20px;
}
.comic_cast ul li:nth-child(5) dl dd:nth-child(3){
padding-bottom: 0;
}
article#main h2 {
border-bottom: none;
    border-left: 5px solid #59C3E1;
}
article#main h3{
    border-color: #59C3E1;
}
.media_title {
    border-left: none!important;
}