body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック", sans-serif, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}
a {
	text-decoration: underline;
	color: #03C;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: #03C;
}
a:visited {
	text-decoration: none;
	outline: none;
	color: #03C;
}
a:active {
	text-decoration: none;
	outline: none;
}
a:focus{
	outline: none;
}
input {
	font-size: 16px;
}

img {
	border: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
} 
h1 {
	text-align: center;
	padding-top: 15px;
	margin: 0px;
	font-size: 16px;
	color: #039;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	line-height: 130%;
	padding-bottom: 0px;
	width: 100%;
}
.linenon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 130%;
}
p,em {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}

selsect {
}






.brdisp {
}
.brdisp2 {
	display:none;
}

@media screen and (max-width: 480px) {
.brdisp {
	display:none;
}
.brdisp2 {
	display:block;
}
}






#CALENDER {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	clear: both;
	padding-top: 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#CALENDER #MonthMess {
	width: 100%;
	clear: both;
	padding-top: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}
#CALENDER #MonthMess input {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}



#CALENDER table {
	border-collapse: collapse;
	margin-top: 25px;
	width: 100%;
	clear: both;
	border: 2px solid #DFDFDF;
}




#CALENDER table tr.on {
	background-color: #FFC;
}
#CALENDER table tr.holiday {
	background-color: #F6F6F6;
}


#CALENDER table tr.off td.calReserve {
	background-color: #F6F6F6;
}


#CALENDER th, #CALENDER td {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #CCCCCC;
	font-size: 20px;
}
#CALENDER tr.ccat td {
	border-bottom-style: dotted;
}
#CALENDER table td select {
	font-size: 20px;
}
#CALENDER table tr.cat td {
	font-size: 16px;
	background-color: #666;
	color: #FFF;
	padding-top: 20px;
	padding-bottom:20px;


}

#CALENDER table th.calDay {
	font-size: 26px;
	color: #666;
	line-height: 100%;
	padding-top: 15px;
	width: 15%;
	background-color: #EEEEEE;
	border-bottom-color: #CCCCCC;
}









#CALENDER table th.sun {
	background-color: #FFE3E3;
}
#CALENDER table th.sat{
	background-color: #E4F4FA;
}

#CALENDER table td {
	font-size: 18px;
	padding: 0px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

#CALENDER table th .dow {
	font-size: 16px;
	font-weight: normal;
}

#CALENDER table td.calReserve {
	width: 15%;
	font-size: 16px;
	padding-top: 13px;
	padding-bottom: 10px;
}
#CALENDER table td.calReserve p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
}

#CALENDER table td.calReserve .empty {
	color: #2F5CBB;
}
#CALENDER table td.calReserve .empty span {
	font-size: 20px;
	font-weight: bold;
}
#CALENDER table td.calReserve .full {
	color: #C00;
}


#CALENDER table td.calCourse {
	width: 70%;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#CALENDER table td.calCourse .name {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 0px solid #dcdcdc;
	background-color: #3F56C2;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2%;
}


@media screen and (max-width: 480px) {
#CALENDER table td.calCourse {
	font-size: 16px;
}
#CALENDER table td.calCourse .name {
	margin-right: 1%;
}

}







#CALENDER table tr.ccat2 td.calCourse .name {
	background-color: #3D949D;
}

#CALENDER table tr.holiday td.calCourse .name {
	background-color: #FFD9D9;
	color: #000;
}
#CALENDER table tr.holiday td {
	color: #C00;
}







#CALENDER table td.calCourse p {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	color: #000;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#CALENDER table td.calCourse .almost {
	font-weight: bold;
	color: #C00;
}
#CALENDER table td.calCourse button {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient( center top, #596DCA 5%, #384EAF 100% );
	background: -ms-linear-gradient( top, #596DCA 5%, #384EAF 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#596DCA', endColorstr='#384EAF');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #596DCA), color-stop(100%, #384EAF) );
	border: 0px solid #337fed;
	text-decoration: none;
	background-color: #3d94f6;
	color: #ffffff;
	display: inline-block;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 8px;
}

