@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document interview
--------------------------------------------------------- */

#interview {
	text-align: left;
}

#interview p {
	margin-bottom: 20px;
}

#interview p.back {
	margin-right: 15px;
	margin-left: 15px;
}

/* ---------------------------------------------------------
	CSS Document interview > faq
--------------------------------------------------------- */

#interview .faq {
	margin-bottom: 30px;
}

#interview .faq h3 {
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.3;
}

#interview .faq h3 span {
	font-size: 24px;
	color: #808ebb;
}

#interview .faq ul {
	margin-bottom: 20px;
	padding: 10px 10px 10px;
	border: solid 3px #e8eefc;
}

#interview .faq li {
	margin-bottom: 15px;
}

#interview .faq li:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document interview > profile
--------------------------------------------------------- */

#interview .profile {
	margin-bottom: 10px;
}

#interview .profile dt {
	margin-bottom: 10px;
	padding: 5px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.2;
}

#interview .profile p {
	margin-bottom: 15px;
}

#interview .profile p.f_left {
	background: #f3f3f3;
	text-align: center;
}
