@charset "UTF-8";
/* ==================================================
	layout.css
================================================== */
/* --------------------------------------------------
	汎用ブロック
-------------------------------------------------- */
/*	余白
-------------------------------------------------- */
.mt0 {
	margin-top: 0 !important;
}
.mt26 {
	margin-top: 26px !important;
}

/*	カラー
-------------------------------------------------- */
.TX-orange {
	color: #f60 !important;
}

/*	左右上下太さ
-------------------------------------------------- */
.TX-normal {
	font-weight: normal !important;
}

.TX-bold {
	font-weight: bold !important;
}

.TX-left {
	text-align: left !important;
}

.TX-right {
	text-align: right !important;
}

.TX-center {
	text-align: center !important;
}

.TX-v-top {
	vertical-align: top !important;
}

.TX-v-middle {
	vertical-align: middle !important;
}

.TX-v-bottom {
	vertical-align: bottom !important;
}

/*	ボックス
-------------------------------------------------- */
.BX-1 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.BX-2 {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.BX-border-green {
	border: 3px solid #b0e4ad;
	box-sizing: border-box;
}

/*	グリッド
-------------------------------------------------- */
.BX-col {
	display: table;
}

.COL-2-1 {
	width: 490px;
	margin-left: 20px;
}

.COL-2-1-1 {
	width: 485px;
	margin-left: 30px;
}

.BX-2 .COL-2-1-1 {
	width: 445px;
}

.COL-3-1 {
	width: 320px;
	margin-left: 20px;
}

.COL-3-1-1 {
	width: 313.333px;
	margin-left: 30px;
}

.COL-4-1 {
	width: 235px;
	margin-left: 20px;
}

.COL-4-1-1 {
	width: 227.5px;
	margin-left: 30px;
}

.BX-2 .COL-4-1 {
	width: 217px;
}

.BX-col [class^='COL-'] {
	float: left;
}

.BX-col [class^='COL-']:first-child {
	margin-left: 0;
}

.BX-col .COL-headline-left {
	display: table-cell;
	float: none;
	width: 490px;
	vertical-align: middle;
}

.BX-col .COL-headline-right {
	float: right;
	width: 490px;
}

/*	見出し
-------------------------------------------------- */
/* ---------- H-1 ---------- */
.H-1 {
	margin-bottom: 34px;
	border-bottom: 1px solid #e5e5e5;
	background: url(/company/recruit/mansion/common/images/com_h_bg01.png) repeat-x 0 0;
}

.H-1 .headline-description {
	margin-top: 14px;
	margin-bottom: -.2em;
	font-size: 1.6em;
	letter-spacing: .075em;
}

.H-1 .headline {
	font-size: 3.6em;
	line-height: 1.31429;
	letter-spacing: .075em;
}

.H-1 .headline .small {
	font-size: .722em;
	line-height: 1.52;
}

/* ---------- H-1-text ---------- */
.H-1-text {
	margin-bottom: 34px;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	background: url(/company/recruit/mansion/common/images/com_h_bg01.png) repeat-x 0 0;
}

.H-1-text .headline {
	margin-bottom: -1px;
	padding: 5px 0 0 16px;
	border-left: 5px solid #005eaa;
	font-size: 3.6em;
	line-height: 1;
	letter-spacing: .075em;
}

/* ---------- H-2 ---------- */
.H-2 {
	margin: 40px 0 30px;
	border-top: 5px solid #47b140;
	background: #e8f9ed;
}

.H-2 .headline {
	padding: 18px 20px 15px;
	font-size: 2.2em;
	line-height: 1;
	letter-spacing: .04em;
}

.H-2.H-2-mint {
	border-top: 5px solid #32b6bd;
	background: #e0f4f5;
}

.H-2.H-2-blue {
	border-top: 5px solid #3684bd;
	background: #e5eff7;
}

/* ---------- COL- H-2 ---------- */
[class^='COL-'] .H-2 {
	margin-bottom: 25px;
	border-top: 5px solid #47b140;
	background: #e8f9ed;
}

[class^='COL-'] .H-2 .headline {
	padding: 17px 20px 19px 21px;
	font-size: 1.8em;
	line-height: 1.11111;
	letter-spacing: 0;
}

/*	テキスト
-------------------------------------------------- */
.TX-1 {
	margin: 20px auto 15px;
	font-size: 1.6em;
	line-height: 1.8125;
	letter-spacing: .075em;
}

.TX-1-lead {
	margin: 20px auto 15px;
	font-size: 1.6em;
	line-height: 1.8125;
	letter-spacing: .075em;
}

.TX-1-lead-center {
	font-size: 1.6em;
	text-align: center;
	line-height: 1.8125;
	letter-spacing: .075em;
}

.TX-2 {
	margin: 20px auto 15px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .04em;
}

.TX-3 {
	margin: 20px 0 5px;
	font-size: 1.5em;
	line-height: 1.66667;
}

/*	リンク
-------------------------------------------------- */
.LK-1 {
	font-size: 1.6em;
	letter-spacing: .075em;
}

.LK-1 a {
	display: block;
	padding-left: 16px;
	background: url(/company/recruit/mansion/common/images/com_ic06.png) no-repeat 0 8px;
	color: #00c;
}

.LK-1 a[target='_blank']:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin-left: 6px;
	background: url(/company/recruit/mansion/common/images/com_ic07.png) no-repeat 0 0;
}

