.wkDialogClass{
    width:400px !important;
}

.ui-widget-header{
    background: #fdf8f3;
}

.ui-dialog-title{
    font-size:1.2rem;
}

.ui-dialog{
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif !important;
    font-weight:bold;
}

#dl{
    color:rgb(148, 148, 148);
}

.ui-dialog-buttonset{
    font-family: 'Noto Sans Japanese', sans-serif !important;
}


@media only screen and (max-width:450px){
    .wkDialogClass{
        width:90% !important;
    }
}
