@charset "utf-8";

/*-----------------------------------------
pageTitle
-----------------------------------------*/
#pageTitle .icon {
	background: url(../images/bg_pagetitle.png) no-repeat 6px 50%;
	background-size: 36px auto;
}

/*-----------------------------------------
interview
-----------------------------------------*/
#contents #interview {
	padding-top: 50px;
}

#contents #interview #interviewList li a {
	border: 1px solid #DDD;
	padding: 19px;
}

/*-----------------------------------------
corporateInformation
-----------------------------------------*/
#contents #corporateInformation {
	background: url(../images/bg_company.png) repeat 0 0;
}

#contents #corporateInformationInner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}

#contents #corporateInformationInner:after {
	content: "";
	clear: both;
	display: block;
}

#contents #corporateInformation figure {
	float: right;
	width: 480px;
}

#contents #corporateInformation figure figcaption {
	margin-top: 10px;
	line-height: 180%;
	font-size: 12px;
}

#contents #corporateInformation figure img {
	border: 10px solid #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}

#contents #corporateInformation #overview {
	float: left;
	width: 480px;
}

#contents #corporateInformation #overview .name {
	padding-top: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 140%;
	color: #3F2C25;
}

#contents #corporateInformation #overview .lead {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	color: #3F2C25;
}

#contents #corporateInformation #overview .logo {
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
}

#contents #corporateInformation #overview .description {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 130px;
	font-size: 13px;
}

#contents #corporateInformation #overview .nologo {
	margin-left: 0px !important;
}

#contents #corporateInformation #overview table {
	border: 1px solid #F3F1E4;
	width: 100%;
}

#contents #corporateInformation #overview table th {
	width: 125px;
	text-align: center;
	color: #000;
}

#contents #corporateInformation #overview table th,
#contents #corporateInformation #overview table td {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #F3F1E4;
	padding: 15px 0;
	vertical-align: middle;
	color: #333;
}

#contents #corporateInformation #overview table td li {
	padding-left:1em;
	text-indent:-1em;
}

/*-----------------------------------------
interviewDetail
-----------------------------------------*/
#contents #interviewDetail section > h5 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
	color: #000;
}

#contents #interviewDetail section section {
	position: relative;
	width: 800px;
	margin: 0 auto;
	line-height: 200%;
	padding: 50px 0 0 0;
	font-size: 14px;
}

#contents #interviewDetail section section:after {
	content: "";
	clear: both;
	display: block;
}

#contents #interviewDetail section section h6 {
	background: url(../images/bg_title.gif) no-repeat 0 0.9em;
	margin-bottom: 0.5em;
	padding: 0 0 0 20px;
	line-height: 180%;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

#contents #interviewDetail section section figure {
	position: absolute;
	top: 50px;
	min-height: 200px;
	width: 300px;
}

#contents #interviewDetail section section figure img {
	width: 100%;
}

#contents #interviewDetail section section.left h6,
#contents #interviewDetail section section.right h6 {
	width: 460px;
}

#contents #interviewDetail section section.left p,
#contents #interviewDetail section section.right p {
	width: 460px;
}

#contents #interviewDetail section section.right h6 {
	margin-left: 340px;
}

#contents #interviewDetail section section.right p {
	margin-left: 340px;
}

#contents #interviewDetail section section.left figure {
	right: 0;
}

#contents #interviewDetail section section.right figure {
	left: 0;
}

@media all and (max-width: 599px){
	/*-----------------------------------------
	pageTitle
	-----------------------------------------*/
	#pageTitle .icon {
		background-position: 5px 50%;
		background-size: 26px auto;
	}

	#contents #interview {
		padding-top: 20px;
	}

	/*-----------------------------------------
	corporateInformation
	-----------------------------------------*/
	#contents #corporateInformationInner {
		width: auto;
		margin: 0 auto;
		padding: 15px 10px 20px 10px;
	}

	#contents #corporateInformation figure {
		float: none;
		margin-top: 20px;
		width: auto;
	}

	#contents #corporateInformation figure img {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	#contents #corporateInformation #overview {
		float: none;
		width: auto;
	}

	#contents #corporateInformation #overview .name {
		padding-top: 0;
		font-size: 18px;
	}

	#contents #corporateInformation #overview .lead {
		margin-top: 10px;
		font-size: 15px;
	}

	#contents #corporateInformation #overview .logo {
		margin-top: 20px;
		margin-bottom: 20px;
		float: left;
	}

	#contents #corporateInformation #overview .description {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 13px;
	}

	#contents #corporateInformation #overview table th,
	#contents #corporateInformation #overview table td {
		display: block;
		border-bottom: none;
	}

	#contents #corporateInformation #overview table th {
		width: auto;
		padding: 15px 0 0 0;
		font-size: 14px;
	}

	#contents #corporateInformation #overview table tr:last-child th {
		border-top: 1px solid #F3F1E4;
	}

	#contents #corporateInformation #overview table td {
		width: auto;
		padding: 5px 10px 10px 10px;
	}

	/*-----------------------------------------
	interviewDetail
	-----------------------------------------*/
	#contents #interviewDetail section > h5 {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 18px;
	}

	#contents #interviewDetail section section {
		width: auto;
		margin: 0 10px;
		padding: 20px 0 0 0;
		font-size: 13px;
	}

	#contents #interviewDetail section section h6 {
		background: url(../images/bg_title.gif) no-repeat 0 0.9em;
		margin: 0 0 0.5em 0!important;
		font-size: 14px;
		width: auto!important;
	}

	#contents #interviewDetail section section p {
		margin: 0!important;
		width: auto!important;
	}

	#contents #interviewDetail section section figure {
		position: static;
		top: 0;
		margin-top: 20px;
		min-height: 0;
		width: 100%;
	}

}