@charset "utf-8";

/*==========================================================================================

	オンライン予約

==========================================================================================*/

header h1.nonImage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	border-top: none; 
	border-bottom: none; 
	background: -moz-linear-gradient(
		top,
		#e47520 0%,
		#e69e22);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e47520),
		to(#e69e22));
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto;
	-moz-box-shadow:
		0px 1px 4px rgba(000,000,000,0.3),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0px 1px 4px rgba(000,000,000,0.3),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow:
		0px 1px 4px rgba(000,000,000,0.3),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

footer {
	border-top: none;
}

header dl {
	border-bottom: solid 2px #e67e22;
	padding: 7px 10px;
}

header dd a {
	color: #e67e22;
}

footer dt {
	border-left: solid 14px #e67e22;
	color: #e67e22;
}

footer dd a {
	color: #e67e22;
}

footer p {
	background: -moz-linear-gradient(
		top,
		#ea9127 0%,
		#e67c21);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ea9127),
		to(#e67c21));
	color: #fff;
	text-align: center;
	padding: 7px 0;
}

nav {
	background: url(../../common/images/nav_bg_orange.png) top repeat-x,
				url(../../common/images/nav_bg_orange.png) bottom repeat-x;
	-moz-background-size: 6px, 6px;
	-webkit-background-size: 6px, 6px;
	background-size: 6px, 6px;
	padding: 6px 0;
}


/* reserve
--------------------------------------------------------- */

#reserve h2 {
	margin-bottom: 10px;
}

#reserve {
	padding-top: 7px;
}

#reserve section {
	background-color: #fff;
	padding: 0 10px 15px;
}


#reserve section p {
	font-size: 13px;
}

#reserve section p:first-of-type {
	margin-bottom: 7px;
}

#reserve section p:last-of-type {
	margin-top: 7px;
}

#reserve h3 {
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow:	0px 1px 1px rgba(000,000,000,0.3);
	box-shadow:	0px 1px 1px rgba(000,000,000,0.3);
	border-bottom: solid 1px #e67e22;
	border-left: solid 5px #e67e22;
	padding-left: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	margin: 0 -10px 5px 0;
}


#reserve ul.checkd {
	background-color: #fbd7b8;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin: 7px 10px;
}

#reserve ul.checkd li {
	border-left: solid 5px #e67e22;
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 3px;
}

#reserve ul.checkd li:last-child {
	margin-bottom: 0;
}

#reserve .confirm {
	background-color: #e67e22;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 7px;
	margin: 7px 10px;
}

/* 20150630 hadano 同時刻に同スタッフで既に予約が入っているれば警告文表示追加[r_7201] */
#reserve .warning {
	background-color: #FF0000;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 7px;
	margin: 7px 10px;
}

#reserve .shopcomment {
	background-color: #e67e22;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: left;
	padding: 5px;
	margin: 0px 0px;
	line-height: 20px;
}

#reserve .approach {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin: 7px 10px;
}

#reserve .approach p {
	color: #00f;
	font-size: 13px;
	margin-bottom: 7px;
}

#reserve .approach p:last-of-type {
	margin-bottom: 0;
}

#reserve ul.page {
	border-top: solid 1px #ccc;
	border-bottom: dotted 1px #ccc;
	text-align: center;
	padding: 7px 0;
	margin-top: 7px;
}

#reserve ul.page li {
	display: inline-block;
	color: #ccc;
}

#reserve ul.page li:first-child {
	margin-right: 10px;
}

#reserve ul.page li a {
	color: #000;
}

#reserve .week {
	border-bottom: solid 1px #ccc;
}

#reserve .week li {
	border-top: dotted 1px #ccc;
	padding: 3px 0;
}

#reserve .week li:first-child {
	border: none;
}

#reserve .week dl {
}

#reserve .week dt {
	width: 110px;
	line-height: 20px;
}

#reserve .week dd {
	line-height: 30px;
}

#reserve .week li.impossible dd {
	color: #f00;
}


#reserve .day {
	padding: 0 10px 10px;
}