#CALENDER table tr.ccat2 td.calCourse button {
	background: -moz-linear-gradient( center top, #4BB0BA 5%, #327A83 100% );
	background: -ms-linear-gradient( top, #4BB0BA 5%, #327A83 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4BB0BA', endColorstr='#327A83');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #4BB0BA), color-stop(100%, #327A83) );
}


#CALENDER table tr.admin td.calCourse button {
	width: 30%;
	margin-left: 5%;
}



#CALENDER .nextBt {
	clear: both;
}

#CALENDER .calfull label {
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#CALENDER {
}

#CALENDER .MonthDate {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 50px;
}
#CALENDER .MonthDate.footDate {
	padding-top: 25px;
}
#CALENDER .calfoot .MonthDate {
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
}
#CALENDER .MonthDate li {
	float: left;
	height: 50px;
}
#CALENDER .MonthDate li.backMonth {
	width: 25%;
}
#CALENDER .MonthDate li.nextMonth {
	width: 25%;
	text-align: right;
}

#CALENDER .MonthDate li.nextMonth button, #CALENDER .MonthDate li.backMonth button {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px solid #dcdcdc;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #E2E2EF 5%, #C2C2DC 100% );
	background: -ms-linear-gradient( top, #E2E2EF 5%, #C2C2DC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2EF', endColorstr='#C2C2DC');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #E2E2EF), color-stop(100%, #C2C2DC) );
	background-color: #ededed;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #48448E;
}




#CALENDER .MonthDate li.currentMonth {
	width: 50%;
	font-weight: normal;
	text-align: center;
	padding-top: 12px;
	font-size: 20px;
}
#CALENDER .MonthDate li.currentMonth span {
	font-size: 30px;
	font-weight: bold;
	color: #36C;
}
@media screen and (max-width: 480px) {
#CALENDER .MonthDate li.currentMonth span {
	font-size: 24px;
}
}


#CALENDER .MonthDate li button {
	font-size: 16px;
	width: 90%;
}

#CALENDER .lead {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#CALENDER .fishlist {
	font-size: 14px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin: 0px;
	background-color: #EEE;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#FORMBOX {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	max-width: 1000px;
}
#FORMBOX button {
cursor: pointer;
}

@media screen and (max-width: 480px) {
#FORMBOX span.sp {
	display:none;
}
}
#FORMBOX h2.title {
}
#FORMBOX h3.title {
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#DEDEEC), to(#C9C9E1));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #DEDEEC, #C9C9E1);
	/* IE10+ */
	background: -ms-linear-gradient(top, #DEDEEC, #C9C9E1);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDEEC', endColorstr='#C9C9E1', GradientType=0)";
	clear: both;
	color: #000;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFDB;
	text-indent: 18px;
	background-color: #DEDEEC;
	background-position: top;
}
#FORMBOX .btcolor {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #7475AB 0%, #4B4E92 100% );
	background: -ms-linear-gradient( top, #7475AB 0%, #4B4E92 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7475AB', endColorstr='#4B4E92');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #7475AB), color-stop(100%, #4B4E92) );
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 10px #4B4E92;
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FORMBOX input.defult, #FORMBOX textarea.defult {
	width: 90%;
}

#FORMBOX dl.input {
	clear: both;
	float: none;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#FORMBOX dl.input.head {
	clear: both;
	float: none;
	width: 100%;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
}
#FORMBOX dl.input dt {
	width: 30%;
	padding-top: 8px;
	float: left;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 16px;
}
#FORMBOX dl.input dd {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}
#FORMBOX dl.input dd input, #FORMBOX dl.input dd select {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

@media screen and (max-width: 480px) {
#FORMBOX dl.input dt {
	width: 30%;
	text-indent: 0px;
	padding-top: 4px;
	float: left;
	font-weight: bold;
	padding-bottom: 25px;
	font-size: 14px;
}
#FORMBOX dl.input dd {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}
}

#FORMBOX dl.rvdate dt {
	padding-bottom: 17px;
}
#FORMBOX dl.rvdate dd {
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
}
#FORMBOX dl.rcount span {
	font-size: 16px;
}
#FORMBOX dl.rcount span b {
	font-size: 22px;
	color: #C00;
}
#FORMBOX dl.rcount .message {
}
#FORMBOX dl.rcount.errempty select {
	border: 2px solid #CC3333;
	background-color: #FEEDF4;
}
#FORMBOX dl.rcount .erm {
	display:none;
}
#FORMBOX dl.rcount.errempty .erm {
	display:block;
}

