#thread .thread_side_area {
    float: right;
    width: 245px;
    height: 100%;
    border-radius: 0 6px 6px 6px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
#thread .thread-detail-header {
	box-sizing: border-box;
    position: fixed;
    width: 245px;
    border: 3px solid #e50110;
    border-radius: 5px;
}
#thread .fixed-image-wrap {
    padding: 15px 15px 0 15px;
    position: relative;
}
#thread .red_tri {
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#thread .thread-detail-header .thread-count {
    font-size: 13px;
}
#thread .thread-detail-header.isFixed.isDown {
	height: 55px;
	border-top: 1px solid #ccc;
}
#thread .thread-detail-header .bbs-summary {
	width:1024px;
	margin: 0 auto;
	height: 60px;
	padding-top:5px;
}
#thread .thread-detail-header.isFixed.isDown .bbs-summary {
	padding-top:0px;
}
#thread .thread-detail-header.isFixed.isUp .bbs-summary {
	padding-top:5px;
}
#thread .thread-detail-header .bbs-navi {
    background: url("/images/sub/thread/icon_arrow_reverse.png") no-repeat 55px 12px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin: 11px 0 20px;
    padding: 6px 0;
    font-size: 11px;
    text-align: center;
}
#thread .thread-detail-header .bbs-summary .bbs-navi a {
	display: block;
	width: 100%;
	height: 100%;
}
#thread .thread-detail-header .bbs-user {
/* 	float:left;
	width: 340px;
	padding: 10px 13px;
	vertical-align: top;
    background-color: #ddd;
	border-right: 1px solid #dbd4c3;
	border-bottom: 1px solid #dbd4c3;
	height: 55px;
	box-sizing: border-box; */
    margin-bottom: 10px;
    min-height: 40px;
}
#thread .thread-detail-header .bbs-user p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 11px;
}
#thread .thread-detail-header .bbs-summary .bbs-user img.user_icon_popup {
	border-radius: 16px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#thread .thread-detail-header .bbs-summary .bbs-user .bbs-user__member-name {
	margin: 5px 0 0;
    line-height: 1;
}
#thread .thread-detail-header .bbs-summary .bbs-user .bbs-user__member-pref {
    margin: 5px 0 0;
    line-height: 1;
}
#thread .thread-detail-header .bbs-summary .bbs-content {
	float:left;
	width: 400px;
	padding:10px 10px;
	height: 60px;
	box-sizing: border-box;
}
#thread .thread-detail-header .bbs-summary .bbs-content .thread-count {
	font-size: 12px;
	font-weight: normal;
}
#thread .thread-detail-header .bbs-summary .bbs-content p {
	margin: 0;
	overflow: hidden;
}
#thread .thread-detail-header .bbs-summary .bbs-action {
	float: right;
	padding:10px 0;
	height: 60px;
	box-sizing: border-box;
}
#thread .thread-detail-header .thread_count {
    font-size: 12px;
}
#thread .thread-detail-header ._title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
#thread .thread-detail-header .thread_comment_count {
    background: url("/images/sub/thread/icon_comment.png") no-repeat 0px 0px;
	padding-left: 15px;
    margin-left: 16px;
}
#thread .thread-detail-header .like-area {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin: 10px 0 18px;
    padding: 4px 0 4px 10px;
    position: relative;
}
#thread .thread-detail-header .like-area .black_arrow {
    position: absolute;
    bottom: -17px;
    left: 100px;
}
#thread .sub-comment-head .command-edit {
    background: url("/images/sub/thread/icon_pen_2.png") no-repeat 8px 6px;
    width: 30px;
}
#thread .sub-comment-head .command-remove {
    background: url("/images/sub/thread/icon_bin_2.png") no-repeat 8px 6px;
    width: 30px;
}


