@media screen and (max-width:480px) {
	/* ───ここにスマホ版だけの記述─── */
#wrapper{
    width: 88%;
    margin: 0 auto;
    padding: 1px 15px 50px 17px;
    /* padding-bottom: 50px; */
    /* padding-left: 5px; */
    background: #f4f4f4;
	}
.comment {
    word-break: break-word;
	text-align: left;
    line-height: 2em;
    margin-bottom: 20px;
	font-size: 14px;}
	/* プチオンリー準備ブログ☆ */
	.title{font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 22px;
	font-weight: 500;
	    margin: 20px 0 10px 0;
	}
}/* ───────SP版終了───────*/

@media screen and (min-width:481px) {
	/* ───ここにパソコン版だけの記述─── */
#wrapper{
	width: 600px;
	margin: 0 auto;
	padding: 25px 20px 30px 20px;
	background: #f4f4f4;
	}
.comment {
    word-break: break-word;
    text-align: left;
    line-height: 2.3em;
    margin: 30px 0 20px 0;
    font-size: 15px;
    letter-spacing: .01em;
}
	/* プチオンリー準備ブログ☆ */
	.title{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 22px;
	font-weight: 500;}
}/* ───────パソコン版終了 ───────*/


.title a{text-decoration: none;}
p.pagehome{line-height: 4em;}/*初期設定に戻る*/

input , textarea , select {
/* 入力欄にフォーカスが当たっても拡大しない */
font-size:17px;
}

.utilitylinks li {
    list-style: none;
    font-size: 13px;
	line-height: 2em;}
/*リストの飾りリセット*/

span.user{
	font-size: 80%;
    margin: 0 10px;
    line-height: 1em;
}
span.user a{
	color: #979797;
    text-decoration: none;
}/*ユーザー名*/

span.editlink {
    margin: 0 10px;
    font-size: 14px;
    vertical-align: bottom;
}/* 編集ボタン*/

.usericon { ～装飾～ }
/*アイコン*/

.onelogbody {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}/*記事全体のフォント指定*/

section.tegalog {
    max-width: 700px;
    margin: 10px auto 0;
}
section.tegalog img {
    width: 100%;
    height: auto;
	border-radius: 5px;
}
iframe {
    max-width: 100%;
}
.postarea form {
    background: #f6f6f6;
    padding: 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: #5babfa;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #7cc8ff;
}
.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    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;
	margin: 30px 0 20px 0;
}
ul.hashtaglist li {
	font-size: 85%;
	margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.datelistarea {
    margin-top: 30px;
}
.datelimitboxoptions { display: none !important; }

form.datelimitbox .submitbutton{
    text-decoration: none;
    font-size: 12px;
    border: none;
    padding: 3px 15px;
    border-radius: 10px;
    background: gray;
    color: navajowhite;
}
select.datelimitpull {
    margin-right: 10px;
    border: none;
    padding: 4px 5px;
    font-size: 12px;
    letter-spacing: .1em;
}

ul.cattree li:before, ul.cattree li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}
div.onelogbox {
    max-width: 700px;
    margin: 0 0 2em 0;
    border-bottom: 1px dashed #ccc;
}
p.oneloginfo {
	text-align: right;
    font-size: 90%;
    color: #979797;
    margin: 2em 0 2em 0;
    font-family: 'Noto Sans JP' "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*
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;
}
*/

.categories{ 
text-align: center;
display: block;
}

a.categorylink {
	display: inline-block;
    text-decoration: none;
    color: #979797;
    border: 1px solid;
    padding: 1px 15px;
    border-radius: 5px;
	letter-spacing: .4em;
    margin: 0 8px 20px 8px;
	font-size: 14px;
}
a.categorylink:hover {
    border-color: #979797;
	background: #979797;
	color: white;
}

p.situation {
    font-size: 90%;
    color: #ccc;
}
span.situation-postno {
    margin-top: 30px;
    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 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    display: inline-block;
    text-decoration: none;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    border-radius: 20px;
}
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;
}

/**/
.kazari{
background: url("https://hyonaguonly.com/img/pattern.png") center / cover crimson;
	background-blend-mode:darken;
	  background-size: 90px;
height: 40px;
	width : 100%;
}