/*	ボタン
-------------------------------------------------- */
/* ---------- BT-1 ---------- */
.BT-1 a {
	display: table;
	width: 100%;
	min-height: 73px;
	height: 73px;
	padding: 0 1px 3px 0;
	border-radius: 3px;
	box-sizing: border-box;
	background: #b0e4ad;
	font-weight: normal;
}

.BT-1 .content {
	display: table-cell;
	padding: 14px 30px 6px 19px;
	border-radius: 3px;
	background: url(/company/recruit/mansion/common/images/com_bt_ic05.png) no-repeat right center #e8f7e7;
	font-size: 1.6em;
	vertical-align: middle;
	line-height: 1.5625;
	letter-spacing: .075em;
}

.BT-1 a:hover {
	margin-top: 2px;
	min-height: 71px;
	height: 71px;
	padding-bottom: 1px;
}

/* IE8 */
.ie .BT-1 a:hover {
	min-height: 73px;
	height: 73px;
}

/* ---------- BT-2 ---------- */
.BT-2 {
	min-height: 3.05em;
}

.BT-2 a {
	display: inline-block;
	padding: 0 1px 3px 0;
	border-radius: 3px;
	font-size: 1.142em;
	text-align: center;
	line-height: 1.25;
	letter-spacing: .075em;
}

.BT-2 a:hover {
	margin-top: 2px;
	padding-bottom: 1px;
}

.BT-2 a .content {
	display: block;
	min-width: 60px;
	padding: 12px 24px 8px 25px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: right center;
}

.BT-2-blue a {
	background: #a6c3e1;
}

.BT-2-blue a .content {
	background-image: url(/company/recruit/mansion/common/images/com_bt_ic13.png);
	background-color: #eef3f9;
}

.BT-2-mint a {
	background: #a8dcdf;
}

.BT-2-mint a .content {
	background-image: url(/company/recruit/mansion/common/images/com_bt_ic14.png);
	background-color: #e5f5f5;
}

.BT-2-green a {
	background: #b0e4ad;
}

.BT-2-green a .content {
	background-image: url(/company/recruit/mansion/common/images/com_bt_ic07.png);
	background-color: #e8f7e7;
}

.BT-2-ygreen a {
	background: #cfe37f;
}

.BT-2-ygreen a .content {
	background-image: url(/company/recruit/mansion/common/images/com_bt_ic15.png);
	background-color: #f1f7d9;
}

/* ---------- BT-3 ---------- */
.BT-3 {
	margin: 15px 0 25px;
	min-height: 6.45em;
	text-align: center;
}

.BT-3 a {
	display: inline-block;
	width: 380px;
	padding: 0 1px 5px 0;
	border-radius: 3px;
	box-sizing: border-box;
	background: #dd8500;
}

.BT-3 a:hover {
	margin-top: 4px;
	padding-bottom: 1px;
}

.BT-3 .content {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px 40px 14px;
	border-radius: 3px;
	box-sizing: border-box;
	background: url(/company/recruit/mansion/common/images/com_bt_ic08.png) no-repeat right center #ff9000;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 0 1px 0 #dd8500;
	vertical-align: middle;
	line-height: 1.18182;
}

