@charset "utf-8";

/*-------------------------------------------------------------------
  コメント欄
-------------------------------------------------------------------*/

div.common_comment {
}

div.common_comment div.cmn_cmt_head {}
div.common_comment div.cmn_cmt_item {}
div.common_comment div.cmn_cmt_form {}

div.common_comment div.cmt_summary {
	border-top:		1px dotted silver;
	margin-top:		2em;
	margin-bottom:		3em;
}

div.common_comment div.cmt_summary i {
	color:			#33667D;
}

div.common_comment div.cmt_summary table.cmt_s_layout {
	border:			none;
	margin:			0;
	padding:		0;
}

div.common_comment div.cmt_summary table.cmt_s_layout td {
	border:			none;
	padding:		0;
}

div.common_comment div.cmt_summary table.cmt_s_layout td.icon {
	vertical-align:		middle;
	padding:		0 0.2em 0 0.5em;
}

div.common_comment div.cmt_summary table.cmt_s_layout td.val {
	vertical-align:		middle;
	font-size:		80%;
	padding:		0 0.5em 0 0;
}

div.common_comment div.cmt_omit {
	margin:			0 0 2em 2em;
}

div.common_comment div.cmt_omit i {
	color:			#33667D;
}

div.common_comment div.cmt_row {
	margin-top:		0.5em;
	margin-bottom:		3em;
	padding-top:		0.5em;
	border-top:		1px solid silver;
}

div.common_comment div.cmt_row div.cmt_r_header span.cmt_r_name {
	font-weight:		bold;
}

div.common_comment div.cmt_row div.cmt_r_header span.owner {
	color:			white;
	background-color:	#33667D;
	border-radius:		1em;
	padding:		0em 0.5em;
}

div.common_comment div.cmt_row div.cmt_r_header span.owner i {
	color:			white;
	margin-left:		0.25rem;
}

div.common_comment div.cmt_row div.cmt_r_header span.cmt_r_date {
	color:			#999999;
	margin-left:		1em;
	font-size:		80%;
}

div.common_comment div.cmt_row div.cmt_r_comment {
	margin:			0.75em 0;
}

div.common_comment div.cmt_row div.cmt_r_for {
	font-size:		85%;
}

div.common_comment div.cmt_row div.cmt_r_for .cmt_r_for_cap {
	color:			#999999;
}

div.common_comment div.cmt_row div.cmt_r_for .cmt_r_for_link {
}

div.common_comment div.cmt_form {
	margin:			4em 0 1em 0;
}

div.common_comment div.cmt_form .cmt_f_name {
}

div.common_comment div.cmt_form .cmt_f_comment {
	width:			60%;
	height:			8em;
}


/*-------------------------------------------------------------------
  コメントログ
-------------------------------------------------------------------*/

.clog_back_link {
	margin:			2em 0 4em 0;
	font-size:		100%;
}

.clog_back_link i {
	display:		inline-block;
	vertical-align:		middle;
	padding:		0 0.5em 0 0.5em;
	font-size:		200%;
	color:			#33667D;
}
