@charset "UTF-8";
/*
 * jquery-ui.css上書きCSS
 * 2018/11/16 irima add
 */


/* 2021/01/10 add start
 * wigetのフォント 885行目あたり
 */
.ui-widget {
	font-family:"Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* 892行目あたり */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family:"Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* 2021/01/10 add end */


/*外側の輪郭 900行目あたり*/
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

/*中の要素*/
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
	text-align: center;
	line-height: 1.5;
}
.ui-widget-content a {
	color: #333333;

}

/*ヘッダーの色*/
.ui-widget-header {
	border: 1px solid #fff;
	background: #fff;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 0px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

/*右上closeボタンの背景色　947行目*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #fff;
	background: #fff;
	font-weight: normal;
	color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #fff;
	background: #fff;
	font-weight: normal;
	color: #2b2b2b;
}


/* Corner radius 1277行あたり*/
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}



/*アイコン画像指定　背景色は別  1061行目あたり*/
.ui-icon {

}