@media screen and (max-width: 480px) {
#FORMBOX dl.rcount .message {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}




#FORMBOX dl.option {
	padding-top: 0px;
}
#FORMBOX dl.option dt {
	padding-top: 17px;
}

#FORMBOX dl.option ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
	padding-top: 12px;
}

#FORMBOX dl.option ul li input {
display: none;
}
#FORMBOX dl.option ul li input[type="checkbox"]:checked + label {
	background-image: url(../images/contact/check_on.png);
	background-repeat: no-repeat;
	background-size: 22px 18px;
	background-position: 12px 10px;
	background-color: #DEDEEC;
	color: #3E4177;
	border-top-color: #4B4E92;
	border-right-color: #4B4E92;
	border-bottom-color: #4B4E92;
	border-left-color: #4B4E92;
}
#FORMBOX dl.option ul li label {
	display: block;
	cursor: pointer;
	background-image: url(../images/contact/check_off.png);
	background-repeat: no-repeat;
	background-size: 22px 18px;
	background-position: 12px 10px;
	text-indent: 25px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	border: 2px solid #DFDFDF;
	float: left;
	text-align: center;
}

@media screen and (max-width: 480px) {
#FORMBOX dl.option dt {
	padding-top: 13px;
}
#FORMBOX dl.option ul li {
	width: 95%;
	float: none;
	clear: both;
	padding-top: 10px;
}

}
#FORMBOX dl.other textarea {
	width: 90%;
}


#FORMBOX dl.membercheck {
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D5D5D5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#FORMBOX dl.membercheck dt {
	width: 100%;
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 150%;
}
#FORMBOX dl.membercheck dd {
	width: 100%;
	clear: both;
}

#FORMBOX dl.membercheck ul {
	width: 100%;
	clear: both;
}

#FORMBOX dl.membercheck ul li {
	width: 50%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#FORMBOX dl.membercheck ul li input {
display: none;
}
#FORMBOX dl.membercheck ul li input[type="radio"]:checked + label {
	background-color: #4B4E92;
	color: #FFF;
	border-top-color: #4B4E92;
	border-right-color: #4B4E92;
	border-bottom-color: #4B4E92;
	border-left-color: #4B4E92;
}
#FORMBOX dl.membercheck ul li input[type="radio"]:checked + label::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  
  border-width: 15px;
  border-top-color: #4B4E92;
  margin-left: 45%;
  left: 0%;
  top: 57px;  
  
  
}	

#FORMBOX dl.membercheck ul li label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #EBEBF3;
	text-indent: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 98%;
	border: 2px solid #B5B5D6;
	float: left;
	text-align: center;
	margin-right: 2%;
	margin-left: 0%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#FORMBOX dl.membercheck ul li label::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #4B4E92;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -6px;
}	

#FORMBOX dl.membercheck ul li.check2 label {
	background-color: #FFFF99;
	margin-right: 0%;
	margin-left: 2%;
}





#FORMBOX dl.membercheck .lead {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	background-color: #FFE3C8;
	color: #0;
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	margin-top: 15px;
}
#FORMBOX dl.membercheck .lead span {
	font-weight: bold;
	color: #C00;
}
#FORMBOX dl.membercheck .lead::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  
  border-width: 15px;
  border-top-color: #FFE3C8;
  margin-left: 23%;
  left: 50%;
  bottom: -30px;  
  
  
}	

@media screen and (max-width: 480px) {
#FORMBOX dl.membercheck dt {
	font-size: 14px;
}
}

#FORMBOX dl.cuserID {
	border-top-style: none;
	padding-top: 5px;
}
#FORMBOX dl.cuserID dt {
	padding-bottom: 15px;
}
#FORMBOX dl.cuserID dd {
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}



#FORMBOX dl.cuserPhoto .thumPreview {
	float: left;
	padding-top: 6px;
	padding-bottom: 10px;
}
#FORMBOX dl.cuserPhoto .thumPreview img {
	width: 150px;
	max-width: 150px;
	margin-right: 20px;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
}
#FORMBOX dl.cuserPhoto .thumInfo {
	padding-top: 6px;
	padding-bottom: 10px;
overflow:auto; zoom:1;}
#FORMBOX dl.cuserPhoto .thumInfo li {

}
#FORMBOX dl.cuserPhoto .thumFileUp input {
	margin: 0px;
	padding: 0px;
}


