@charset "utf-8";

:root {
    --main-color: #8491c3;
    --sub-color: #0a71ae;
    --box-bgcolor:#bbc8e640;
    --text-color: #333;
    --button-color:#4d4398;
    --button-sub-color:#fff;
    --button-hover:#4d439860;
    --accent-color:#bbc8e6;
}

body{
    font-size:100%;
    font-family:  "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    background-color: #ffffff;
    line-height: 1.8;
    background:url(https://raiiny.lsv.jp/wp-content/uploads/2023/06/bg_09_2.jpg) repeat-x;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.la, .las {
  font-size: 16px;
  vertical-align: baseline;
}

a{
  color:var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--sub-color);
}

header a{
  color:var(--text-color);
}

footer a{
  color:var(--text-color);
}

a.categorylink {
    font-size: 0.8em;
    background: var(--box-bgcolor);
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: bold;
}
  

.url {
    word-break:break-all;	
}

.editlink {
    font-size: 0.8em;
    padding: 0 0 3px 15px;
}
  
.editlink a {
    text-decoration: none;
    color:var(--text-color);
    padding: 0 3px;
    border:none;
    background-color: transparent;
}

a#totop {
    display: block;
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 45px;
    height: 45px;
    background: var(--main-color);
    border-bottom: none;
    z-index: 999;
    border-radius: 5px;
}

a#totop:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0;
    left: 0;
    margin: auto;
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.situation {
    margin: 1em;
    font-weight: bold;
    color: var(--text-color);
}

span.situation-postno {
  display: none;
}

.searchword {
  font-weight: bold;
  padding:0 3px;
  background: var(--accent-color);
}

.pagecover {
	max-width: 1000px;			
	margin: 0px auto;			
	padding: 0;
	box-sizing: border-box;
}


