div.changePage {
    background-color: rgba(255, 255, 255, 0.1);
    height: auto;
    overflow: hidden;
    margin: 0px 2px;
}

table#contentslist {
    width: 1000px;
}

table#contentslist p {
    color: rgb(192, 192, 192);
    font-size: 18px;
    margin: 3px 0px 3px 0px;
    line-height: 100%;
}

td.thumbnail {
    background-color: rgb(64, 64, 64);
    margin: 0px;
    padding: 0px;
    width: 64px;
    height: 64px;
}

td.description {
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

td.description div.arrow-orange {
    border-color: transparent transparent transparent #d36702;
    border-style: solid;
    border-width: 8px;
    position: relative;
    width: 0px;
    height: 0px;
    display: inline-block;
    left: 6px;
    top: -2px;
}

td.description div.linktitle {
    color: rgb(224, 224, 224);
    font-family: "Questrial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 110%;
    margin: 4px 0px 3px 0px;
}

td.description div.linktitle span {
    display: inline-block;
    color: gray;
    vertical-align: bottom;
    max-width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Questrial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

td.description div.linktitle a {
    display: inline-block;
    vertical-align: bottom;
    max-width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Questrial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

td.description div.linktitle a.WIP {
    color: orangered;
}

td.description div.linktitle a.WIP:hover {
    color: white;
}

div.number {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    position: relative;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

span.date_modified {
    font-size: 12px;
    line-height: 100%;
    margin: 8px 2px -4px 0px;
    float: right;
}

span.prev {
    font-size: 24px;
    float: left;
}

span.next {
    font-size: 24px;
    float: right;
}

span.prev div.arrow-orange {
    border-color: transparent #d36702 transparent transparent;
    border-style: solid;
    border-width: 8px;
    position: relative;
    width: 0px;
    height: 0px;
    display: inline-block;
    margin-right: 8px;
    top: -1px;
}

span.next div.arrow-orange {
    border-color: transparent transparent transparent #d36702;
    border-style: solid;
    border-width: 8px;
    position: relative;
    width: 0px;
    height: 0px;
    display: inline-block;
    margin-left: 8px;
    top: -1px;
}

*.clearRight {
    margin: 0px;
    padding: 0px;
    clear: right;
}