#FORMBOX .editIconBox .imgUpData {
	clear: both;
}
#FORMBOX .editIconBox .imgTrimming {
	width: 52px;
}
#FORMBOX .editIconBox .imgDel {
	width: 52px;
}
#FORMBOX .editIconBox .imgDel a {
	height: 33px;
}











#FORMBOX dl.name {
}
#FORMBOX dl.name input {
	width: 43%;
	margin-right: 2%;
}


#FORMBOX dl.address dd span {
	font-size: 14px;
}
#FORMBOX dl.address dd li.cat {
	float: left;
	width: 17%;
	clear: left;
	padding-top: 14px;
}


#FORMBOX dl.address dd li.body {
	width: 83%;
	float: left;
	padding-bottom: 5px;

}
#FORMBOX dl.address dd li.body input {
	width: 40%;
}
#FORMBOX dl.address dd li.body input.bt {
	width: 30%;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
	font-size: 14px;
}
#FORMBOX dl.address dd li.address {
	width: 83%;
	float: left;
	padding-bottom: 0px;

}
#FORMBOX dl.address dd li.address textarea {
	width: 87.5%;
}

@media screen and (max-width: 480px) {
#FORMBOX dl.address dd li.cat {
	padding-top: 5px;
}
#FORMBOX dl.address dd li.body input {
	width: 60%;
}
}






#FORMBOX dl.password {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}




#FORMBOX dl.age {
}
#FORMBOX dl.age dd input {
	width: 50%;
}


@media screen and (max-width: 480px) {
#FORMBOX dl.birthday dt {
	padding-bottom: 10px;
}
#FORMBOX dl.birthday dd {
	clear: both;
	width: 100%;
}
}

#FORMBOX dl.gender {
	padding-top: 3px;
}
#FORMBOX dl.gender dt {
	padding-top: 13px;
}
#FORMBOX dl.gender ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-top: 10px;
}
#FORMBOX dl.gender ul li input {
display: none;
}
#FORMBOX dl.gender ul li input[type="radio"]:checked + label {
	background-image: url(../images/contact/check_on.png);
	background-repeat: no-repeat;
	background-size: 22px 18px;
	background-position: 12px 10px;
	background-color: #DEDEEC;
	color: #3E4177;
	border-top-color: #4B4E92;
	border-right-color: #4B4E92;
	border-bottom-color: #4B4E92;
	border-left-color: #4B4E92;
}
#FORMBOX dl.gender ul li label {
	display: block;
	cursor: pointer;
	background-image: url(../images/contact/check_off.png);
	background-repeat: no-repeat;
	background-size: 22px 18px;
	background-position: 12px 10px;
	text-indent: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	border: 2px solid #DFDFDF;
	float: left;
	text-align: center;
	margin-top: 0px;
}
@media screen and (max-width: 480px) {
}

#FORMBOX .erm {
	background-color: #FF9;
	color: #B20000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 12px;
	width: 96%;
	border: 1px solid #C66;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 130%;
	padding-left: 4%;
	padding-right: 4%;
}
#FORMBOX .ermHead {
	background-color: #FF9;
	color: #B20000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 12px;
	width: 100%;
	border: 1px solid #C66;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 130%;
	padding-left: 4%;
	padding-right: 4%;
}
#FORMBOX .ermHead b {
	font-size: 18px;
	font-weight: bold;
}
#FORMBOX .ess {
}
#FORMBOX .ess dt {
	background-image: url(../images/contact/essential.png);
	background-repeat: no-repeat;
	background-position: right 9px;
}
@media screen and (max-width: 480px) {
#FORMBOX .ess dt {
	background-position: left 24px;
	-moz-background-size: 38px auto;
	background-size: 38px auto;
}
}

#FORMBOX .ess input, #FORMBOX .ess textarea {
	background-color: #FEEDF4;
}
#FORMBOX .ess select {
	background-color: #FEEDF4;
}
#FORMBOX .annotation {
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#FORMBOX .ermessage {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #B20000;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	clear: both;
	margin-top: 15px;
	line-height: 130%;
}

#FORMBOX .actmessage {
	font-size: 16px;
	font-weight: bold;
	color: #B20000;
	padding-bottom: 0px;
	clear: both;
	line-height: 130%;
	padding-top: 20px;
}

