/*////////////////////////////////////////////////////////////////////////*/
/*新着コメント*/
/*////////////////////////////////////////////////////////////////////////*/	
.new_comment_content{
    width: 670px;
}
.new_comment_title {
	font-weight: bold;
    margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 8px;
    }

.new_comment_user {
	float: left;
	width: 53px;
	margin-right: 15px;	
    }

/*写真と名前の部分*/
.user_name  {
	text-align: center;
	display: block;
	padding-left: 15px;
	width: 60px;
}
.user_photo {
	padding-left: 15px;
}
.new_comment_user {
	line-height: 0.1px;
   }
   
/*コメントボックスbg_img*/

.comment_box_all {width: 544px;
	float: left;}
.new_comment_box {
	background-position: right;
	background-image: url(/images/item/question/comment_box_c_l.gif);
	background-repeat: repeat-y;
	width: 544px;
	float: left;
}   
.comment_box_top {
	background-image: url(/images/item/question/comment_box_t_l.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
        padding-left: 35px;
}
.comment_box_bottom {
	background-image: url(/images/item/question/comment_box_b_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
}
.comment_next {
	text-align: right;
	padding-right: 3px;
	padding-bottom: 3px;
}
.new_comment_content .line{
    width: 100%;
}
.comment_box_all a,
.comment_box_all a:hover {
	text-decoration: none;
	cursor:pointer;
}

.comment_box_all a p.comment_next {
	text-decoration: underline;
}