@charset "utf-8";

/* メイン：企業インタビュー
----------------------------------------------- */

.contents_m .interview .body {}

.contents_m .interview .body ul {}

.contents_m .interview .body ul li {
	overflow: hidden;
	margin: 5px 10px 15px;
}

.contents_m .interview .body ul li .img {
	float: left;
}

.contents_m .interview .body ul li .img a img {
	display: block;
	width: 125px;
	height: auto;
	border: 1px solid #DDD;
}

.contents_m .interview .body ul li .title {
	margin: 0 0 0 135px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.contents_m .interview .body ul li .cate {
	margin: 5px 0 5px 135px;
	font-size: 10px;
	line-height: 1;
	color: #666;
}

.contents_m .interview .body ul li .text {
	margin: 0 0 0 135px;
	line-height: 1.5;
}

/* メイン：企業インタビュー(詳細)
----------------------------------------------- */

.contents_m .interview_detail {
}

.contents_m .interview_detail > h2 {
	border: none;
	padding: 10px 0;
}

.contents_m .interview_detail > h2 + p {}

.contents_m .interview_detail > h2 + p > img {
	width: 100%;
	height: auto;
}

.contents_m .interview_description {
	background: #FFF;
	margin: 10px 0;
	padding: 10px 15px;
	line-height: 1.8;
}

.contents_m .interview_body {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 25px;
	margin: 0 0 15px;
}

.contents_m .interview_body h3 {
	clear:both;
	border:0;
	margin:20px 0;
	padding:0;
	font-size:15px;
}

.contents_m .interview_body h3::before {
	content: "─── ";
}

.contents_m .interview_body p {
	clear: both;
	margin: 0 0 20px;
	line-height: 1.8;
}

.contents_m .interview_body p img {
	float:left;
	border:1px solid #ccc;
	padding:3px;
	margin-right:15px;
}

.contents_m .interview_body p img.rightImage {
	float:right;
	border:1px solid #ccc;
	padding:5px;
	margin-left:15px;
}

.contents_m .interview_body + .interview_date {
	text-align:right;
}
