@charset "utf-8";
/* CSS Document */

/*---------------------------.time_setting--*/

div#main div.time_setting {
	padding-bottom: 20px;
}

div#contents.layout_3 div#main div.time_setting {
	width: 621px;
	padding-bottom: 20px;
}

div#contents.layout_2 div#main div.time_setting,
div#contents.layout_2 div#main div.time_setting {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
}

div#main div.time_setting table {
	width: 581px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	empty-cells: show;
}

div#main div.time_setting tr,
div#main div.time_setting td {
	line-height: normal;
	margin: 0;
	padding: 0;
	background-color: #f1edec;
}

div#main div.time_setting td.empty {
	background-color: #fff;
}

/*---------------------------.time_setting #time_table--*/

div#main div.time_setting #time_table {
	margin-bottom: 10px;
}

div#main div.time_setting #time_table table {
	width: 566px;
}

div#main div.time_setting #time_table td {
	height: 35px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

div#main div.time_setting #time_table td.end {
	border-right: none;
}

div#main div.time_setting #time_table .text,
div#main div.time_setting #time_table .mark {
	display: block;
	padding: 10px;
}

div#main div.time_setting #time_table td.head {
	color: #333;
	width: 100px;
	text-align: left;
}

div#main div.time_setting #time_table td.time {
	width: 61px;
	color: #666;
}

div#main div.time_setting #time_table td.head .float_box {
	width: 82px;
	padding: 10px 6px 8px 10px;
	color: #f05936;
}

div#main div.time_setting #time_table td.head img {
	margin: 3px 5px 0 0;
}

div#main div.time_setting #time_table td.ok,
div#main div.time_setting #time_table td.few {
	background-color: #fff;
}

div#main div.time_setting #time_table td.ok .mark,
div#main div.time_setting #time_table td.few .mark {
	height: 24px;
	padding: 9px 10px 0 10px;
	background: #fff url(/image/shared/bg_main_calendar_cell.gif) repeat-x 0 100%;
	border-top: 1px solid #ffe2da;
	border-left: 1px solid #ffe2da;
	border-bottom: 1px solid #ceb0a1;
	border-right: 1px solid #ceb0a1;
}

div#main div.time_setting #time_table td.ng .mark {
	height: 26px;
	padding: 9px 10px 0 10px;
}

/*---------------------------.time_setting .early_discount_set--*/

div#main div.time_setting .early_discount_set {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 11px;
	background: url(/image/shared/bg_line_dotted_gray.gif) repeat-x 0 0;
}

div#main div.time_setting .early_discount_set td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

div#main div.time_setting .early_discount_set td.end {
	border-right: none;
}

div#main div.time_setting .early_discount_set td.service_name {
	text-align: left;
	color: #f05936;
	border-right: none;
}

div#main div.time_setting .early_discount_set td.service_name img {
	margin-right: 5px;
}

div#main div.time_setting .early_discount_set .text,
div#main div.time_setting .early_discount_set .link {
	display: block;
	padding: 10px;
}

div#main div.time_setting .early_discount_set td.head {
	width: 137px;
	color: #789f1a;
	font-weight: bold;
	text-align: left;
}

div#main div.time_setting .early_discount_set td.select_ok .link {
	font-weight: bold;
	background: #fff url(/image/shared/bg_main_calendar_cell.gif) repeat-x 0 100%;
	border-top: 1px solid #ffe2da;
	border-left: 1px solid #ffe2da;
	border-bottom: 1px solid #ceb0a1;
	border-right: 1px solid #ceb0a1;
	height: 1%;
}

div#main div.time_setting .early_discount_set td.select_ng .text {
	color: #b2a7a5;
}

/*---------------------------.time_setting dl.selected_time--*/

div#main div.time_setting .selected_time {
	width: 581px;
	padding: 11px 20px 10px;
	background: url(/image/shared/bg_line_dotted_gray.gif) repeat-x 0 0;
}

div#main div.time_setting .selected_time dt {
	width: 117px;
	padding: 10px;
	background-color: #f1edec;
	color: #789f1a;
	font-weight: bold;
}

div#main div.time_setting .selected_time dd {
	width: 420px;
	padding: 8px 10px;
	color: #e60000;
	font-weight: bold;
	font-size: 14px;
}


/* End */