@charset "UTF-8";

.button3 {			/* 指定する画像サイズは34x26 */
	display: inline-block;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 6px;
	color: inherit;
	background-color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	box-sizing: content-box;
}
.member_name {
	color: #c60000;
	font-size: 15px;
	line-height: 1;
}

/* 私書箱メール */
#mail_section {
	position: relative;
	margin-top: 20px;
}
#mail_section > h1 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #444;
	background-image: linear-gradient(to bottom, #fff, #eee);
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	padding: 8px 0;
}
#mail_section > a[href$="#side_mail_menu"].button3 {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 24px;
	padding: 0 4px;
	color: #fff;
	background-color: #ffc600;
	overflow: hidden;
}
#mail_section > a[href$="#side_mail_menu"].button3:before {
	content: "\e92c";
	font-family: "bb_font";
	font-size: 24px;
	line-height: 1;
}
#mail_section > button.button3 {
	position: absolute;
	right: 8px;
	top: 10px;
}
#mail_section > button[name="cancel"].button3 {
	display: none;
}
#mail_section .mail_list {
	margin: 0;
	padding: 0;
}
#mail_section .mail_list > li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#mail_section .mail_list > li label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 12px;
}
#mail_section .mail_list > li label input[type="checkbox"] {
	display: none;
}
#mail_section .mail_list > li a {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 36px 0 0 52px;
	border-bottom: 1px solid #aaa;
	color: inherit;
	text-decoration: none;
	min-height: 65px;
}
#mail_section .mail_list > li .member_name {
	display: inline-block;
	margin-left: 52px;
}
#mail_section .mail_list > li .star {
	margin: 0 .7rem .7rem;
}
#mail_section .mail_list > li .body {
	margin: 0 3rem 0 0;
	padding: 0 6px 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 1;
	min-height: 1em;
}
#mail_section .mail_list > li .star + .body {
	padding-top: 0;
}
#mail_section .mail_list > li .star + .body:empty {
	display: none;
}
#mail_section .mail_list > li .body br {
	display: none;
}
#mail_section .mail_list > li time {
	position: absolute;
	top: .7rem;
	right: .7rem;
	font-size: 75%;
	color: #999;
}
#mail_section .mail_list > li .unread {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 0 4px;
	border-radius: 8px;
	color: #fff;
	background-color: #00be9c;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	min-width: 16px;
	text-align: center;
	font-weight: 700;
}
#mail_section .mail_list > li .thumbnail {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
}
#mail_section .mail_list > li .thumbnail img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	height: 100%;
	margin: auto;
	background: #fff url(/images/now_loading_thumb.gif) center center no-repeat;
}
#mail_section.select > button[name="select"].button3 {
	display: none;
}
#mail_section.select > button[name="cancel"].button3 {
	display: inline-block;
}
#mail_section.select .mail_list > li label {
	z-index: 2;
	right: 0;
	bottom: 0;
}
#mail_section.select .mail_list > li label input[type="checkbox"] + .member_name:before {
	content: "\e95b";
	font-family: "bb_font";
	position: absolute;
	top: 50%;
	left: .7rem;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	color: #dadbe4;
}
#mail_section.select .mail_list > li label input[type="checkbox"]:checked + .member_name:before {
	content: "\e93c";
	color: #00be9c;
}
#mail_section.select .mail_list > li a {
	padding-left: 82px;
}
#mail_section.select .mail_list > li .thumbnail {
	left: 38px;
}
#mail_section.select .mail_list > li .member_name {
	margin-left: 82px;
}

