@charset "utf-8";

table.emplist_week {
	font: 0.8em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	border-collapse: collapse;
	border-bottom: 2px dotted #9933CC;
	margin-bottom: 15px;
	border-spacing: 1px;
	width:600px;
	margin-top: 10px;
}

table.emplist_week td.emp_pict {
    vertical-align: top;
    padding: 0 10px;
	width:100px;
}

table.emplist_week td.emp_pict img {
	width:67px;
    height: 90px;
}

table.emplist_week th {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width: 80px;
	height: 20px;
	background: #9933CC;
	border-top: 1px solid #9933CC;
	border-right: 1px solid #9933CC;
	border-left: 1px solid #9933CC;
}

table.emplist_week td {
	font-size:12px;
	color:#333333;
	font-weight:bold;
    width: 80px;
    height: 60px;
}

table.emplist_week td.emp_schedule {
    border: 1px solid #9933CC;
    empty-cells: show;
    text-align: center;
}

table.emplist_week td.emp_infos {
	text-align:left;
	font-size:12px;
	color:#333333;
	font-weight:bold;
    width: 560px;
    height: 30px;
}
