@charset "utf-8";

/* ワイド化 */
.Stage {
	width: auto;
	min-width: 950px;
}

#mainScreen {
	text-align: left;
	width: 100%;
}

div.contents, div.contentsArea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* コンテンツ */
#mainScreen #tenshokuEvent #people {
	padding: 70px 0 50px;
}

#mainScreen #tenshokuEvent #people .bold {
	font-weight: bold;
}

#mainScreen #tenshokuEvent #people .headingLarge {
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 50px;
	padding: 0;
	color: #000;
	background: none;
	padding-top: 0;
	padding-left: 120px;
	position: relative;
	text-align: left;
}

#mainScreen #tenshokuEvent #people .headingLarge:before {
	content: "";
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 140px;
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -65px;
}

#mainScreen #tenshokuEvent #people .headingLarge+img {
	box-sizing: border-box;
	margin-bottom: 50px;
	vertical-align: bottom;
	border: 10px solid #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

#mainScreen #tenshokuEvent #people .lead {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 50px;
}

#mainScreen #tenshokuEvent #people .indexTitle {
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
}

#mainScreen #tenshokuEvent #people .indexList {
	margin: 0 auto;
	list-style-type: circle;
	padding-left: 1.5em;
}

#mainScreen #tenshokuEvent #people .indexList li {
	text-align: left;
	list-style: outside;
	margin-bottom: 0.5em;
}

#mainScreen #tenshokuEvent #people .mainContentIn .card:first-of-type {
	margin-top: 50px;
}

#mainScreen #tenshokuEvent #people .mainContentIn .card {
	float: none;
}

#mainScreen #tenshokuEvent #people .card p {
	margin-bottom: 1em;
}

#mainScreen #tenshokuEvent #people .card p:last-of-type {
	margin-bottom: 0;
}

#mainScreen #tenshokuEvent #people .card p.pic {
	text-align: center;
}

#mainScreen #tenshokuEvent #people .card p.pic img {
	border-radius: 4px;
}

#mainScreen #tenshokuEvent #people .card .headingMedium {
	font-size: 30px;
	color: #ff8000;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.2;
}

#mainScreen #tenshokuEvent #people .card .headingSmall {
	font-weight: bold;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 0.75em;
}

#mainScreen #tenshokuEvent .clothesList {
	font-size: 0;
	margin: 10px auto -25px;
	width: 800px;
}

#mainScreen #tenshokuEvent .clothesList li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
}

#mainScreen #tenshokuEvent .clothesList li:nth-of-type(3n) {
	margin-right: 0;
}

#mainScreen #tenshokuEvent .clothesList li img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 4px;
}

#mainScreen #tenshokuEvent a#previous {
	width: calc(40em - 10em);
	clear: both;
}

#mainScreen #tenshokuEvent .pagetop {
	bottom: 20px;
}
