.clearfix:after {
    content: "";
    display: block;
    clear: both;

}

#base {
    margin: 15px 10px 50px 15px;
}

#header {
    background-color: #B52A2A;
    height: 45px;
}

#header > h1 {
    font-size: 1.8em;
    font-family: 'Kaisei Tokumin', serif;
    margin: 7px 0 7px 10px;
    float: left;
}

#header > h2 {
    font-family: 'Kaisei Tokumin', serif;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #FFFFFF;
    margin: 5px 0 10px 40px;
    float: left;
}

#header-anchor {
    color: #FFFFFF;
    text-decoration: none;
}

#menu {
    border-bottom: 2px #EEEEEE solid;
    background-color: #FFFFFF;
    padding: 5px 0 8px 15px;
    line-height: 2rem;
}

#menu > li {
    display: inline;
    margin-bottom: 15px;
    margin-right: 13px;
    font-size: 0.9rem;
    font-family: sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.menu-anchor {
    color: #000000;
    text-decoration: none;
}

a.menu-anchor:hover {
    text-decoration: underline;
}

#footer-upper {
    border-top: 1px #222e24 solid;
    padding: 15px 15px 0 30px;
    background-color: #f8f8f8;
}

.footer-link-list {
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding-bottom: 20px;
}

.footer-link-list > li {
    display: inline;
    margin-right: 8px;
    white-space: nowrap;
}

.footer-subject {
    color: #0e130f;
    margin-bottom: 8px;
}

#footer {
    padding: 15px 15px 15px 30px;
    background-color: #B52A2A;
}

#site-info {
    color: #FFFFFF;
    font-size: 0.8rem;
    list-style: none;
    margin-bottom: 15px;
}

#site-info > li {
   display: inline;
}

#site-info a {
    color: #FFFFFF;
    text-decoration: none;
}

#site-info a:hover {
    text-decoration: underline;
}

#site-info > li+li:before {
    content: "|";
    margin-right: 6px;
}

#copyright {
    color: #FFFFFF;
    font-size: 0.9rem;
}

#copyright>a {
    color: #FFFFFF;
    font-size: 0.9rem;
}

.caution {
    color: #B12704;
}

.new-sale {
    display: inline-block;
    color: #FFFFFF;
    background-color: #fa410f;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    margin-right: 1px;
    padding: 2px 5px 3px 5px;
    line-height: 1rem;
}

.on-sale {
    display: inline-block;
    color: #FFFFFF;
    background-color: #0015d6;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    margin-right: 1px;
    padding: 2px 5px 3px 5px;
    line-height: 1rem;
}

.highest-sale {
    display: inline-block;
    color: #FFFFFF;
    background-color: #c32d2d;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    margin-right: 1px;
    padding: 2px 5px 3px 5px;
    line-height: 1rem;
}

.none {
    display: none !important;
}

.show {
}

.subject {
    color: #0e130f;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.subject:before {
    background-color: #222e24;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: 8px;
}

.subject-in {
    color: #0e130f;
    margin-bottom: 15px;
    font-size: 1.1rem;
    margin-left: 10px;
}

.subject-in:before {
    content: "-";
    font-weight: bold;
    font-size: 20px;
    font-family: monospace;
    margin-right: 5px;
    color: #0e130f;
}

a {
    color: #007185;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: under;
}

a:hover {
    color: #c65d00;
}

.title-anchor {
    color: #0e130f;
    text-decoration: none;
}

.title-anchor:hover {
    color: #c65d00;
    text-decoration: underline;
}

.pseudo-anchor {
    color: #007185;
    text-decoration: none;
}

.pseudo-anchor:hover {
    color: #c65d00;
    text-decoration: underline;
}

#introduction {
    color: #0e130f;
    font-size: 0.9em;
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#search-input-box {
    width: 200px;
    height: 25px;
}

#search-submit-button {
    width: 50px;
    height: 31px;
}

.mini-list {
    margin-bottom: 40px;
    max-width: 700px;
}

.series-mini-row {
    width: 100%;
    margin-bottom: 20px;
}

.mini-row-photo {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 75px;
    height: 75px;
}

.mini-row-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.mini-row-title {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.mini-row-description {
    font-weight: normal;
    font-size: 1em;
    color: #B12704;
    padding-top: 2px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-row-other {
    font-weight: normal;
    font-size: 0.9em;
    color: #0e130f;
    padding-top: 2px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-row-detail {
    font-size: 0.8rem;
}

.see-more {
    margin-left: 15px;
    font-size: 0.75rem;
}

.sample-read-anchor {
    text-decoration: none;
}

.read-more-button {
    background-color: #efefef;
    color: #0e130f;
    border-radius: 0.3rem;
    border: 1px #767676 solid;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 350px;
    margin-left: 10px;
}

.top-side-notice {
    border: 2px #1196ab solid;
    border-radius: 0.5rem;
    width: fit-content;
    margin-bottom: 20px;
    padding: 15px;
}

.mb5 {
    margin-bottom: 10px;
}

.mb10 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt40 {
    margin-top: 40px;
}

.mt40 {
    margin-top: 40px;
}

.ta-c {
    text-align: center;
}

#breadcrumb {
    padding: 10px 10px 5px 15px;
}

#breadcrumb > li {
    display: inline;
    font-size: 0.85rem;
    font-family: sans-serif;
    margin-right: 5px;
    line-height: 1.5rem;
    color: #676767;
}

#breadcrumb > li+li:before {
    content: ">";
    margin-right: 6px;
}

#breadcrumb a {
    color: #676767;
}

#breadcrumb a:hover {
    color: #c65d00;
}

.to-amazon-button-container {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.to-amazon-button {
    background: #F3D078FF;
    background: linear-gradient(to bottom, rgba(247,223,165,0.9), rgba(240,193,75,0.9));
    border-style: solid;
    border-width: 1px;
    border-color: #a88734 #9c7e31 #846a29;
    border-radius: 3px;
    width: 300px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
}

.to-amazon-button:hover {
    filter: brightness(1.10);
    cursor: pointer;
}

#deviation-rank-area {
    margin-bottom: 25px;
}
.deviation-title {
    font-size: 0.9em;
}

.deviation-info {
    font-size: 0.7em;
    color: #919191;
}

.rank {
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 10px;
}

.rank-S {
    color: #e70000;
}
.rank-A {
    color: #dc5d00;
}
.rank-B {
    color: #ffcf00;
}
.rank-C {
    color: #1c8a00;
}
.rank-D {
    color: #002ab9;
}
.rank-E {
    color: #4a00b7;
}

.common-table {
    line-height: 1.2rem;
}

.common-table th {
    background-color: #dedede;
    border: 1px solid #919191;
    padding: 10px;
    text-align: center;
}

.common-table td {
    padding: 10px;
    border: 1px solid #919191;
}

.quote {
    background: #e8e8e8;
    padding: 15px;
}
