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

.ui-body-c, .ui-overlay-c {
	background-color:#FFF!important;
	background-image:none;
	text-shadow:none !important;
}

.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
/*
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo',  'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
*/
}
.ui-body-c .ui-link-inherit {
	color: #4a4a4a!important /*{c-body-color}*/;
}
.ui-body-c .ui-link {
	color: #ffffff!important /*{c-body-link-color}*/;
	font-weight: normal !important;
}
.ui-body-c #recentCheck li a.ui-link {
	color: #0085CD !important;
	font-weight: normal !important;
}
.ui-body-c #footerLink li a.ui-link {
	color: #0085CD !important;
	font-weight: normal !important;
}
.telReserve a.ui-link {
	color: #0085CD !important;
}
#searchBox p.btn_search a {
	color: #FFFF00 !important;
}
.ui-body-c .plan_box h3 .ui-link {
	color: #FFFFFF !important /*{c-body-link-color}*/;
}
.btn_w a.emp_btn {
	color: #ffffff !important;
}
.btn_w a.emp_btn_bl {
	color: #ffffff !important;
}
.ui-body-c .ui-link:visited {
    color: #ffffff!important /*{c-body-link-visited}*/;
}
.ui-body-c .ui-link:hover {
	color: #ffffff!important /*{c-body-link-hover}*/;
}
.ui-body-c .ui-link:active {
	color: #ffffff!important /*{c-body-link-active}*/;
}
#personalBox p.secret a {
	color: #dd0000 !important;
	font-weight: bold !important;
}
#personalBox .tpoint p.tpoint a {
	color: #DD0000 !important;
	font-weight: bold !important;
}
a.emp_btn.ui-link:link,
a.emp_btn_bl.ui-link:link{ color:#FFF!important; }
a.emp_btn.ui-link:visited,
a.emp_btn_bl.ui-link:visited{ color:#FFF!important; }
a.emp_btn.ui-link:hover,
a.emp_btn_bl.ui-link:hover{ color:#FFF!important; }
a.emp_btn.ui-link:active,
a.emp_btn_bl.ui-link:active{ color:#FFF!important; }
footer.common a { text-shadow:none; }

	/* さらに上書き */
	.ui-body-c p.select_all a.ui-link {
		color: #0086CD!important;
	}
	.ui-body-c p.close .ui-link {
		color: #fff!important;
		font-weight:normal;
	}

.ui-link {
	text-shadow:none!important;
}
div.ui-input-text {
-webkit-background-clip: padding-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-border-image: none;
-webkit-box-shadow: none;
background-attachment: scroll;
background-clip: padding-box;
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
background-size: auto;
border:none;
box-shadow: none;
color: rgb(51, 51, 51);
display: block;
float: left;
font-family: メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
position: relative;
text-align: left;
text-shadow:none;
margin:0;
padding:0;
}
label.ui-input-text {
	float:left;
	padding:10px 0px 10px 10px;
	line-height:18px;
	font-weight:bold;
	font-size:15px;
}
#searchBox dt {
	display: inline-block !important;
	letter-spacing: normal !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 30% !important;
	padding: 0 5px 0 0 !important;
	color: #FFFFFF !important;
	font-size: 100% !important;
	font-weight: bold !important;
	vertical-align: center !important;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	-moz-box-shadow: none /*{global-active-background-color}*/;
	-webkit-box-shadow: none /*{global-active-background-color}*/;
	box-shadow: none /*{global-active-background-color}*/;	
}
#utility #cpnCode {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	float: left !important;
	width: 78% !important;
	padding-left: 5px !important;
}
#utility #cpnCode input {
	display: block !important;
	float: left !important;
	margin-right: 5px !important;
	padding: 5px 2px !important;
	font-size: 123.1% !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	border:medium !important;
}
.ui-bar-a {
	-webkit-border-top-left-radius: 2px!important;
	border-top-left-radius: 2px!important;
	-webkit-border-top-right-radius: 2px!important;
	border-top-right-radius: 2px!important;
}

.ui-datebox-gridrow div:first-child.ui-btn-up-d {
	background: #ffc6c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc6c6 0%, #ffeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc6c6), color-stop(100%,#ffeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc6c6 0%,#ffeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc6c6 0%,#ffeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc6c6 0%,#ffeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc6c6 0%,#ffeaea 100%); /* W3C */
}
.ui-datebox-gridrow div:first-child.ui-btn-down-d {
	background:#F79595;
}
.ui-datebox-gridrow div:last-child.ui-btn-up-d {
	background: #c4ecfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4ecfc 0%, #eaf9ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4ecfc), color-stop(100%,#eaf9ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4ecfc 0%,#eaf9ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4ecfc 0%,#eaf9ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4ecfc 0%,#eaf9ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4ecfc 0%,#eaf9ff 100%); /* W3C */
}
.ui-datebox-gridrow div:last-child.ui-btn-down-d {
	background:#93e0ff;
}


/* ##### datebox ##### */
.ui-icon-datebox { background-image:none!important; }

/* カレンダータイトル「日付を選択します」の全表示用スタイル */
.ui-datebox-container .ui-header h1.ui-title{
	overflow:visible !important;
}

.contact a.ui-link {
	color: #4a4a4a !important;
}
.privacy a.ui-link {
	color: #4a4a4a !important;
}
#displaydate {
	background-color: rgb(34, 74, 111) !important;
	color: #ffffff !important;
	font-size: 100% !important;
}
#searchBox dl {
	letter-spacing: -0.4em !important;
	padding: 10px 0 !important;
	border-bottom: 1px dotted #112537 !important;
}
#searchBox dt {
	display: inline-block !important;
	letter-spacing: normal !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 30% !important;
	padding: 0!important;
	color: #FFFFFF !important;
	font-size: 100% !important;
	font-weight: bold !important;
	vertical-align: center !important;
}
.socialBtn li .ui-link{
	color: #0086CD !important;
}
.socialBtn li .ui-link:hover{
	color: #0086CD !important;
}
.socialBtn li .ui-link:visited{
	color: #0086CD !important;
}
#jPanelMenu-menu .ui-body-c .ui-link:visited {
	  color: #4a4a4a !important;
}