/* jQuery modernComment
			by solty design http://solty.2-d.jp/ */
#commentlist {
	width: 748px;
	margin: 0 auto;
}
#commentheader {
	font-size: 14px;
}
#commentbody {
	font-size: 16px;
}
p#tooltip {
	position: absolute;
	display: none;
	max-width: 800px;
	padding : 5px;
	margin-bottom: 0px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border: 1px solid #888;
	box-shadow: 2px 3px 3px rgba(16,16,16,0.2);
	z-index: 9999;
	font-size: 16px;
}
p#tooltip span#resbtn {
	display: none;
}
div#reslist {
	text-align: right;
	padding-bottom: 5px;
}
div.commentwrap {
	margin: 20px 0;
	border-bottom: 1px dashed #ccc;
}
div#commentbody {
	padding: 10px 0 20px 10px;
	font-size: 16px;
	line-height: 1.5;
}
.commentname {
	color: #008000;
	display: inline-block;
	margin: 0 10px;
}
.commentdate, .commentid {
	color: #8d8d8d;
}
span#resbtn {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
	background: #fff;
	color: #ccc;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
span#resbtn:hover {
	background: #ccc;
	color: #fff;
}
span#comlink {
	color: #00f;
	cursor: pointer;
}
span#comlink:hover {
	color: #f00;
}
.comanchor.sansyo {
	margin: 0 5px;
}
textarea#commenttext {
	width: 99%;
	height: 200px;
	margin: 0 auto;
}
input#commentname {
	width: 200px;
	margin-bottom: 10px;
}
p#commenterror {
	color: #f00;
	display: none;
}
input#commentpost {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
div#attention {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}