@charset "utf-8";
body{
	margin: 0;
}
/*----------
PC
----------*/
.cp_comment_widget{
    position: relative;
    width: 1200px;
    height: 100px;
	margin: 0;
	padding: 0;
	border: none;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.cp_comment_widget img { 
	vertical-align: bottom; 
	border: none;
}
.cp_comment_widget a{
	text-decoration: none;
	color:#2950bf;
}
.cp_comment_name_job_wrap{
	float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.cp_comment_name{
    width: 160px;
    height: 28px;
    font-size: 17px;
    text-align: right;
    overflow: hidden;
    color: #000;
    font-weight: bold;
	position: relative;
    top: 4px;
}
.cp_comment_job{
	width:160px;
	height:20px;
	font-size:11px;
	text-align:right;
	overflow:hidden;
	color:#000;
	font-weight: bold;
}
/*コメント外枠*/
.cp_comment_cn{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 1032px;
    height: 60px;
    background: url(../img/pc_hukidashi_bg.png) no-repeat left top;
    float: right;
}
/*コメント文*/
.cp_comment_comment{
	height: 40px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #e83426;
    padding: 10px 18px 0;
	font-weight: bold;
	font-style: italic;
}
.cp_comment_more{
	position: absolute;
    bottom: -10px;
    right: 4px;
    width: 62px;
    height: 20px;
    background: url(../img/pc_more.png) no-repeat center top;
    background-size: 100% auto;
    cursor: pointer;
}
.cp_comment_more:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 62px;
	height: 20px;
	background: url(../img/pc_more_over.png) no-repeat center top;
}

/*----------
SP
----------*/
@media screen and (min-width: 0px) and (max-width: 800px) {
	#widget_wrap{
		background: url("../img/sp_bg.jpg") no-repeat left top;
		background-size: 100% auto;
	}
	.cp_comment_widget{
		width: 100%;
	}
	.cp_comment_name_job_wrap{
		width: 100%;
		float: inherit;
		top: inherit;
		transform: inherit;
	}
	.cp_comment_name{
		text-align: center;
		overflow: hidden;
		top: 4px;
		margin: 0 auto;
		font-size: 16px;
	}
	.cp_comment_job{
		text-align:center;
		overflow:hidden;
		margin: 0 auto;
		font-size: 12px;
	}
	/*コメント外枠*/
	.cp_comment_cn{
		width: 100%;
		height: auto;
		position: relative;
		top: inherit;
		transform: inherit;
		background: none;
		float: inherit;
		margin:0 auto;
	}
	/*コメント文*/
	.cp_comment_comment{
		font-size: 12px;
		line-height: 24px;
		padding: 10px 18px 0;
	}
	.cp_comment_more{
		position: relative;
		bottom: inherit;
		right: inherit;
		width: 100%;
		height: inherit;
		padding-top: 10%;
		background: url(../img/sp_more.png) no-repeat center top;
		background-size: 100% auto;
		cursor: inherit;
	}
}