.BT-3 a[target='_blank'] .content:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin: 0 0 0 9px;
	background: url(/company/recruit/mansion/common/images/com_ic09.png) no-repeat 0 0;
	vertical-align: middle;
}

/* ---------- BT-3-large ---------- */
.BT-3-large {
	margin: 35px 0 50px;
	min-height: 7.45em;
}

.BT-3-large a {
	width: 490px;
	background: #35a042;
}

.BT-3-large a:hover {
	margin-top: 4px;
}

.BT-3-large .content {
	position: relative;
	padding: 24px 42px 20px 62px;
	background: url(/company/recruit/mansion/common/images/com_bt_ic09.png) no-repeat right center #3bb149;
	font-size: 2.6em;
	text-shadow: 0 1px 0 #35a042;
	line-height: 1;
}

/* 求人情報を見る */
.BT-recruit .content:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	content: '';
	width: 75px;
	height: 52px;
	margin: auto;
	background: url(/company/recruit/mansion/common/images/com_bt_ic03.png) no-repeat;
}

/* ---------- BT-4 ---------- */
.BT-4 {
	margin-top: 10px;
	min-height: 3.05em;
}

.BT-4 a {
	display: inline-block;
	padding: 0 1px 3px 0;
	border-radius: 3px;
	box-sizing: border-box;
	background: #ccc;
	font-weight: normal;
	vertical-align: middle;
}

.BT-4 a:hover {
	margin-top: 2px;
	padding-bottom: 1px;
}

.BT-4 .content {
	display: inline-block;
	height: 100%;
	padding: 10px 28px 5px 21px;
	border-radius: 3px;
	box-sizing: border-box;
	background: url(/company/recruit/mansion/common/images/com_bt_ic06.png) no-repeat right center #f1f1f1;
	font-size: 1.142em;
	line-height: 1.5625;
	letter-spacing: .075em;
}

.BT-4 a:hover .content {
	text-decoration: underline;
}

.BT-4-green a {
	background: #b0e4ad;
}

.BT-4-green .content {
	background: url(/company/recruit/mansion/common/images/com_bt_ic07.png) no-repeat right center #e8f7e7;
}

.BT-4 a[target='_blank'] .content:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin: -3px 0 0 9px;
	background: url(/company/recruit/mansion/common/images/com_ic07.png) no-repeat 0 0;
	vertical-align: middle;
}

/*	リスト
-------------------------------------------------- */
/* ---------- LI-1 ---------- */
.LI-1 li {
	font-size: 1.6em;
	letter-spacing: .075em;
}

.LI-1 li + li {
	margin-top: 12px;
}

.LI-1.BX-col li + li {
	margin-top: 0;
}

.LI-1 a {
	display: block;
	padding-left: 16px;
	background: url(/company/recruit/mansion/common/images/com_ic06.png) no-repeat 0 8px;
	color: #00c;
}

.LI-1 a[target='_blank']:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin-left: 6px;
	background: url(/company/recruit/mansion/common/images/com_ic07.png) no-repeat 0 0;
}

/* ---------- LI-3-num ---------- */
.LI-3-num li {
	display: table;
	font-size: 1.5em;
}

.LI-3-num li + li {
	margin-top: 8px;
}

.LI-3-num li .mark {
	display: table-cell;
	width: 1.7em;
}

.LI-3-num li .content {
	display: table-cell;
}

/* ---------- LI-3-note ---------- */
.LI-3-note li {
	display: table;
	font-size: 1.3em;
}

.LI-3-note li + li {
	margin-top: 8px;
}

.LI-3-note li .mark {
	display: table-cell;
	width: 1em;
}

.LI-3-note li .content {
	display: table-cell;
}

/* ---------- LI-BT ---------- */
.LI-BT {
	margin-top: 10px;
}

.LI-BT ul {
	margin-top: -10px;
}

.LI-BT li {
	float: left;
	min-height: 3.05em;
	margin: 10px 10px 0 0;
}

/*	ナビ
-------------------------------------------------- */
/* ---------- NV-1 ---------- */
.NV-1 {
	text-align: center;
}

.NV-1 ul {
	display: inline-block;
}

.NV-1 li {
	float: left;
	font-size: 1.6em;
	line-height: 1.625;
}

.NV-1 li:before {
	content: '　｜　';
}

