body{
    margin: 0;
    line-height: 1.5;
    color: #363636;
    font-size: 14px;
}
#app{
    background-color: #ebebeb;
    padding-bottom: 10px;
}
.topic-title{
    font-size: 20px;
    color: #ff6600;
    text-align: left;
    line-height: 2;
}
a{
    color: inherit;
    text-decoration: none;
}
.bread-menu{
    color: #666;
    text-align: right;
    font-size: 12px;
}
.top{
    background-color: #fbe3c8;
    padding: 5px 10px;
}
.pagination{
    text-align: center;
    font-size: 12px;
    line-height: 2;
    padding: 0 10px;
}
.group{
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    padding: 15px;
    border: 1px solid #d7c8b2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.group:last-of-type{
    margin-bottom: 0;
}
img.responsive{
    max-width: 100%;
    height: auto;
}
.title-center{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    font-weight: 900;
    color: #222;
}
.sub-title{
    text-align: right;
    color: inherit;
    font-style: italic;
    font-weight: normal;
    color: #999;
    font-size: 12px;
}
#column_newslist{
    padding: 0 10px;
}