@charset "UTF-8";

.topic-txt {
    display: block;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ","Meiryo",sans-serif;
    line-height: 2;
    text-align: center;
    margin: 50px 0 0;
}


.topic-tag{
    margin: 30px 0;
    text-align: center;
}

.topic-taglist {
    width: calc(600/800*100%);
    max-width: 600px;
    margin: 0 auto;
}
.topic-item {
    background: #EDEDED;
    margin: 8px 5px !important;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block
}

.topic-item a{
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.topic-item:hover {
    background: #DDDDDD;
}
.topic-item a:hover {
    text-decoration: none;
}