.NV-1 li:first-child:before {
	content: '';
}

.NV-1 li a[target='_blank']:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin-left: 6px;
	background: url(/company/recruit/mansion/common/images/com_ic07.png) no-repeat 0 0;
}

/* ---------- コンテンツナビ ---------- */
.NV-contents {
	margin-top: 60px;
}

.NV-contents li {
	float: left;
	font-size: 1.6em;
	line-height: 1.625;
	letter-spacing: .075em;
}

.NV-contents li a {
	display: inline-block;
	padding-left: 19px;
	background: url(/company/recruit/mansion/common/images/com_ic08.png) no-repeat 0 0.5em;
	color: #00c;
}

.NV-contents li a:active {
	text-decoration: underline;
}

.NV-contents li + li:before {
	display: inline-block;
	content: '｜';
	margin: 0 15px 0 17px;
	color: #ccc;
}

/*	コンテンツナビ ボタン
-------------------------------------------------- */
.NV-contents-bt {
	margin-top: 27px;
	padding-bottom: 9px;
}

/* IE8 */
.ie .NV-contents-bt {
	padding-bottom: 0;
}

.NV-contents-bt a {
	display: block;
	position: relative;
	padding: 0 1px 3px 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .075em;
}

.NV-contents-bt a:hover {
	text-decoration: none;
	opacity: .6;
}

/* IE8 */
.ie .NV-contents-bt a {
	border-bottom: 9px solid #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=4)';
}

.ie .NV-contents-bt a:hover {
	filter: alpha(opacity=60);
}

.NV-contents-bt .content {
	display: block;
	padding: 15px 0 18px;
	border-radius: 3px;
	vertical-align: middle;
}

.NV-contents-bt a:hover .content img {
	opacity: 1;
}

.NV-contents-bt a:after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 28px;
	height: 28px;
	margin: auto;
}

.NV-contents-bt .blue a {
	background: #005eaa;
}

.NV-contents-bt .mint a {
	background: #1d9197;
}

.NV-contents-bt .green a {
	background: #3eaf38;
}

.NV-contents-bt .blue a:after {
	content: url(/company/recruit/mansion/common/images/com_bt_ic10.png);
}

.NV-contents-bt .mint a:after {
	content: url(/company/recruit/mansion/common/images/com_bt_ic11.png);
}

.NV-contents-bt .green a:after {
	content: url(/company/recruit/mansion/common/images/com_bt_ic12.png);
}

.NV-contents-bt .blue .content {
	background: #3684bd;
}

.NV-contents-bt .mint .content {
	background: #32b6bd;
}

.NV-contents-bt .green .content {
	background: #62c95b;
}

/*	テーブル
-------------------------------------------------- */
.TB-1 {
	margin-top: 20px;
}

.TB-1 table {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.TB-1 th,
.TB-1 td {
	padding: 21px 21px 18px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.TB-1 th {
	background: #e8f9ed;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.25;
}

.TB-1 td {
	font-size: 1.4em;
	line-height: 1.43;
}

.TB-1 thead th {
	background: #d0f0d4;
}

.TB-1 .small {
	font-size: .937em;
}

/*	関連情報
-------------------------------------------------- */
#related-info {
	margin-top: 50px;
	padding: 16px 13px 18px 18px;
	border: 2px solid #d3f1dc;
	box-sizing: border-box;
	background: #e8f9ed;
}

.related-info-headline {
	font-size: 1.8em;
	line-height: 1.61111;
	letter-spacing: .075em;
}

.related-info-list {
	margin: 9px 0 0 20px;
}

.related-info-list li {
	float: left;
	width: 315px;
}

.related-info-list li a {
	display: table;
	width: 100%;
	color: #00c;
}

.related-info-list li img {
	display: table-cell;
}

.related-info-list li .content {
	display: table-cell;
	width: 100%;
	padding: 0 20px 0 24px;
	box-sizing: border-box;
	font-size: 1.6em;
	vertical-align: middle;
	line-height: 1.625;
	letter-spacing: .075em;
}

.related-info-list li .content:before {
	display: inline-block;
	content: '';
	width: 7px;
	height: 12px;
	margin: 0 8px 0 -15px;
	background: url(/company/recruit/mansion/common/images/com_ic03.png) no-repeat 0 0;
}

.related-info-list li a[target='_blank'] .content:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 11px;
	margin-left: 6px;
	background: url(/company/recruit/mansion/common/images/com_ic07.png) no-repeat 0 0;
}

