body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}
#app {
    min-height: calc(100vh - 274px);/*footer_areaのmargin-top+height */
}
#footer_area {
    padding: 1vh 3vw 1vh;
    background: #434343;
    border-top: 1px solid #d3e0e9;
    font-size: 14px;
    margin-top: 10vh;
}
#footer_logo {
    margin-top: 1vh;
    text-align: center;
}
#footer_logo img {
    width:180px;
    max-width: 40vw;
}
#thisbook{
    color: #fff;
    margin:2vh 0 3vh;
    text-align:center;
}
#footer_menu {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 50vw;
    margin: 0 auto;
}
@media screen and (max-width:480px) {
    #footer_menu {
    max-width: 90vw;
    }
}
#footer_menu p {
    text-align:center;
}
#footer_menu p a {
    line-height: 1.8em;
    color: #fff;
}
#cright {
    text-align: center;
    background: #434343;
    color: #fff;
}

.mb-1, .mb1 {margin-bottom: 1em;}

.mb-2, .mb2 {margin-bottom: 2em;}

.mb-3, .mb3 {margin-bottom: 3em;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}
.mt-1, .mt1 {margin-top: 1em;}
.mt-15, .mt15 {margin-top: 1.5em;}
.mt10 {margin-top: 10px;}
.mt30 {margin-top: 30px;}
.mt-2, .mt2 {margin-top: 2em;}
.mt-3, .mt3 {margin-top: 3em;}
.mt5 {margin-top: 5px;}
.mg10 {margin: 10px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mg5 {margin:5px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.pt0 {padding-top:0 !important;}
.pad10 {padding:10px;}
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
.font26 {font-size: 26px !important;}
.font28 {font-size: 28px !important;}
.font30 {font-size: 30px !important;}
.flex {display: flex;}
.flex-center {align-items: center;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center !important;}
.vm {vertical-align: middle !important;}
.bold {font-weight: 700;}
.bordernone {border: none !important;}
.inlineb {display: inline-block;}
.w100 {width: 100%;}
table.serch_period {
    /*検索期間指定*/
    line-height: 3em;
    margin-bottom: 15px;
}
.hissu {
    background: #FF9800;
    padding: 3px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}
.nini {
    background: #979797;
    padding: 3px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}
.left {
    text-align: left;
}
.price {
    color: #c13c26;
    margin: 5px 0 0;
}
.bold {
    font-weight: 700;
}
.black {
    color: #636b6f;
}
.warning {
    color: #8a6d3b;
}
.danger {
    color: #a94442;
}
.red {color:red;}

/*アカウントのアイコン画像*/
.iconimg {
    width: 80px;
}

/*新しいウィンドウで開く画像*/
.newwindow {
    width: 12px;
}

p#filename {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
/*ヘッダーのロゴ*/
#header_logo {
    /*padding:5px 0 0;*/
    height:45px;
}
#header_logo img {
    /*width:180px;
    max-width: 50vw;*/
}
#logo_exp {
    margin:0 0 0 -15px;
    font-size:12px;
    color: #333;
}
.navbar-right {
    margin-top:5px;
}

.flex_base {
    display: flex;
    align-items: baseline;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.disablestate {
    text-decoration: none;
    cursor: default;
    color: #ccc;
    cursor: not-allowed;
}

.dropdown-menu strong {
    padding-left: 8px;
    padding-top: 10px;
    display: inline-block;
}

.navli {
    /** ナビゲーションヘッダー内のli **/
    padding: 14px 15px;
}

/************************
    リモーダル共通
*************************/
.remodal h1 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}

div.modal-explain {
    text-align: left;
    margin-bottom: 20px;
}

div#detail_notite {
    border: 3px solid #78b05d;
    padding: 10px;
    margin-bottom: 20px;
    display: none;
    font-weight: 700;
    font-size: 20px;
}

/******************************************
       ブック詳細のリモーダル
*******************************************/

.remodal #book_image {
    border: 1px solid #ddd;
    max-width: 150px;
    max-width: 150px;
    box-shadow: 2px 2px #ddd;
    margin-bottom: 20px;
}

.book_detail {
    width: 375px;
}

#book_detail_div {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:480px) {
    .book_detail {
        width: 100%;
    }

    #book_detail_div {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/******************************************
       ローディング
*******************************************/
#kurukuru {
    display: none;
    position: fixed;
    top: 40%;
    left: calc(50%-130px);
    left: -webkit-calc(50% - 130px);
    background: #ffffff;
    padding: 10px;
    border-radius: 10%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    text-align: center;
}
@media screen and (max-width:480px) {
    #kurukuru {
        left: calc(50%-33px);
        left: -webkit-calc(50% - 33px);
    }
}

.midasi {
    background: #fffbf4;
    /*背景色*/
    color: #364e96;
    /*文字色*/
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 2px #fcd69e;
    /*上線*/
    border-bottom: solid 2px #fcd69e;
    /*下線*/
}

.sns_login {
    margin: 10px auto 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3e0e9;
}

.sns_login a,
.sns_regist a {
    max-width: 350px;
    margin: 0 auto;
}

.sns_regist {
    margin: 10px auto 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3e0e9;
}

#regist_note {
    text-align: center;
    padding: 10px 0 20px;
}

.btn-line,
.btn-line:visited {
    background: #00c300;
    color: #fff;
}

.btn-line:hover {
    background: #00e000;
    color: #fff;
}

.to_home {
    font-weight: 700 !important;
    padding-left: 8px !important;
}

.tokusyou-dody {
    padding: 30px 50px 10px;
}

#itakuexpl {
    margin: 50px 0;
}
#itakuexpl th,
#itakuexpl td {
    padding: 15px;
    font-size: 16px;
}
.stripe-logo {
    color: #32325d;
}
/* 作業中のデータが見つかりました*/
#goon {
    background: #FD6E41;
    color: #fff;
    padding: 10px 25px;
}

/**************************************
         以下スマホ向け
**************************************/
@media screen and (max-width:480px) {
    #footer_logo {
        margin-top: 3vh;
    }
    #thisbook{
        color: #fff;
        margin:3vh 0 3vh;
    }
    #logo_exp {
        margin:0 0 0 5px;
        font-size:0.8em;
        color: #333;
        max-width: 75vw;
    }
    #header_logo {
        padding:5px 0 0 5px;
        height:45px;
    }
    .sns-share {
        margin-top: 50px;
        width: 100%;
    }
    #regist_note {
        text-align: left;
        padding: 0;
    }
    #app-navbar-collapse li.dropdown {
        display: inline-block;
        vertical-align: top;
        width: 160px;
    }
    .navbar-right {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .navli {
        display: none !important; /*ようこそ〇〇さん*/
    }
    /*スマホのメニューをプルダウンに変更*/
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        border: 1px solid #eee;
        background: #ffffff;
    }

}