@charset "utf-8";
@import "../toot.css";

@media all and (min-width: 800px) {
	.contents {
		margin: 0 auto;
		width: 800px;
	}

	.mainarea,
	.subarea {
		width: 100% !important;
		padding: 0 !important;
	}
}

.situation:empty {
	display: none;
}

.gallerybox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.onelogbox {
	display: inline-block;
	width: calc(100% / 3 - 1px);
	vertical-align: top;
	margin: 0;
	padding: 0.2em 0;
	font-size: 0.95em;
	background-color: #fff;
	border: #e6ecf0 1px;
	border-style: none dashed dashed none;
}

.oneloghead {
	margin: 0 0 0 1em;
	font-weight: bold;
}

.pictcount {
	font-weight: normal;
}

.memonum {
	margin: 0.3em 0;
	font-size: 0.8em;
	color: gray;
}

.memonum a {
	text-decoration: none;
}

.memonum a:hover {
	color: red;
}

.postdate {
	display: inline-block;
	font-size: 0.8em;
	color: #724d69;
}

.newsign {
	display: contents;
	color: #f55;
	margin-right: 0.35em;
}

.onelogmain {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.imagebox {
	margin: -0.5em 0 0;
}

a.imagelink {
	display: block;
	line-height: 0;
}

.embeddedimage {
	max-width: 100%;
	max-height: 100%;
	width: 240px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 7px;
	margin: 0.5em 0;
	object-fit: cover;
}

.caution .embeddedimage {
	display: none;
}

.caution .imagelink {
	display: inline-block;
	width: 240px;
	height: 240px;
	background-image: url("https://izbox.flop.jp/homepage/img/caution_square.png");
	background-size: contain;
	border-radius: 7px;
	margin-top: 0.5em;
}

.onelogtext {
	line-height: initial;
	overflow-wrap: break-word;
	margin: 0;
	width: 90%;
}

.onelogtext .taglink {
	display: inline-block;
	height: 18px;
	padding: 2px 3px 0 2px;
	text-decoration: none;
	font-size: 0.75em;
	border: 1px solid #00afcc;
	border-radius: 6px;
}

.onelogtext .taglink:hover {
	background-color: #72d5e5;
	border-color: #72d5e5;
	color: #fff;
}

.arrowlink:hover {
	background-color: #00afcc;
	border-color: #00afcc;
	border-radius: 50%;
	color: #fff;
}

.onelogfoot {
	margin: 0 0.5em 0 0;
	padding-top: 3px;
	text-align: right;
	font-size: 0.8em;
}

.username {
	display: block;
	padding-top: 4px;
}

.postuserid {
	color: #180614;
}

.postuserid a {
	text-decoration: none;
	color: inherit;
}

.postuserid a:hover {
	text-decoration: underline;
}

.usericon {
	width: 16px;
	height: 16px;
	vertical-align: -12%;
	border-radius: 50%;
}

.utilitylinks {
	margin: 2em 1em 1em 1em;
	padding: 0.5em;
	font-size: 0.9em;
}

.pagenavi {
	margin: 2.5em auto;
	padding: 0.5em 0px;
	text-align: center;
}

.pagelinks {
	margin: 0.15em;
}

.pagelinks a {
	font-weight: bold;
}

p.pagenums {
	margin: 0.5em;
}

.pagenums a.pagenumlink {
	margin: 0px 2px 0px 2px;
	padding: 0.2em 0.5em;
	font-size: 1em;
	font-weight: bold;
}

a.pagenumhere {
	text-decoration: none;
}

a.pagenumlink:hover {
	color: white;
}

.pagehome {
	margin: 0.15em;
	font-weight: bold;
}

.freespacearea {
	margin: 0;
	padding: 0.75em;
	border-bottom: 1px solid #e6ecf0;
}

.freespacearea .cornertitle {
	margin: 0 0 0 0.25em;
	font-weight: bold;
	color: #657786;
}

.profilebox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profileicon img {
	width: 6em;
	height: 6em;
}

.profilebody {
	width: 36em;
}

.profilebody h3 {
	margin: 0;
}

footer {
	margin: 1em 0 0 0;
	width: 100%;
	color: #93959a;
}

footer .control-links {
	text-align: center;
}

.backlink {
	text-align: center;
}

/* ▼メディアクエリー */
@media all and (max-width: 480px) {
	.mainarea {
		padding-top: 85px;
	}

	.mainarea,
	.suberae {
		margin: 0 auto;
		width: 95%;
	}

	.gallerybox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.onelogbox {
		width: 100%;
		border-style: none none dashed none;
	}

	.embeddedimage {
		width: 265px;
		margin-top: 0.75em;
	}

	.caution .embeddedimage {
		display: none;
	}

	.caution .imagelink {
		width: 265px;

		height: 265px;

		margin-top: 0.75em;
	}

	.onelogside {
		width: 64px;

	}

	.comment {
		margin-left: 0.3em;
		line-height: 1.45;
	}

	.freespacearea {
		margin: 0;

		padding: 1em;
		border-bottom: 1px solid #e6ecf0;

	}

	.freespacearea .cornertitle {
		margin: 0 0 0.5em 0.25em;

		font-weight: bold;

		color: #657786;

	}

	.freespacebody {
		min-height: 4em;
	}

	.profileicon img {
		width: 4em;

		height: 4em;

		margin: 0;
	}

	.profilebody {
		width: 18em;

	}
}

/* End of file */