#FORMBOX #nextBt {
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
	padding-top: 30px;
}
#FORMBOX #nextBt input {
	font-size: 16px;
	width: 90%;
}
#deleteBt {
	text-align: center;
	width: 50%;
	clear: both;
	float: none;
	padding-top: 100px;
 margin: 0 auto;}
#deleteBt input {
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#CDCDCD));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #ECECEC, #CDCDCD);
	/* IE10+ */
	background: -ms-linear-gradient(top, #ECECEC, #CDCDCD);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#CDCDCD', GradientType=0)";
	font-size: 18px;
	width: 90%;
	color: #666;
	text-transform: none;
	font-weight: bold;
}
#OnlineBox{
	clear: both;
	width: 100%;
	border: 3px solid #B5B5D6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	line-height: 130%;
}





#CustomerNavi {
	width: 100%;
	clear: both;
}

#CustomerNavi li {
	width: 25%;
	float: left;
	margin-top: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	}
#CustomerNavi li.bt {
	width: 50%;
	text-align: right;
	}

#CustomerNavi li.ranking {
	width: 25%;
	text-align: right;
	height: 60px;
	}
#CustomerNavi li.ranking iframe {
	width: 90%;
	}

#CustomerNavi li input {
display: none;
}
#CustomerNavi li input[type="radio"]:checked + label {
	background-color: #4B4E92;
	color: #FFF;
	border-top-color: #4B4E92;
	border-right-color: #4B4E92;
	border-bottom-color: #4B4E92;
	border-left-color: #4B4E92;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#CustomerNavi li input[type="radio"]:checked + label::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  
  border-width: 15px;
  border-top-color: #4B4E92;
  margin-left: 45%;
  left: 0%;
  top: 50px;  
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  
}	
#CustomerNavi li label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #EBEBF3;
	text-indent: 5px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5B5D6;
	border-right-color: #B5B5D6;
	border-bottom-color: #B5B5D6;
	color: #000;
	text-decoration: none;
}
#CustomerNavi li a {
	font-size: 16px;
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #FFF, #EEE);
	/* IE10+ */
	background: -ms-linear-gradient(top, #FFF, #EEE);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0)";
	border: 2px solid #B5B5D6;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	padding-top: 19px;
	padding-bottom: 19px;
	margin-left: 0%;
	width: 45%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#CustomerNavi li.head label {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BFBFDB;
}




#ReserveDetail {
	clear: both;
	width: 100%;
	padding-top: 5px;
}
#ReserveDetail #rcount {
	display:none;
}

#ReserveHistory {
	padding-top: 5px;
	width: 100%;
	clear: both;
}
#ReserveHistory .cbox {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEEC;
	padding-top: 20px;
	padding-bottom: 20px;
}


#ReserveHistory ul {
	float: right;
	width: 70%;
}


#ReserveHistory li {
	clear: both;
	width: 100%;
	font-size: 16px;
}
#ReserveHistory p.date {
	width: 28%;
	float: left;
}
#ReserveHistory p.date a {
	font-size: 16px;
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #FFF, #EEE);
	/* IE10+ */
	background: -ms-linear-gradient(top, #FFF, #EEE);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0)";
	border: 3px solid #DEDEEC;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	padding-top: 19px;
	padding-bottom: 19px;
	width: 90%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#ReserveHistory .cbox.on p.date a {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFBF));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #FFF, #FFFFBF);
	/* IE10+ */
	background: -ms-linear-gradient(top, #FFF, #FFFFBF);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFFFBF', GradientType=0)";
	border-top-color: #BFBFDB;
	border-right-color: #BFBFDB;
	border-bottom-color: #BFBFDB;
	border-left-color: #BFBFDB;
}
#ReserveHistory p.date span {
	font-size: 24px;
	font-weight: bold;
	color: #524EA3;
}
#ReserveHistory li a {
	display: inline-block;
	text-decoration: none;
}
#ReserveHistory li b.rcount {
	font-size: 20px;
}
#ReserveHistory li span {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	background-color: #DEDEEC;
	color: #524EA3;
	display: inline-block;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	margin-right: 10px;
}


