@charset "UTF-8";

/* -----------------------------------------------
 *                 comment styles
 * ----------------------------------------------- */
 
/* =========== comment list elements =========== */

/* ----- comment list layout ----- */

#ttl-comment-list {
	background-image: url(../../img/comment/ttl_comment_list.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 625px;
}

#ttl-comment-list span {
	display: none;
}

#ttl-comment-check-list {
	background-image: url(../../img/comment/ttl_comment_check_list.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 625px;
}

#ttl-comment-check-list span {
	display: none;
}


.comment-list-entry-inner {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 25px;
	margin-bottom: 15px;
}

.comment-list-entry-text {
	background-image: url(../img/arrow_bk.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 15px;
}

.comment-list-entry-ttl {
	font-size: 120%;
	font-weight: bold;
	color: #908075;
}

.comment-list-shop {
	margin-top: 5px;
	font-size: 95%;
}

.comment-list-entry-text ul {
	margin-top: 10px;
}

.comment-list-entry-text li {
	font-size: 90%;
	background-image: url(../../img/comment/flag_comment.gif);
	padding-left: 28px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}



/* =========== headline elements =========== */

/* ----- H1 layout ----- */

/* ----- H2 layout ----- */

h2#ttl-comment {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../../img/comment/h2_comment.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

h2#ttl-comment-check {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../../img/comment/h2_comment_check.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* ----- H3 layout ----- */


