 body {		
		font-family: Arial, sans-serif; font-size:15px;max-width: 100%;line-height:1.5;
padding:60px 0 0 0;
			-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #FCF4CC;
}
            .buttons input[type=password],
            .buttons input[type=text] {
                border: 1px solid #666666;
                width:auto;
                max-width: 100%;
                padding: 0.5em;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

.wrap{
	background-color: #ffffff;
	width:1000px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

header{
	display: flex;
  justify-content: space-between;
  align-items: center;
  height:60px;
  width: 100%;
  position: fixed;
  left: 0;
  top:0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
header .logo{
		display:flex;
	justify-content:flex-start;
	align-items: center;	
}
header .logo img{
width:60px;
height:60px;
margin-right: 10px;
}
header .wrap{
	display: flex;
  justify-content:space-between;
  align-items: center;
}

header nav{
	display: none;
}
header h1{
		display:flex;
	justify-content:center;
	align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  max-width:10em;
	  line-height: 1;
}
header h1 strong{
	font-size: 36px;
	font-weight: bold;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #829E6D;
	margin-right: 10px;
	display: inline-block;	
}

header h1 span{
	font-size: 13px;
		font-weight: bold;
		color: #829E6D;
			display: inline-block;	
}





#chk{
	display: none;
}
	#humbt{
		display:inline-block;
		margin:0;
    width:30px;
    height:30px;
    cursor: pointer;
	position:relative;		
	}

#humbt span {
    display: block;
    position: absolute;
    height:4px;
    width: 100%;
    background:#829E6D;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}	
#humbt span:nth-child(2) {
    top:13px;
}
#humbt span:nth-child(3) {
    top:26px;
}	

#chk:checked ~header #humbt span:nth-child(1) {
    top:13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
#chk:checked ~header #humbt span:nth-child(2) {
    width: 0;
    left: 50%;
}
#chk:checked ~header #humbt span:nth-child(3) {
    top:13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
#editers{
height:0; width: 100%; 
overflow-y:hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#chk:checked ~ .wrap #editers{
	height:auto;
	min-height:100%;
	overflow-y: auto;
}
	