#thread .bbs-wrap {
	width: 1024px;
	margin: 0 auto;
}
#thread #bbs-detail-sec {
	margin:160px 0 20px;
}
#thread #bbs-detail-sec .thread-body-text-bottom {
    bottom: 10px;
    position: static;
}
#thread #bbs-detail-body {
	background-color: #fff;
    width: 765px;
    box-sizing: border-box;
}
#thread #bbs-detail-body .thread-body {
	box-sizing: border-box;
	min-height: 110px;
	padding: 13px 20px;
	width: 765px;
	background-color: #f1f0f0;
	border-radius: 4px;
	position: relative;
	float: none;
}
#thread #bbs-detail-body .thread-body img.command-popup {
	border-radius: 6px;
}
#thread #bbs-detail-body .thread-body .thread-tag {
    background-color: #e50110;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    padding: 0 7px;
    width: auto;
}
#thread #bbs-detail-body .thread-body .categoryform__category-item {
    background-color: #fff;
}
#thread #bbs-detail-body .thread-body .categoryform__category-item a {
    color: #000;
}
#thread #bbs-detail-body .bbs-detaile-h1 {
	padding-bottom: 10px;
	border-bottom: solid 1px #a8a8a8;
	width: 725px;
	margin-bottom: 20px;
}
#thread #bbs-detail-body .thread-body-text {
	width: auto;
}
#thread .sub-comment-box .thread-text-child {
	margin-left: 40px;
	border-bottom: 1px solid #dddddd;
}
#thread .sub-comment-box .thread-text-grandchild {
	padding-left: 40px;
	border-bottom: 1px solid #dddddd;
}
#thread #bbs-detail-body .thread-body-text-bottom .favorite-area a {
	margin-left: 5px;
	padding-left: 6px;
	color: #fff;
    font-weight: normal;
}
#thread #bbs-detail-body .thread-body-text-bottom hr {
	margin-bottom: 9px;
}
#thread #bbs-detail-body .thread-body-text-bottom .clip-action {
    background: #8e8e8e url("/images/sub/thread/ic_clip_s_2.png") no-repeat scroll 5px 2px;
    border-radius: 4px;
    font-size: 11px;
    margin: 0;
    padding: 6px 14px 5px 23px;
}
#thread #bbs-detail-body .thread-time {
    background: rgba(0, 0, 0, 0) url("/images/sub/copen_club/ic_time_s.png") no-repeat scroll 0 3px;
    float: right;
    font-size: 11px;
    padding: 2px 0 5px 20px;
}
#thread #bbs-detail-body .main-comment {
/*     background-color: #dddddd; */
    width: 725px;
    padding: 10px 20px 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#thread #bbs-detail-body .main-comment .main-comment-pht,
#thread #bbs-detail-body .main-comment .main-comment-pht-arrow {
    float: left;
    padding-right: 0px;
    width: 32px;
    margin-right: 8px;
}
#thread #bbs-detail-body .main-comment .main-comment-body {
    float: left;
    width: 600px;
}
#thread #bbs-detail-body .main-comment .main-comment-body .comment-write .bbs-refer-textarea textarea {
    width: 405px;
    height: 94px;
    border-radius: 5px;
}
#thread #bbs-detail-body .main-comment .main-comment-body .submit_button {
	padding: 10px 0;
	font-size: 12px;
	border-radius: 4px;
}
#thread #bbs-detail-body .main-comment .main-comment-body .bbs-comment-atention {
    border-top: 1px solid #fff;
    margin: 18px 0 0;
    padding-top: 14px;
}
#thread #bbs-detail-body .button-remove .btn_black_mini {
    background: #ababab none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: auto;
    padding: 1px 0;
    text-align: center;
    width: 165px;
    font-weight: normal;
}
#thread #bbs-detail-body .main-comment .main-comment-pht img.main_comment_user_icon,
#thread #bbs-detail-body .sub-comment .main-comment-pht img.sub_comment_user_icon {
	border-radius: 16px;
}
#thread #bbs-detail-body .sub-comment {
	width: 765px;
	box-sizing: border-box;
	padding: 0;
}
#thread #bbs-detail-body .btn-more-view {
    margin-left: 0px;
    margin-top:  0px;
}
#thread #bbs-detail-body .btn-more-view #more_button:before {
    background-color: #000;
    content: " ";
    display: block;
    height: 20px;
    left: 40px;
    position: absolute;
    top: -20px;
    width: 2px;
}
#thread #bbs-detail-body .btn-more-view #more_button {
    padding: 15px 0;
    width: 765px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}
