/* index page */
.reserve.index {
	width:570px;
	margin:auto;
}
.reserve.index ul{
	padding:18px;
	border:1px solid #999;
	border-right:3px ridge #ddd;
	border-bottom:3px ridge #ddd;
	background-color:#fff;
}
.reserve.index li{
	font-size:11pt;
	margin-left:20px;
	margin-bottom:5px;
}

.reserve table {
	width:95%;
	margin:auto;
}

.reserve h2 {
	text-align:center;
	color:#000;
}

.reserve .input-name {
	width:80px;
}

#reserveProcess {
	margin-bottom:7px;
	background-color:#fff;
}

#reserveProcess th,#reserveProcess td{
	font-size:9pt;
	text-align:center;
	font-weight:normal;
}

/* 予約の過程*/
th.process, td.process {
	border-color:#666666;
}

th.process {
	background-color:#ddd;
	color:#000;
}

th.pHere{
	background-color:#ff6600;
	color:#ffffff;
}

/* 現在まで選択された予約情報　-支店、日付、時間*/
#reserveInfo th{
	width:15%;
	color:#000;
	font-weight:normal;
	white-space:nowrap;
	background-color:#ddd;
}

#reserveInfo td{
	width:18%;
	color:#000;
	background-color:#fff;
	white-space:nowrap;
}

#reserveInfo th, #reserveInfo td {
	text-align:center;	
	font-size:9pt;
	border-color:#666;
}


/*　STEP 1*/
#calendar{
	margin-top:30px;
	margin-bottom:60px;
}

#calendar caption {
	font-size:12pt;
}

.currentMonth {
	font-size:15pt;
	font-weight:bold;
}

#calendar th {
	font-weight:normal;
	background-color:#ddd;
}

#calendar th, #calendar td { 
	border-color:#666;
	width:14%;
}

/* 日曜日　*/
td.jday {
	background-color:#FFEEEE;
	color:red;
}

/* 土曜日　*/
td.saturday {
	background-color:#E6EBFF;
	color:blue;
}


.calendar_day {
	font-weight:bold;
}

.reserve_date {
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	font-size:9pt;
}

.state_mark {
	display:block;
	font-size:15pt;
	text-decoration:none;
}

/* STEP 2 */
#reserve_time {
	margin-top:10px;
}

#reserve_time td{
	border-color:#999;
}


.sltTimeLink {
	font-weight:bold;
	margin-left:20px;
}

.timeText {
	text-align:center;
	margin-left:20px;
}

.rsBlue {
	/*color:#0066CC;*/
	color:#0066CC;
	font-weight:normal;
	text-decoration:none;
}

.rsOrange {
	color:#FF6600;
	font-weight:normal;
	text-decoration:none;
}

.rsRed {
	color:red;
}

/* STEP 3 その情報の入力　*/
#ReserveStep3Form {
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:50px;
}

#ReserveStep3Form fieldset {
	border:1px solid #999;
	margin-bottom:10px;
	padding:10px;
}

#ReserveStep3Form legend {
	margin-left:35px;
	margin-bottom:10px;
	padding:3px 5px;
	border:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;	
}

div.input {
	padding-bottom: 5px;
}

div.input_notice {
	margin-left: 150px;
	font-size:12px;
}

.input label{
	float:left;
	width:130px;
	margin-right:18px;
	margin-top:4px;
	clear:left;
	text-align:right;
	text-decoration:underline;
}

.input input {
	width:200px;
}

div.error-message {
	margin-left: 150px;
}

div.submit {
	text-align:center;
}

/* セットメニュー、コースメニュー説明*/
.setMenuComment {
	font-size:9pt;
	margin-left:10px;
	color:#FF6600;
}


/* 予約結果ページ　*/
.reserve_detail th{
	border-color:#666;
	background-color:#BAD9F8;
	font-weight:normal;
	color:#000;
	width:150px;
}

.reserve_detail td {
	border-color:#666;
	padding-left:10px;
}


/* 予約内容をプリント　*/
.print_my_reserve {
	margin-top:15px;
	text-align:center;
	font-weight:bold;
}

/* STEP2 */
.step2 h3{
	text-align:center;
	font-weight:normal;
	color:#333333;
	margin-bottom:3px;
}

.reserve_am {
	background-color:#FFFFee;
	vertical-align:top;
}
.reserve_am table, .reserve_pm table {
	background-color:#FFF;
}

.reserve_pm {
	background-color:#efefef;
	vertical-align:top;	
}

.step2 p{
	text-align:center;
	margin-bottom:3px;
	font-weight:bold;
}
caption {
	color:#003399;
	font-weight:bold;
}

ul.seletcTimeComment {
	list-style:none;
	font-size:10pt;
	color:#333333;
}

/* STEP3 */
.step3 ul{
	color:#333333;
	margin-top:0px;
}

.step3 legend {
	color:#000;
}

.step3 label {
	color:#000;
}

.viewMenus {
	border:1px solid #999;
	text-align:center;
	background-color:#eee;
}

.viewMenus img{
	border:0;
	margin:0 3px;	
	padding:10px 4px;
}

.checkoptions input{
	width:auto;
}

#courceMenuService {
	display:none;
	border:1px solid red;
	width:90%;
	margin:0 auto;
}
#courceMenuService p{
	margin-bottom:15px;
}

.check_cmnt {
	font-size:12px;
}
/* END */
table.end  {
	width:90%;
}

div.actions {
	width:80%;
	margin:auto;
	margin-top:15px;
}

div.actions ul{
	font-size:11pt;
}

div.actions li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:20px;
}

div.actions a, div.actions a:visited {
	background-color:#D4D0C8;
	border-color:#EEEEEE rgb(102, 102, 102) rgb(102, 102, 102) rgb(238, 238, 238);
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#000000;
	float:left;
	font-size:9pt;
	padding:3px 10px;
	text-decoration:none;
}