main{
	width: 100%;
	max-width: 100%;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrap{
		width: 100%;
	max-width:1600px;
	margin: 0 auto;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.calist{
	margin-top:1em;
	padding-top:0.5em;
	border-top: 1px solid #999;
	display:none;
	justify-content:flex-start;
	align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	font-size: 11px;
}
.cachk{
	display: none;
}
.cachk:checked + .calist{
	display: flex;
}
.entry.dragging { opacity: 0.5; }
.uid-body.drop-hover { outline: 2px dashed #888; border-radius: 10px; }


label.calab,
.calist label{
	cursor: pointer;
}
.cates{
	width: 300px;
display: flex;
  justify-content:flex-start;
  align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	line-height: 1.5;
}
.cates a{
width: 100%;
	display: block;
	padding:0.5em;

	text-decoration: underline;
}
h2.page_title{
		display:flex;
	justify-content:flex-start;
	align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 1em 0;
	line-height: 1.5;
}
h2.page_title strong,
h2.page_title a{
margin-right: 1em;
	display: inline-block;
}
h2.page_title span{
	font-size: 11px;
	display: inline-block;
}
h2.page_title a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
h2.page_title strong{
	background-color: #ddd;
	padding: 0 3px;
}


strong{
	font-weight: bold;
}

pre.white{
background-color: #fff;
}

span[data-state="closed"]{
	display: none;
}
/* インラインコード（例: <code>text</code>） */
code {
    background-color: #f5f5f5;
    color: #333; /* 明るいピンク系 */
    font-family: "Fira Code", "Courier New", monospace;
    font-size:14px;
    padding:0;
    border-radius:0;
	line-height:1;
}

/* コードブロック（例: <pre><code>...</code></pre>） */

/* コードブロックの強調表示 */
pre code {
    display:inherit;
    background: none; /* pre に背景があるので不要 */
    padding: 0;
}

/* コードブロックのスクロールバーをカスタマイズ（モダンな見た目に） */
pre::-webkit-scrollbar {
    height: 8px;
}
pre::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}
pre::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/* コードブロック内の選択テキスト（選択したときのカラー） */
pre::selection, code::selection {
    background: rgba(255, 255, 255, 0.2);
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,div.chat_list .chat{
  text-align: left;
  font-weight: normal;
  vertical-align:top;
	line-height: 1.5;
	max-width:100%!important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	padding-bottom:3em;
	border-bottom:40px solid #D7E5D6 ;
	margin:40px 0;
}
caption,div.chat_list .chat.user{
	padding-bottom: 0;
	margin-bottom:2em;
	border-bottom: none;
	background-color: #EDEDED;
}
caption,div.chat_list .chat.liss{
	padding:1em 2em;
	margin: 0;
	border-bottom: 2px solid #888;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
caption,div.chat_list .chat.user.liss{
	background-color:#ddd;
}

.break-words{
	word-break: break-all;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

.absolute.bottom-0{
	display: none;
}
/* 全体のスタイル */
.whitespace-pre-wrap,
.markdown {
    max-width:100%;
    margin:0 auto;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height:1.5;
    color: #333;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	white-space:normal;
	word-break: normal;
}

.whitespace-pre-wrap{
	padding:0;
	word-break: break-all;
	white-space: pre-wrap;
  font-family: monospace;
}

.times{
		display:flex;
	justify-content:flex-start;
	align-items: center;
	font-weight: bold;
	color: #777;
}
.times a,
.times time{
margin:0 1em 0 0;	
}
div.chat_list{
width:1250px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	margin:2em auto;
border-collapse: collapse;
}


div.lists{
overflow: hidden;
max-height:4.5em;
}


pre{ 
			padding:1em;
			border: 1px solid #ddd;
			text-align: left;
			 max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
			margin-bottom: 2em;
	background-color: #fff;
	margin:0 0 1em 0;
    font-family: "Fira Code", "Courier New", monospace;
    font-size:14px;
    border-radius: 6px;
overflow-x: auto;
    line-height: 1.5;
			white-space:pre-line;
		}


div.chat_list .chat > div{
	max-width:100%;
	margin: 0 auto;
}
div.chat_list .chat > div.flex{
	display: flex;
  justify-content:space-between;
  align-items:flex-start;
}
        th { background-color: #f4f4f4; }

.pagination_s {
			width: 100%;
			display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;
			-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
        .pagination_s a { margin:5px; padding:2px 5px; text-decoration: none; }
        .pagination_s a.active { background-color: #007bff; color: white; }
        .pagination_s a:hover { background-color: #ddd; }



div.chat_list > pre.user{
	background-color:azure;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.chat_list > pre.user .chat .whitespace-pre-wrap{
	background-color:azure;
	width: 100%;
		-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


header form{
margin:0 1em;	
}
input{
	padding: 5px;
}

div.chat_list img{
	width: auto;
	height: auto;
	max-width: 100%;
}

footer{
	width: 100%;
	margin-top:60px;
	padding:30px 0 60px 0;
	background-color: #fff;
  box-shadow: 0px -5px 5px rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-----------------------
 page-top
-------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:5%;
	bottom:5%;
	cursor:pointer;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  z-index:998;
}
#page-top img{
	width:40px;
	height:40px;
}
#page-top:hover{
	opacity:0.8;
}

/* 全体のスタイル */
.whitespace-pre-wrap,
.markdown {
    max-width:1000px;
    margin:1em auto;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.whitespace-pre-wrap{
	padding:0 1em 1em 1em;
	word-break: break-all;
	background-color:#ededed;
	white-space: pre-line;
  font-family: monospace;	
}
.markdown {
	padding:0 0 3em 0;
}

/* 見出しスタイル */
.markdown h2 {
    font-size: 22px;
    font-weight: bold;
    color: #007AFF;
    border-bottom: 2px solid #007AFF;
    padding-bottom: 5px;
    margin-top: 20px;
}

.markdown h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 15px;
}

/* 段落 */
.markdown p {
    margin: 10px 0;
}

/* 太字 */
.markdown strong {
    color: #000;
}

/* 箇条書き（リスト） */
.markdown ul {
    padding-left: 20px;
}

.markdown ul li {
    margin-bottom: 5px;
}

/* テーブル */
.markdown table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
}

.markdown th, .markdown td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.markdown th {
    background: #999999;
    color: white;
}

/* 横線（区切り） */
.markdown hr {
    border: none;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
button{
	font-size: 10px;
}
button svg{
width: auto;
	margin: 2px;
	height:8px;
}

/* 印刷時にページ区切りを防ぐ */
@media print {
    .markdown {
        page-break-inside: avoid; /* 要素の途中で改ページしない */
    }

    .kai{
        page-break-before: always; /* 見出しごとに改ページ */
        page-break-inside: avoid; /* 表の途中で切れないようにする（効かないこともある） */
    }
	
}

/*---------------------------------------------*
* width 1600px
*----------------------------------------------*/
@media screen and (max-width:1600px) {
	.times a,
.times time{
	font-size: 12px;
	margin: 0 0.5em 0 0;
	}
	main .wrap{
		width: 100%;
	max-width:100%;
	margin: 0 auto;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
main{	
		padding-bottom: 5em;
}
div.chat_list {
    width:100%;
}
	
.cates{
	width:100%;
display: flex;
  justify-content:flex-start;
  align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	line-height: 1.5;
}

caption, div.chat_list .chat.liss {
    padding: 1em;
}	
	
}
/* width 1200px end --------------------------------------------*/


