@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------

スタッフ募集のみに使用するスタイルを記述
   
--------------------------------------------------------------*/

.recruitArea {
    width: 747px;
    border-left: solid 3px #cadf7f;
	border-top: solid 1px #b7b7b7;
}

/**** ロゴ、ショップネイム、フロアボタン等掲載エリア ****/
.recruitArea .shopInfo {
    border-bottom: dotted 1px #b7b7b7;
	padding: 10px;
	margin-bottom: 10px;
}

/**** フロアガイドボタンのポジション ****/
.recruitArea .shopInfo img { margin: 0 0 -4px 0; }
/**** ロゴのポジション ****/
.recruitArea .shopInfo img.shopLogo {
    margin: 0 10px -3px 0;
}


/**** 各エリア「■」カラー ****/
.square_north { color: #78a3d0; }
.square_gate { color: #96c0a2; }
.square_south { color: #f0aba1; }

table.recruit {
    margin-left: 10px;
	border-collapse: collapse;
}

table.recruit th,td {
    border-bottom: dotted 1px #b7b7b7;
	padding: 5px 10px 3px 10px;
}

table.recruit th {
    width: 80px;
    vertical-align: top;
	text-align: left;
	font-weight: normal;
	white-space: normal;
}

table.recruit td {
    vertical-align: top;
}

table.recruit th.bgColor,td.bgColor {
    background-color: #f2f5ef;
	font-weight: bold;
}

