@charset "utf-8";

/*フォント読み込み*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/*フォント*/
body {
     font-family: "Montserrat","Noto Sans JP", serif;
}

/*画像を画面内に表示させる*/
img {
   max-width: 100%;
   height: auto;
}

/*URL折り返し*/
.comment a {
   overflow-wrap: break-word;
}

/*先頭固定記事下余白*/
.logstatus-fixed .comment {
    padding-bottom: 1.5rem;
    padding-top: 0;
}

/*装飾ボタンを整える*/
span.decoBtns{
	display: block !important;
        margin-bottom: 0.8rem;
}

.decoBtns input[type=button] {
       padding: 0.5rem;

}

.line-control input[type=checkbox]{
	background-color: #fff;
	appearance: auto;
}

.catChecks label{
	display: inline-block;
	vertical-align: top;
}

/*リストの装飾*/
.decorationL {
   list-style: circle;
   padding-left: 1rem;
}


/*極小サイズの文字サイズ*/
.decorationT {
   font-size: 70%;
}

/*引用*/
.decorationQ {
  padding: 1rem;
}

/*投稿するボタン*/
.postbutton {
    display: block;
    width: 100%;
    padding: 0.8rem;
    margin: 0.5rem 0;
    text-align: center;
    font-weight: 700;
}


/*ページャー*/
.number {
    margin-top: 2rem;
    text-align: center;
}

a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
}

/*非表示*/
.logstatus-fixed .side-item,
.dateseparator,
.utilitylinks,
.num
{
   display: none !important;
}



/* 「トップへ戻る」ボタン */

.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}

.my-color{
color: #c0c0c0;
}

body.home .freespace-home { display: block; }      /* 表示 */
body:not(.home) .freespace-home { display: none; } /* 非表示 */

.freespace-home {
padding: 10px;
}

body.home .postpage { display: none; } 
body:not(.home) .postpage { display: block; }

body.home .number { display: none; } 
body:not(.home) .number { display: block; }

.bkm img {
margin: 0 5px 5px 0;
}

