.ime-mode-active {
    ime-mode: active;
}
.ime-mode-disabled {
    ime-mode: disabled;
}
body{
    background-color:#FFF;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1{
    font-size: 16pt;
    background-color:#0052aa;
    color:#FFF;
    padding-left:6px;
}
div#kfroot{
    border: 1px solid #ccc;
    margin: auto;
    padding: 5px;
    width: 920px;
}
p.headMsg{
    background: #bce2e8 none repeat scroll 0 0;
    border-left: 4px solid #fff;
    color: #001;
    float: left;
    font-size: 13px;
    margin: 2px 0 10px;
    padding: 2px 2px 1px 5px;
    text-align: left;
    width: 500px;
}
input[type="radio"],input[type="checkbox"],input[type="button"],input[type="submit"],label[for]{
    cursor: pointer;
}
/*オーバーレイのCSS START*/
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.2);
}
.flex{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.overlay-inner{
    padding:10px;
    background-color:#FFF;
    text-align:center;
    max-width:90%;
    max-height:90%;
    overflow-y:auto;
}
/*オーバーレイのCSS END*/