.contents .mainarea {
    margin: 100px auto 50px;
    padding: 2em 2em 0 2em;
    max-width: 750px;
    background-image: linear-gradient(transparent, #bbc8e61a 50%, transparent);
}

.contents .subarea {
	padding: 1.25em;
}

.sticky {
    width: 100%;
}


@media all and (min-width: 1000px) {
	.contents {
		display: flex;
		flex-direction: row;
	}

	.contents .mainarea {
		flex: 4;
	}

    .contents .subarea {
		margin-top:150px;
		flex: 1;
	}

    .sticky {
        position: sticky;
        top:-200px;
    }

}


@media (max-width: 1000px) {
.sub{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: auto;
    max-width: 600px;
    font-size:0.9em;
}
    
}


@media (max-width: 600px) {
  .sub {
    grid-template-columns: 1fr; 
    grid-template-rows: auto;  
    justify-items: center;
  }

}


header {
    display: block;
    background-color: transparent;
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.headtitle {
    margin: 60px 10px 0 0;
    padding: 0.2em;
    color: #66757f;
    line-height: 1;
    display: block;
    text-align: center;
}

.headtitle a{
    color:var(--text-color);
}

.headmenu {
    font-size: 0.9em;
    margin: 100px 10px 0 0;
    text-align: center;
}

.postform {
    margin: 30px 10px;
    padding: 1em 0;
    margin-bottom: 15px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}

details.Login-Required.postarea {
    background: var(--box-bgcolor);
    padding: 10px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}

span.decoBtns {
    display: block;
    line-height: 2.5em;
}

  
textarea.tegalogpost {
    border: 1px solid #666;
    border-radius: 3px;
    background-color: #fff;
    padding: 0.8em;
    font-size: 0.9rem;
    box-sizing: border-box;
    width: 100%;
    height: 8em;
    overflow-wrap: break-word;
    overflow: auto;
    line-height: 1.5em;
}
  
input.submitbutton, input.passkeysubmit, input.catpullsubmit, .postarea input[type="button"], .postarea input[type="text"] {
    min-width: 33px;
    min-height: 33px;
    margin: 3px;
    background-color:var(--button-color);
    color:var(--button-sub-color);
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    vertical-align: middle;
    padding: 5px 10px;
    font-family: "Ruluko", "Zen Kaku Gothic New", serif;
    border-radius: 3px;
}
  
.postbutton {
    background:var(--button-color);
    color: var(--button-sub-color);
    border: none;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: "Ruluko", "Zen Kaku Gothic New", serif;
}

.postbutton:hover{
    background:var(--button-sub-color);
    color:var(--button-color);
    border:1px solid;
}
  
.postarea input[type="file"] {
    background: transparent;
    border: none;
    font-size: 0.9em;
    vertical-align: middle;
}

  
.postarea .submitcover {
    display: block;
    text-align: right;
}
  
.postarea label {
    padding: 6px;
    vertical-align: middle;
}
  
p.line-textarea {
    margin-bottom: 0;
}
 

.oneloginfo {
    margin: 1em 0 0 1em;
    font-size: 0.9em;
    display: flex;
    align-items: end;
}


.postdate {
    font-size: 0.85em;
}

.postdate a {
    display: inline-block;
    color: #555;
    padding: 0 0.5em;
}

.logtitle {
    font-weight: bold;
}

.loginfo {
    padding-right: 30px;
    color: #666;
    text-align: right;
}

a.categorylink {
  background: var(--accent-color);
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
}

.postdayinfo {
    display: grid;
}

.logbody {
    margin: 0.3em;
}

.onelogbox {
    margin: 0 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.onelogbody {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.comment {
    line-height: 1.5em;
}

.onelogcontent {
    margin: 0;
    padding: 1em;
}


.logfooter {
    text-align: right;
    padding-top: 2.5em;
}

dd {
    border-left: 1px solid #e5e5e5;
    padding: 0.5em 1em 1em;
    margin: 0 0.5em;
}

dl {
    margin: 0;
}

.pagenavi {
    margin: 2.5em 0px;
    padding: 0.5em 0px;
    text-align: center;
}

.pagenums a.pagenumlink {
    margin: 0px 2px 0px 2px;
    padding: 0.3em 0.5em;
    font-size: 1em;
    font-weight: bold;
}

a.pagenumhere {
    text-decoration: none;
    background-color: var(--main-color);
    color: var(--button-sub-color);
}

.pagelinks a {
    font-weight: bold;
}

p.pagenums {
    margin: 0.5em;
}

select.catpull {
    width: 180px;
    padding: 3px;
    border: 1px solid var(--button-color);
}

p.cornertitle {
  font-weight: bold;
  margin: 0;
  font-size :0.8em;
}

.area {
	margin: 0 0 1em 0;
	padding: 1em;
	background: var(--box-bgcolor);
    width: 90%;
	min-width: 240px;
    border-radius: 0 10px 0;
}

.subinfo{
    font-size: 0.8em;
}



.searchbox {
	margin: 0;
}

.queryinput {
	border: 1px solid var(--button-color);
	font-size: 1em;
	padding: 0.25em 0.5em;
	width: 150px;
    height:1em;
}

.searchbox .submitbutton {
    background-color: var(--button-color);
    font-size: 0.8em;
    font-weight: bold;
    color: var(--button-sub-color);
    display: inline-block;
    margin: 0;
    border-radius: 0;
    padding: 0.3em 0.5em;
    min-height: 0.8em;
    vertical-align: text-top;
}

.searchbox .submitbutton:hover {
	background-color: var(--button-sub-color);
	border:1px solid var(--button-hover);
	color: var(--button-hover);
}

.searchtarget {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3;
}

ul.latestpostlist{
	list-style: none;
	padding: 0 3px 0;
    margin: 5px 0 ;
    font-size: 0.9em;
}

a.postlink, a.datelistlink{
  color: var(--text-color);
  padding-right: 3px;
}


.datelimitlist {
	margin: 0;
	padding: 0 3px 0;
    font-size: 0.9em;
}

.datelimitsublist {
	margin: 0;				
	padding: 0 0 0 5px;		
	list-style-type: none;	
	font-size: 0.9em;
}

.datelimitlist .datelimitsublist .datelimit-month {
	display: inline-block;
	margin-right: 0.9em;
}

.datelimit-yearhead {
    display: none;
}

.datelimitlist .num {
	font-size: 0.85em;		
	margin-left: 0.3em;		
}


footer {
    margin: 1em;
    padding: 10px 0 0 0;
    color: var(--text-color);
}

.poweredby {
    font-size: 0.8em;
    text-align: center;
    margin: 0;
    padding: 10px;
}


button.newiine_btn{
    border:none;
}
 
button.newiine_btn:hover {
    background: var(--button-hover);
}
 
button.newiine_btn span.material-icons-round {
    font-size: 16px;
    vertical-align: sub;
}
 
button.newiine_btn.newiine_clickedtoday {
    color: var(--button-color);
}
 
button.newiine_btn.newiine_clickedtoday:hover {
    background: var(--button-hover);
}
 
button.newiine_btn.newiine_clicked {
    color: var(--text-color);
    background: transparent;
}
 
button.newiine_btn.newiine_clicked:hover {
    background: var(--button-hover);
}

/* End of file */
