@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('skin-theme.css');
@import url('_css/root.css');

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}picture,video,canvas,svg{display:block;max-width:100%}img{max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

:root {
	--main-font-family: "Zen Kaku Gothic New", sans-serif;
	/* コンテンツの最大横幅設定 */
	--main-width: 800px;
}

html{
	font-size: 16px;
}
@media screen and (max-width: 599px){
	html{
		font-size: 15px;
	}
}

.themeSKR{
	background: #fff4f6 !important;
	color: var(--main-text-color);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt" 1;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.8;
	word-break: break-all;
	margin: 1vw 3vw;
}
div#contents{
	border: none;
	max-width: var(--main-width);
	margin: 0 auto;
	background-color: transparent;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
div#contents div#header{
	background-color: transparent;
	border: none;
}
div#main{
	margin: 0 0;
}
div#contents div#main form.postform{
	background-color: #FFF;
	padding: 3.5% 5%;
}

/* textarea -------------------------------------------- */
form.postform textarea.tegalogpost{
	background-color: #fff4f6;
	border: solid 1px #ffb5c3;
	border-radius: 8px;
	color: var(--main-text-color);
	font-size: 13px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 2;
	margin-bottom: 0;
	resize: vertical;
	vertical-align: bottom;
}
form.postform textarea:focus {
    outline: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.submitcover {
    display: block;
    text-align: right;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
div#contents div#main input.postbutton{
	color: #ffb5c3;
    background-color: #FFF;
	border-top: none !important;
	border-bottom: 1px solid #ffb5c3; 
	border-right: 1px solid #ffb5c3; 
	border-left: 1px solid #ffb5c3; 
    border-radius: 4px;
    font-weight: bold;
	font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 2px;
    margin-right: 0;
    text-align: center;
    width: 50%;
    cursor: pointer;
}

div#contents div#main input.postbutton:hover{
	color: #FFF;
	background-color: #ffb5c3;
    border: 2px solid #ffb5c3;
}

.line-postid .trydelete{
	color: rgb(var(--main-text-rgb),0.5);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.line-postid :checked + label + label{
	color: var(--main-text-rgb);
	font-family: "Zen Kaku Gothic New", sans-serif;
}



/* control inputs -------------------------------------------- */
span.decoBtns{
	display: block !important;
	margin-top: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type="button"]:hover{
	background-color: var(--color-mgrey);
	}

input[type="file"]{
	background-color: transparent !important;
	border: 1px solid var(--main-text-color);
	border-radius: 0;
	height: 2rem;
	margin: 0 5px 5px 0;
	padding: 0 !important;
	font-family: "Zen Kaku Gothic New", sans-serif;
	vertical-align: middle;
}
::file-selector-button{
	background-color: var(--main-text-color);
	border: none;
	color: var(--sub-bg-color);
	cursor: pointer;
	height: 2rem;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;
	transition: background-color 0.3s ease-in-out;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.decoBtns input {
  background-color: #ffffff;
  border: 1px solid #aaa;
  color: var(--main-text-color);
  margin: 2px;
  padding: 0.25em;
}

input[type="button"]:hover{
  background-color: #ffb5c3;
  border: 1px solid #aaa;
  color: #FFF;
}

.changelink{
	display: none;
}

select{
	background-color: var(--sub-bg-color);
	border: 1px solid var(--main-text-color);
    color: var(--main-text-color);
	height: 2rem;
	vertical-align: top;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.catChecks{
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.catChecks label,
.funcUIs .catChecks{
	margin-right: 1em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.funcUIs .catChecks label{
	margin-right: 5px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.funcUIs label{
	padding: 0 0 5px 0;
}
.funcUIs .catChecks,
.funcUIs > input:first-child{
	margin-right: 1em;
}


/* responsive -------------------------------------------- */
@media (max-width: 599px){
	body{
		margin: 1rem 3vw 5rem;
	}
	h1{
		font-size: 1rem;
	}
	.adminhome a{
		font-size: 0.6em;
	}
	form.postform{
		padding: 1rem;
	}
}

input[type="checkbox"] {
  accent-color: #ffb5c3;
}

input[type="radio"] {
  accent-color: #ffb5c3;
}

.postform{
	background: #ffffff;
	margin-top: 30px;
	border-radius: 4px;
}

