/*--margintop（最初の数値　40→0に変更有）--*/
section.tegalog {
	max-width: 700px;
	margin: 0 3% 0;
	font-size: 14px;
}

@media (min-width: 768px) {
	section.tegalog {
			max-width: 600px;
			margin: 0 auto 0;
			font-size: 16px;
	} 
}

selector {
	border-top: solid 1.5px #666;
	border-bottom: solid 1.5px #666;
}

iframe {
	max-width: 100%;
}

.postarea form {
	background: #f6f6f6a5;
	padding: 10px;
	border-radius: 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: #9e9e9e;
	color: white;
	border: none;
	border-radius: 3px;
	padding: 6px 20px;
	cursor: pointer;
}

.postarea input.postbutton:hover {
	background: #cccccc;
}
.decoBtns input[type=button] {
	border-radius: 3px;
	border: 1px solid #9e9e9e;
	background: #9e9e9e;
	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 {
	background-color: #f6f6f6a5;
	max-width: 700px;
	margin: 30px auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 12px 24px 0 ;
	margin-bottom: 24px;
}
/* p.oneloginfo {
	font-size: 90%;
color: #979797;
}

p.oneloginfo a.categorylink {
	display: inline-block;
	text-decoration: none;
	color: #979797;
	border: 1px solid;
	padding: 1px 6px;
	border-radius: 2px;
	margin: 0 8px;
}
p.oneloginfo a.categorylink:hover {
	border-color: #979797;
background: #979797;
color: white;
} */

p.oneloginfo {
	text-align: right;
}
p.situation {
	font-size: 90%;
	color: #0a2d32da;
}
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;
	background: #000000;
	color: white;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
a.pagenumlink.pagenumhere {
	background: #ccc;
}
a.readmorebutton {
	margin: 20px auto;
	border: 1px solid;
	text-decoration: none;
	color: #242424;
	width: 100%;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
}
a.readmorebutton.readmoreclose {
	padding: 1px 8px;
	font-size: 85%;
	margin-left: 5px;
}
p.poweredby {
	text-align: right;
	color: #929292;
	font-size: 12px;
}

/*日付境界バー*/

p.dateseparator {
	font-size: 105%;
	color:#536b5f;
	font-weight: bold;
	background: rgb(223, 223, 223);
	border-color: #979797;
	border: solid;
	border-width: 1.5px;
	border-radius: 10px;
	padding: 3px 5px;
	line-height: 1.6em;
	margin: 0 -12px 0px -12px;
	padding-left: 12px;
}

/*検索窓*/
div.searcharea {
	text-align: right;
}

/*先頭固定*/
span.fixed {
	display: block;
	font-size: 80%;
	color:#ffffff;
	font-weight: bolder;
	background: rgb(195, 195, 195);
	border: none;
	border-radius: 10px;
	width: fit-content;
	padding: 3px 8px;
	margin: 0 0px 24px -12px;
}

/*ページリンク*/
p.pagelinks{
	text-align: center;
	font-weight: bold;
}

a.nextlink{
	color: #000000;
}

a.nextlink:hover{
	color: #0a2d3279;
}

a.prevlink{
	color: #000000;
}

a.prevlink:hover{
	color: #0a2d32da;
}

a.pagenumlink:hover{
	background: #0a2d32da;
}


/* 寝言のメッセージボックス */
div.negoto{
	text-align: center;
}

div.negotop{
	width: 80%;
 margin: auto;
}

@media (min-width: 768px) {
	div.negotop{
			width: 60%;
		 margin: auto;
		}
	
}

/* 寝言のinfo */

.info {
	font-size: 90%;
color: #979797;
	margin-bottom: 8px;
	vertical-align:middle;
}

.info a.categorylink {
	display: inline-block;
	text-decoration: none;
	color: #979797;
	margin: 0 8px;
}
.info a.categorylink:hover {
color: #eee;
}

/* カテゴリアイコン */
span.categoryicon> img {
	width: 40px;
	border-radius: 50%;
	border: #b1fff1 solid 1px;
}
span.categoryicon {
	text-align: left;
	margin-bottom: 4px;
}

/* メインアイコン */
a.main-icon > img {
	width: 80px;
	box-sizing: border-box;
	border-radius: 50%;
	border: solid  #1e8a9b76 2px ;
}

.header {
	background-color: #f6f6f6a5;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border: #d6d6d6 1px solid;
	border-radius: 10px;
	overflow: hidden;
}

.header > img {
	width: 1500px;
	height: 200px;
	object-fit: cover;
}


.user{
	box-sizing: border-box;
	display: flex;
	align-items: end;
	position: relative;
	left: 12px;
	bottom: 32px;
}
.username {
	box-sizing: border-box;
	position: relative;
	padding-left: 12px;
}

.username > p {
	font-size: 16px;
	font-weight: bold;
}

.plof {
	position: relative;
	margin-top: -48px;
	left: 32px;
	font-size: 12px
}

@media (min-width:426px) {
	a.main-icon > img {
		width: 100px;
		box-sizing: border-box;
		border-radius: 50%;
		border: solid  #1e8a9b76 2px ;
	}
	.user{
		box-sizing: border-box;
		display: flex;
		align-items: end;
		position: relative;
		left: 24px;
		bottom: 48px;
	}
	.username {
		box-sizing: border-box;
		position: relative;
		padding-left: 16px;
	}
	
	.username > p {
		font-size: 20px;
		font-weight: bold;
	}
	.plof {
		position: relative;
		margin-top: -48px;
		left: 32px;
		font-size: 16px;
	}
}

/* 背景 */
body{
		background-image: linear-gradient(342deg, rgba(85, 170, 180, 1), rgba(235, 174, 192, 1) 99%);
		height: 100vh;
		background-attachment: fixed;
}

.container {
	background-color: #f6f6f675;
}



/* リンク色 */
a {
	color: #0a2d32da;
}

a:hover {
	color: #0a2d3284;
}

/* フッター */
.footer-container {
	background-color: #0a2d32da;
}

.footer-container > p >a {
 color: #dcdcdc;
}

/* メニュー */
.ichiran {
	display: flex;
	justify-content: center;
	line-height: 3rem;
	border-radius: 10px;
	overflow: hidden;
	background-image: linear-gradient(342deg, rgba(54, 127, 135, 0.683), rgba(175, 115, 133, 0.683) 99%);
}

.ichiran a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-weight: bold;

}

.ichiran button:hover {
	background-color: #e7fffb63;
	transition: .4s;
}

.ichiran button {
	justify-content: space-around;
	border: none;
	line-height: 2.5rem;
	font-size: 14px;
	transition: background-color 0.5s;
}

.nowbox{
	width:calc(100% / 3 * 2);

	background: none;
}

.otherbox{
	width:calc(100% / 3);
	justify-content: space-around;

	background: #ffffff71 ;
	
	line-height: 2rem
}

.situation {
	margin-top: 1.2vh
}