.loading_wheel{
    position:fixed;
    top:0;right:0;bottom:0;left:0;
    margin:auto;
    width:150px;
    height:150px;
    -webkit-animation:loading_wheel 0.75s steps(8) infinite;
    animation:loading_wheel 0.75s steps(8) infinite;
    z-index:11000;
}
#gmob2b_loading {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.50);
    z-index:10000;
}
@-webkit-keyframes loading_wheel{
from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes loading_wheel{
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}

.ui-widget {
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}