/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
	color: black;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f3f3f3;
	border-radius:4px;
	margin:0;
	padding: 1em;
	position: relative;
	padding-bottom: 32px;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	display: none;
	margin:10px 0;
}

.commentlist li cite {
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#ffffff;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	display: none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.commentlist .children .avatar {
	display: none;
	height:33px;
	width:33px;
}

.comment-author .fn {
	font-size: 14px;
}

.comment-author .says {
	font-size: 13px;
}

.comment-body {/* .comment-meta */
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-meta {
	font-size: 12px;
	margin: 0 5px 1px 0;
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #1c3d57;
}

.comment-meta a {
	color: #1c3d57 !important;
}

.comment-body  a {/* .comment-meta */
	font-size:11px;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
	font-size: 13px !important;
	line-height: 1.4;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, 
.trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
	width: 90%;
	margin: 0 auto;
}

#respond {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	clear:both;
	padding:10px 20px 5px;
	margin-top: 15px;
}

#respond label {
	display:inline;
}

.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display:block;
}


.nocomments {
	color:#111111;
	font-size:.9em;
	text-align:center;
}

/* form */

.form-allowed-tags{display:none;
	}

#com dl {
	margin: 10px 0;
}
#com dt {
 float:left;
 width:150px;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
}
#com dd {
 margin-left:150px;
 padding:5px 5px 5px 10px;
}

#reply-title {
	/* display: none; */
	border-bottom: unset !important;
	font-size: 14px !important;
}

#submit {
	float: left;
	background: url(../images/etc/com_btn.png) left top no-repeat;
	height: 31px;
	width: 172px;
	display: block;	
	color: #ffffff;
	border: none;
}

.required {
	color: #ff0033;
}

h6#comments {
	display: none;
}

.com_att {
	clear: both;
	padding-top: 15px;
	text-align: left;
	font-size: 11px !important; /* ケータイ画面用の important */
	margin-bottom: 10px;
}

.comment-title {
    font-weight: bold;
    border-left: 5px solid #a30d4c;
    padding-left: 8px;
    margin: 3px 0;
    font-size: 14px;
}
.comment-notes {
	font-size: 11px !important; /* ケータイ画面用の important */
}
#respond label {
	font-size: 14px;
}

textarea#comment {
	margin-top: 0;
}
