/* --------------------------------------------------------------------------- */
/* shop_schedule */
/* --------------------------------------------------------------------------- */


a.girl_fresh:link {
	background: url(../../img/icon_fresh.gif) top center no-repeat;
	padding: 13px 0 0 0;
}
a.girl_fresh:visited, a.girl_fresh:hover, a.girl_fresh:active  {
	background: url(../../img/icon_fresh.gif) top center no-repeat;
	padding: 13px 0 0 0;
}

/* --------------------------------------------------------------------------- */
/* fream */
#contents .f_header{
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------- */
#contents .f_header h3.title {
	width: 112px;
	height: 28px;
	background: url(../../img/title_schedule.png) 5px 0 no-repeat;
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------- */
/* title_bar_shop */
.title_bar_shop {
	width: 613px;
}
html>body .title_bar_shop {
	width: 600px;
}
.title_bar_shop a, .title_bar_shop .txt_right{
	color: #FFF;
}

/* --------------------------------------------------------------------------- */
.schedule_list {
	width: 613px;
	margin: 0 0 9px 9px;
	background-color: #EEE;
	text-align: center;
}
html>body .schedule_list {
	width: 617px;
}

table#schedule {
	margin: 5px auto;
/*	border: 1px solid #CCC;*/
	width: 603px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
table#schedule th{
	width: 85px;
	padding: 5px 2px;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
	border-right: 1px solid #999;
	font-weight: normal;
	font-size: 10px;
}
table#schedule td{
	font-size: 10px;
	width: 68px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #999;
}
table#schedule thead th, table#schedule thead td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #CCC;
}
table#schedule td.td_1, table#schedule td.td_3, table#schedule td.td_5, table#schedule td.td_7{
	background-color: #F5F5F5;
}
table#schedule td.td_span{
	width: 100%;
	text-align: left;
	padding-left: 15px;
}

table#schedule img{
/*	display: inline;*/
	margin: 0 0 4px 0;
}

