body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
   
}
body,h1,h2,h3,ol,ul,li,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
.wrapper-01{
    width: 1100px;
    margin: 0 auto;
}
.wrapper-02{
    width: 980px;
    margin: 0 auto;
}
.wrapper-03{
    width: 982px;
}
.header-type-01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.header-type-01 .title{
    color: #333;
    font-size: 12px;
}
.header-type-01 .more{
    color: #666;
}
.header-type-01 .more:hover{
    text-decoration: underline;
}
