@charset "utf-8";
body {
    color: black; background-color: #efefef;
    border-top-style: solid; border-top-width: 4px;
    
    border-top-color: #2055fb;
    margin: 0;
    word-break: break-all;
    font-family: sans-serif;
}
a {
    
    color: #0044aa;
    background-color: transparent;
}
.person {
    color: #833B55; background-color: transparent;
}
.topic {
    color: #467237; background-color: transparent;
    font-style: normal;
}
.global {
    color: #43647C; background-color: transparent;
}
header {
    margin-left: 1%; margin-right: 1%;
    margin-top: 1%;
}
header h1 {
    margin: 0;
    margin-bottom: 1%;
    float: left;
    font-size: medium;
}
h1 img {
    height: 42px; max-width: 96%;
    vertical-align: middle;
}
nav {
    text-align: right;
}
header aside {
    text-align: center;
    border-style: solid; border-width: 1px;
    border-color: #bababa;
    color: black; background-color: #fdeaee;
    font-size: smaller;
    clear: both;
}
main, #login-out main {
    margin-left: 1%; margin-right: 1%;
    clear: both;
}
main .main-form, .special-form, .edit-form, fieldset {
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #bababa;
    padding: 1%;
    clear: both;
}
.main-form #ta-body {
    height: 6em;
}
.edit-form #ta-body {
    height: 12em;
}
.tip {
    text-align: center;
    border-style: solid; border-width: 1px;
    border-color: #bababa;
    color: black; background-color: #eeeafd;
    font-size: smaller;
    clear: both;
}
.tip small::before {
    content: '💡';
}
#login-out main {
    color: black; background-color: white;
    border-style: solid;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #bababa;
    padding: 1%;
}
main article {
    color: black; background-color: white;
    border-style: solid;
    border-radius: 10px 0 0 10px;
    border-width: 1px;
    border-color: #bababa;
    padding: 1%;
    margin-bottom: 1px;
}
main article h1, main article h2, main article h3, main article h4, main article h5,
main article h6 {
    border-top-style: none; border-bottom-style: dotted;
    border-left-style: solid; border-right-style:none;
    border-left-width: thick; border-bottom-style: thin;
    border-color: #eeeeee;
    margin-bottom: 0;
}
main article p, main article blockquote {
    line-height: 1.5em;
    padding-left: 1%; padding-right: 1%;
}
main article li {
    line-height: 1.3em;
}
main article blockquote {
    background-color: #eeeeee; color: black;
    padding: 1%;
    border-radius: 5px;
}
article.own, article.sub {
    border-radius: 0 10px 10px 0;
    border-width: 1px;
    border-color: #bababa;
}
article.sub {
    margin-left: 0.2em;
}
article.refer {
    border-radius: 10px 0 0 10px;
    border-width: 1px;
    border-color: #bababa;
    border-style: dotted;
}
b img, .appendix img, footer img {
    vertical-align: middle;
    max-height: 2em; max-width: 2em;
    margin-right: 1px;
}
b img {
    border-style: solid; border-width: 1px;
    border-color: #bababa;
}
cite img {
    vertical-align: middle;
    max-height: 1em; max-width: 1em;
    margin-right: 1px;
}
p img {
    max-width: 96%;
    max-height: 480px;
}
div.movie {
    position: relative;
    max-width: 96%;
}
div.movie::before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
div.movie iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
article q {
    display: block;
    margin-top: 1%; margin-bottom: 1%;
    margin-left: 1em; margin-left: 1em;
}
article q::before {
    content: "“";
}
article q::after {
    content: "”";
}
#ip-topic, #ta-body, .ip-text {
    width: 99%;
}
.special-form #ta-body {
    height: 40em;
}
.page-list-h {
  clear: both;
  text-align: center;
  word-spacing: 1em;
}
.page-list-h li {
  display: inline;
}
#page-side nav, .appendix, .hot-list, .user-box, .replies {
    text-align: left;
    border-style: solid;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #bababa;
    padding: 1%;
    margin-bottom: 1px;
    font-size: smaller;
    color: black; background-color: #f5f5f5;
}
.replies li, .ub-tl li {
    list-style-type: none;
    line-height: 2em;
    border-top: solid; border-color: #bababa;
    border-width: 1px;
    clear: both;
}
.replies p {
    margin: 0;
    float: left;
}
.replies li:first-of-type {
    border: none;
}
.replies ul {
    margin: 1px;
    padding: 1px;
}
.replies li img, .ub-tl li img {
    height: 1.5em; width: 1.5em;
    vertical-align: middle;
}
.replies time {
    display: block;
/*     float: right; */
    text-align: right;
    word-break: normal;
}
.indeed-form small {
    max-width: 15%
}
input.indeed-text {
    width: 32em;
    max-width: 98%;
}
input.indeed-button {
    width: 6em;
    max-width: 98%;
}
#login-out #page-side, .foreign .ub-tl {
    text-align: center;
    border-style: solid;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #bababa;
    padding: 1%;
    margin-bottom: 1px;
    color: black; background-color: #f5f5f5;
}
#login-out #page-side {
    font-size: smaller;
}
.foreign {
    font-size: 95%;
}
.foreign h1 {
    font-size: medium;
}
.greeter-art {
    max-width: 70%;
}
#page-side h1 {
    float: none;
    font-size: medium;
    padding: 1%; margin:1%;
}
#page-side ul, .foreign ul {
    padding: 1%;
    margin: 1%;
    list-style-type: none;
    line-height: 2em;
    margin-left: 1em;
}
.hot-list li {
    display: inline;
}
.user-box .prof-i {
    text-align: center;
    padding: 1%;
}
.prof-i img {
    max-width: 75%;
}
.user-box ul {
    text-align: center;
}
#page-side .ub-tl {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #bababa;
}
.ub-tl ul {
    text-align: left;
}
.ub-tl li {
    line-height: 1.7em;
}
#page-side {
    margin-left: 1%; margin-right: 1%;
}
#page-footer {
    clear: both;
    color: white; background-color:#50363f;
    text-align: center; font-size: smaller;
    padding: 1%;
}
#page-footer a {
    color: #ffd62a; background-color: transparent;
}
.root::after {
    color: white; background-color: #ff9c00;
    content: '★';
    margin-left: 1px; margin-right:1px;
    border-style: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: transparent;
}
.be-tweet, .be-share {
    margin-left: 4px;
}
a.be-tweet::before {
    background: url(assets/also-tweet.png);
    content:" ";
    display:inline-block;
    width:1.9em;
    height:1.5em;
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-left: 1em;
}
a.be-share::before {
    background: url(assets/share-twitter.png);
    content:" ";
    display:inline-block;
    width:1.9em;
    height:1.5em;
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-left: 1em;
}
a.be-indeed::before {
    background: url(assets/ittalker.png);
    content:" ";
    display:inline-block;
    width:1.9em;
    height:1.5em;
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-left: 1em;
}
.special-body h1 ~ *{
    margin-left: 1%;
}
footer {
    font-size: smaller;
}
@media screen and (orientation: landscape){
    main {
        float: left;
        width: 70%;
    }
    #page-side {
        width: 27%;
        margin-left: 0;
        float: right;
    }
    #login-out #page-side {
        width: 22%;
    }
    .appendix, .hot-list {
        padding: 2%;
    }
    .hot-list li {
        display: list-item;
    }
    .user-box ul {
        text-align: left;
    }
    div.movie, p img {
        max-width: 88%;
    }
}
