
.icon {
    /* width: 100%; */
    border: none;
    vertical-align: 0;
    /* margin-right: 10px; */
    background-color: #fff0;
    margin-left: 0;
    border-radius: 0;
    height: 1.5rem;
}

div, select, button, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, details, figcaption, figure, menu, summary, time, mark {
    font-family: 'web-font', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.sweet-alert button.cancel {
    background-color: #C1C1C1;
    padding: 10px 0;
    width: 40%;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
    width: 40%;
}
.sweet-alert button {
    font-size: 100%;
    padding: 10px 0;
    width: 100%;
}


a:hover:hover {
    text-decoration: none;
    color: inherit;
}

html {
    background: #000;
}

body {
    padding: 10px;
    font-size: 12pt;
	background: #000;
    font-family: 'web-font', sans-serif;

}

.loadingWrap-simple{
    width: 100%;
    height: 100%;
    background: #0000000d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.loadingWrap{
    width: 100%;
    height: 100%;
    background: rgba(157, 155, 155, 0.58);
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
    display: none;
}

.loadingWrap img {
    width: 50%;
    top: 45%;
    max-width: max-content;
}

.hero .navbar{
    background-color: #fff;
}
.navbar-burger:hover{
    background-color: #fff;
}

.navbar-brand > .navbar-item{
    font-weight: 700;
    font-size: 15pt;
    color: #000;
}

.navbar-item img{
    margin-right: 10px;
}


.board-main{
    height: 200px;
    width: 100%;
    background-image: url(/efx/img/yuka.png);
}

.board-bg{
    width: 100%;
    height: 100%;
    padding: 10px;
}

.board-window{
    border: 3px solid #888;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #3b3b3b;
}

.board-main div.parts{
    position: absolute;
    width: fit-content;
}

div.hero-body{
    padding: 0;
    flex-wrap: wrap;
}

.droppable-hover{
    background: #608b85;
}

div.item-menu{
    text-align: right;
    margin-top: 10px;
    padding-right: 10px;
}


.modal-card-title {
    font-size: 14pt;
    font-weight: 700;
}

div.info-card{
    width: 100%;
    display: flex;
    justify-content: center;
}

div.info-card > div{
    background: #fff;
    width: 97%;
    padding: 10px 5px;
    font-size: 11pt;
    line-height: 1.3;
    box-shadow: 3px 3px 8px 0px #999;
    border: 1px solid #bbb;
}

div.tabs{
    border-bottom: 1px solid #2196F3;
}

div.add-button-body{
    display: flex;
    flex-wrap: wrap;
}

div.efx-icon{
    width: 31.3%;
    text-align: center;
    border: 1px solid #bbb;
    margin: 1%;
    font-size: 70%;
    padding: 1%;
}

.hero .tabs ul {
    margin-left: 0;
}

.modal-card-body div.content{
    margin-top: -20px;
}

.item-insert-move{
    animation: item-insert-move-key .5s forwards;
}

@keyframes item-insert-move-key {
    0% {
        right: 100%;
    }
    100% {
        right: 0%;
    }
}


div.artist-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

div.artist-div > div{
    width: 48%;
    position: relative;
    text-align: center;
}

div.artist-div > div > img{
    width: 90%;
    height: 150px;
    object-fit: cover;
}

div.artist-div > div > p{
    position: absolute;
    bottom: 16px;
    font-size: 80%;
    background: #ffffff85;
    font-weight: 700;
    width: 90%;
    text-align: center;
    line-height: 1.1;
    padding: 3px 0;
    margin: auto;
    left: 0;
    right: 0;
}

div.artist-div > div:active{
    opacity: 0.8;
}


p.hiyou{
    font-weight: 700;
    color: #f00;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sweet-alert h2{
    line-height: 27px;
    margin-bottom: 0px;
    font-size: 100%;
}

div.sa-button-container{
    display: flex;
    justify-content: space-around;
}
.sweet-alert button{
    background-color: rgb(43 155 207) !important;
    font-size: 100%;
}
.sweet-alert button.cancel {
    background-color: #C1C1C1 !important;
    font-size: 100%;
}
hr{
    background-color: #dedede;
    border: none;
    display: block;
    height: 1px;
    margin: 10px 0;
}

span.etc{
    font-size: 10pt;
    color: #aaa;
}

.white{
    color: #fff;
}

a.enq{
    text-decoration: underline;
    color: #f00;
}

.uk-modal-body {
    padding: 30px 20px;
}

.enq-fm select{
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 10px;
}

button.is-remake-btn{
    margin: 10px 10px;
    box-shadow: 3px 3px 2px #999;
    margin-bottom: 20px;
}

p.ave{
    margin-left: 20px;
    font-size: 80%;
    color: #f74e4e;
    margin-top: 5px;
}

.eki-nm-edit{
    background: rgb(255 255 255);
    font-size: 70%;
    color: #333;
    border-radius: 20%;
    margin-left: 10px;
    box-shadow: 2px 2px 1px #686868;
    right: 3.25rem;
    position: absolute;
}

.eki-nm-edit span{
    color:#333 !important;
}

input[type="color"]{
    width: 100%;
    height: 30px;
}

div.mailbox-div-tab{
    display: flex;
    margin: 10px 0;
}
div.mailbox-div-tab > div{
    flex: 1;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 0;
}

div.mailbox-div-tab > div.selected{
    background: #ff8800;
    color: #fff;
    border: none;
}
div.mailbox-div{
    margin-bottom: 15px;
}
div.mmtab{
    height: 60vh;
    overflow-y: auto;
}
div.mmtab2{
    height: 70vh;
    overflow-y: auto;
}

div.eki-board button.button2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4%;
    margin-top: 10px;
}

div#sortable-n{
    padding-left: 4%;
}
div.sort-msg{
    padding: 0 4%;
    margin: 10px 0;
    font-weight: 700;
    margin-bottom: 10px;
}
span.n-new{
    background: #df4c4c;
    color: #fff;
    font-size: 90%;
    padding: 0 5px;
    margin-left: 5px;
}
span.n-new.n-right{
    margin-left: 0px;
    margin-right: 5px;

}
div.tooltip > div{
    white-space: nowrap;
    display: inline-block;
}


div.news-div{
    padding-top: 10px;
    padding-bottom: 0px;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: none;
}

div.news-div p.date{
    color: #bbb9b9;
    text-align: right;
}
.delay-p{
    color: #a5a5a5 !important;
    line-height: 1.3;
    margin: 0 2%;
    font-weight: normal;
    font-size: 90%;
}

a.delay-a{
    margin-right: 10px;
    text-decoration: underline;
}

a.delay-a:active,
a.delay-a:hover{
    color: #f00;
    text-decoration: underline;
}

span.mini-houmen{
    font-size: 60%;
    margin-left: 5px;
    color: #404040;
}

div.news-img-div{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

div.news-div h2{
    font-size: 120%;
    font-weight: 700;
    margin: 10px 0;
}

b.d-stop {
    background: #f00;
    color: #fff;
    float: right;
    font-size: 90%;
    padding: 0 5px;
}


.c-body{
	font-size: 100%;
	white-space: pre-line;
}