/* 私書箱メールメニュー */
#side_mail_menu {
	display: none;
}
#side_mail_menu > ul {
	left: -264px;
	background-color: #fafafa;
}
html.mail_menu {
	overflow-x: hidden;
}
html.mail_menu body {
	overflow: hidden;
}
html.mail_menu body > div {
	right: -264px;
}
html.mail_menu .select #mail_actions {
	left: 264px;
	right: -264px;
}
html.mail_menu #side_mail_menu_overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 99998;
}
#side_mail_menu > ul h3 {
	color: #ffc600;
	background-color: #222;
}
#side_mail_menu > ul li li {
	border-bottom: 1px solid #ccc;
}
#side_mail_menu > ul li li a {
	display: block;
	color: #555;
	line-height: 2.6;
	text-decoration: none;
	padding: 8px 10px;
}
#side_mail_menu > ul li li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 24px;
	line-height: 1;
	font-family: "bb_font";
	margin-top: -2px;
}
#side_mail_menu > ul li li a[href$="mail_box.php"] i.unread {
	display: inline-block;
	margin-left: .7rem;
	padding: 0 4px;
	border-radius: 8px;
	color: #fff;
	background-color: #00be9c;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	min-width: 16px;
	text-align: center;
	box-sizing: border-box;
}
#side_mail_menu > ul li li a[href$="mail_box.php"] i.unread[data-count="0"] {
	display: none;
}
#side_mail_menu > ul li li a[href$="mail_box.php"]:before {
	content: "\e924";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=trash"]:before {
	content: "\e920";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=address_book"]:before {
	content: "\e91d";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=spam"]:before {
	content: "\e923";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=reject"]:before {
	content: "\e935";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=ng"]:before {
	content: "\e922";
}
#side_mail_menu > ul li li a[href$="mail_box.php?page=notification"]:before {
	content: "\e91c";
}


/* 私書箱メールアクション */
#mail_actions {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -45px;
	z-index: 999;
	color: #fff;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: bottom .15s;
}
#mail_actions li {
	float: left;
	position: relative;
	list-style-type: none;
	font-size: 11px;
	line-height: 1;
	width: 5em;
	padding: 28px 0 6px;
	margin: 0;
}
#mail_actions li:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	font-family: "bb_font";
	font-size: 24px;
	letter-spacing: 0;
	text-indent: 0;
}
#mail_actions li.stop {
	letter-spacing: .3em;
	text-indent: .3em;
}
#mail_actions li.stop:after {
	content: "\e938";
}
#mail_actions li.reject {
	letter-spacing: .3em;
	text-indent: .3em;
}
#mail_actions li.reject:after {
	content: "\e935";
}
#mail_actions li.restore:after {
	content: "\e933";
}
#mail_actions li.empty:after {
	content: "\e932";
}
#mail_actions li.spam {
	letter-spacing: .3em;
	text-indent: .3em;
}
#mail_actions li.spam:after {
	content: "\e923";
}
.mail_spam_top #mail_actions li.restore:after {
	content: "\e923";
}
#mail_actions li.delete {
	letter-spacing: .3em;
	text-indent: .3em;
}
#mail_actions li.delete:after {
	content: "\e931";
}
#mail_actions li.unlock {
	letter-spacing: .3em;
	text-indent: .3em;
}
#mail_actions li.unlock:after {
	content: "\e936";
}
#mail_actions li.enable:after {
	content: "\e939";
}
#mail_actions li.disable:after {
	content: "\e93a";
}
.select #mail_actions {
	bottom: 0;
	transition: bottom .15s;
}

/* 私書箱メール無限スクロール */
#mail_section p.now_loading {
	display: none;
	margin: 10px;
}
#mail_section p.finished {
	display: none;
	margin: 10px;
}
#mail_section p.error {
	display: none;
	margin: 10px;
}



