﻿@charset "UTF-8"; @import url("../reunion.css");

html {
    background-color: floralwhite;
}
body {
    width: 80vw;
}
header {
    background-color: floralwhite;
    margin-top: 0;
}
h1.taikai {
    font-size: 1.8em;
    text-shadow: none;
    border-top: none;
    border-bottom-style: solid;
    margin-top: 0.7em;
}
h2 {
    border-color: crimson;
}
h3 {
    border-color: palevioletred;
}
h4 {
    display: inline-block;
    line-height: 0.2;
    text-align: center;
    letter-spacing: 0.3em;
    border-bottom: 0.3em solid lightpink;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0;
    margin-top: 1.5em;
    padding: 0 1em;
}
h4 + span {
    font-weight: lighter;
    padding: 0 0.5em;
}
h4 + span + p,
h4 + span + p + p {
    position: relative;
    text-align: left;
    text-indent: 0;
    text-shadow: 1px 1px 1px grey;
    margin-left: 1em;
    padding-top: 0;
}
h4 + span + p:before,
h4 + span + p + p:before {
    content: "・";
    position: absolute;
    left: 0;
}
h4 + span + p span,
h4 + span + p + p span {
    font-size: smaller;
    text-shadow: none;
}
h4 + span + p a,
h4 + span + p + p a {
    color: inherit !important;
    text-decoration: none;
}
h4 + span + p a:hover,
h4 + span + p + p a:hover {
    text-shadow: none;
    text-decoration: underline;
}
a {
    color: blue;
}
a:visited {
    color: royalblue;
}
a:hover,
a:visited:hover {
    color: cyan;
}
header a {
    text-indent: 1em;
}
header a:hover,
header a:visited,
header a:visited:hover {
    opacity: 0.7;
    color: tomato;
}
header a span {
    display: block;
    position: absolute;
    color: darkred;
    font-size: medium;
    font-weight: bold;
    text-indent: 6em;
    letter-spacing: 0.5em;
}
.voted {
    width: 65vw;
    background-color: white;
    border: 2px ridge silver;
    margin: 1em auto 0;
    padding: 0.5em;
}
.voted h5 {
    text-align: center;
    border-bottom: 1px solid steelblue;
    margin: 0;
}
.voted p {
    font-size: small;
    margin-top: 0.5em;
    padding: 0;
}
.voted small {
    display: block;
}
@media screen and (orientation: portrait) {
    body {
        width: 95vw;
    }
}