﻿.InitHide {
    display: none;
}

.test{
    display:none;
}

a {
    text-decoration:none;
}

body {
    /*width: 100%;
    height: 100%;*/
    background-color: #fff5fc;
    color: #1f1f1f;
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 10pt;
}

#myHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    /*border-bottom: 2px solid #fff;*/
    /*background-color: #99b8ff;*/
    text-align:center;
    z-index:998;

    background: -webkit-linear-gradient(top, #fcecfc 0%,#ffb5e8 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcecfc 0%,#ffb5e8 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lblheadertitle {
    font-size:24pt;
}

.divlogout {
    position: fixed;
    right: 5px;
    top: 1px;
    width: 120px;
    text-align: right;
}

#myContents {
    float: none;
    width: auto;
    margin-left: 0px;
    /*width: 100%;*/
    height: 100%;
    padding: 50px 0 50px 0; /*ヘッダーフッターの高さ分あける*/
    text-align: center;
}

#myFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    clear: both;
    /*background-color: #99b8ff;*/
    text-align:center;
    z-index:998;

    background: -webkit-linear-gradient(top, #fcecfc 0%,#ffb5e8 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcecfc 0%,#ffb5e8 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*-----------------
    ボタン
-------------------*/
.btn01{
    clear:both;
    height:40px;
    display:block;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    border-radius:5px;
    border-bottom-width: 1px;
    margin:2px 5px 0px 2px;
    box-shadow:2px 2px 2px #cecece;
}
.btn01:active , .btn01:hover {
    background-color:#dedede;
}

/*通常ボタン*/
.btnimage01{
    width:22px;
    height:22px;
    margin:10px 5px 10px 0px;
}

/*メニューボタン*/
.btnimage02{
    width:50px;
    height:50px;
    margin:10px 5px 10px 0px;
}

.btnstring-left{
    float:left;
    margin:10px 0 0px 10px;
    color:#333;
    text-align:left;
    text-shadow: 0 1px 0 #f3f3f3;
    font-weight:bold;
    text-decoration:none;
}
.btnstring-right{
    float:right;
    margin:10px 10px 0px 0px;
    color:#333;
    text-align:left;
    text-shadow: 0 1px 0 #f3f3f3;
    font-weight:bold;
    text-decoration:none;
}
.btnstring-center{
    float:none;
    margin:0px 0px 0px 0px;
    color:#333;
    text-align:center;
    text-shadow: 0 1px 0 #f3f3f3;
    font-weight:bold;
    text-decoration:none;
}
.btnimage-right{
    float:right;
}
.btnimage-left{
    float:left;
}
.btn-small{
    display:inline-block;
}
.btn-menu{
    width:100px;
    height:100px;
}

.menubtn {
    width: 400px;
    font-size: 16pt;
    margin-bottom: 10px;
}

.footerbtn{
    margin-top:2px;
}

#divWait{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom:0px;
    left:0px;
    background-color: rgba(37, 36, 35, 0.70);
    display:none;
    z-index:999;
}

#divWait div{
    text-align:center;
    vertical-align:middle;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 50%;
    width: 50%;
}

#divWait div img {
    width:50%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.handsontable td.delrow{
    background-color:#cfcfcf;
}

.handsontable td.entrycell {
    background-color:#fffdd0;
}
