header{
    margin: 0;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 3em;
    color: #FFFFFF;
}
h1.menu {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    /* width: 400px;
    margin-left: auto;
    margin-right: auto; */
    text-align: center;
}

h2.menu{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: center;
}

form, section, div.formStyle {
    background-color: #ececec;
    border-radius: 5px;
    border: 1px dotted;
    padding: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 1em;
}

section h1{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    padding-left: 5px;
    text-align: left;
}
section.white{
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px dotted;
    padding: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 1em;
}

footer{
    margin-right: 0em;
    margin-bottom: 0em;
    margin-right: 0em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 3em;
    text-align: right;
    color: #FFFFFF;
}

p{
    margin: 0;
}
div.errMsg
,p.errMsg{
    color: #CC3333;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

p.warn{
    color: orange;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

span.warn{
    color: orange;
}

span.ok{
    color:#33CC33;
}

span.ng{
    color:#CC3333;
}

div.noData
,p.noData{
    color: #000000;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

p.successMsg{
    color: #33CC33;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

p.centerMsg{
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

main > div.mainGrid{
    display: grid;
    grid-template-columns: 200px 1fr;
}

div.leftSideMenu{
    border-right: 1px dotted;
    background-color: #ececec;
}
.leftSideMenu li{
    list-style-type: none;
}
.leftSideMenu ul{
    padding-left: 10px;
}
.leftSideMenu li.category{
    font-weight: bold;
}
.leftSideMenu li.item{
    padding-left: 1em;
}

table.adminTables{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

table.adminTables th{
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

table.adminTables td{
    background-color: #F0F0F0;
    padding-left: 5px;
    padding-right: 5px;
}

div.contentColumn{
    margin-bottom: 1em;
}

div.flxFrmField{
    margin-top: 5px;
    display: flex;
}
div.flxFrmKey{
    width: 200px;
}

div.flxFrmSmallKey{
    width: 100px;
}

div.flxFrmVal{
    flex-grow: 1;
}

/* モーダルウィンドウ start */
.transparentLayer{
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.0);
}

.glayLayer{
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.overLayer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -320px;
	width:640px;
	height:540px;
	background-color: #FFFFFF;
	opacity: 1;
    z-index: 999;
    border-radius: 10px;
}

.overLayer h1{
    text-align: center;
    font-size: 1.2em;
}

#postModalWin {
	position: fixed;
	top: 25%;
	left: 50%;
	margin-top: -25px;
	margin-left: -240px;
	width:480px;
	height:50px;
	background-color: #FFFFFF;
	opacity: 1;
    z-index: 999;
    border-radius: 10px;
}

/* モーダルウィンドウ end */

span.uuid{
    font-family: monospace;
    font-size: 0.8em;
}

div.contentColumn .flexRowLabel{
    display: flex;
    color: #FFFFFF;
    text-align: center;
    font-style:italic;
}

.modal-enter-active, .modal-leave-active{
    transition: opacity 0.3s;
}

.modal-enter-from{
    opacity:0;
}
.modal-enter-to{
    opacity:1;
}

.modal-leave-to{
    opacity: 0;
}
.modal-leave-from{
    opacity: 1;
}


svg.bi-x-square{
    width:50px;
    height:50px;
    position:absolute;
    top:-25px;
    right:-25px;
    background-color:#FFFFFF;
    border-radius:6px
}

div.disableGray{
    background-color: #dcdcdc;
    color: #dcdcdc;
}

/* カレンダー開始 */
.vqCalendar {
    width: 360px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    border: 1px solid #55BB55;
    background-color: #dcdcdc;
    z-index: 999;
}
.vqCalendar .calYearMon{
    display: flex;
    background-color: #55BB55;
    color: #FFFFFF;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.vqCalendar .shiftMonth{
    width: 50px;
    text-align:center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}

.vqCalendar .calDow{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.vqCalendar .calDow div{
    flex-grow: 1;
    text-align: center;
}

.vqCalendar ol{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vqCalendar ol li{
    width: 37px;
    text-align: right;
    font-weight: bold;
    border: 1px dotted #dcdcdc;
    margin: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0;
}

.vqCalendar li.calCell{
    background-color: #F0F0F0;
    border: 1px dotted #339933;
    color: #005500;
    cursor: pointer;
}

.vqCalendar li.calSelectedDate{
    background-color: orange;
    border: 1px dotted #339933;
    color: #005500;
    cursor: pointer;
}

svg.vqCalendarBtn{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}

.vqCalendar select.year {
    font-size: 16px;
    height: 30px;
    width: 75px;
}
.vqCalendarArea{
    display: inline;
}
/* カレンダー終了 */

div.searchFormGrid{
    display: grid;
    grid-template-columns: 150px 1fr 150px 1fr;
}

div.formGridContainer{
    display: grid;
    grid-template-columns: 200px 1fr;
    row-gap: 5px;
}

div.keyValueGrid{
    display: grid;
    grid-template-columns: 175px 1fr;
    row-gap: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

div.keyValueGrid.green > div:nth-child(odd){
    background-color: #339933;
    color: #FFFFFF;
    border: 1px solid #339933;
    padding-left: 0.5em;
}

div.keyValueGrid.green > div:nth-child(even){
    border: 1px solid #339933;
    padding-left: 0.5em;
}

div.keyValueGrid.blue > div:nth-child(odd){
    background-color: rgb(17, 105, 186);
    color: #FFFFFF;
    border: 1px solid rgb(17, 105, 186);
    padding-left: 0.5em;
}

div.keyValueGrid.blue > div:nth-child(even){
    border: 1px solid rgb(17, 105, 186);
    padding-left: 0.5em;
}
