@charset "UTF-8";

html, body, header, main, footer, section, article, h1, h2, h3, nav, p, hr, figure, dl, ul, ol, details {
    display: block;
    margin: 0;
    padding: 0;
}
html {
    background-color: powderblue;
    -webkit-text-size-adjust: 100%;
}
body {
    width: 90vw;
    background-color: snow;
    margin: 0 auto;
}
header, section {
    margin-top: 1em;
}
header > a {
    display: block;
    color: tomato;
    width: 90%;
    max-width: 512px;
    box-sizing: border-box;
    background-color: floralwhite;
    border: 10px solid tomato;
    font-size: 3em;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 10px silver;
    line-height: 2.2em;
    margin: 0 auto;
}
h1 {
    position: relative;
    font-family: serif;
    color: snow;
    text-shadow: 2px 2px 0px silver;
    background-color: deepskyblue;
    line-height: 3;
    font-size: 2.2em;
    font-weight: lighter;
    text-indent: 4vw;
}
h1.taikai {
    color: black;
    background-color: transparent;
    font-family: inherit;
    line-height: 1;
    border-top: 4px ridge crimson;
    border-bottom: 4px ridge crimson;
    padding-top: 4px;
}
h1 > a {
    color: inherit;
    text-decoration: inherit;
}
h1 > a:hover {
    opacity: 0.5;
}
h1 > span {
    position: absolute;
    font-family: monospace;
    font-size: small;
    bottom: 0;
    right: 1em;
}
h1.taikai > span {
    position: static;
    font-family: inherit;
    font-size: inherit;
    white-space: nowrap;
}
h2 {
    margin-top: 0.7em;
    margin-left: 0.2em;
    padding-left: 0.2em;
    border-left: deepskyblue 0.4em solid;
}
h3 {
    display: inline-block;
    text-align: justify;
    font-size: medium;
    font-weight: lighter;
    border-left: mediumseagreen 0.5em solid;
    border-bottom: mediumseagreen 1px solid;
    border-color: royalblue;
    margin: 0.5em 0.5em 0 1em;
    padding: 0 0.5em;
}
h4 {
    display: inline-block;
    background-color: aliceblue;
    border: dashed 4px lightblue;
    padding: 1em;
}
.player {
    margin: 1em 0;
    padding: 0 1em;
}
.player h3 {
    display: inline;
    border: none;
    text-shadow: 0px 0px 4px silver;
    margin-left: 0;
    padding-left: 0;
}
.player h3:before{
    content: "・";
}
.player a:first-child {
    color: #202020;
    font-weight: bold;
    text-decoration: underline;
}
.player a:first-child:hover {
    color: silver;
}
.player a:first-child img {
    height: 7em;
}
.player a:first-child span {
    vertical-align: top;
    margin-left: 1em;
}
.player h4 {
    display: inline;
    text-shadow: 0px 0px 4px silver;
    background-color: inherit;
    font-size: smaller;
    font-weight: lighter;
    line-height: inherit;
    letter-spacing: 0;
    border: none;
    margin: 0;
    padding: 0;
}
.player h4:before {
    content: "作者: ";
}
.player p {
    font-size: smaller;
    padding-top: 0;
    padding-left: 0;
}
p {
    text-indent: 1em;
    padding: 1em 1em 0;
    line-height: 1.4;
    text-align: justify;
}
h3 + p {
    margin-left: 1em;
}
article {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
ul {
    margin-top: 1em;
    margin-left: 2em;
}
ul + p {
    font-size: 90%;
}
ol {
    margin: 0.5em 0;
    margin-left: 3em;
}
li {
    text-align: justify;
    padding-right: 1em;
}
ol > li {
    text-indent: -0.4em;
}
li > div {
    margin-bottom: 0.7em;
}
nav {
    width: 100%;
    max-width: 100%;
    background-color: ivory;
    border-top: 0.5em outset silver;
    border-bottom: 0.5em outset silver;
	line-height : 1.3em;
	font-size : small;
	margin-bottom : 1em;
    margin-top: 1em;
}
nav ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5em;
    margin-left: 0;
    margin-bottom: 0.5em;
}
nav li {
	display : inline-block;
	text-align : center;
	border : 1px solid;
	text-decoration : underline;
	padding : 0.2em 2em;
}
nav li a {
    color: darkblue;
}
nav li a:hover {
    color: silver;
}
a {
    color: blue;
}
figure {
    font-size: smaller;
    text-align: center;
    margin-right: 1em;
    margin-left: 1em;
}
details {
    margin-top :1em;
}
summary {
    color: steelblue;
}
summary:hover {
    color: black;
    cursor: pointer;
}
dl {
    margin: 1em 2em;
    font-size: smaller;
}
dt {
    float: left;
}
dd {
    text-indent: 2em;
    margin-left: 7em;
}
footer {
    color: gray;
    font-size: 70%;
    text-align: center;
    border-top: 1px solid silver;
    margin: 0.5em 2em 1em;
    padding: 0.3em 0;
}
footer span {
    font-size: 70%;
}
.s {
    font-size: smaller;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.button {
    display: block;
    border: 1px solid black;
    margin-left: 1em;
}
.twitter {
    display: inline-block;
    text-align: center;
    border: outset 5px gray;
    margin-left: 1em;
    margin-right: 1em;
}
.masaospace {
    display: inline-block;
    position: relative;
    top: -6px;
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    border: 1px black solid;
    text-align: center;
    line-height: 40px;
}
[class^="icon_"] {
    background-size: 1.7em;
    background-repeat: no-repeat;
    background-position: right 0.8em top 40%;
    margin: 0;
    margin-top: 1em;
    padding-right: 3em;
}
[class^="icon_"] + p {
    padding-bottom: 1em;
}
[class^="icon_"] + p + ul {
    margin-top: 0;
}
[class^="icon_"] + p img {
    vertical-align: bottom;
}
[class^="icon_"] + p + ul img {
    vertical-align: middle;
    margin: 0.5em;
}
.icon_info {
    background-image: url('icon_info.png');
}
.icon_book {
    background-image: url('icon_book.png');
}
.icon_crown {
    background-image: url('icon_crown.png');
}
.icon_snowy {
    background-image: url('icon_snowy.png');
}
.icon_star {
    background-image: url('icon_star.png');
}
.icon_watch {
    background-image: url('icon_watch.png');
}
.icon_discord {
    background-size: 24%;
    background-image: url('icon_discord2.png');
}
.icon_mail {
    background-image: url('icon_mail.png');
}
.highlight {
    background-color: lemonchiffon;
    border-color: gold;
}
.masaospace > img {
    position:relative;
    top: 3px;
}
.sil, .sil +dd {
    color: silver !important;
}
.dead {
    color: gray !important;
    cursor: default;
    text-decoration: line-through;
}
.notyet {
    background-color: #ddd;
}
@media screen and (orientation: portrait) {
    h1 {
        font-size: 1.6em;
        text-align: center;
        text-indent: 0;
    }
    figure {
        float: none;
        margin: 0 auto;
    }
    dl {
        margin: 1em;
    }
    dt {
        text-decoration: underline;
        float: none;
    }
    dd {
        text-indent: 1em;
        margin-left: 1em;
        padding-bottom: 0.5em;
    }
    .left, .right {
        float: none;
        //margin: 0 auto;
    }
}