@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Londrina+Outline|Julius+Sans+One ');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    font-size: 100%;
    text-decoration: none;
    font-weight: normal;
}

*:focus {
outline: none;
}

html {
 overflow-y: scroll;
}

body {
    color: #6d6464;
    font-size: 15px;
    font-family: '游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0;
    background: #e4e9ec;
}

a {
    color: #B49A91;
    text-decoration: none;
}

a:hover {
    color: #CFC3C1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img {
    border: 0;
}

.menu {
    text-align: right;
    margin: 50px 0;
    color: #9C8D8A;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}

header{
    text-align: left;
    margin: 40px 0 25px 0;
}

nav ul {
    font-size:0;
}

nav ul li {
    margin: 0 15px;
    font-size:21px;
    font-family: 'Julius Sans One', 'メイリオ', sans-serif;
    color: #8b91a7;
    letter-spacing: 0.15em;
    display: inline-block;
}

nav ul li a {
    display: block;
    text-decoration: none;
    border-bottom:1px dashed #bfbba1;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    font-size:15px;
    color: #a89367;
    letter-spacing: 0.1em;
    margin-right: -5px;
}

nav ul li a:hover {
    opacity: 0.5;
}

section.tegalog {
    max-width: 570px;
    margin: 0 auto 0;
}

iframe {
    max-width: 100%;
}

.postarea img {
    max-width: 100%;
    height: auto;
}

.postarea form {
    background: #f6f6f6;
    padding: 10px;
}

.postarea textarea.tegalogpost {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 1.6em;
}

.postarea p.line-textarea {
    margin: 0;
}

.postarea p.line-control {
    margin: 10px 0 0;
}

.postarea input.postbutton {
    background: #5babfa;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}

.postarea input.postbutton:hover {
    background: #7cc8ff;
}

.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin: 0 2px 10px;
}

span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}

ul.cattree {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border: 1px solid #d6d6d6;
    padding: 15px;
    border-radius: 2px;
    position: relative;
}

ul.cattree li {
    font-size: 90%;
    margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}

ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 2px;
}

ul.hashtaglist li {
    font-size: 85%;
    margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}

ul.cattree li:before, ul.cattree li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}

div.onelogbox {
    max-width: 570px;
    margin: 10px auto 30px auto;
    padding: 15px;
    border-bottom: 1px solid #fff;
}

p.oneloginfo {
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    text-align: right;
    padding: 0;
    margin: 20px 0 5px 0; 
}

.postdate {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0.2em 0.4em;
    background: #f0f2f4;
    color: #baaf97;
    border-radius: 2px;
}

p.oneloginfo a.categorylink {
    font-size: 15px;
    letter-spacing: 0.08em;
    display: inline-block;
    text-decoration: none;
    color: #baaf97;
    margin: 0 8px;
}

p.oneloginfo a.categorylink:hover {
    opacity: 0.5;
}

p.situation {
    font-size: 90%;
    color: #ccc;
}

span.situation-postno {
    border: 1px solid;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.6em;
}

p.dateseparator {
    display: none;
    font-size: 90%;
    color: white;
    background: #ccc;
    width: fit-content;
    padding: 3px 5px;
    line-height: 1.6em;
    margin: 0 auto -20px 0;
}

p.dateseparator.fixedseparator {
    display: block;
}

p.pagenums {
    text-align: center;
}

a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #cbc2af;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
}

a.pagenumlink:hover {
    opacity: 0.5;
}

a.pagenumlink.pagenumhere {
    color: #A49694;
    background: #f5f5f5;
}

.pagelinks {
    text-align: center;
    margin: 15px 0 20px 0;
    color: #c8b997;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    font-size: 16px;
    letter-spacing: 0.15em;
}

div.comment a.readmorebutton {
    margin: 10px 3px 0 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5em;
    background: #cbc2af;
}

div.comment a.readmorebutton.readmoreclose {
    padding: 3px 8px;
    margin-left: 5px;
    background: transparent;
    font-size: 13px;
    background: #cbc2af;
}

.foldswitch {
    width: fit-content;
}

summary {
    display: inline-block;
    margin: 10px 3px 0 3px;
    padding: 3px 8px;
    border-radius:3px;
    background: #cbc2af;
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    cursor: pointer;
}

summary:hover {
    opacity: 0.7;
}

