
.guidanceBeginningText {
	width: 100%;
	height: 647px;
	background-image: url(../../images/guidance/guidance_bg_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.guidanceBeginningTitle {
	font-size: 30px;
	line-height: 35px;
	padding-top: 50px;
}

.guidanceBeginningRead {
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 0 0;
	text-align: center;
}

.guidanceBeginningRead span {
	display: block;
	margin-top: 1em;
}

.guidanceBeginningTitle2 {
	font-size: 30px;
	line-height: 35px;
	padding-top: 100px;
	color: #FFF;
}

.guidanceBeginningRead2 {
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 0 0;
	text-align: center;
	color: #FFF;
}

.promiseArea {
	width: 960px;
	margin: 30px auto 0;
}

.promiseBox {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.promiseBox2 {
	float: left;
	width: 300px;
	margin: 0;
}

.promiseBox dt {
	font-size: 0;
	line-height: 0;
}

.promiseText1 {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	text-justify: distribute;
	margin: 10px auto 0;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 10px;
}
.en .promiseText1 {
	text-align: left;
}
.promiseText2 {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: distribute;
	margin: 10px auto 0;
}

.panoramaArea {
	width: 960px;
	margin: 0 auto;
}

.panoramaView {
	margin: 30px 0 0 0;
}

.panoramaDescription {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 0 0;
	text-align: left;
}

.panoramaMenu {
	margin: 15px auto 0;
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.panoramaMenu th {
	width: 150px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 7px 10px 7px 10px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	background-color: #ebebeb;
}

.panoramaMenu td {
	width: 730px;
	border-bottom: 1px solid #000;
	padding: 15px 0 15px 0px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.panoramaMenu td a.panoramaBtn {
	padding: 7px 15px;
	margin: 0 0 0 10px;
	background-color: #c8c8c8;
	text-decoration: none;
	color: #000;
	border: 1px solid #b7b7b7;
	white-space: nowrap;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
	-webkit-box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
	-moz-box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.panoramaMenu td a.panoramaBtn:not(:target) {
		padding: 8px 15px 0 15px;
		margin: 0 0 0 10px;
		background-color: #c8c8c8;
		text-decoration: none;
		color: #000;
		border: 1px solid #b7b7b7;
		white-space: nowrap;
		
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		
		box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
		-webkit-box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
		-moz-box-shadow:rgba(135, 135, 135, 0.65) 0px 1px 0px 0px;
	}
}

.panoramaMenu td a.panoramaBtn:hover {
	background-color: #969696;
}

.panoramaBtnSet th {
	border: none;
	padding: 0;
}

.panoramaBtnSet td {
	border: none;
	padding: 0;
}

.panoramaBtnSet td.next {
	padding: 20px 0 0 0;
}

.facilityPickupBox {
	width: 960px;
	margin: 0 auto;
}

.PickupType1 {
	margin: 30px 0 0 0;
	float: left;
	width: 460px;
}

.PickupType2 {
	margin: 30px 0 0 0;
	float: right;
	width: 460px;
}

.facilityIcon {
	float: left;
	font-size: 0;
	line-height: 0;
}

.facilityText {
	float: left;
	margin: 0 0 0 20px;
	width: 360px;
	height: 100px;
}

.textImg {
	margin: 10px 0 0 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.facilityInfoText {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 0 0;
}

.facilityTable {
	margin: 30px auto 0;
	width: 960px;
	color: #000;
	border-collapse: separate;
}

.facilityTable th {
	width: 210px;
	border-bottom: 1px dotted #000;
	padding: 7px 10px 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}

.facilityTable td {
	width: 740px;
	border-bottom: 1px dotted #000;
	padding: 7px 0 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}

.facilityTable td .cardList li {
	font-size: 0;
	line-height: 0;
	margin: 0 20px 0 0;
	float: left;
}

.recruitRead {
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

.jobBox {
	width: 960px;
	margin: 20px auto 0;
}

.recruitTable {
	width: 960px;
	color: #000;
	border-collapse: separate;
	margin: 5px 0 0 0;
}

.recruitTable th {
	width: 210px;
	border-bottom: 1px dotted #000;
	padding: 7px 10px 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}

.recruitTable td {
	width: 740px;
	border-bottom: 1px dotted #000;
	padding: 7px 0 7px 0;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}

.applicationBox {
	width: 930px;
	margin: 50px auto 0;
	border: 5px solid #d9d9d9;
	padding: 15px;
}

.applicationBox h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.applicationBox p.recruitText {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 10px 0 0 0;
}

.applicationBox p.recruitText2 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}

.mailAddressImg {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 2px 0 0 15px;
}