@charset "utf-8";
a.more-link{
    display: table;
    margin: 0 0 0 auto;
    text-align: right;
    text-decoration: none;
}
    
a .moretext{
    display: table-cell;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    background: #333 url(../img/yajirushi_white.png) no-repeat 6px 30%;
    text-align: left;
    vertical-align: middle;
    padding: 0 160px 0 36px;
    height: 40px;
    border-radius: 4px; 
}

a .moretext:hover{
    background-color: #FF9933;
}

.topic-path ol{
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto 40px;
    padding: 0;
    max-width: 1000px;
}

.topic-path li{
    list-style: none;
    display: inline;
}

#news .box .sign{
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    color: #FFF;
    width: 8em;
    text-align: center;
    padding: 4px 8px;
}

#news .box .date{
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
}

#news .box .information{
    background: #0063C6;
    
}

#news .box .seminarlineup{
    background: #FF6600;
}

#news .box .mediainfo{
    background: #298310;
}

#news .box .mediacoverage{
    background: #298310;
}

#category-page #news h2{
    padding-top: 0;
}

#category-page #content-header{
    margin-bottom: 40px;
}