/* トーク画面 */
#talk_room {
	font-size: 87.5%;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #444;
	background-color: #f3f3f3;
	word-wrap: break-word;
}
#talk_room * {
	outline: none;
}
#talk_room a {
	color: #444;
	text-decoration: none;
}
#talk_room header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: auto;
}
#talk_room header h1 {
	color: #ffc600;
	background-color: #222;
	margin: 0;
	padding: 0;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
}
#talk_room header h1 span {
	font-size: 12px;
	margin-left: 4px;
}
#talk_room header button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: right;
	font-size: 13px;
	color: #ffc600;
	background-color: #222;
	border: none;
	padding: 0 1em;
	line-height: 44px;
	margin-top: -44px;
}
#talk_room header button[name="back"] {
	position: relative;
	float: left;
	width: 3.5em;
	height: 44px;
	overflow: hidden;
	text-indent: 5em;
}
#talk_room header button[name="back"]:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 -6px;
	border-left: 1px solid #ffc600;
	border-bottom: 1px solid #ffc600;
	text-indent: 0;
 	transform: rotate(45deg);
}
#talk_room header button[name="del_cancel"] {
	display: none;
}
#talk_room header button[name="del_ok"] {
	display: none;
	float: left;
}
/* 送信フォーム */
#talk_room #send_form {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #fff;
	padding: 12px;
	display: flex;
	gap: 8px;
	align-items: flex-end;
}
#talk_room #send_form textarea {
	border-radius: 0;
}

#talk_room #send_form textarea[name="body"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 1px solid #dbdbe5;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	line-height: 1.2;
	padding: 6px 4px;
	font-size: 15px;
	overflow: hidden;
	transition: height 0.3s, transform 0.3s;
	resize: none;
	-webkit-tap-highlight-color: transparent;
}
#talk_room #send_form textarea[name="body"]::placeholder {
	color: #c6c6cf;
	transform: translateY(5px);
}
#talk_room #send_form textarea[name="body"]:focus {
	height: 88px;
	overflow: auto;
}
#talk_room #send_form textarea[name="body"]:focus::placeholder {
	transform: none;
}
#talk_room #send_form [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	background-color: #00be9c;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1;
	border-radius: 4px;
	height: 44px;
	font-weight: 700;
	width: 74px;
    flex-shrink: 0;
}
#talk_room #send_form [type="submit"] small {
	letter-spacing: 0;
	vertical-align: middle;
	font-size: 10px;
}
#talk_room #send_form [name="remove_deny"] {
	display: none;
}
#talk_room #send_form.is_deny [name="deny"] {
	display: none;
}
#talk_room #send_form.is_deny [name="remove_deny"] {
	display: inline-block;
	color: #fff;
	background-color: #c60001;
	border-color: #c60001;
}
/* ログ */
#talk_room ol.log {
	margin: 0;
	padding: 0 0 120px;
}
#talk_room ol.log li {
	list-style-type: none;
}
#talk_room ol.log li.talk {
	display: flex;
	font-size: 14px;
	margin: 12px;
}
#talk_room ol.log li.talk label {
	position: relative;
	display: block;
	padding: 8px 12px;
	background-color: #fff;
	border: 1px solid #dbdbe5;
	border-radius: 12px;
	max-width: calc(100% - 52px);
	box-sizing: border-box;
}
#talk_room ol.log li.talk label:before {
	content: "";
	position: absolute;
	top: .6rem;
	left: -5px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-top: 1px solid #dbdbe5;
	border-left: 1px solid #dbdbe5;
	transform: skew(45deg, 0deg);
}
#talk_room ol.log li.talk b.topic {
	display: block;
	color: #56f;
	border-bottom: 1px dotted #dbdbe5;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 1.45;
}
#talk_room ol.log li.talk.inherit b.topic {
	display: none;
}
#talk_room ol.log li.talk time {
	position: absolute;
	bottom: 0;
	right: -42px;
	width: 36px;
	color: #999;
	font-size: 10px;
}
#talk_room ol.log li.talk button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: -12px;
	right: -12px;
	border: 1px solid #dbdbe5;
	border-radius: 50%;
	background-color: #fff;
	width: 24px;
	height: 24px;
	padding: 0;
	overflow: hidden;
	text-indent: 5em;
}
#talk_room ol.log li.talk button:before {
	content: "×";
	position: absolute;
	top: 0;
	left :0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	color: #858592;
}
#talk_room ol.log li.talk.me {
	justify-content: flex-end;
}
#talk_room ol.log li.talk.me label {
	background-color: #ffe284;
	border: none;
}
#talk_room ol.log li.talk.me label:before {
	left: auto;
	right: -4px;
	background-color: #ffe284;
	border: none;
	transform: skew(-45deg, 0deg);
}
#talk_room ol.log li.talk.me b.topic {
	border-bottom-color: #777;
}
#talk_room ol.log li.talk.me time {
	right: auto;
	left: -42px;
	text-align: right;
}
#talk_room ol.log li.talk.me button {
	right: auto;
	left: -12px;
}
#talk_room ol.log li.talk.me.readed time:before {
	content: "既読";
	position: absolute;
	top: -1.3em;
	right: 0;
}
#talk_room ol.log li.system {
	margin: 16px 16px -8px;
	font-size: 75%;
	font-weight: 700;
	color: #999;
}
#talk_room ol.log li.system.me {
	text-align: right;
}
#talk_room ol.log li.date {
	margin: 16px;
	text-align: center;
	font-size: 13px;
}
#talk_room ol.log li.date time {
	display: inline-block;
	color: #fff;
	background-color: #b6b8c5;
	border-radius: 2rem;
	font-size: 80%;
	padding: 4px 8px;
	line-height: 1;
	font-weight: 700;
}
/* 削除モード */
#talk_room.del header button[name="back"] {
	display: none;
}
#talk_room.del header button[name="del"] {
	display: none;
}
#talk_room.del header button[name="del_cancel"] {
	display: inline-block;
}
#talk_room.del header button[name="del_ok"] {
	display: inline-block;
}
#talk_room.del ol.log li.talk button {
	display: inline-block;
}
#talk_room.del ol.log li.talk.del label {
	background-color: #9b9b9b;
	border-color: #85858b;
}
#talk_room.del ol.log li.talk.del label:before {
	background-color: #9b9b9b;
	border-color: #85858b;
}
#talk_room.del ol.log li.talk.me.del label {
	background-color: #9b8950;
}
#talk_room.del ol.log li.talk.me.del label:before {
	background-color: #9b8950;
}
#talk_room.del ol.log li.talk.del button:before {
	content: "\e929";
	font-family: "bb_font";
	color: #fff;
	background-color: #f5696c;
}