/*	マンション管理員採用に関するご質問お問い合わせ先
-------------------------------------------------- */
#inquiry {
	margin: 100px auto 23px;
}

.inquiry-headline {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.18182;
	letter-spacing: .03em;
}

.inquiry-bt-list {
	margin-top: 38px;
	text-align: center;
}

.inquiry-bt-list a {
	display: block;
	position: relative;
	height: 75px;
	padding: 0 1px 6px 0;
	border-radius: 3px;
	box-sizing: border-box;
	background: #35a042;
	color: #fff;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03em;
}

.inquiry-bt-list a:hover {
	height: 70px;
	margin-top: 4px;
	padding-bottom: 1px;
	text-decoration: none;
}

.inquiry-bt-list ul {
	display: inline-block;
}

.inquiry-bt-list li {
	float: left;
	width: 350px;
}

.inquiry-bt-list li + li {
	margin-left: 30px;
}

.inquiry-bt-list .content {
	display: block;
	padding: 17px 2px 10px 24px;
	border-radius: 3px;
	background: url(/company/recruit/mansion/common/images/com_bt_ic04.png) no-repeat right center #3bb149;
	text-shadow: 1px 1px 0 #35a042;
	vertical-align: middle;
}

.inquiry-bt-list .content:before {
	position: absolute;
	top: .38em;
	left: 20px;
	content: '';
	width: 52px;
	height: 52px;
}

.inquiry-bt-list .faq .content:before {
	background: url(/company/recruit/mansion/common/images/com_bt_ic01.png) no-repeat 0 0;
}

.inquiry-bt-list .inquiry .content:before {
	background: url(/company/recruit/mansion/common/images/com_bt_ic02.png) no-repeat 0 0;
}

.inquiry-nv-list {
	margin-top: 22px;
}

.inquiry-nv-list li a {
	color: #00c;
}

/*	選考の流れ
-------------------------------------------------- */
.flow-list {
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
}

.flow-list li {
	padding: 9px 0;
	border-top: 1px solid #ccc;
}

.flow-container {
	display: table;
	width: 100%;
}

.flow-title {
	display: table-cell;
	width: 165px;
	height: 64px;
	padding-top: 16px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	letter-spacing: .075em;
}

.flow-title .small {
	font-size: .8em;
}

.flow-title-01 {
	background-image: url(/company/recruit/mansion/outline/images/index_bg01.png);
}

.flow-title-02 {
	background-image: url(/company/recruit/mansion/outline/images/index_bg02.png);
}

.flow-title-03 {
	background-image: url(/company/recruit/mansion/outline/images/index_bg03.png);
}

.flow-title-04 {
	background-image: url(/company/recruit/mansion/outline/images/index_bg04.png);
}

.flow-title-05 {
	background-image: url(/company/recruit/mansion/outline/images/index_bg05.png);
}

.flow-contents {
	display: table-cell;
	padding: 0 0 0 36px;
	font-size: 1.6em;
	vertical-align: middle;
	line-height: 1.75;
	letter-spacing: .06em;
}

.flow-contents:first-line {
	font-weight: bold;
}

/* --------------------------------------------------
	Header
-------------------------------------------------- */
#header {
	position: relative;
	z-index: 1;
	padding-bottom: 7px;
	background: url(/company/recruit/mansion/common/images/com_header_bg02.png) no-repeat center bottom;
}

#header-top-container {
	position: relative;
	z-index: 1;
	padding: 10px 0 14px;
	background: url(/company/recruit/mansion/common/images/com_header_bg01.png) repeat-x left bottom;
}

#header-top-container h1 {
	float: left;
	margin: 3px 0 6px;
}

#header-top-container h1 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.header-top-aside {
	float: right;
}

.header-top-aside li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: .065em;
}

.header-top-aside li a {
	display: block;
	padding-left: 46px;
}

.header-top-aside li a:hover {
	text-decoration: none;
	opacity: .6;
}

.header-top-aside .faq a {
	background: url(/company/recruit/mansion/common/images/com_header_ic01.png) no-repeat 0 0 #fff;
}

