@charset "UTF-8";

/*------------------------------------------------------------
コメント欄のスタイル
-------------------------------------------------------------*/
#main-contents .contents #respond {
    margin: 10px;
}

.comm-container {
	background: #f2f2f2;
}

#commentlist {
    margin: 0 !important;
}

#commentlist, respond form {
    padding: 10px !important;
}

#commentlist .children {
	margin: 12px 0 0 0 !important;
	display: none;
}

#commentlist li {
	border-top: 1px dashed #666;
	padding: 12px;
	list-style-type: none
}

#commentlist .children li {
    border: 0;
    background: #e6e6e6;
}

#commentlist .children li:not(:first-child) {
    margin-top: 2px;
}

#commentlist .children .children li,
#commentlist .children .show-reply {
    border: 0;
    background: #dadada;
}

.contributor {
    margin-bottom: 7px;
}

.contributor-name {
    position: relative;
    color: #2f7600;
    font-size: 16px;
    width: 178px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.contributor-info {
	float: right;
}

.contributor-info span {
    margin-right: 8px;
    font-size: 12px;
    color: #666;
}

.contributor-info .past-time {
    position: relative;
    margin-right: 0;
}

.comm-content {
    word-break: break-word;
    margin-bottom: 7px;
}

.reply a {
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000ab8;
    color: #000ab8;
    width: 76px;
    line-height: 34px;
    margin-left: 8px;
    text-align: center;
    background: transparent;
    display: block;
}

.comment-form {
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

.wrapper-comment-form-name {
    font-size: 16px;
    padding: 0;
    background-color: #fff;
    margin-bottom: 4px;
    margin-top: 12px;
}

.comment-form-name {
    border: none;
    display: block;
    width: 100% !important;
    height: 40px !important;
    margin: 0;
    padding: 11px 10px 10px 10px !important;
    font-size: 16px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper-comment-form-text {
    padding: 0;
    background-color: #fff;
}

.comment-form-text {
    border: none;
    resize: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    height: 76px;
    font-size: 16px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-form-btn {
    width: 300px;
    margin: 12px auto 0 auto;
    font-size: 16px;
    color: #000;
}

.comment-form-submit, #get-rest-of-comments {
	background: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
    display: block;
    background-color: #777 !important;
    color: #fff;
    width: 100% !important;
    height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px !important;
    border: solid 1px #777 !important;
    margin: 0 auto;
	padding: 0 !important;
}

.show-reply {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    background: #e6e6e6;
    line-height: 42px;
    color: #000AB5;
    text-align: center;
    margin-top: 12px;
}

.show-reply:after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000ab8;
}

.show-reply.open:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: 4px solid #000ab8;
}

.show-reply-text {
    position: relative;
}

#cancel-comment-reply-link {
    text-align: center;
    font-size: 16px;
    display: block;
    background-color: #fff;
    color: #C50000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 12px !important;
    border: solid 1px #C50000 !important;
    width: 100%;
    height: 48px;
    line-height: 50px;
}