@charset "utf-8";
/**------------------------------
 *   ダイアログCSS
 * ------------------------------ */
.buttonStyle {
	background:none;
	border:0;
}

.dialogStyle {
	margin: 0 auto;
	text-align:center;
}

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

.btm-margin {
	margin-right:20px;
