.mod-chocolatTalkMenu {
	width: 100%;
	height: 130px;
	background: url("/assets/img/user/pc/talk/menu/bg_menu.png") center 0 repeat-x;
}

.mod-chocolatTalkMenu.is-active {
	position: fixed;
	z-index: 656;
	top: 0;
	left: 0;
}

.mod-chocolatTalkMenu.is-active .chocolatTalkMenu-container::after {
	display: none;
}

.mod-chocolatTalkMenu.is-active-base {
	min-width: 1000px;
	margin: auto;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.mod-chocolatTalkMenu.is-active-base .chocolatTalkMenu-container::after {
	display: none;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-container {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-top: 15px;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-container::after {
	content: "";
	position: absolute;
	z-index: auto;
	top: 10px;
	right: 0;
	width: 220px;
	height: 250px;
	background: url("/assets/img/user/pc/talk/img_girl.png") 0 0 no-repeat;
	background-size: cover;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-ttl {
	float: left;
	color: #fff;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-ttl-caption {
	font-size: 14px;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-ttl-ruby {
	margin: 10px 0 5px 10px;
	font-size: 16px;
}

.mod-chocolatTalkMenu .chocolatTalkMenu-ttl-text {
	display: block;
	margin-left: 10px;
	font-size: 32px;
}

.mod-chocolatTalkMenu .list {
	display: table;
	float: right;
	table-layout: fixed;
	width: 450px;
	margin: auto;
	margin-right: 220px;
}

.mod-chocolatTalkMenu .item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mod-chocolatTalkMenu .item.is-current {
	position: relative;
}

.mod-chocolatTalkMenu .item.is-current::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ff0036 transparent transparent transparent;
}

.mod-chocolatTalkMenu .anchor {
	display: block;
	color: #fff;
}

.mod-chocolatTalkMenu .anchor-text {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	vertical-align: middle;
	font-size: 14px;
}

.mod-chocolatTalkMenu .anchor-text-update {
	background: url("/assets/img/user/pc/talk/menu/ico_update.png") center 8px no-repeat;
	background-size: 45px auto;
}

.mod-chocolatTalkMenu .anchor-text-new {
	background: url("/assets/img/user/pc/talk/menu/ico_new.png") center 7px no-repeat;
	background-size: 42px auto;
}

.mod-chocolatTalkMenu .anchor-text-popular {
	background: url("/assets/img/user/pc/talk/menu/ico_popular.png") center 8px no-repeat;
	background-size: 40px auto;
}

.mod-chocolatTalkMenu .anchor-text-create {
	background: url("/assets/img/user/pc/talk/menu/ico_create.png") center 8px no-repeat;
	background-size: 36px auto;
}

.mod-chocolatTalkMenu .anchor-text-mypage {
	background: url("/assets/img/user/pc/talk/menu/ico_mypage.png") center 9px no-repeat;
	background-size: 36px auto;
}

.mypageMenuList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 500px;
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.mypageMenuList .mypageMenuList-anchor {
	text-align: center;
	width: 25%;
	height: 40px;
	line-height: 41px;
	font-size: 13px;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mypageMenuList .mypageMenuList-anchor + .mypageMenuList-anchor {
	border-left: 1px solid #ddd;
}

.mypageMenuList .mypageMenuList-anchor:not([href]),
.mypageMenuList .mypageMenuList-anchor:hover {
	background-color: #ff0036;
	color: #fff;
}

.f-sectionBase {
	width: 1000px;
	margin: auto;
}

.f-sectionBase ~ .f-sectionBase {
	margin-top: 20px;
}

.f-sectionBase .ttl {
	background-color: #ff6989;
}

.f-sectionBase .unRegistered {
	display: table;
	margin: 30px auto;
	padding: 20px 0 20px 28px;
	background: url("/assets/img/user/pc/talk/mypage/ico_un_registered.png") 0 center no-repeat;
	background-size: 22px;
	font-size: 20px;
}

.f-sectionBase .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.f-sectionBase .item-imgWrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-sectionBase .item-imgWrap a {
	display: block;
	width: 156px;
	height: 156px;
	position: relative;
}

.f-sectionBase .item-imgWrap img {
	max-width: none;
	max-height: none;
	width: 156px !important;
	height: 156px !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.f-sectionBase .item-colRight {
	width: calc(100% - 156px);
}

.f-sectionBase .item-colRight-row1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	background-color: #ffe6ee;
}

.f-sectionBase .item-colRight-row1-comment {
	font-size: 14px;
}

.f-sectionBase .item-colRight-row1-comment-count {
	font-weight: bold;
	color: #ff719c;
}

.f-sectionBase .item-colRight-row1-time {
	margin-left: 100px;
	padding: 5px 0 5px 20px;
	background: url("/assets/img/user/pc/talk/ico_time.png") 0 center no-repeat;
	background-size: 15px;
}

.f-sectionBase .item-colRight-row2 {
	padding: 10px 10px 0;
	line-height: 1.3;
}

.f-sectionBase .item-colRight-row2-anchor {
	display: inline-block;
	vertical-align: 0;
	font-size: 20px;
	font-weight: bold;
	color: #2c81d7;
	text-decoration: underline;
}

.f-sectionBase .item-colRight-row2-anchor:hover {
	text-decoration: none;
}

.f-sectionBase .item-colRight-date {
	margin-top: 5px;
	font-size: 13px;
}

.f-sectionBase .item-colRight-row1-delete {
	width: 22px;
	height: 22px;
	margin-left: auto;
	background-color: transparent;
}

.f-sectionBase .item-colRight-row2-delete {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background-color: transparent;
}

.f-sectionBase .item-colRight-row1-edit {
	width: 22px;
	height: 22px;
	margin-left: auto;
	background-color: transparent;
}

.f-sectionBase .btn-more {
	display: table;
	margin: 10px 10px 10px auto;
	padding: 0 15px;
	background-color: #ff93b4;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}

.f-sectionBase .btn-more-text {
	display: inline-block;
	height: 34px;
	padding-right: 18px;
	background: url("/assets/img/user/pc/talk/ico_arrow_to_right.png") right center no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
	line-height: 35px;
}

.f-bookmarkList {
	position: relative;
	background-color: #fff;
}

.f-bookmarkList .ttl::before {
	background: #ef3f64 url("/assets/img/user/pc/talk/mypage/ico_bookmark.png") center no-repeat;
	background-size: 20px;
}

.f-historyList {
	position: relative;
	background-color: #fff;
}

.f-historyList .ttl::before {
	background: #ef3f64 url("/assets/img/user/pc/talk/mypage/ico_history.png") center no-repeat;
	background-size: 20px;
}

.f-createTopicList {
	margin-bottom: 80px;
	position: relative;
	background-color: #fff;
}

.f-createTopicList .ttl::before {
	background: #ef3f64 url("/assets/img/user/pc/talk/mypage/ico_create.png") center no-repeat;
	background-size: 20px auto;
}

.anchor-back {
	display: block;
	width: 300px;
	height: 45px;
	margin: 40px auto;
	border-radius: 4px;
	background-color: #ef3f64;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
}

#history_content {
	text-align: center;
}

.ajax_load {
	text-align: center;
}

.img-checkboxLabel {
	display: inline-block;
	margin: 5px 10px 0px;
	vertical-align: top;
	font-size: 16px;
}

.img-checkboxLabel span {
	font-weight: bold;
}

.exits_img_preview {
	margin-top: 5px;
}

.error_block {
	text-align: center;
	color: #f00;
	margin-top: 14px;
	font-weight: bold;
	font-size: 16px;
}

.wasdel-title {
	display: inline-block;
	vertical-align: 0;
	font-size: 20px;
	font-weight: bold;
	color: #606060;
}

.del-div {
	background: #e8e8e8;
	opacity: 0.8;
}