#ReserveHistory li.head{
	padding-top: 0px;
}
#ReserveHistory li.fish {
	padding-top: 15px; 
}
#ReserveHistory li.option {
	padding-top: 15px; 
}
#ReserveHistory li.other {
	padding-top: 15px;
}
#ReserveHistory li.other p {
	line-height: 140%;
	padding-top: 8px;
}
#ReserveHistory li.other span {
}
#ReserveHistory .viewlist {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
#ReserveHistory .viewlist span {
}
#ReserveHistory .viewlist a {
	display: inline-block;
	background-color: #F5F5F5;
	border: 1px solid #DEDEEC;
	color: #524EA3;
	text-decoration: none;
	font-weight: bolder;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}





#MembersEntry {
	clear: both;
	width: 100%;
	padding-top: 5px;
}
#MembersEntry .lead {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	background-color: #E6E6E6;
	color: #0;
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	margin-top: 0px;
}
#MembersEntry .lead span {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}





#MembersEntry dl.password .passwordN {
	font-weight: bold;
	font-size: 20px;
	padding-top: 5px;
	margin-top: 0px;
}
#MembersEntry dl.password .caption {
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 15px;
}




#CustomerInput {
	clear: both;
	padding-top: 5px;
	width: 100%;
}




#MembersLogin {
	clear: both;
	border: 2px solid #CCC;
	background-color: #EBEBEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
}
#MembersLogin .cbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#MembersLogin .ltitle {
	font-weight: bold;
	background-color: #C6C6C6;
	color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 20px;
}
#MembersLogin .llead {
	font-size: 14px;
	padding-top: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	margin: 0px;
}
#MembersLogin dl {
	width: 100%;
	padding-top: 5px;
	clear: both;
}
#MembersLogin dl dt {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
}
#MembersLogin dl dd {
	float: left;
	width: 75%;
	text-align: left;
}

#MembersLogin dl dd .erm {
	width: 94%;
}





#MembersLogin dl.loginID dd input {
	width: 90%;
	background-color: #FFF;
	font-size: 16px;
	padding: 10px;
}
#MembersLogin dl.loginPW dd input {
	width: 90%;
	background-color: #FFF;
	font-size: 16px;
	padding: 10px;
}




#MembersLogin .loginmemory {
	padding-top: 15px;
	clear: both;
}
#MembersLogin .loginmemory label {
	padding-top: 15px;
	padding-bottom: 15px;
}

#MembersLogin .lsbutton {
	padding-top: 15px;
	clear: both;
	margin: 0px;
	padding-left: 0px;
}

#MembersLogin .lsbutton input {
	font-size: 16px;
	width: 80%;
cursor: pointer;
}

#MembersLogin .hlead {
	padding-top: 20px;
	padding-bottom: 15px;
}
#MembersLogin .flead {
	padding-top: 15px;
}

@media screen and (max-width: 480px) {
#MembersLogin dl {
	width: 100%;
	padding-top: 5px;
	clear: both;
}
#MembersLogin dl dt {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	clear: both;
	padding-bottom: 8px;
}
#MembersLogin dl dd {
	float: none;
	width: 100%;
	padding-bottom: 5px;
}
#MembersLogin dl.loginID dd input {
	width: 92%;
}
#MembersLogin dl.loginPW dd input {
	width: 92%;
}
#MembersLogin .loginmemory {
	padding-top: 0px;
	clear: both;
}
#MembersLogin .hlead {
	padding-top: 5px;
}
#MembersLogin .lsbutton input {
	width: 97%;
}

}

#FORMCHECK {
}
#FORMCHECK .lead {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
}
#FORMCHECK h1 {
	font-size: 16px;
}
#FORMCHECK h2 {
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#D4D4D4));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #E7E7E7, #D4D4D4);
	/* IE10+ */
	background: -ms-linear-gradient(top, #E7E7E7, #D4D4D4);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#D4D4D4', GradientType=0)";
	clear: both;
	color: #000;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 18px;
	background-color: #EEE;
	background-position: top;
}
#FORMCHECK .cbox {
}
#FORMCHECK .cbox .caption {
	clear: both;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#FORMCHECK dl {
	width: 100%;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	clear: both;
	padding-top: 18px;
	padding-bottom: 4px;
}
#FORMCHECK dl.head {
	padding-top: 10px;
	border-top-style: none;
}
#FORMCHECK dl dt {
	float: left;
	width: 30%;

}
#FORMCHECK dl dt dd {
	width: 70%;
	float: right;
	overflow: auto;
	zoom: 1;
}
#FORMBOX #sendBt {
	clear: both;
	width: 100%;
}
#FORMBOX #sendBt .bbutton  {
	color: #FFF;
	float: left;
	width: 31%;
}
#FORMBOX #sendBt .sbutton  {
	color: #FFF;
	float: right;
	width: 66%;
}
#FORMBOX #sendBt .sbutton input  {
	font-size: 16px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
