.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    justify-content: start;
}
#content #contentInner{
    width: calc(100% - 300px);
    padding: 25px 3%;
    box-sizing: border-box;
    min-height: 350px;
}
#content.plug-style{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
#content.plug-style #contentInner{
    width: calc(100% - 300px);
    max-width: 100%;
}
#content.plug-style #contentInner .st-main{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: none;
}
.st-aside .entry-title{
    margin-bottom: 20px;
}
#content.plug-style #side{
    padding: 0;
    position: relative;
    width: 300px;
}
#content.plug-style #side .st-aside {
    display: block;
    float: right;
    width: 300px;
    padding: 0px;
}
#content.plug-style #side .st-aside ul li {
    background: rgb(54, 54, 54);
    color: #fff;
    border-bottom: 1px rgb(100, 100, 100) solid;
    box-sizing: border-box;
}
#content.plug-style #side .st-aside ul li.menu-item a {
    padding-left: 25px;
    font-size: 15px;
}
#content.plug-style #side .st-aside ul li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 15px 20px 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.front-nenu-ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.front-nenu-ul li {
    box-sizing: border-box;
    position: relative;
    width: 24%;
    width: calc(19% - 2px);
    margin-right: 1%;
    margin-bottom: 15px;
    border: 2px solid #dd243d;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 50%;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    aspect-ratio: 100 / 85;
}
.front-nenu-ul li > a div {
    position: absolute;
    display: inline-block;
    top: 50%;
    top: 55%;
    left: 50%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 25% 3%;
    transform: translateY(-50%) translateX(-50%);
}
.front-nenu-ul li .fa {
    font-size: 36px;
    color: #ed9ab6;
    color: #dd243d;
}
.front-nenu-ul li > a {
    text-decoration: none;
    color: #555;
}
.front-nenu-ul li h3 {
    margin-bottom: 10px;
}
.front-nenu-ul li h3 {
    border: none;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.disno {
    display: none;
}
.scrollbar {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.scrollbar .inner {
    height: 1px;
}
.scroll-area {
    overflow: auto;
    width: 100%;
    max-height: 1100px;
}
.scroll-area table {
    margin: 0;
    border-spacing: 0;
    box-sizing: border-box;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    width: 100%;
    max-width: 100%;
}
.scroll-area th ,
.scroll-area td.sticky {
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fcf9f3;
    position: sticky;
    top: 0;
    left: 0;
    padding: 8px 12px;
}
.scroll-area th{
    z-index: 1;
}
.scroll-area td {
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 5px;
    padding: 8px 12px;
}
.scroll-area tr.alert th ,
.scroll-area tr.alert td {
    background: pink;
}
.scroll-area tr.alert td.attention,
.scroll-area tr td.attention {
    background: #ffa;
}
.center{
    text-align: center;
}

.item-input-form table th,
.item-input-form table td{
    padding:6px 5px;
    vertical-align: middle;
}
.item-input-form input,
.item-input-form select,
.item-input-form textarea{
    padding: 6px 6px;
    border-radius: 5px;
    border: solid #bbb 1px;
}
.item-input-form select{
    font-size: 16px;
}
.item-input-form input{
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}
/*btn*/
.lity .insert-form input,
.lity .insert-form select,
.lity .insert-form textarea,
#content.plug-style input,
#content.plug-style select,
#content.plug-style textarea {
    max-width: 100%;
    padding: 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #fff;
    background: #fcf9f3;
    background: linear-gradient(to bottom, #fff 0%, #fcf9f3 100%);
    background-size: 20px, 100%;
    border-radius: 8px;
    font-size: 14px;
}
.lity .item-input-form input[type="submit"],
.lity .insert-form input[type="submit"],
#content.plug-style input[type="submit"],
#content.plug-style input[type="button"],
input[type="button"].default-btn {
    text-align: center;
    font-size: 100%;
    font-weight: 200;
    /* margin-bottom: 10px; */
    padding: 6px 22px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-image: linear-gradient(#80aad2, #5971a1, #282961);
    border-radius: 7px;
    border: none;
    box-shadow: 1px 1px 1px #999;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 14px;
    cursor:pointer;
}
#content.plug-style input[type="button"].d_bt{
    width: auto !important;
    text-align: center;
    font-size: 100%;
    font-weight: 200;
    padding: 6px 8px !important;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-image: linear-gradient(#ff0019, #c01c20);
    border-radius: 7px;
    border: none;
    box-shadow: 1px 1px 1px #999;
    font-size: 14px;
    cursor:pointer;
}
#content.plug-style input[type="checkbox"]{
    border: 1px solid #bbb;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
#content.plug-style input[type="checkbox"]:checked{
    background: #0075ff;
}
#content.plug-style .layout-form{
    max-width: 100%;
    width: 1000px;
}
#content.plug-style .layout-textarea{
    max-width: 100%;
    width: 100%;
    height: 600px;
    overflow-y: auto;
}
.cursor-pointer{
    cursor: pointer;
}
/**/
.mgr5{
    margin-right: 5px;
}
.mgr10{
    margin-right: 10px;
}
.mgt5{
    margin-top: 5px;
}
.mgt10{
    margin-top: 10px;
}
.mgt20{
    margin-top: 20px;
}
.mgt30{
    margin-top: 30px;
}
.mgt40{
    margin-top: 40px;
}
.mgt50{
    margin-top: 50px;
}
.mgt60{
    margin-top: 60px;
}
.mgt70{
    margin-top: 70px;
}

.mgb5{
    margin-bottom: 5px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgb20{
    margin-bottom: 20px;
}
.mgb30{
    margin-bottom: 30px;
}
.mgb40{
    margin-bottom: 40px;
}
.mgb50{
    margin-bottom: 50px;
}
.mgb60{
    margin-bottom: 60px;
}
.mgb70{
    margin-bottom: 70px;
}


/**/
.lity .insert-form {
    overflow-y: auto;
    background: #fff;
    padding: 20px 25px 20px;
}
.lity .insert-form h2 {
    text-align: center;
    color: #fff;
    background: #258de0;
    border: none;
    font-size: 180%;
    font-weight: bold;
}
