@charset "utf-8";

#syllabus table.syllabus_base table td,
#syllabus table.syllabus_content table td,
#mypage table.syllabus_base table td,
#mypage table.syllabus_content table td {
    border: none;
    vertical-align: top;
}

#edit {
    display: block;
    float: right;
    width: 120px;
    margin-top: -10px;
    padding-top: 40px;
    background: url("../image/icon/icon-add.png") no-repeat 50% 0;
    text-align: center;
}