
@charset "utf-8";

#loading{
	display:none;
}
#loading div{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index:80000;
}
#loading p{
	position: fixed;
	top:50%;
	left:50%;
	background:transparent url("/pu/images/2013/loading.gif") center center no-repeat;
	width:128px;
	height:128px;
	margin:-64px 0 0 -64px;
	z-index:80001;
}

div.hatarako-common-dialog{
	background-color:#fff;
}
div.hatarako-common-dialog .ui-dialog-content{
	padding:0.8em 1.4em 1.0em 0.8em;
}
div.hatarako-common-dialog button{
	width:auto;
}