#reserve .day div {
	background-color: #fbd7b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
}

#reserve .day h3 {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#reserve .caption {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin: 0 10px 7px;
}




#reserve p.finishText {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}


#reserve ul.topMenu {
	padding: 10px 10px 15px;
}

#reserve ul.topMenu li {
	background: url(../../common/images/icon_arrow.png) right no-repeat #fff;
	background: url(../../common/images/icon_arrow.png) right no-repeat #fff;
	-moz-background-size: 20px 12px;
	-webkit-background-size: 20px 12px;
/*	border-bottom: solid 1px #f5f5f5;*/
	border-bottom: solid 1px #9E9C9C;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

#reserve ul.topMenu li a {
	display: block;
	padding: 7px;
	color: #000;
}

#reserve ul.topMenu li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#reserve ul.topMenu li:last-child {
	border-bottom: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#reserve p.userName {
	background-color: #e67e22;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin: 0 10px 10px;
}

#reserve p.textOnly {
	padding: 0 10px 10px;
}

#reseveList,
#archive {
	background-color: #fbd7b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px 25px;
}

#reseveList li,
#archive li {
	border-bottom: solid 1px #f5f5f5;
	padding: 5px;
}

#reseveList li:last-child,
#archive li:last-child {
	border-bottom: none;
}

#reseveList dl a,
#cancel dl a {
	color: #C00;
}

#reseveList dl dt,
#cancel dl dt,
#archive dl dt {
	border-left: solid 4px #e67e22;
	padding-left: 3px;
	margin-bottom: 3px;
}

#reseveList dl span,
#cancel dl span,
#archive dl span {
	color: #06C;
}

#cancel {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 0 10px 10px;
}

#cancel + p {
	margin: 0 10px 20px;
}

#cancel + p + .btn a {
	padding: 10px 5px;
}

#archive {
	background-color: #fbd7b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px 25px;
}

#archive dl dt.cancel {
	border: none;
	color: #F00;
	font-weight: bold;
	padding-left: 0;
}

.pager {
	text-align: center;
	margin: -10px 0 30px;
}

.pager li {
	display: inline-block;
	color: #e67e22;
	font-weight: bold;
	margin-left: 10px;
}

.pager li:first-child {
	margin-left: 0;
}

.pager li a {
	color: #333;
	font-weight: normal;
}

#calender {
	padding: 10px;
}

#calender p {
	margin-bottom: 10px;
}

#calender table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#calender table [scope="col"] {
	background-color: #666;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 3px 0;
}

#calender table th {
	background-color: #ddd;
	padding: 3px 0;
}

#calender table td {
	background-color: #f1f1f1;
	padding: 3px 0;
}

#calender table td a {
	color: #000;
	text-decoration: underline;
}

#calender table .bgRed {
	background-color: #d00 !important;
	color: #fff;
}

#calender table .bgBlue {
	background-color: #00d !important;
	color: #fff;
}

#calender table .holiday {
	background-color: #ff4500 !important;
	color: #fff;
}

#calender table .holiday a {
	color: #fff !important;
}

#calender table .reserveDay {
	background-color: #ffa500 !important;
	color: #fff;
}

#calender table .reserveDay a {
	color: #fff !important;
}

#calender table .impossible {
	background-color: #5679d7 !important;
	color: #fff;
}

#calender table .impossible a {
	color: #fff !important;
}

#calender table .past {
	background-color: #008000 !important;
	color: #fff;
}

#calender table .past a {
	color: #fff !important;
}

.commentary {
	text-align: center;
	margin-bottom: 15px;
}

.commentary li {
	display: inline-block;
	padding-left: 3px;
	margin-right: 12px;
}

.commentary li:last-child {
	margin-right: 0;
}

.commentary .holiday {
	border-left: solid 5px #ff4500;
}

.commentary .reserveDay {
	border-left: solid 5px #ffa500;
}

.commentary .impossible {
	border-left: solid 5px #5679d7;
}

.commentary .past {
	border-left: solid 5px #008000;
}
