/* ======== ILLUST COMMENT LIST ======== */
#loadArea {
	border-bottom: 1px dotted #CAD0D5;
	width: 640px;
}

.comment-count {
	width: 100%;
	height: auto;
	vertical-align: middle;
	padding-left: 24px;
	display: table-cell;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.illust-comment-caption {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 6px 0px 6px 0px;
	font-size: 16px;
	background-color: #f0f0f0;
}

.illust-comment-block {
	position: relative;
	border-bottom: 1px solid #CAD0D5;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: left;
	width: 100%;
	height: auto;
	overflow-wrap: break-word;
}

.illust-comment-parent {
	/*	padding-left: 0px;*/
	width: 640px;
}

.illust-comment-child {
	margin-left: 20px;
}

.illust-comment-frame {
	border-top: 1px dotted #CAD0D5;
}

.illust-comment-frame-first {
	/*border: 0px;*/
	
}

.illust-comment-frame li {
	display: table;
}

.illust-comment-usericon {
	vertical-align: top;
	padding-top: 6px;
	display: table-cell;
}

.illust-comment-usericon img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.illust-comment-text {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	position: relative;
	display: table-cell;
}

.illust-comment-value {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 34px;
	font-size: 14px;
	word-break: break-all;
}

.illust-comment-update {
	font-size: 12px;
	color: #9ca2a6;
}

.illust-comment-link {
	position: absolute;
	right: 4px;
}

.illust-comment-del {
	width: 26px;
	height: 26px;
	background-image: url('/img/comic/mobile/delete_comment.png');
	background-repeat: no-repeat;
	right: 4px;
	top: 4px;
	position: absolute;
}

/*
.illust-comment-icon {
	display: -webkit-inline-box;
	width: 12px;
	height: 12px;
	background-image: url('/img/icon/comment_reply.png');
	background-repeat: no-repeat;
	background-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}
*/

.illust-comment-label:before {
	content: url('/img/icon/comment_reply.png');
    position: relative;
    top: 1px;
    left: -4px;
}

.illust-comment-label {
	top: 0px;
	color: #0b649b;
}

.illust-comment-button {
	position: fixed;
	bottom: 50px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px 30px 6px 30px;
	border: solid 1px #236795;
	background-color: #236795;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
	left: 50%;
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.illust-comment-button span {
	color: #ffffff;
}

.illust-comment-no-data {
	margin-bottom: 31px;
    color: #b3bac1;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 100%;
    height: auto;
}

.illust-comment-parent {
	width: 640px;
}

.illust-comment-parent .illust-comment-frame {
	width: 640px;
}

.illust-comment-parent .illust-comment-text {
	width: 588px;
}

.illust-comment-child {
	width: 620px;
}

.illust-comment-child .illust-comment-frame {
	width: 620px;
}

.illust-comment-child .illust-comment-text {
	width: 568px;
}

#firstParentTag .illust-comment-text,
#lastParentTag .illust-comment-text {
	width: 640px;
	padding-right: 4px;
}

#firstParentTag .illust-comment-text:hover,
#lastParentTag .illust-comment-text:hover  {
	cursor: pointer;
}

#firstParentTag .illust-comment-value,
#lastParentTag .illust-comment-value  {
	margin-right: 0;
}

.illust-comment-label {
	cursor: pointer;
}

.illust-comment-del:hover {
	cursor: pointer;
}

.ui-dialog.commentList {
	width: 640px;
	padding: 0;
	border: 1px solid #C0C0C0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-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;
}
.ui-dialog.commentList .ui-dialog-content {
	padding: 0;
}

.postCommentDialog {
	padding: 8px;
}
.postCommentDialog .titleArea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}
.postCommentDialog .title {
	font-size: 14px;
}

.postCommentDialog .commentLength {
	font-size: 14px;
}

.validStyle {
	color: #C0C0C0;
}

.invalidStyle {
	color: #FF0000;
}

.postCommentDialog .commentTextArea {
	font-size: 14px;
	padding: 4px;
	width: 100%;
	max-width: 100%;
	height: 80px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-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;
}

.postCommentDialog .postCommentButtonArea {
	display: flex;
	width: 100%;
	height: 32px;
}

.postCommentDialog .postCommentButtonArea label {
	font-size: 14px;
	margin-left: 4px;
}

.enablePostCommentButtonStyle {
	color: #0B649B;
    border: 1px solid #0B649B;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    min-width: 100px;
    height: 32px;
    padding: 4px 4px;
    display: table-cell;
    -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;
}

.disablePostCommentButtonStyle {
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    cursor: auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    min-width: 100px;
    height: 32px;
    padding: 4px 4px;
    display: table-cell;
    -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;
}


.commentButtonArea {
	margin-top: 31px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.commentButtonArea p {
	font-size: 16px;
	width: 200px;
	height: 48px;
	display: table;
}

.commentButtonArea p span {
	color: #0B649B;
	border: 1px solid #0B649B;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;;
	width: 100%;
	height: 48px;
	padding: 12px;
	display: table-cell;

	-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;
}

.commentButtonArea p span: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);
}

