@charset "Shift_JIS";
/* お題小説 */
.content-other { margin-left: 1em; }
.content-other p { line-height: 130%; }
.content-other p a { padding: 0px 3px; }
.content-other p a:hover { color: #ffffff; background-color: var(--main-blue); }

.content-other-list { display: grid; grid-auto-flow: column; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(25, 1fr);
    column-gap: 15px; row-gap: 15px; margin: 30px 50px; }
.content-other-list a { color: #000000; white-space: nowrap; border-bottom: 1px dashed #000000; }
.content-other-list a:hover { border-bottom-style: solid; }
.content-other-list a.non { color: var(--main-gray); text-decoration: line-through; border-width: 0px; }

.content-other-list .c1 { border-color: #8f0000; }
.content-other-list .c2 { border-color: #ffe200; }
.content-other-list .c3 { border-color: #004523; }
.content-other-list .c4 { border-color: #003180; }
.content-other-list .c5 { border-color: #63007c; }





/* ---------------------------------------------------------------------------------------------------- */
/* スマホ対応用 */
@media (max-width: 480px) { 
    .content-other-list { grid-template-columns: 1fr; grid-template-rows: repeat(100, 1fr); }
}
/* ---------------------------------------------------------------------------------------------------- */