.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 640px;
}

.storyTitleArea {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	border-top: 1px solid #D9E0E6;
	border-bottom: 1px solid #D9E0E6;
	margin-bottom: 12px;
	padding: 8px;
}

.storyTitleArea div {
	font-size: 21px;
}

.storyTitleArea div:first-child {
	flex-shrink: 0;
}

.storyTitleArea div:not(:first-child) {
	margin-left: 10px;
}

.pageArea>h2 {
	margin-bottom: 12px;
}

.pageArea>h2>span {
	padding-left: 0;
	background-image: none;
}

.pageItemList p {
	text-align: center;
	width: 100%;
	height: auto;
}

.pageItemList p:last-child {
	margin-bottom: 10px;
}

.pageItemList p img {
	display: block;
	width: 100%;
	height: auto;
}

.pageItemList span#reported {
	text-align: center;
	display: grid;
	position: relative;
	height: 100%;
	font-size: 21px;
	color: gray;
	align-items: center;
}


.storyInfoArea{
	padding-top:4px;
	overflow: hidden;
	height:25px;
	border-bottom: 1px solid #D9E0E6;
}

.storyInfo {
	line-height: 16px;
	color: #BDC3C7;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	vertical-align: bottom;
}

.storyInfoDate {
	padding-left: 22px;
	padding-bottom: 2px;
	background-image: url('/img/icon/icon_date.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}



.categoryArea {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.categoryChangeArea {
	vertical-align: middle;
	overflow: hidden;
	padding-top: 12px;
}

.categoryChangeHistory {
	padding-left: 16px;
	font-size : 14px;
	color: #E74C3C;
	line-height: 39px;
	display: inline-block;
	font-size: 14px;
}

.categoryChangeButton {
	float: right;
}

.categoryIconStyle {
	vertical-align: middle;
	display: inline-block;
	width: 33px;
	height: 22px;
	background-image: url(/img/icon/icon_category.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: 0px;
}


.operationArea {
	vertical-align: middle;
	overflow: hidden;
	padding-top: 8px;
}

.operationButton {
	float: right;
}

.operationHistory {
	padding-left: 16px;
	font-size: 14px;
	color: #E74C3C;
	line-height: 39px;
	display: inline-block;
}


.reducePointArea {
	vertical-align: middle;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom:8px;
}

.reducePointButton {
	float: right;
}

.memberCommentEditButtonArea, .memberCommentCancelAndSaveButtonArea {
	display: flex;
	justify-content: flex-end;
}

#memberComment {
	white-space: pre-wrap;
}

.reducePointHistory {
	padding-left: 16px;
	font-size: 14px;
	color: #E74C3C;
	line-height: 39px;
	display: inline-block;
}

.categoryTextStyle {
	color: #9CA2A6;
	font-size: 16px;
	height: 24px;
	display:inline-block;
}

.languageChangeSelectUnlockStyle {
	display: inline-block;
	height: 39px;
	min-width: 200px;
	border-radius: 4px;
	margin-left: 12px;
	border: 1px solid #0B649B;
	color: #0B649B;
	padding: 8px 8px 8px 8px;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none transparent;
}

div.adminCategory{
	display:inline-block;
	padding: 8px 8px 8px 8px;
	vertical-align:middle;
	cursor:pointer;
}

.categoryChangeSelectUnlockStyle {
	height: 39px;
	min-width: 200px;
	border-radius: 4px;
	border: 1px solid #0B649B;
	color: #0B649B;
	padding: 8px 8px 8px 8px;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none transparent;
}

.categoryChangeSelectLockStyle {
	height: 39px;
	min-width: 200px;
	border-radius: 4px;
	border: 1px solid #0B649B;
	color: #0B649B;
	padding-left: 8px;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none transparent;
	background-image: url(/img/icon/padlock_select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 32px 24px;
}

.categoryChangeSelectAdminLockStyle {
	height: 39px;
	min-width: 200px;
	border-radius: 4px;
	border: 1px solid #0B649B;
	color: #0B649B;
	padding-left: 8px;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none transparent;
	background-image: url(/img/icon/padlock_select_admin.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 32px 24px;
}

.categoryLinkStyle {
	cursor: pointer;
	color: #9CA2A6;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}


div.categoryTextWrapper {
	display:inline-block;
	width: auto;
	height: auto;
}

div.categoryTextWrapper.notLogin {
	padding: 5px;
	border: 1px solid #0B649B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	vertical-align:middle;
}

div.categoryTextWrapper.notLogin>div#categoryLink {
	display:inline-block;
	color: #0B649B;
	font-size: 14px;
	vertical-align:middle;
}

div.categoryTextWrapper.categoryChangeRequest {
	padding: 5px;
	border: 1px solid #0B649B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

div.categoryTextWrapper.categoryChangeRequest>div#categoryChangeRequestButton
	{
	color: #0B649B;
	font-size: 14px;
	display:inline-block;
	vertical-align:middle;
}

.categoryLockStyle {
	vertical-align:middle;
	display:inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/img/icon/padlock.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.categoryAdminLockStyle {
	vertical-align:middle;
	display:inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/img/icon/padlock_admin.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.aboutCategoryStyle {
	vertical-align: middle;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-image: url(/img/icon/aboutCategory.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 6px;
	margin-right: 0;
}

.artistInfoArea {
	width: 640px;
	height: auto;
	padding: 12px;
	border-bottom: 1px solid #D9E0E6;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.artistInfoArea>p {
	width: 48px;
	height: auto;
	margin-right: 8px;
	float: left;
}

.artistIcon img {
	width: 48px;
	height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.artistNameArea {
	margin-left: 10px;
}

.artistInfoArea>ul {
	width: 556px;
	height: auto;
	float: right;
}

.artistInfoArea>ul li {
	text-align: left;
	line-height: 1.5;
	height: auto;
}

.artistInfoArea>ul li:first-child {
	line-height: 1;
	display: inline-block;
}

.artistNameArea .artistMessage {
	word-break: break-all;
}

.subscribeArea {
	margin-bottom: 12px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.noneSubscribeArea {
	display: none;
}

.enableSubscribeButtonStyle, .clickableSubscribeButtonStyle,
	.disableSubscribeButtonStyle {
	width: 200px;
	height: 48px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.enableSubscribeButtonStyle>span, .clickableSubscribeButtonStyle>span,
	.disableSubscribeButtonStyle>span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.enableSubscribeButtonStyle, .clickableSubscribeButtonStyle {
	color: #FFFFFF;
	background-color: #FECE09;
	border: 1px solid #FECE09;
}

.disableSubscribeButtonStyle {
	color: #FECE09;
	background-color: #FFFFFF;
	border: 1px solid #FECE09;
}

.clickableSubscribeButtonStyle:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.enableSubscribeButtonStyle .icon, .clickableSubscribeButtonStyle .icon
	{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('/img/icon/subscription_btn_bg_on.png');
	background-repeat: no-repeat;
}

.disableSubscribeButtonStyle .icon {
	width: 24px;
	height: 24px;
	background-image: url('/img/icon/subscription_btn_bg_off.png');
	background-repeat: no-repeat;
}

.enableSubscribeButtonStyle .text, .clickableSubscribeButtonStyle .text,
	.disableSubscribeButtonStyle .text {
	padding-top: 4px;
	padding-left: 4px;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 24px;
}

.storyPagingArea {
	margin-bottom: 31px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.storyPagingArea p {
	font-size: 16px;
	width: 200px;
	height: 48px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.enablePreviousStoryButtonStyle, .clickablePreviousStoryButtonStyle,
	.enableNextStoryButtonStyle, .clickableNextStoryButtonStyle {
	color: #0B649B;
	border: 1px solid #0B649B;
}

.clickablePreviousStoryButtonStyle:hover, .clickableNextStoryButtonStyle:hover
	{
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.disablePreviousStoryButtonStyle, .disableNextStoryButtonStyle {
	visibility: hidden;
}

.enableLikeButtonStyle, .likeButtonStyle {
	color: #0B649B;
	border: 1px solid #0B649B;
}

.enableLikeButtonStyle .icon, .likeButtonStyle .icon {
	width: 20px;
	height: 18px;
	background-image: url('/img/icon/likeIcon.png');
	background-repeat: no-repeat;
}

.likedButtonStyle .icon {
	width: 20px;
	height: 18px;
	background-image: url('/img/icon/likedIcon.png');
	background-repeat: no-repeat;
}

.likedButtonStyle {
	color: #FFFFFF;
	background-color: #0B649B;
	border: 1px solid #0B649B;
}

.likeButtonStyle:hover, .likedButtonStyle:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.commentTextarea {
	max-width: 640px;
	width: 100%;
	height: 64px;
	padding: 4px;
	font-size: 16px;
	border: 1px solid #C0C0C0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.shareArea {
	margin-bottom: 31px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.shareArea .shareTwitterStyle, .shareArea .shareFacebookStyle {
	width: 300px;
	height: 64px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.shareArea .shareTwitterStyle {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
}

.shareArea .shareTwitterStyle:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.shareArea .shareTwitterStyle .icon {
	width: 30px;
	height: 24px;
	background-image: url('/img/icon/shareTwitter.png?20240130');
	background-repeat: no-repeat;
	margin-right: 10px;
}

.shareArea .shareTwitterStyle .text>a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

.shareArea .shareFacebookStyle {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #3A5795;
	border: 1px solid #3A5795;
}

.shareArea .shareFacebookStyle:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}

.shareArea .shareFacebookStyle .icon {
	width: 30px;
	height: 24px;
	background-image: url('/img/icon/shareFacebook.png');
	background-repeat: no-repeat;
	margin-right: 10px;
}

.shareArea .shareFacebookStyle .text>a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

.reportImproperArea {
	text-align: center;
	margin-bottom: 31px;
}

.reportImproperStyle {
	color: #b3bac1;
	font-size: 16px;
}

.reportImproperStyle:hover {
	cursor: pointer;
	text-decoration: underline;
}

.socialArea {
	margin-bottom: 12px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.socialArea .shareTwitterStyle {
	margin-right: 10px;
}