
.comment-area h2 #showComNumber:after {
	color: #FFFFFF;
	font-size: 14px;
	content: attr(data-name);
	font-weight: normal;
	text-align: left;
	top: -2px;
	padding: 4px 8px;
	margin-left: 8px;
	background-color: #CCCCCC;
	position: relative;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.etc-thumb {
	text-align: center;
	width: auto;
	height: auto;
	background-color: #EDEFF2;
	overflow: hidden;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.etc-thumb a:hover {
	filter: alpha(opacity = 70);
	opacity: 0.7;
}

.etc-thumb a {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	width: 310px;
	height: 310px;
	padding: 8px;
	display: table-cell;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.etc-thumb a img {
	background-image: url("/img/material/CheckeredPattern00.png");
}

.etc-button {
	/*display: inline;*/
	float: left;
    text-align: center;
   	width: 112px;
    height: 48px;
}

.etc-button a {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 112px;
    height: 48px;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.etc-link-button {
	color: #0B649B;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 192px;
	height: 48px;
	margin: 0 auto;
	display: table;
	border: 1px solid #0B649B;
	background-color: #ffffff;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.etc-link-button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
}

.etc-unlink-button {
	color: #b3bac1;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 192px;
	height: 48px;
	margin: 0 auto;
	display: table;
	border: 1px solid #D9E0E5;
	background-color: #EDEFF2;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.etc-link-button span {
	display: table-cell;
	vertical-align: middle;
}
.etc-unlink-button span {
	background-color: #EDEFF2;
	display: table-cell;
	vertical-align: middle;
}

.operationArea {
	vertical-align: middle;
	overflow: hidden;
	padding-top: 8px;
	text-align:left;
}

.operationForm, .memberCommentEditButtonArea, .memberCommentCancelAndSaveButtonArea {
	display: flex;
	justify-content: flex-end;
}

#memberComment {
	white-space: pre-wrap;
}

.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;

}

.reducePointForm {
	float: right;
}

.reducePointHistory {
	padding-left: 16px;
	font-size: 14px;
	color: #E74C3C;
	line-height: 39px;
	display: inline-block;
}

.categoryChangeHistory {
	padding-left: 16px;
	font-size: 14px;
	color: #E74C3C;
	line-height: 39px;
	display: inline-block;
	font-size: 14px;
	text-align:left;
}
.categoryChangeArea {
	vertical-align: middle;
	overflow: hidden;
	padding-top: 12px;
}

.categoryChangeButton {
	float: right;
	display: table;
	table-layout: fixed;
}
.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;
}
.aboutCategoryStyle {
	vertical-align: middle;
	display:inline-block;
	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;
}
.deletedArt p {
	margin-bottom: 10px;
}

div.adminCategory{
	display:inline-block;
	padding: 8px 8px 8px 8px;
	vertical-align:middle;
	cursor:pointer;
}