#thread #bbs-detail-body .btn-more-view #more_button img {
    transform: rotate(90deg) translateX(14px) translateY(-41px);
}
#thread #bbs-detail-body .sub-comment-box {
	background-color: #f1f0f0;
	border-radius: 4px;
	margin-bottom: 0px;
    margin-top: 30px;
	padding: 15px 20px 15px;
    position: relative;
}
#thread #bbs-detail-body .sub-comment-box:before {
    position: absolute;
    top: -30px;
    left: 40px;
    content: " ";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #000;
}
#thread #bbs-detail-body .submit_button_area {
    margin-bottom: -8px;
}
#thread #bbs-detail-body .submit_button_area:before {
    content: " ";
    display: block;
    width: 2px;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 40px;
    background-color: #000;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-cont {
    float: left;
    width: 725px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-cont-top {
    margin-bottom: 0px;
    padding-bottom: 0;
}
#thread #bbs-detail-body .sub-comment-box .main-comment-pht,
#thread #bbs-detail-body .sub-comment-box .main-comment-pht-arrow {
    float: left;
    padding-right: 20px;
    width: 21px;
}
#thread #bbs-detail-body .sub-comment-box p.message {
    word-break: break-all;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-head {
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 1em;
    padding-bottom: 8px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-head .sub-comment-name {
	height: 32px;
	line-height: 32px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid {
    background-color: #dddddd;
    margin-top: 20px;
    padding: 10px 20px 0;
    width: 685px;
    border-radius: 4px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .sub-comment-body {
    float: left;
    width: 558px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .sub-comment-body .bbs-sub-refer-textarea {
	float: left;
	width: 385px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .sub-comment-body .bbs-sub-refer-textarea .bbs-textarea-cap {
    padding: 8px 0 6px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .sub-comment-body .bbs-sub-refer-textarea .bbs-note {
	margin-bottom: 0;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .sub-comment-body .bbs-comment-atention {
    border-top: 1px solid #fff;
    margin-top: 17px;
    padding-top: 10px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid textarea {
	border-radius: 4px;
	width: 364px;
	height: 95px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-mid .reply-button {
	padding: 10px 0;
	font-size: 12px;
	border-radius:4px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-foot {
    height: 25px;
    margin-left: 40px;
    margin-top: 10px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-foot .comment-res a {
    background-color: #ffdd58;
    background-image: url("/images/sub/thread/icon_comment_2.png");
    background-position: 10px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #000;
    padding: 5px 27px 5px 40px;
    box-shadow: 0px 0px 3px 0px rgba(13, 5, 9, 0.2);
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-foot .btn-like {
	margin-right: 10px;
}
#thread #bbs-detail-body .sub-comment-box .sub-comment-foot .btn-like a {
    background: url("/images/sub/thread/icon_big_star_off.png") no-repeat scroll 0 0;
    padding: 2px 0 2px 21px;
}
#thread #bbs-detail-body .sub-comment-box .comment_edited {
    background: rgba(0, 0, 0, 0) url("/images/sub/thread/icon_edited.png") no-repeat scroll 0 3px;
    float: right;
    margin-left: 17px;
    padding: 1px 0 0 23px;
    text-decoration: none;
}
#thread #bbs-detail-body .sub-comment-margin {
	border-left: 2px solid #000;
	box-sizing: border-box;
	height: 30px;
	margin-left: 20px;
}
#thread #bbs-detail-body .sub-comment-margin:last-child {
	display: none;
}
#thread #bbs-detail-body .comment-box {
    background-color: #fff;
    border-radius: 4px;
/*     box-sizing: border-box; */
    float: right;
    margin-top: 10px;
    padding: 10px 20px;
    width: 645px;
}
#thread #bbs-detail-body .comment-area img.user_icon_popup {
	border-radius: 16px;
}
.sub-comment-margin {
	height:30px;
	background-color: #fff;
}

#thread #bbs-side {
	width: 100%;
    float: none;
    margin-top: 50px;
}
#thread #bbs-side h2.bbs-side-ttl {
    border-bottom: 2px solid #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0;
    margin-bottom: 12px;
}
#thread #bbs-side .bbs-side-head {
    margin-bottom: 12px;
}
#thread #bbs-side .bbs-side-head .thread-tag-2 {
    display: inline-block;
    padding: 9px 3px 18px 0;
}
#thread #bbs-side .bbs-side-head .thread-tag {
    background-color: #e50110;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    padding: 0 7px;
    width: auto;
}
#thread #bbs-side .bbs-side-body .side-thread-body {
	background-color: #f1f0f0;
	border-radius: 4px;
	padding: 20px;
    word-break: break-all;
}
#thread #bbs-side .bbs-side-body .side-thread-body .side-thread-ttl {
	font-size: 16px;
	font-weight: bold;
}
#thread #bbs-side .bbs-side-body .side-thread-body .side-thread-img {
	border-radius: 4px;
}
#thread #bbs-side .bbs-side-body .side-thread-body .side-thread-tagarea .thread-tag {
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    padding: 0 7px;
    width: auto;
}
#thread #bbs-side .bbs-side-body .side-thread-body .side-thread-tagarea time {
	font-size: 11px;
	margin: 5px 0;
	display: inline-block;
}
#thread #bbs-side .bbs-side-body .side-thread-body .item__tags:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#thread #bbs-side .bbs-side-body .side-thread-body .item__tags ul li {
    float: left;
}
#thread #bbs-side .bbs-side-body .side-thread-body .item__tags ul.hasMore:after {
    content: '';
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background: url("../images/common/icon_3dot.png") center center no-repeat;
}

