body {
    margin: 0;
    font-family: "CI"
}

#main_title {
    text-align:center;
    color:white;
    background-color:black;
    padding: 30px;
    margin: 0;
}

.sub_title {
    text-align: center;
    background-color: LightGrey;
    color: white;
    padding: 15px;
    margin: 0;
}

.sub_detail {
    min-height: 250px;
    width: 720px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 25px;
}

#icon_img {
    width: 300px;
    height: 300px;
    float: left;
}

#name {
    width: 420px;
    height: 300px;
    float: left;
}

.label {
    text-align: center;
    width: 150px;
    background-color: #ffdb5d;
    color: white;
    font-size: 20px;
    padding: 10px;
    margin: 0px;
    border-radius: 5px;
}

#name > .label {
    margin-left: 20px;
}

.name_content {
    text-align: center;
    margin:20px 0;
}

#comment {
    clear: both;
}

.work_content {
    margin: 20px 50px;
}
