@charset "utf-8";

@import url("../skin_base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		background: #fff url(icon_select.gif) no-repeat right 0;
		line-height: 22px;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -42px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #362205;
		font-weight: bold;
		text-decoration: underline !important;
	}
		div.sctble_mat a:hover {
		text-decoration: none !important;
	}
	div.sctble_mat a.selected {
		color: #832B03;
		text-decoration: none;
		cursor: default;
	}



/*-- 予約番用 --*/
/**-- 年月セレクト --*/
a.year_month_489ban{
	margin-right: 0.7em;
}
a.year_month_489ban:hover{
	text-decoration:none;
}
a.year_month_489ban span{
	width: 8em;
}
/**-- 日セレクト --*/
a.day_489ban:hover{
	text-decoration:none;
}
a.day_489ban span{
	width:3.5em;
}
div.sctble_mat.sctble.day_489ban a {
	display: inline-block;
	width: 2.3em;
	text-align: center;
}


.search_table_489ban th{
display: none;
}
