@charset "euc-jp";
/* Lastupdate 2013/09/24 14:48 */

/*jqmobile style overwrite */

body{font-family:Helvetica,Arial,sans-serif;}

body .ui-page {background: #fff;}
.portrait, .portrait .ui-page, .landscape, .landscape .ui-page {min-height: inherit;}
.ui-body-c {border: none; color: #333333; text-shadow: none; background: none;}

.ui-loading .ui-loader-verbose{
	box-shadow: none;
}
.ui-loading .ui-loader-textonly + .ui-loader-verbose{
	box-shadow: 0 1px 1px -1px #fff;
}
.ui-loading .ui-body-a, .ui-loading .ui-overlay-a {
	border: none;
	background: transparent;
}

.ui-loader-cover {
	display: block;
	position:absolute;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0 !important;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0,0,0,.8);
	z-index:9999998;
}

.ui-loader-textonly + .ui-loader-cover {
	display: none;
}

.ui-loading .ui-loader > .ui-icon {
	background-image: url(images/jra_srs_sp_ajax-loader.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
	from { 
		-webkit-transform:rotate(0deg)
	}
	to {
		-webkit-transform:rotate(360deg)
	}
}
.ui-loading .ui-loader > h1 {
	color: #FFF;
}

.ui-loading .ui-loader.ui-loader-textonly {
	z-index: 9999999;
	position: absolute;
	top: 100px;
	left: 50%;
	border: 0;
	width: 200px;
	filter: Alpha(Opacity=88);
	opacity: .88;
	box-shadow: 0 1px 1px -1px white;
	height: auto;
	min-height: 0px;
	margin-top: -43px;
	padding: 10px 15px;
	margin-left: -115px;
	border: 1px solid #F7C942;
	border-radius: .6em;
	text-shadow: 0 1px 0 white;
	background: #FFF9DF;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #FFFADF ),to( #FFF3A5 ));
}
.ui-loading .ui-loader.ui-loader-textonly > .ui-icon, .ui-loader.ui-loader-textonly > h1 {
	display: none;
}
.ui-loading .ui-loader.ui-loader-textonly > h1 {
	display: block;
	text-align: center;
	color: #222;
	margin: 0;
}

@media screen and (orientation: portrait){
	.ui-mobile, .ui-mobile .ui-page { min-height: 100%; }
}

@media screen and (orientation: landscape){
	.ui-mobile, .ui-mobile .ui-page { min-height: 100%; }
}