.header-top-aside .inquiry a {
	margin-left: 18px;
	background: url(/company/recruit/mansion/common/images/com_header_ic02.png) no-repeat 0 0 #fff;
}

/*	グローバルナビ
-------------------------------------------------- */
.global-nav-contents {
	margin: -4px auto 0;
}

.global-nav-contents li {
	display: table;
	float: left;
	width: 143px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.466;
}

.global-nav-contents li a {
	display: table-cell;
	width: 100%;
	height: 61px;
	padding-top: 4px;
	background: url(/company/recruit/mansion/common/images/com_nv_bg02.png) no-repeat center bottom;
	vertical-align: middle;
	letter-spacing: .075em;
}

.global-nav-contents .current a:hover {
	background: url(/company/recruit/mansion/common/images/com_nv_bg02.png) no-repeat center bottom;
}

.global-nav-contents li a:hover,
.global-nav-contents .current a {
	color: #fff;
	text-decoration: none;
}

.global-nav-contents .global-nav-job a:hover,
.global-nav-contents .global-nav-job.current a {
	background-color: #0465ac;
}

.global-nav-contents .global-nav-outline {
	width: 142px;
}

.global-nav-contents .global-nav-outline a:hover,
.global-nav-contents .global-nav-outline.current a {
	background-color: #1382b8;
}

.global-nav-contents .global-nav-about a:hover,
.global-nav-contents .global-nav-about.current a {
	background-color: #26a3bd;
}

.global-nav-contents .global-nav-work a:hover,
.global-nav-contents .global-nav-work.current a {
	background-color: #32b6bd;
}

.global-nav-contents .global-nav-support a:hover,
.global-nav-contents .global-nav-support.current a {
	background-color: #3bb7a3;
}

.global-nav-contents .global-nav-interview a:hover,
.global-nav-contents .global-nav-interview.current a {
	background-color: #41b776;
}

.global-nav-contents .global-nav-voice a:hover,
.global-nav-contents .global-nav-voice.current a {
	background-color: #45b34e;
}

/* --------------------------------------------------
	Topic Path
-------------------------------------------------- */
#topic-path {
	padding: 10px 0 7px;
}

#topic-path a {
	color: #00c;
}

#topic-path li {
	position: relative;
	float: left;
	padding-left: 1.5em;
	font-size: 1.2em;
	line-height: 1.8125;
	letter-spacing: .075em;
}

#topic-path li:before {
	position: absolute;
	top: .3em;
	left: .42em;
	content: '';
	width: 4px;
	height: 11px;
	background: url(/company/recruit/mansion/common/images/com_ic02.png) no-repeat;
}

#topic-path li:first-child {
	padding-left: 0;
}

#topic-path li:first-child:before {
	display: none;
}

/* --------------------------------------------------
	Main
-------------------------------------------------- */
#contents {
	position: relative;
}

/* --------------------------------------------------
	Footer
-------------------------------------------------- */
#footer {
	padding: 43px 0 52px;
	border-top: 1px solid #e6e6e6;
}

#footer a {
	color: #00c;
}

#footer-contents {
	position: relative;
}

#vision {
	position: absolute;
	left: 0;
	margin-top: 3px;
}

.footer-nav-list li {
	font-size: 1.3em;
	letter-spacing: .075em;
}
.footer-nav-list.NV-1 li a[target='_blank']:after {
	letter-spacing: normal;
}

#copyright {
	margin-top: 21px;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .03em;
}

/*	Page Top
-------------------------------------------------- */
.page-top-link {
	position: absolute;
	right: -100px;
	bottom: 115px;
	width: 70px;
	height: 71px;
}

.page-top-link a {
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 115px;
	z-index: 1;
	width: 70px;
	height: 71px;
	background: url(/company/recruit/mansion/common/images/com_ic01.png) no-repeat;
	font-size: 0;
	text-align: center;
}

.page-top-link a:hover {
	background-position: left bottom;
	transition: none;
}

/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.BX-col:after,
.header-top-contents:after,
.header-top-aside ul:after,
.global-nav-contents ul:after,
.NV-1 ul:after,
.LI-BT ul:after,
#topic-path ol:after,
.inquiry-bt-list ul:after,
.related-info-list ul:after,
.NV-contents ul:after {
	display: block;
	visibility: hidden;
	content: ' ';
	clear: both;
	height: 0;
	font-size: 0;
}
