@charset "UTF-8"


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}


/* --------------------------------------------------------------------------------------
  Main
--------------------------------------------------------------------------------------- */

.positionLeft {
	float: left;
}

#back-btn {
	float: right;
}

#main-comment {
	margin-top: 10px;
	margin-bottom: 25px;
}

#main-comment-l {
	width: 200px;
	float:left;
}

#main-comment-r {
	width: 455px;
	float:right;
}

#main-comment-r img{
	margin-top: 38px;
}

#main-comment p {
	padding-top: 15px;
	clear: both;
}



/* --------------------------------------------------------------------------------------
  sghr Main
--------------------------------------------------------------------------------------- */

#sghr-main-comment {
	margin-top: 10px;
	margin-bottom: 25px;
}

#sghr-main-comment-l {
	width: 240px;
	float:left;
}

#sghr-main-comment-r {
	width: 410px;
	float:right;
}


#sghr-main-comment2-l {
	width: 410px;
	float:left;
}

#sghr-main-comment2-r {
	width: 240px;
	float:right;
}



