@charset "utf-8";
/* company.css */
.mincho {font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-weight:normal;}
.content-title {
	margin-top: 30px;
	margin-bottom: 40px;
}
.company-area {
	background: #f6f6f3;
	width: 696px;
	margin: 0 auto 80px;
	box-sizing: border-box;
	padding: 30px;
}
.company-area p {
	line-height: 2.0;
	margin-bottom: 2em;
	color: #231815;
}
.company-area p:last-child {
	margin-bottom: 0;
}
.dl {
	background: url(img/line.png) 120px top repeat-y;
	box-sizing: border-box;
	letter-spacing: .1em;
	color: #000;
}
.dl dt {
	clear: both;
	width: 120px;
	float: left;
	padding: 10px 0;
}
.dl dd {
	padding: 10px 0 10px 140px;
}
.dl-history {
	background: url(img/line.png) 220px top repeat-y;
	box-sizing: border-box;
	letter-spacing: .1em;
	color: #000;
}
.dl-history dt {
	clear: both;
	width: 200px;
	float: left;
	padding: 10px 0;
}
.dl-history dt span {
	display: inline-block;
	text-align: right;
	float: right;
}
.dl-history dd {
	padding: 10px 0 10px 240px;
}
.privacy-policy {
	padding: 30px 20px;
	letter-spacing: normal;
	font-size: .95em;
	/* line-height: 1.6; */
}.privacy-policy h3 {
	font-size: 1.2em;
}
.privacy-policy p {
	line-height: 1.6;
	padding-left: .5em;
}
.dl-privacy {
	
}
.dl-privacy dt {
	font-weight: bold;
}
.dl-privacy dd {
	margin-bottom: 1.5em;
	padding-left: .5em;
}

/* 社員の声 */
.interview {
	/zoom: 1;
	overflow: hidden;
	margin-bottom:20px;
	padding: 20px 20px 20px;
	/*background: url(../img/recruit/ttl_interview.gif) no-repeat center top;*/
	/*background-position: center 1px;*/
	border: 1px solid #bbb;
}

.interview .profile {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.interview .profile .photo {
	width: 148px; height:200px; margin-bottom:5px;
	border: 1px solid #ccc;
}

.interview .profile p {
	text-align: center;
}

.interview dl.qa {
	float: left;
	width: 484px;
	margin: 0 0 -10px;
	padding-top: 5px;
}

.interview dl.qa dt {
	margin: 0;
	padding: 0 0 3px 24px;
	background: url(voice/img/icon_q.gif) no-repeat;
	font-weight: bold;
}

.interview dl.qa dd {
	margin: 0 0 15px;
	font-size:80%;
	padding: 10px 10px 10px 33px;
	background: #f3f3f3 url(voice/img/icon_a.gif) no-repeat;
}