body{
    font-size: 1.1em;
}

.container{
    width: 1120px;
    background-color: #ffffff;
    text-align: left;
}

.poster_image{
    width: 1000px;
    margin: 60px;
}

.intro_title{
    margin: 0px 60px 16px 60px;
    font-weight: bold;
    color: #ff3333;
    background: linear-gradient(to right, #F7FE2E, white);
    padding : 12px 12px 12px 12px;
    width: 300px;
}

.intro_text{
    margin: 0px 60px 0px 60px;
    line-height: 28px;
}

.curri_title{
    margin: 0px 60px 16px 60px;
    font-weight: bold;
    color: #ff3333;
    background: linear-gradient(to right, #F7FE2E, white);
    padding : 12px 12px 12px 12px;
    width: 300px;
}

.curri_text{
    color: #0B2161;
    margin: 0px 60px 0px 60px;
    line-height: 32px;
}

.curri_day{
    color: red;
    font-weight: bold;
    margin-bottom: 4px;
}

.curri_subject{
    color: #aa3333;
    font-weight: bold;
    margin-bottom: 10px;
}

.schedule_background{
    background-color: #FBFBEF;
    padding: 30px 0px 30px 60px;
}

.schedule_text{
    color: #B43104;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px;
    line-height: 36px;
}