/* 私書箱メール新着一覧 */
#mail_section.mail_box_top > button.button3 {
	display: none;
}

/* 私書箱メールアドレス帳 */
#mail_section.mail_address_book_top #search_form {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	background-color: #fafafa;
	overflow: hidden;
	display: flex;
}
#mail_section.mail_address_book_top #search_form .select-group {
	width: 140px;
	margin-right: 10px;
}
#mail_section.mail_address_book_top #search_form .select-group::after {
	top: 13px;
	right: 12px;
}
#mail_section.mail_address_book_top #search_form [name="s"] {
	margin: 0;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
#mail_section.mail_address_book_top #search_form [name="w"] {
	float: none;
	width: calc(100% - 186px);
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	display: block;
}
#mail_section.mail_address_book_top #search_form [type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #fff;
	overflow: hidden;
	width: 36px;
	height: 0;
	padding-top: 38px;
	line-height: 38px;
	border-radius: 0 4px 4px 0;
	color: #444;
}
#mail_section.mail_address_book_top #search_form [type="submit"]:before {
	content: "\e93d";
	font-family: 'bb_font';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
}
#mail_section.mail_address_book_top .star {
	height: 1em;
	line-height: 1;
}
#mail_section.mail_address_book_top .star:before {
	float: left;
	color: #fa0;
}
#mail_section.mail_address_book_top .star:after {
	color: #9f9f9f;
}
#mail_section.mail_address_book_top .star[data-star="0"]:after {
	content: "★★★★★";
}
#mail_section.mail_address_book_top .star[data-star="1"]:before {
	content: "★";
}
#mail_section.mail_address_book_top .star[data-star="1"]:after {
	content: "★★★★";
}
#mail_section.mail_address_book_top .star[data-star="2"]:before {
	content: "★★";
}
#mail_section.mail_address_book_top .star[data-star="2"]:after {
	content: "★★★";
}
#mail_section.mail_address_book_top .star[data-star="3"]:before {
	content: "★★★";
}
#mail_section.mail_address_book_top .star[data-star="3"]:after {
	content: "★★";
}
#mail_section.mail_address_book_top .star[data-star="4"]:before {
	content: "★★★★";
}
#mail_section.mail_address_book_top .star[data-star="4"]:after {
	content: "★";
}
#mail_section.mail_address_book_top .star[data-star="5"]:before {
	content: "★★★★★";
}
.popup_message.detail form {
	overflow: hidden;
	margin-bottom: -.7rem;
}
.popup_message.detail .member_name {
	display: block;
	margin: 2.5rem 0 .7rem 80px;
	text-align: left;
}
.popup_message.detail .thumbnail {
	position: absolute;
	top: .7rem;
	left: .7rem;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.popup_message.detail .thumbnail img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	height: 100%;
	margin: auto;
}
.popup_message.detail time {
	display: block;
	font-size: 75%;
	color: #999;
	margin-left: 80px;
	text-align: left;
}
.popup_message.detail .body {
	clear: both;
	white-space: pre;
	border-bottom: 1px dotted #ccc;
	padding: .7rem .5em;
	margin: 0;
	text-align: left;
}
.popup_message.detail [name="biko"] {
	display: none;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	height: 6em;
	margin: .7rem 0 1rem;
	line-height: 1.5;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	border-radius: 0;
}
.popup_message.detail .mail {
	float: left;
	width: 50%;
	color: #444;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}
.popup_message.detail .mail:before {
	content: "\e911";
	font-family: "bb_font";
	font-size: 24px;
	vertical-align: middle;
	margin-right: 3px;
}
.popup_message.detail button {
	color: #444;
}
.popup_message.detail [name="edit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: right;
	width: 50%;
	border: none;
	padding: 0;
	background-color: transparent;
	line-height: 2;
}
.popup_message.detail [name="edit"]:before {
	content: "\e957";
	font-family: "bb_font";
	font-size: 24px;
	vertical-align: middle;
	margin-right: 3px;
}
.popup_message.detail [name="save"] {
	display: none;
	margin-bottom: 1rem;
}
.popup_message.detail [name="save"].button.ok {
	margin: 0 .2rem 1rem;
	color: #fff;
	background-color: #c60000;
	border: 0;
	width: 118px;
}
.popup_message.detail [name="save"].button.ok:active {
	opacity: 0.8;
}
.popup_message.detail [name="cancel"] {
	display: none;
	margin-bottom: 1rem;
}
.popup_message.detail [name="cancel"].button.cancel {
	margin: 0 .2rem 1rem;
	color: #444;
	background-color: #eee;
	border: 0;
	width: 118px;
}
.popup_message.detail .edit .star {
	height: auto;
}
.popup_message.detail .edit .star:before {
	display: none;
}
.popup_message.detail .edit .star:after {
	display: none;
}
.popup_message.detail .edit [name="star"] {
	display: inline-block;
	margin: 0;
}
.popup_message.detail .edit .body {
	display: none;
}
.popup_message.detail .edit [name="biko"] {
	display: block;
}
.popup_message.detail .edit .mail {
	display: none;
}
.popup_message.detail .edit [name="edit"] {
	display: none;
}
.popup_message.detail .edit [name="save"] {
	display: inline-block;
}
.popup_message.detail .edit [name="cancel"] {
	display: inline-block;
}
