
body {
	background-color:white;
	/*background-color:rgb(255,255,22); amarillo pollito */
     
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h1 {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
form {
	color:black;
	border-radius:30px;
	padding:40px;
	margin:40px;
	width:600px;
	margin:0 auto;
}

.post form {
	color:black;
	border-radius:5px;
	border:0px dotted black;
	padding:10px;
	margin:5px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.post form b {
	margin-left:10px;
}
.post form textarea {
	height:120px;
	box-sizing:border-box;
	width:95%;
}
textarea {
	height:200px;
}
input, textarea {
	width:100%;
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "OsakaMono", "ヒラギノ角ゴ3等幅", "HiraginoKaku-W3-90ms-RKSJ-H", "monospace";*/
	margin:10px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=submit] {
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "OsakaMono", "ヒラギノ角ゴ3等幅", "HiraginoKaku-W3-90ms-RKSJ-H", "monospace";*/


}

.cta {
	width:200px;
	font-size:24pt;
	display:block;
}




/** Posts page:*/
.post h2 {
    margin: 30px 0;
    background: #303030;
    font-weight: normal;
    padding: 10px 15px;
    color: white;
}
.post a:link{
    color:white;
}
.post a:visited{
    color:#fcfcfc;
}
.comments-toggler {
    color:blue !important;
}
h1 {
        margin: auto;
        text-align:center;
        color:black;
        font-size:1.6em;
}

.top h1 {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.top h1:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

.right{
    float: right;
    text-align: right;
    display: inline-block;
    padding:5px;
}

img {
border-radius: 12px;
}
@media only screen and (min-width:100px) {/* 中画面用 */
.post {
        font-size:1.3rem;
}
}
@media only screen and (min-width:310px) {/* 中画面用 */
.post {
        font-size:1.6rem;
}
}
@media only screen and (min-width:600px) {/* 中画面用 */
.post {
        font-size:1.9rem;
}
}
@media only screen and (min-width:100px) {/* 中画面用 */
textarea {
        font-size:1.3rem;
}
}
@media only screen and (min-width:310px) {/* 中画面用 */
textarea {
        font-size:1.6rem;
}
}
@media only screen and (min-width:600px) {/* 中画面用 */
textarea {
        font-size:1.9rem;
}
}
@media only screen and (min-width:600px) {/* 中画面用 */
h1 {
        font-size:4.5rem;
        font-weight: 900;
}
}

@media only screen and (min-width:100px) {/* 中画面用 */
.metatop {
        font-size:3.0rem;
}
}
@media only screen and (min-width:310px) {/* 中画面用 */
.metatop {
        font-size:4.5rem;
}
}
@media only screen and (min-width:600px) {/* 中画面用 */
.metatop {
        font-size:6.0rem;
}
}

@media only screen and (min-width:100px) {/* 中画面用 */
.metasub {
        font-size:1.6rem;
}
}
@media only screen and (min-width:310px) {/* 中画面用 */
.metasub {
        font-size:2.3rem;
}
}
@media only screen and (min-width:600px) {/* 中画面用 */
.metasub {
        font-size:4.3rem;
}
}

.logo {
	height:80px;
	float:left;
}
.button-navigation {
        margin:auto;
        text-align:center;
	padding:15px;
}
a.logout {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:0.8em;
}
.button-navigation a.dome , .dome {

	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:black;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	border-radius:18px;
	border:1px solid transparent;
	display:block;
	box-sizing:border-box;
	transition: all 0.5s ease;
	background-color:rgb(255,255,22); /*amarillo pollito */
	text-decoration:none;
	
}
.msg_me {

	font-size:24pt;
	display:block;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:black;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	margin:0px auto;
	margin-top:20px;
	text-align:center;
	max-width:960px;
	border-radius:18px;
	border:1px solid transparent;
	display:block;
	box-sizing:border-box;
	transition: all 0.5s ease;
	background-color:rgb(255,255,22); /*amarillo pollito */
	text-decoration:none;
	
}
.button-navigation a:hover {
	opacity:0.8;
	border-radius:25px;
	border:1px solid black;
}
.add-comment{
	transition: all 0.5s ease;
	height:0px;
	overflow:hidden;
}
.btn-list {
	text-align:right;
}
.btn-list input[type=submit] {
	float:right;
	clear:both;
}
.comment-list {
	transition: all 0.5s ease;
	height:0px;
	overflow:auto;
	
	height:0;
	/*nice*/
}
.comment_body {
	margin-left:30px;
}


.post-body , .comment_body {
	white-space:pre-wrap;
	overflow-x: auto;
	/*margin-left:60px; */ /* no longer needed, since we have no profile pic any more */
}
/*.comment_body {
	background-color:#fdfdfd;
	border-radius:10px;
	border:solid 1px #f6f6f6;
	padding:10px 5px 10px 10px;
	margin:5px 15px 0px 10px;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.4) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image:         linear-gradient(rgba(255,255,255,.1) 0%,transparent 70%,transparent 50%,rgba(0,0,0,.1) 140%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.0) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.1);
}*/
.comment_body {
	background-color:#fff;
	border-radius:4px;
	border:solid 1px #f6f6f6;
	padding:10px 5px 10px 10px;
	margin:0px 5px 5px 5px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.com_point{
	margin:2px 0px 0px 5px;
	width:90%;
	background-color:#d6e4ff;
}

.profile_link {
	display:inline-block;
}
.profile_block {
	width:60px;
	box-sizing:border-box;
	padding:3px;
	padding-top:0;
	float:left;
}
.small_profile_block {
	width:24px;
	height:24;
	box-sizing:border-box;
	margin-left:20px;
	display:inline-block;
	
}
.notice {
	margin:5px;
	background-color:white;
	border:1px dotted black;
	transition: all 0.5s ease;
}
.sharer {
	float:right;
	display:inline-block;
	margin-left:0px;
}
.comments-toggler{
	display: inline-block;
	/* background-color: rgb(128,128,128); */
	color: blue;
	border-radius: 4px;
	padding: 3px;
	text-decoration: none;
	font-size: 11.3px;
	height: 30px;
    margin-top: 10px;
}
.author a:hover {
	text-decoration:underline;
}

.author a {
	text-decoration:none;
	color:black;
}
@media only screen and (min-width:100px) {/* 中画面用 */
.author {
        font-size:0.8em;
}
}
@media only screen and (min-width:310px) {/* 中画面用 */
.author {
        font-size:0.9em;
}
}
@media only screen and (min-width:1000px) {/* 中画面用 */
.author {
        font-size:1.2em;
}
}
.date_published {
	font-size:8pt;
}
.cmt {
	margin-right:20px;
	padding:0;
	font-size:20pt;
	width: 80px;
	font-size: 12pt;
}
.cmt2 {
	margin-right:0px;
	font-size:24pt;
	width: 120px;
	font-size: 12pt;
	float:right;
}
.profile_pic:hover {
	border-radius:22px;
	opacity:0.8;
	border:2px solid black;
}
.profile_pic {
	border-radius:5px;
	border:2px solid transparent;
	transition: all 0.5s ease;
	opacity:1;
	vertical-align:middle;
	margin-right:10px;
	background-color:red;
}
.author_details {
	box-sizing:border-box;
	border: 1px solid black;
	padding: 40px;
	margin: 0 auto;
	border-radius: 25px
}
.author_details .author_image {
	float:left;
	margin:10px;
}
.author_details img.profile_pic {
	vertical-align:top;
}
.author_details h2.author_name {
	display:inline-block;
	font-size:32px;
	float:left;
	width:500px;/* 800 - must fit with 256 img*/
	margin:0;
	font-weight:400;
	font-weight:normal;
}
.author_details_item {
	display:inline-block;
	padding:20px;
	padding-left:0;
	float:left;
	width:500px;/* 800 - must fit with 256 img*/
	box-sizing:border-box;
}
.profile_subsection {
	font-size:0.8em;
}
.minipost, .profile_subsection {
	margin: 0 auto;
}
.minipost {
	border-bottom: 1px dotted black
}
.minipost a {
	text-decoration:none;
}
.minipost_title {
	margin-top:0;
	margin-bottom:0;
	font-size:0.8em;
	
}
.datetime {

}
#msg {
	margin-bottom:120px;
}
.qform {
	width: 160px;
	margin:10px;
	padding: 0px;

}
.q {
	width:100px;
	margin:2px;
	height:40px;
	box-sizing:border-box;
}

.qb {
	width:30px;
	margin:2px;
	height:40px;
	box-sizing:border-box;

}

.page_links, .total {
	margin:0 auto;
	width:90%;
	text-align:center;
	display:block;
}
.page_links a:hover {
	color:black;
	background-color:rgb(255,255,22); /*amarillo pollito */
	border-radius:3px;
	border:1px solid black;
}
.page_links a {
	color:black;
	transition: all 0.5s ease;
	border:1px solid transparent;
	display:inline-block;
	min-width:24px;
	min-height:24px;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	margin-left:10px;
}



@media (max-width: 1000px) {

	.logo {
		width:75vw;
		height:auto;
	}

	.hamburguer-menu {
		display:block;
	}

	.button-navigation {
		margin:0px;
		margin-right:0px;
		height:auto;
	}
	.button-navigation a.dome , .dome {
		font-size:0.6em;
		margin:0px;
		display:block;
		box-sizing:border-box;
		width:100%;
	}
}

@media (max-width: 960px) {
	.profile_subsection {
		font-size:1.0em;
	}
	
	.minipost {
		margin: 0 ;
		width: 100%;
		border-bottom: 1px dotted black
	}
	.minipost_title {
		font-size:1.0em;
                line-height:1.8em;
	}
	.author_details .author_image {
		float:none;
		width:100%;
	}
	.author_details h2.author_name {
		float:none;
		width:100%;
		font-size:1.0em;
	}
	.author_details_item {
		float:none;
		width:100%;
		font-size:0.8em;
	}
	.msg_me {
		width:100%;
	}
	.post-body, .comment_body {
		margin-left: 0px;
	}

        .minipost_title {
                font-size:1.0em;
                line-height:1.8em;
        }
}

        .minipost_title {
                font-size:1.0em;
                line-height:1.8em;
        }

/* add start isuki 2025.03.03 */
#mute-toggle {
    display: block; /* ボタンをブロック要素にして独立 */
	margin: auto; /* ボタンを中央に配置 */
    width: auto; /* サイズを適度に調整 */
    font-size: 12px; /* ボタンの文字を小さくする */
    padding: 5px 10px; /* パディングを調整 */
    margin: 20px auto; /* ボタンをページ下部に配置 */
    text-align: center; /* テキストを中央揃え */
    border-radius: 4px; /* 角を少し丸める */
    border: 1px solid #ccc; /* 枠線を薄くする */
    background-color: #f8f9fa; /* 背景色を少しグレーに */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); /* 影をつけて視認性を上げる */
    cursor: pointer; /* カーソルをポインターに */
}
/* add end isuki 2025.03.03 */