#thread #bbs-side .bbs-side-body .side-thread-body .side-thread-body-bottom {
	margin: 10px -20px -20px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	padding: 1px 0;
}
#thread #bbs-side .bbs-side-body .side-thread-foot {
	padding: 0 20px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .count-area {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin: 10px 0 20px;
    padding: 4px 20px;
    height: 30px;
    position: relative;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .count-area .red_arrow {
	position: absolute;
	top: 38px;
	left: 130px;
    background-color: #fff;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .count-area .thread-count {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 47px;

}
#thread #bbs-side .bbs-side-body .side-thread-foot .count-area .command-like {
    background: rgba(0, 0, 0, 0) url("/images/common/icon_like_off.png") no-repeat scroll 0 -1px;
    padding-left: 20px;
    background-size: 15px;
    font-size: 14px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .count-area .thread_like_count--on {
    background: rgba(0, 0, 0, 0) url("/images/common/icon_like_on.png") no-repeat scroll 0 -1px;
    padding-left: 20px;
    background-size: 15px;
}

#thread #bbs-side .bbs-side-body .side-thread-foot .count-area .thread_comment_count {
    background: rgba(0, 0, 0, 0) url("/images/sub/thread/icon_big_comment.png") no-repeat scroll 0 0px;
    padding-left: 20px;
    font-size: 14px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList {
    border-top: 1px dotted #000;
    padding-top: 7px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList ul li {
    float: left;
    margin-right: 4px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList img {
    border-radius: 14px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .item__userList ul.hasMore::after {
    background: rgba(0, 0, 0, 0) url("../images/common/icon_3dot.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px;
}
#thread #bbs-side .bbs-side-body .side-thread-foot .bbs-user .thread-user-icon {
	float: left;
	border-radius: 16px;
	margin-right: 10px;
}
#thread #bbs-side .related-thread {
	width: 330px;
    float: left;
}
#thread #bbs-side .related-thread + .related-thread {
    margin-left: 17px;
}
#thread #bbs-side .recommend-thread {
}
#thread #bbs-side ._user_area-b {
/*     border-bottom: 1px dotted #000; */
    padding-bottom: 3px;
    margin-bottom: 0.6em;
}
#thread #bbs-side .related_box {
    margin-bottom: 30px;
}
#thread #popup {
	border-radius: 5px;
	padding: 20px 0px;
	border: none;
	width: 680px;
	margin-left: -340px;
}
#thread #popup .message {
    font-size: 14px;
    margin: 0px auto 0px;
    text-align: left;
    width: 560px;
    padding: 5px 0;
}
#thread #popup .photo {
    margin: 0px auto 0px;
    width: 560px;
    padding: 12px 0 5px;
}
#thread #popup .photo img {
	border-radius: 5px;
}
#thread #popup .user_icon_popup {
	border-radius: 16px;
}
#thread #popup .popup-h1 {
	font-size: 18px;
	font-weight: bold;
}
#thread #popup .pop-prof-head {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 11px;
	margin: 0 20px 20px;
}
#thread #popup .pop-prof-head .pop-name {
    float: left;
    height: auto;
    margin-left: 15px;
    padding-top: 4px;
}
#thread #popup .pop-comment {
    background-color: #fff;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}
#thread #popup .pop-comment p.pop-ttl {
	margin-left: 60px;
}
#thread #popup .pop-comment-cont {
    background-color: #e5e5e5;
    margin-top: -5px;
}
#thread #popup .form-submit {
	width: 680px;
	margin-right: 0;
	padding-left: 30px;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
}
#thread #popup .form-submit .ok,
#thread #popup .form-submit .cancel {
	float: left;
}
#thread #popup .form-submit button[type="submit"] {
    margin-right: 20px;
    width: 300px !important;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 0;
}

