<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* 画像保存禁止 */
img {
	pointer-events: none;
}
.photobbs_container {
	overflow: hidden;
}
.photobbs_container a.name {
	display: inline-block;
	background: #663399;
	border-radius: 500px;
	color: #fff;
	font-size: .9rem;
	margin: 3px 0;
	max-width: calc(9em + 2em);
	padding: 0.5em 1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* ↓lady_prof.cssの.photobbs_container .titleと同じ */
.photobbs_container h2 {
	color: initial;
	font-family: initial;
	transform: none;
	font-size: 1.2rem;
	border-bottom: 1px dotted #666;
	padding-bottom: 3px;
	margin-bottom: 3px;
	overflow: hidden;
	min-width: 1em;
}
h3 {
	border-left: none;
}
#comment_container {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#comment_container .comment {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.6;
}
[class^="h3_wrapper"] {
	width: 100%;
	display: flex;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
[class^="h3_wrapper"] h3 {
	margin-right: .2em;
	color: #333;
}
.caption_en {
	color: #ccc;
}
.comment h3 {
	font-size: 1rem;
	color: #333;
	border-left: 10px solid #CCC;
	padding-left: 5px;
}
.fa-comment {
	margin-right: 0.4em;
	transform: scaleX(-1);
	color: #ccc;
}
.fa-pen {
	margin-right: 0.4em;
	color: #ccc;
}
#comment_container time {
	display: inline;
	color: #999;
}
.name_container {
	margin-bottom: 5px;
}
.comment .name {
	color: #333;
	margin: 0 5px 5px 0;
	font-size: .9rem;
}
.comment .name::before {
	font: var(--fa-font-solid);
	content: "\f007";
	margin-right: .2em;
	color: #999;
}
.error {
	color: #3a438b;
	font-weight: bold;
}
.comment_write_caution {
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	font-size: .9rem;
	line-height: 1.5;
}
.comment_write_caution .fa-triangle-exclamation {
	margin-right: 3px;
	color: #e3a037;
}
.comment_write_caution ul {
	margin: 10px 0;
}
.comment_write_caution ul li {
	list-style-type: disc;
	list-style-position: inside;
}
a.comment::before {
	color: #CCC;
}
.messageMore, .messageHide {
	background: #333;
	color: #fff;
	letter-spacing: 0.05em;
}
.messageMore i {
	color: #999;
}
.messageHide {
	display: none;
}
.messageMore::before {
	font: var(--fa-font-solid);
	content: "\f13a";
	margin-right: .2em;
}
.titleHeaven {
	text-align: center;
	font-size: .9em;
	margin-bottom: 5px;
	color: #666;
}
.titleHeaven::before {
	font: var(--fa-font-solid);
	content: "\f0d7";
	margin-right: .2em;
	color: #CCC;
}
.titleHeaven::after {
	font: var(--fa-font-solid);
	content: "\f0d7";
	margin-left: .2em;
	color: #CCC;
}
#message_frame iframe {
	width: 100%;
	height: 400px;
}
.Form-Item-Label-Required {
	font-size: .9em;
	width: 100%;
	border-radius: 0;
	text-align: left;
	padding-left: 4px;
}
.Form-Item {
	display: block;
}
.caution {
	font-size: .8em;
	color: #666;
	margin-bottom: 8px;
}
.caution::before {
	font: var(--fa-font-solid);
	content: "\f071";
	margin-right: .2em;
	color: #e3a037;
}
@media screen and (min-width:520px) {
	#message_frame iframe {
		height: 600px;
	}
	.Form-Item {
		display: flex;
	}
	.Form-Item-Label-Required {
		width: 5em;
		border-radius: 4px;
		text-align: center;
		padding-left: 0;
	}
	.Form-Item-Label {
		max-width: 50px;
	}
	.comment_write_caution {
		margin-top: 30px;
	}
}
@media screen and (min-width:960px) {
	#message_frame iframe {
		height: 800px;
	}
}</pre></body></html>