#cast .row{
    margin: 0;
}
#top{
    background: #ff81ab;
    color: #fff;
}
#top h1{
    font-size: 1.4em;
    margin:0.5em 0 0; 
    float: left;
}
#top p{
    font-size: 0.8em;
    float: right;
    margin-top: 1.2em;
}
#top p span{
    display: inline-block;
    color: #ffffff;
    margin: 0 5px;
}
#top #type{
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
}
#top #type li{
    padding: 5px 10px;
    border: solid 1px #fff;
    border-radius: 3px;
    margin: 3px;
    font-size: 0.8em;
}
#photo{
    padding: 0;
    position: relative;
}
#photo .status{
    width: 100px;
    height: 100px;
    position: absolute;
    background: rgba(130,5,56,0.8);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 30px;
    top: 10px;
    right: 10px;
}
#photo .status span{
    text-decoration: underline;
    font-size: 1.5em;
    display: block;
}
#main_photo img{
    width: 100%;
}
#photos{
    margin: 0;
}
#photos li{
    width: 20%;
    float: left;
}
#photos li img{
    width: 100%;
}
#profile{
    padding-top: 1em;
}
#profile span{
    display: inline-block;
    color: #820538;
    margin-right: 10px;
    font-weight: bold;
}
.play{
    padding: 0 15px;
    margin-bottom: 2em;
}
.play li{
    background: #7b0535;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
}
#comment{
    padding: 0 15px;
}
#cast-schedule{
    padding: 0 15px;
    margin-bottom: 2em;
}
#cast-schedule dl{
    margin-bottom: 1px;
    overflow: hidden;
	padding:0px;
	border-top:none;
}
#cast-schedule dt{
    text-align: center;
    background: rgba(255,129,171,0.8);
    color: #fff;
    padding: 10px;
    width: 50%;
    float: left;
}
#cast-schedule dd{
    text-align: center;
    background: rgba(255,129,171,0.6);
    color: #fff;
    padding: 10px;
    width: 50%;
    float: left;
}
#movie{
    padding: 0 15px;
    margin-bottom: 1em;
}
#movie div{
    position: relative;
}
#movie a i{
    color: #ff81ab;
}
#movie a:hover i{
    color: #676767;
}
#movie i{
    font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
}
#movie img{
    width: 100%;
    height: auto;
}
#blog{
    padding: 0 15px;
    margin-bottom: 2em;
}
#blog #archive{
    margin: 0;
    padding: 0;
}
#blog #archive li{
    float: left;
    list-style: none;
    margin: 5px;
}
#blog #archive a{
    color: #881242;
}
#blog #articles{
    padding: 0;
}
#blog article{
    background: rgba(255,129,171,0.1);
    padding: 1em;
    margin-bottom: 1em;
}
#blog article img{
    display: block;
    width: 200px;
    margin: 0 auto 1em;
}
#blog article .date{
    font-size: 0.8em;
    text-align: center;
}
#blog article h3{
    text-align: center;
    color: #881242;
}

/* Small devices (tablet, 768px and up) */
@media only screen and (min-width : 768px){
    #top #type{
        margin-top: 10px;
    }
    #top h1{
        font-size: 1.4em;
        margin:1em 0 0; 
    }
    #top p{
        font-size:1em;
        float: left;
        margin-top: 1.5em;
    }
    #top #type li{
        border: solid 2px #fff;
        font-size: 1em;
    }
    #photos li{
        cursor: pointer;
    }
    .play h2{
        text-align: left !important;
    }
    #comment h2{
        text-align: left !important;
    }
    #cast-schedule dl{
        width: 14.2857143%;
        float: left;
        padding: 0 1px;
    }
    #cast-schedule dt{
        width: 100%;
        float: none;
        font-size: 0.9em;
        padding: 10px 0;
    }
    #cast-schedule dd{
        width: 100%;
        float: none;
        font-size: 0.8em;
        padding: 10px 0;
    }
    #movie img{
        display: block;
        width: 30%;
        height: auto;
        margin:0 auto;
    }
    #movie i{
        margin-top: -30px;
    }
    #blog #archive li{
        float: none;
        margin: 5px;
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    #blog article{
        overflow: hidden;
    }
    #blog article img{
        float: left;
        margin-right: 20px;
    }
    #blog article .date{
        font-size: 0.9em;
        text-align: left;
    }
    #blog article h3{
        text-align: left;
    }
}

/* Medium devices (992px and up) */
@media only screen and (min-width : 992px){
    #cast-schedule dt{
        font-size: 1em;
    }
    #cast-schedule dd{
        font-size: 1em;
    }
}