@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--/reservation/--*/

.reserBox {
	width: 780px;
	margin: 0 auto;
}
.reserBox h2 {
	background-color: #c53d43;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 30px;
	padding: 10px;
	text-align: center;
}
div.serviceBox {
	padding: 10px 65px 40px;
}
div.serviceBox span {
	margin-right: 30px;
}
div.serviceBox label {
	color: #c53d43;
	font-size: 19px;
	font-weight: bold;
}
table.selBox {
	border-collapse: collapse;
	border-right: 1px #cccccc dotted;
	width: 100%;
	/*margin-bottom: 60px;*/
}



table.selBox th {
	padding: 0 48px;
	vertical-align: middle;
	color: #c53d43;
	width: 28%;
	font-size: 14px;
	line-height: 2 !important;
	border-bottom: 1px #cccccc dotted;
	border-left: 1px #cccccc dotted;
	text-align: left;
}
table.selBox th span {
	background-color: #c53d43;
	color: #FFFFFF;
	padding: 2px 20px;
	font-size: 10px;
	border-radius: 2px;
}
table.selBox td {
	border-bottom: 1px #cccccc dotted;
	border-left: 1px #cccccc dotted;
	padding: 20px 0 20px 30px;
}
table.selBox td span {
	margin-bottom: 10px;
	display: inline-block;
}
table.selBox td.td01 span {
	text-align: left;
	margin-right: 10px;
}
table.infoTable04 {
	border-collapse: collapse;
	border-right: 1px #cccccc dotted;
	width: 100%;
	margin-bottom: 20px;
}
table.infoTable04 th {
	width: 33%;
	padding: 20px;
	vertical-align: middle;
	color: #c53d43;
	font-size: 14px;
	line-height: 2 !important;
	border-bottom: 1px #cccccc dotted;
	border-left: 1px #cccccc dotted;
	text-align: left;
}
table.infoTable04 th span {
	background-color: #c53d43;
	color: #FFFFFF;
	padding: 2px 10px;
	font-size: 10px;
	border-radius: 2px;
	margin-right: 5px;
}
table.infoTable04 th span.rSpan {
	background-color: #a5a5a5;
}
table.infoTable04 td {
	border-bottom: 1px #cccccc dotted;
	border-left: 1px #cccccc dotted;
	padding: 20px;
}
table.infoTable04 td input {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
}
table.infoTable04 td.timeTd input {
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
table.infoTable04 td.timeTd input.year {
	width: 100px !important;
	margin-left: 0;
}
table.infoTable04 td.timeTd span {
	display: block;
	margin-top: 10px;
}
table.infoTable04 td.nameTd input {
	margin-left: 5px;
	margin-right: 5px;
	width: 180px;
}
table.infoTable04 td.addTd {
	line-height: 2 !important;
}
table.infoTable04 td.addTd input.email {
	width: 100px;
}
table.infoTable04 td.addTd span {
	display: block;
	margin-bottom: 20px;
}
table.infoTable04 td.addTd input.addresss {
	margin-left: 10px;
	width: 420px;
}
table.infoTable04 td textarea {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 15px;
	height: 160px;
	margin-bottom: 5px;
	padding: 3px;
	width: 99%;
}
div.checkDiv {
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fafafa;
}
div.checkDiv p.checkDivP01 {
	font-size: 12px;
	color: #c53d43;
	margin-bottom: 10px;
	font-weight: bold;
}
div.checkDiv p.checkDivP02 {
	font-size: 12px;
	margin-bottom: 10px;
}
div.checkDiv p.checkDivP03 {
}
div.checkDiv p.checkDivP03 span {
	background-color: #c53d43;
	border-radius: 2px;
	color: #ffffff;
	font-size: 10px;
	margin-right: 5px;
	padding: 2px 10px;
	font-weight: bold;
}
p.btnP01 {
	margin: 30px 0;
	text-align: center;
}
p.btnP01 input {
	background-color: #c53d43;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 20px;
	padding: 10px 100px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}
p.btnP01 input:hover {
	background-color: #ffffff;
	border: 2px solid #c53d43;
	color: #c53d43;
}
p.reserP01 {
	padding: 40px;
	border-top: 1px #cccccc dotted;
	font-size: 12px;
}

p.reserP01 span {
	display: block;
	font-weight: bold;
}


p.stmP{
	font-size:12px;
	}
input.otherIP{
	display:block;
	margin-top:5px;
	background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
	}	

.tabMenu ul#nav{
	text-align:center;
	margin-bottom:30px;
	}
	
.tabMenu ul#nav li{
	   color: #c53d43;
    font-size: 19px;
    font-weight: bold;
		display:inline-block;
		margin:0 20px 5px;
		padding:0 10px;
		border-radius:3px;
		background:#eeeeee;
	}
.tabMenu ul#nav li:hover{
	background-color:#c53d43;
	color:#FFFFFF;
	-webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
	}
.tabMenu ul#nav li.current{
	background-color:#c53d43;
	color:#FFFFFF;
	}