@charset "utf-8";

td.sche_bt{
	background: url(../../img/schedule/bt_bg.jpg) repeat;
}

dl.emplist_day {
    clear: left;
	width: 600px;
	margin:0px 0px 15px;
}

dl.emplist_day dt {
    font: serif;
	height:25px;
    display: block;
	text-align:left;
	font-weight:bold;
    color: #FF319D;
    border-bottom: 1px dotted #FF319D;
	margin:0px 0px 0px;
	padding:1px 0px 3px 33px;
	background:url(../../img/schedule/h2_bg.jpg) no-repeat;
}

dl.emplist_day dd {
    margin: 0;
    padding: 0;
}

dl.emplist_day dd ul {
    list-style: none;
    margin: 0px 0 15px;
    padding: 0;
    font: 11px 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

dl.emplist_day dd ul li {
    float: left;
    text-align:center;
    width: 116px;
    height: 190px;
    margin: 0px 1px 5px 1px;
    padding: 0px;
    color: #9F9F9F;
	background:url(../../img/girls/girl_bg.jpg) no-repeat;
}

dl.emplist_day dd ul li img {
    display: block;
    width: 100px;
    height: 133px;
    margin: 7px 8px 9px 8px;
}

dl.emplist_day dd ul li span.emp_name {
    margin-right: 10px;
}

dl.emplist_day dd ul li span.emp_schedule {
    display: block;
}