#thread .confirm {
    width: 680px;
    border-radius: 4px;
    box-sizing: border-box;
}
#thread .confirm .modal_close_btn {
    position: absolute;
    top: -17px;
    right: -23px;
    cursor: pointer;
    border-radius: 20px;
}
#thread .confirm .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 0;
    margin-bottom: 19px;
    box-sizing: border-box;
    border: none;
}
#thread .confirm .message {
    font-size: 12px;
    text-align: left;
    margin: 0;
}
#thread .confirm .btn {
    color: #fff;
    width: 300px;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
}
#thread .confirm .btn:first-of-type {
    margin-right: 20px;
}
#thread .confirm .button_area {
    padding: 0;
    width: 620px;
    text-align: left;
}
#thread .confirm .button_area a.btn {
    float: left;
    background: #000 url('/images/sub/shop_admin/arrow_submit.png') no-repeat scroll 111px 16px;
}
#thread .confirm .button_area .white_close_btn {
    display: block;
    margin: 0 auto;
    width: 116px;
    border: 1px solid #a8a8a8;
    text-align: center;
    border-radius: 4px;
}
#thread .confirm .button_area .white_close_btn img {
    margin-top: 4px;
}
#thread .confirm .thread_message {
    text-align: left;
}
.icon--arrow--white {
    background-image: url("/images/sub/thread/icon_white_arrow.png");
    height: 7px;
    width: 5px;
}

#thread .button_area .white_close_btn {
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 116px;
}
#thread .button_area .white_close_btn img {
    margin-top: 4px;
}

#thread .popup.photo_detail {
    max-width: 680px;
    width: auto;
    margin-left: -340px;
    padding: 30px;
    border-radius: 4px;
}
#thread .popup.photo_detail .top_close {
    height: 25px;
    padding: 15px 25px;
    text-align: right;
    width: auto;
}
#thread .modal_close_btn {
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    right: -23px;
    top: -17px;
}
#thread .popup.photo_detail .photo_area img {
    max-width: 620px;
}
#thread .button_area {
    text-align: center;
}
#thread .photo_area {
    margin-bottom: 35px;
}
#thread #main {
    background-color: #fff;
}
#thread .thread-write .btn_black_mini {
    width: 164px;
    color: #fff;
}
#thread .thread-write h1 {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-size: 21px;
    font-weight: bold;
    margin-top: 67px;
    padding: 22px 0;
    text-align: center;
    margin-bottom: 0;
}
#thread .thread-write .form-white .required {
    background-color: #f1f0f0;
    border-radius: 4px;
    color: #e94260;
    float: left;
    font-size: 12px;
    height: 17px;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
    padding: 6px 6px 9px;
    text-align: center;
    width: 36px;
}
#thread .thread-write table.table-white {
    margin: 0 0 10px;
}
#thread .thread-write .form-white th {
    font-weight: bold;
    padding: 33px 0 0 20px;
    box-sizing: border-box;
}
#thread .thread-write .form-white td {
    padding: 30px 0 3px;
}
#thread .thread-write .form-white td input[type="text"],
#thread .thread-write .form-white td textarea {
    border-radius: 4px;
    background-color: #f1f0f0;
    padding: 8px 12px;
    width: 714px;
    box-sizing: border-box;
}
#thread .thread-write .thread-write-cover {
    float: none;
    margin-bottom: 0;
}
#thread .thread-write .thread-write-note {
    float: none;
    font-size: 11px;
    width: 490px;
    margin-bottom: 20px;
}
#thread .thread-write .form-white .form-merge {
    float: left;
    background-color: #f1f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px 12px 0 12px;
}
#thread .thread-write .form-white .category_check_box .form-merge {
    width: 691px;
}
#thread .thread-write .form-white .blog-categorys {
    float: left;
}
#thread .thread-write .form-white #category_ids .cateogry_wrapper {
    width: auto;
    margin: 0 4px 10px 0;
}
#thread .thread-write .form-white #category_ids .cateogry_wrapper label {
    background: #e50110 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    padding: 7px;
    font-size: 12px;
    transition: all 0.2s ease 0s;
}
#thread .thread-write .form-white #category_ids .cateogry_wrapper input:checked + label {
    background: #ffdd58 none repeat scroll 0 0;
    color: #000;
}