cursor: pointer;
	}
#FORMBOX #sendBt .bbutton input  {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #dcdcdc;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #f9f9f9 17%, #e9e9e9 88% );
	background: -ms-linear-gradient( top, #f9f9f9 17%, #e9e9e9 88% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(17%, #f9f9f9), color-stop(88%, #e9e9e9) );
	background-color: #f9f9f9;
	color: #0;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
cursor: pointer;
	}
	
@media screen and (max-width: 480px) {
#FORMBOX #sendBt .bbutton  {
	color: #FFF;
	float: none;
	width: 100%;
	clear: both;
}
#FORMBOX #sendBt .sbutton  {
	color: #FFF;
	float: none;
	width: 100%;
	clear: both;
}
}
#RVIEW {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#RVIEW #headerbottom {
	display:none;
}



#RVIEW h1 {
	font-size: 26px;
	padding-top: 28px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	line-height: 130%;
}
#RVIEW h2 {
	font-size: 16px;
	padding-top: 28px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	line-height: 130%;
}

@media screen and (max-width: 480px) {
#RVIEW h1 {
	font-size: 20px;
	padding-top: 28px;
}
}

.brdisp2 {
	display:none;
}

@media screen and (max-width: 480px) {
.brdisp2 {
	display:block;
}
}



#RVIEW h1 span {
	color: #4B4E92;
}
#RVIEW #HEADNAVI {
	clear: both;
	width: 100%;
	background-color: #EEE;
}
#RVIEW #HEADNAVI ul {
	width: 100%;
}
#RVIEW #HEADNAVI ul li {
	width: 33.3333%;
	float: left;
}
#RVIEW #HEADNAVI ul li a {
	display: block;
	width: 100%;
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	/* IE10+ */
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0)";
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #EEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	}
#RVIEW #HEADNAVI ul li a.on {
	/* Chrome系 */
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#999999));
	/* Mozilla系 */
	background: -moz-linear-gradient(top, #888888, #999999);
	/* IE10+ */
	background: -ms-linear-gradient(top, #888888, #999999);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#999999', GradientType=0)";
	border-bottom-color: #999999;
	font-weight: bold;
	color: #FFF;
	border-left-color: #CCCCCC;
	border-left-style: none;
	border-right-style: none;
	}
#RVIEW #HEADNAVI ul li a.start {
	border-left-color: #EEE;
}
#RVIEW #HEADNAVI ul li a.end {
	border-right-color: #EEE;
}




@media screen and (max-width: 480px) {
#RVIEW #HEADNAVI ul li a {
	padding-top: 20px;
	padding-bottom: 20px;
}
}



#RVIEW .fbutton {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

#RVIEW .fbutton button {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
	border: 0px solid #dcdcdc;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color: #ededed;
	color: #444444;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}


#RVIEW #HEADER #headerbottom {
	display:none;
}


@media screen and (max-width: 480px) {
	#RVIEW #HEADNAVI ul li a {
	font-size: 14px;
	}
}




.CONTACTBOX {
	padding-top: 25px;
}
.CONTACTBOX ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.CONTACTBOX ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 49.5%;
	background-color: #1C1C1C;
	margin-bottom: 15px;
}
.CONTACTBOX ul li img {
	width: 100%;
}
.CONTACTBOX ul li span {
	width: 100%;
	color: #FFF;
	font-size: 14px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 140%;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
}


.CONTACTBOX ul .tel {
	border: 3px solid #364BAD;
}
.CONTACTBOX ul .line {
	border: 3px solid #39B61C;
	float: right;
}
@media screen and (max-width: 580px) {

.CONTACTBOX ul {
	width: 95%;
}
.CONTACTBOX ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #1C1C1C;
	clear: both;
}


}