summary {
    list-style-type: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary:before {
    content: "＋";
}

details[open] summary:before,
summary details[open] summary:before {
    content: "－";
}

.foldedarea {
}

div.comment a.readmorebutton:hover {
    opacity: 0.5;
}

.comment {
    line-height: 1.8em;
    letter-spacing: 0.018em;
    padding: 0;
    word-break: break-word;
}

.comment img{
    max-width: 63%;
    height: auto;
    vertical-align: bottom;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin-bottom: 15px;
}

small.decorationS{
    font-size: 12px;
}

small.decorationT{
    font-size: 9px;
}

small.decorationS img {
    max-width: 36%;
}

small.decorationT img {
    max-width: 30%;
}

iframe.embeddedmovie{
    max-width: 63%;
    border-radius: 6px;
    margin-bottom: 3px;
}

blockquote.twitter-tweet {
    background-color: #f8f8f8;
    border: 1px dashed #ddd;
    border-radius: 9px;
    margin: 0.3em 0;
    padding: 1em;
    font-size: 0.95em;
    color: #999;
    text-shadow: 1px 1px 1px #fff;
}

div.twitter-tweet {
    max-width: 63% !important;
}

.cardlink {
    display: inline-block;
    width: 100%;
    max-width: 63%;
    margin: 5px 0 10px 0;
    padding: 0 0.25em 0.5em 0;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.cardlinkbox {
    border-radius: 6px;
    background-color: #f1f4f9;
    border: 1px solid #dde0e4;
    display: flex;
}

.cardlinkbox:hover {
    background-color: #eceff3;
}

.cardlinkimage {
    background-image: #F0EEED;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cardlinktextbox {
    display: flex;
    flex-direction: column;
    padding: 0.5em 1em;
}

.cardlinktitle,
.cardlinkdescription,
.cardlinkurl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
/* ↓制限の仕様 */
    line-clamp: 1;
    -webkit-line-clamp: 1; 
    text-overflow: ellipsis;
}

.cardlinktitle {
    padding-bottom: 0.25em;
}

.cardlinkdescription {
    display: none;
}

.cardlinkurl {
    color: #999;
}

.cardsize-S {
    flex-direction: row;
}

.cardsize-S .cardlinkimage {
    min-width: 90px;
    min-height: 90px;
    border-radius: 6px 0 0 6px;
    flex-shrink: 0;
}

.cardsize-S .cardlinktextbox {
    justify-content:center;
}

.cardsize-S .cardlinktitle { order: 1; }
.cardsize-S .cardlinkurl { order: 2; }

.cardsize-L {
    flex-direction: column;
}

.cardsize-L .cardlinkimage {
    aspect-ratio: 1.91 / 1;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}

.cardsize-L .cardlinktitle { font-weight: normal; margin-bottom: -5px; }
.cardsize-L .cardlinkdescription { min-height: 2em; }
.cardsize-L .cardlinkurl {
    border-top: 1px solid #ddd;
    margin-top:0.5em;
    padding-top:0.5em
    font-size:0.75rem;
}

p.poweredby {
    margin: -30px 0 30px 0;
    text-align: right;
    color: #929292;
    font-size: 12px;
}

q.decorationQ {
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px;
    background: #ebebeb;
}

body:not(.home) .categoryarea,
body:not(.home) .hashtaglistarea {
    display: none;
  }

.la, .lab, .lad, .lal, .lar, .las {
    font-size: 17px;
    vertical-align: middle;
}

a.nsfw {
    position: relative;
    overflow: hidden;
    display: block;
  }

  a.nsfw img {
    filter: blur(15px);
  }

  a.nsfw:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f071";
    vertical-align: middle;
    margin-right: 5px;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000003a;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 50px;
    margin: auto;
    top: 0;
    padding: 20% 0 0;
  }

  @media (min-width: 768px) {
    a.nsfw:before {
      font-size: 70px;
    }
}

@media screen and (max-width: 500px) {

body {
    font-size: 14px;
}

header{
    margin: 35px 0 25px 0;
}

nav ul li {
    margin: 0 15px;
    font-size:21px;
}

nav ul li a {
    margin-right: -5px; 
    font-size:15px;
}

section.tegalog {
    max-width: 90%;
}

div.onelogbox {
    padding: 10px;
}

.postdate {
    font-size: 13px;
}

p.oneloginfo a.categorylink {
    font-size: 14px;
}

.comment img{
    max-width: 100%;
}

small.decorationS img {
    max-width: 48%;
}

iframe.embeddedmovie{
    max-width: 100%;
}

.cardlink {
    max-width: 100%;
}

div.comment a.readmorebutton {
    font-size: 12px;
}

div.comment a.readmorebutton.readmoreclose {
    font-size: 12px;
}

div.twitter-tweet {
    max-width: 100% !important;
}
}