/**************************************************
**
**	DIALOG
**	-----------------------------------------------
**	ui-dialog rewrite
**
**
***************************************************/

#dialog{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	display: none;
	z-index: 9999;
}

.ui-dialog {
	z-index: 9999 !important;
}

/*
.ui-dialog{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
*/

.ui-widget-content {
	background: #FFFFFF;
	line-height: 140%;
	color: #555555;
	border: 1px solid #CCCCCC;
}

.ui-widget-content a {
	color: #555555;
}

.ui-widget-header {
	background-image: url("/images/layout/title/dialog.png");
	background-position: center center;
	background-size: contain;
	/*
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.ui-widget-header a {
	color: #FFFFFF;
}

.ui-dialog .ui-dialog-title {
	width: 100%;
	text-align: center;
}

.ui-icon {
	display: none;
}

.ui-dialog-titlebar-close{
	display: none;
}

.dialogOk {
    background: #0099FF;
	color: #FFFFFF;
}

.dialogOk:focus {
	background: #0099FF;
	color: #FFFFFF;
}

.dialogCancel {
/*
	position: absolute;
    left: 20px;
*/
}

.dialogNotice{
	color: #FF0000;
	font-size: 11px;
	text-align: right;
	padding-top: 8px;
}

