@charset "utf-8";

/*表の見出し*/
.table {
    color: #666;
    width: 95%;
}
.table-index {
    height: 48px;
    width: 169px;
    text-align: center;
}
/*表の説明*/
.table-text{
    width: 800px;
    height: 48px;
    text-align: left;
    text-indent: 1em;
}
.table-text a:hover{
    text-decoration: none;
    transition: 0.8s;
}
/*周りがグレーでかこまれた文章*/
#not-red {
background-color: #cccccc;
padding: 4px;
border-radius: 3px;
}

