@charset "Shift_JIS";
/* 設定用　共通 */
a.page-top { display: inline; }

/* ---------------------------------------------------------------------------------------------------- */
/* 魔法少女１０年目　設定 */
body.M10 .settei-content { display: grid; grid-template-columns: 300px 1fr; column-gap: 20px; row-gap: 50px; }
body.M10 .settei-content table { margin: 10px; }
body.M10 .settei-content td:first-of-type { white-space: nowrap; text-align: right; }

body.M10 .spell { margin-left: 1em; }
body.M10 .spell p { margin-left: 1em; }
body.M10 .spell-language { margin: 30px 0px 5px; }
body.M10 .spell-language span { font-size: 0.75rem; margin-left: 30px; }
body.M10 .spell-spell { display: grid; grid-template-columns: max-content 1fr; margin-left: 3em; }
body.M10 .spell-spell-language { margin-left: 1em; }





/* ---------------------------------------------------------------------------------------------------- */
/* スマホ対応用 */
@media (max-width: 480px) {
    body.M10 .settei-content { grid-template-columns: 1fr; }
    
    body.M10 .spell-spell { grid-template-columns: 1fr; }
}
/* ---------------------------------------------------------------------------------------------------- */