div.view_comment *{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	font-family: Malgun Gothic;
	line-height: 100%;
}

div.view_comment > ul{
	list-style: none;
	margin-top: 50px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

div.view_comment > ul > li{
	padding: 20px;
	border-top: 1px solid #CCCCCC;
}

div.view_comment > ul > li:first-child{
	border-top: 0px;
}

div.view_comment > ul > li > div > h1{
	float: left;
	font-weight: normal;
}

div.view_comment > ul > li > div > h1 > span{
	margin: 0px 10px;
}

div.view_comment > ul > li > div > h2{
	float: right;
	font-weight: normal;
}

div.view_comment > ul > li > div > h2 > a
{
	margin-left: 10px;
	text-decoration: none;
}

div.view_comment > ul > li > div > h2 > a:hover
{
	color: #0066CC;
}

div.view_comment > ul > li > div > p{
	margin-top: 20px;
	line-height: 150%;
}

div.view_comment > ul > li > div > p > strong{
	margin-right: 10px;
	color: #FF0000;
}

div.view_comment > ul > li > div > div{
	display: none;
	margin-top: 20px;
}

div.view_comment > ul > li > div > fieldset > textarea{
	display: none;
}

div.view_comment > div{
	margin-top: 50px;
}

div.view_comment hr{
	display: block;
	clear: both;
	border: 0px;
}

#fviewcomment > div{
	float: left;
	width: 90%;
}

#fviewcomment > div > p{
	margin-top: 10px;
	margin-right: 10px;
}

#fviewcomment > div > p:first-child{
	margin-top: 0px;
}

#fviewcomment > div > p > textarea{
	width: 100%;
	height: 98px;
	border: 1px solid #CCCCCC;
}

#fviewcomment > div > p > label{
	float: left;
	cursor: pointer;
}

#fviewcomment > div > p > label > input{
	cursor: pointer;
}

#fviewcomment > div > p > strong{
	float: right;
	font-weight: normal;
}

#fviewcomment > p{
	float: right;
	width: 10%;
}

#fviewcomment > p > input{
	width: 100%;
	height: 100px;
	border: 0px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

#fviewcomment > table{
	margin-top: 10px;
	border-collapse: collapse;
}

#fviewcomment > table > tbody > tr > th{
	padding-right: 20px;
	font-weight: normal;
	line-height: 28px;
	vertical-align: top;
}

#fviewcomment > table > tbody > tr > td{
	padding-right: 40px;
	vertical-align: top;
}

#fviewcomment > table > tbody > tr > td legend{
	display: none;
}

#fviewcomment > table > tbody > tr > td > input{
	height: 28px;
	border: 1px solid #CCCCCC;
}

#bo_vc_send_sns{
	clear: both;
	margin-bottom: 10px;
}

#bo_vc_sns{
	list-style: none;
}

#bo_vc_sns > li{
	display: inline-block;
	margin-right: 10px;
}

#bo_vc_sns > li > input{
	cursor: pointer;
}