#thread .thread-write .form-white .form-merge.selected-tags-box {
	border: solid 3px #7b7b7b;
	padding-left: 9px;
	padding-right: 9px;
	min-height: 62px;
    background-color: #fff;
}
#thread .thread-write .form-white .form-merge.selected-tags-box .selected-item {
    padding: 6px;
    vertical-align: bottom;
    background-color: #df000e;
    background-image: none;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 8px;
    list-style: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}

#thread .thread-write .form-white .form-merge.selected-tags-box .selected-item img {
    height: 15px;
    vertical-align: bottom;
    padding-left: 4px;
}

#thread #category_ids input {
    display: none;
}
#thread .copen-club-sec {
    padding-bottom: 0;
}
#thread .form-kiyaku .kiyaku-note {
    margin-bottom: 25px;
}
#thread .form-white .cbxbd {
    background: rgba(0, 0, 0, 0) url("/images/common/check_3.png") no-repeat scroll left -1px;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    padding: 5px 0 3px 30px;
    text-align: left;
    width: 160px;
}
#thread .form-white .cbxbd.c_on {
    background: rgba(0, 0, 0, 0) url("/images/common/check_3.png") no-repeat scroll left -25px;
}
#thread .form-white .form-submit {
    float: none;
    margin: 0 auto;
    width: 100%;
}
#thread .form-white .form-submit button {
    color: #8e8e8e;
    background-color: #f1f0f0;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 0;
    width: 300px;
    transition: all 0.3s ease 0s;
}
#thread .form-white .form-submit button:hover {
    color: #fff;
    background-color: #000;
}
#thread .form-white .form-submit img {
    margin-bottom: 1px;
}

/* 各ページcss移植 */
.club-sort-nav .club-category .easy-select-box {
    font-size: 13px;
}
.policy-message {
    margin-top: 40px;
    padding:10px 0;
    text-align:center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}
.policy-message a.club_policy_link {
    display: inline-block;
    background: url("/images/common/arrow_link.png") no-repeat scroll 5px 6px;
    padding-left: 20px;
    font-weight: bold;
}
.policy-message a.club_policy_link:hover {
    background: url("/images/common/arrow_link_active.png") no-repeat scroll 5px 6px;
    padding-left: 20px;
}

table.table-white {
	width: 100%;
}
.form-white input[type="text"], .form-white textarea {
	width: 755px;
}
.form-merge {
	width: 755px;
}
.form-merge + hr {
	background-color: #d2d2d2;
}
/* .form-submit button[type=submit] {
	width: 470px !important;
} */
.form-kiyaku {
	/* padding-bottom: 0; */
    border-bottom: 2px solid #000;
}
.thread-note {
    width: 260px;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}
.submit .form-submit .return-button {
     background-color: #828282;
}
.sort {
    /* background: url(/images/sub/copen_club/selected_order.png) no-repeat scroll 0px 0px / 20px auto transparent; */
    display: none;
    color: #fff;
    display: inline-block;
    padding-left: 6px;
    margin-left: 3px;
    font-size: 13px;
    width: 20px;
    height: 24px;
    /* background: url(/images/sub/copen_club/selected_order.png) no-repeat 0 0 \9; */
    line-height: 24px;
}
.remove-image_area {
    width: 260px;
    height: 40px;
    float: left;
    margin:  65px 0 0 20px;
}
.remove-image_area .remove-image-button {
    height: 40px;
    padding-top: 10px;
    background-color: #848484;
}
.remove-image_area .thread-note {
    width: 260px;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}
.submit .form-submit {
     float: left;
     width: 470px;
}
.submit .form-return {
     margin-right: 20px;
}
.submit .form-return button {
     background-color: #828282;
}
/* 各ページcss移植 end */

#thread #popup {
    /*position: fixed;
    top: 25px !important;
    margin-top: 106px;*/
}

#thread #popup .pop-comment-cont {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#thread .form-white .form-kiyaku ul {
    width: 350px;
    margin: 0 auto;
}
#thread .form-white .form-kiyaku li {
    display: table-cell;
    vertical-align: middle;
}
#thread .form-white .form-kiyaku .cbxbd {
    padding: 0 0 0 30px;
    position: relative;
    height: 24px;
    display: inline-block;
}
#thread .form-white .form-kiyaku .cbxbd span {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
}
