@charset "utf-8";

/*========================

店舗求人情報

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

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

レイアウト

------------------------*/
.text_staff {
	width: 660px;
	margin: 0 auto 5px;
	padding: 0;
}

.text_store {
	width: 638px;
	margin: 10px auto 0;
	padding: 10px;
	font-size: 115%;
	font-weight: 700;
	color: #FFF;
	background: #689ECA;
}

.text_store a {
	color: #FFF;
	text-decoration: underline;
}

.text_store a:hover {
	color: #000;
	text-decoration: underline;
}

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

テーブル

------------------------*/
table.staff {
	width: 658px;
	margin: 0 auto 30px;
	padding: 0;
	border-collapse: collapse;
}

table.staff th {
	width: 10%;
	padding: 8px;
	border: 1px solid #66ABEA;
	text-align: center;
	vertical-align: top;
	background-color: #C9E0F8;
}

table.staff td {
	width: 20%;
	padding: 8px;
	border: 1px solid #66ABEA;
	background: #FFF;
}