@charset "utf-8";
/*============目次==================

1:基本情報
2:基本レイアウト
3:基本ボタン

==================================*/

/*==================================
　■1:基本情報
==================================*/
/*---------------------------------
　更新日
----------------------------------*/
.date {
	background-image: url(../img/date.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align:center;
	line-height:25px;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 12px;
	_font-size: 11px;
	color: #333333;
}
/* For IE 7 */
*:first-child+html .date {
	font-size: 11px;
} 

/*---------------------------------
　グレー背景
----------------------------------*/
.gray_bg {
	background-color: #EFEFEF;
	width: 560px;
	padding: 5px 10px 0px;
	height: auto;
}

/*---------------------------------
　黒矢印
----------------------------------*/
.brack_btn {
	background-image: url(../../common/img/black_btn.jpg);
	background-repeat: no-repeat;
	width: auto;
	padding-left: 15px;
	padding-bottom: 5px;
}




/*==================================
　■1:基本レイアウト
==================================*/
/*---------------------------------
　タイトル及びサブタイトル
----------------------------------*/
.tit_box {
	margin: 10px 0px;
	clear: both;
	height: auto;
	width: 580px;
}
.sub_box {
	height: auto;
	width: 560px;
	padding: 10px;
	margin-top: 10px;
}


/*---------------------------------
　インクルードで表示させる
　コンテンツボックス
----------------------------------*/
.border_cont_side {
	display: inline;
	float: left;
	width: 180px;
	border: 1px solid #E0DFE3;
	height: auto;
	margin-top: 10px;
}
.border_cont_middle {
	display: inline;
	float: left;
	width: 180px;
	border: 1px solid #E0DFE3;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}


/*---------------------------------
　バナー表示枠
----------------------------------*/
.left_banner {
	float: left;
	width: 285px;
	padding-right: 4px;
	height: 100px;
}
.right_banner {
	display: inline;
	float: left;
	width: 285px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}


/*==================================
　■3:基本ボタン
==================================*/

/*---------------------------------
　その他の～ボタン
----------------------------------*/

.other_btn {
	float: right;
	height: 17px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*---------------------------------
　フロアマップ
----------------------------------*/
.floor_box {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	height: auto;
	width: 380px;
}
.floor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-left: 10px;
	height: 20px;
	padding-top: 10px;
}

.floormap_box {
	width: 150px;
	padding-left: 10px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	height: 70px;
}
.recruit_box {
	width: 150px;
	padding-left: 10px;
	float: right;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 25px;
	margin-top: 15px;
}

/*---------------------------------
　カラム
----------------------------------*/
.column {
	float: left;
	padding-right: 1px;
	padding-left: 5px;
	width: 187px;
}

