@charset "UTF-8";
/* CSS Document */

#content #pagetitle{
	background-image:url(../../../images/icon/04.png);
}

/* ----------------------------------------------
	個別相談 予約カレンダー
------------------------------------------------- */
.noneData{
	font-size:86%;
	padding:50px 0 50px;
	text-align:center;
}
.reservationEnd{
	font-weight:bold;
	font-size:100%;
	color:#ff0004;
	padding:50px 0;
	text-align:center;
}

#maincontent{}
#reservation  .text{
	font-size:79%;
	margin:0 0 15px;
}

/* 前・次 */
#reservation  #pageNavi{
	text-align:center;
}
#reservation  #pageNavi li{
	font-size:86%;
	display:inline;
	vertical-align:bottom;
}
#reservation  #pageNavi li h3{
	display:inline;
}
#reservation  #pageNavi li strong{
	font-size:170%;
	font-weight:bold;
}
#reservation  #pageNavi li.back{
	float:left;
	color:#cccccc;
	font-size:93%;
	background-color:#f1f1f1;
	line-height:37px;
	width:75px;
}
#reservation  #pageNavi li.next{
	float:right;
	color:#cccccc;
	font-size:93%;
	background-color:#f1f1f1;
	line-height:37px;
	width:75px;
}
#reservation  #pageNavi li.back a,#reservation  #pageNavi li.next a{
	color:#3E2B15;
	display:block;
	background-color:#f2efe6;
	text-decoration:none;
}
#reservation  #pageNavi li.back a:hover,#reservation  #pageNavi li.next a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* カレンダー */
#reservation  #calendar table{
	margin:15px 0 10px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#ffffff;
}
#reservation  #calendar table{ width:100%; }

#reservation  #calendar table tr{
	border-top:1px solid #cccccc;
}
#reservation  #calendar table td{
	width:14.28571%;
	border-right:1px solid #cccccc;
	padding:5px;
	font-size:93%;
}
#reservation  #calendar table #week td{
	font-size:86%;
	background-color:#f1f1f1;
	text-align:center;
	padding:2px 0;
}
#reservation  #calendar table td p{
	color:#cccccc;
	text-align:center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:156%;
	margin:0px 0 5px 0;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#reservation  #calendar table td p.yes{
	font-size:184%;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#reservation  #calendar table td p.yes a{
	color:#3E2B15;
	text-decoration:none;
}

#reservation  #calendar table td.sat{
	color:#0e88b0;
	background-color:#f8fcff;
}
#reservation  #calendar table td.sun{
	color:#b0120e;
	background-color:#fff8f8;
}

#reservation  .sat,
#reservation  .Sat{
	color:#0e88b0;
	background-color:#f8fcff;
}
#reservation  .sun,
#reservation  .Sun{
	color:#b0120e;
	background-color:#fff8f8;
}
#reservation  .out{
	color: #C0C0C0;
    background-color: #D9D9D9;
}

/* 予約フォーム */
#reservationFormContent{
	padding:0 0 20px;
}
.Required{
	text-align: center;
	margin:0 0 15px;
	color:#FF0004;
	font-size:86%;
}
#reservationForm h4{
	text-align:center;
	font-size:93%;
	margin:10px 0 5px;
}
#reservationForm h4 strong{
	font-size:145%;
	font-weight:bold;
	display:block;
}
#reservationForm .text{
	text-align:left;
	margin:0 0 10px;
	font-size:86%;
}
#reservationForm dl{}
#reservationForm dl dt{
	color:#ffffff;
	background-color:#3E2B15;
	padding:7px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../../../images/stripe1.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:5px auto;
	font-size:93%;
	border-top:solid 1px #3E2B15;
	border-bottom:solid 1px #3E2B15;
}
#reservationForm dl dt .Required{
	margin:0;
	color:#FF0004;
	font-size:72%;
}
#reservationForm dl dd{
	padding:10px 0;
	font-size:93%;
	text-align:center;
}
#reservationForm dl dd h4{
	font-size:100%;
	font-weight:bold;
	margin:0 0 7.5px;
}
#reservationForm dl dd h4 strong{
	font-weight:bold;
	font-size:128%;
}
#reservationForm dl dd .time{
	padding:10px 5px 5px;
	text-align:left;
	border:solid 1px #cccccc;
	margin:0 5px;
	background-color:#ffffff;
}
#reservationForm dl dd .time li{
	width:85px;
	display:inline-block;
	margin:0 0 7px;
	text-align: center;
	font-size:107%;
}
input[type="checkbox"] { margin:0 3px 0 0; }

#reservationForm dl dd .time li.yes{}
#reservationForm dl dd .time li.no{ color:#cccccc; }

#reservationForm dl#day .text{
	margin:0 0 10px;
	font-size:93%;
	text-align:center;
}
#reservationForm dl#day dd{}
#reservationForm dl#day .caution{
	padding:10px 0 0;
	font-size:79%;
	text-align: center;
}
#reservationForm dl#cons{
	font-weight: bold;
}
#reservationForm dl#jobcategory ul {
	margin: auto;
	text-align: left;
	padding: 10px 15px 5px;
}
#reservationForm dl#jobcategory label {
	display: inline-block;
	text-align: left;
	width: 110px;
}
#reservationForm dl#mail .text{
	margin:10px 0 5px;
	text-align: center;
	font-size:86%;
}
#privacyChek{
	text-align:center;
	font-size:93%;
	padding:10px 15px;
	border-top: dashed 1px #3E2B15;
}
label,input[type="file"] ,input[type="checkbox"] { cursor:pointer; }
input[type="text"],input[type="email"],textarea{
	border:0;
	padding:7px;
	border:solid 1px #cccccc;
}

.w50{ width:50px; display:inline-block; }
p.w50{ text-align:center; width:35px; }
.w100{ width:75px; display:inline-block; }

input[type="email"] { width:250px; margin:0 auto; display:block; }
textarea { width:250px; height:150px; }

input[type="submit"]{
	color:#3E2B15;
	font-size:114%;
	border:0;
	padding:20px;
	background-color:#f1f1f1;
	margin:0 auto 0;
	display:block;
	cursor:pointer;
	width:200px;
	border: solid 1px #3E2B15;
}
input[type="submit"]:hover{}

#reservationForm dl#consultation dd,
#reservationForm dl#remarks dd{
	text-align:left;
}
#reservationForm dl#consultation dd textarea,
#reservationForm dl#remarks dd textarea{
	display:block;
	margin:0 auto;
}


.lastSubmit{
	text-align:center;
}
.lastSubmit input[type="submit"].transmission{
	display:inline-block;
	background-color:#fe8244;
	color:#ffffff;
	width:170px;
	padding:25px 0;
}
.lastSubmit input[type="submit"].back{
	width:120px;
	display:inline-block;
	margin:0 5px 0 0;
	padding:25px 0;
}


#endContent {
	padding:30px 0;
}
#endContent .text{
	padding:0 10px 20px;
}
#endContent input[type="submit"]{
	width:150px;
	font-size:100%;
	padding:10px;
}