/* JPRO追加CSS */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    /* margin-bottom: 70px; */
    background-color: #FFEFD9 !important;
    color: rgba(120,97,66,1);
}
header {
    height: 69px;
}
/* footerは一番下に配置されるように */
/*
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-top: 3px solid #ffcf8c;
}
@media (min-width: 992px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: table;
        text-align: center;
    }
    .footer > div {
        display: table-cell;
        vertical-align: middle;
    }
    .footer ul {
        display: table;
        table-layout: fixed;
        margin: 0 auto;
    }
    .footer ul li {
        display:table-cell;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(120,97,66,.8);
    }
    .footer ul li:first-child {
        padding-left: 0;
    }
    .footer ul li:last-child {
        padding-right: 0;
        border-right: none;
    }
}
*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    text-align: center;
    background-color: #fff;
    border-top: 3px solid #ffcf8c;
}
.footer.jbpa {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}
.footer > div {
    display: table-cell;
    vertical-align: middle;
}
.footer ul {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}
.footer ul li {
    display:table-cell;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(120,97,66,.8);
}
.footer ul li:first-child {
    padding-left: 0;
}
.footer ul li:last-child {
    padding-right: 0;
    border-right: none;
}

/* ----- headerの設定 ここから ----- */

header > nav > button.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
header > nav > button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.jpro-header-border {
    border-bottom: 3px solid #ffcf8c;
}
@media (max-width: 991px) {
    #jpro-header-nav{
        position : absolute;
    }
}
/* ----- headerの設定 ここまで ----- */

/* ----- パンくずリストの設定 ここから ----- */

.breadcrumb {
    background:transparent;
}

/* ----- パンくずリストの設定 ここまで ----- */

/* ----- ログイン関連 ここから ----- */

/* ログインのリンク */
#jpro-login-link {
    display:inline-block;
    vertical-align:middle;
}
/* ログインのフォームの入れ物 */
#jpro-login-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
}
/* ログインのフォーム */
/*
#jpro-login-form {
    position:absolute;
    bottom:-224px;
    right:0;
    width:262px;
    height:210px;
    border:3px solid #ffcf8c;
    background-color:#fff
}
*/
#jpro-login-form {
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    padding: 40px 35px 30px 30px;
    width: 300px;
}
#jpro-login-form > div {
    position:relative;
    padding:45px 20px 20px 20px;
}
#login-form-close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    cursor: pointer;
}
/* ----- ログイン後のメニュー ここから ----- */

/* ----- 処理中の表示 ここから ----- */
#jpro-loading-wrapper{
    background-color: rgba(255,207,140, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2100;
}
#jpro-loading{
    position:fixed;
    border:3px solid #ffcf8c;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2200;
    padding: 20px;
    width: 300px;
}
#jpro-progress-bar{
    background-color:#fff;
    height: 10px;
}
#jpro-progress-bar2{
    background-color: #ffcf8c;
    height: 10px;
}
/* ----- 処理中の表示 ここまで ----- */

/* 左からスライドして表示される領域 */
#login-menu-container {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 600;
    width: 300px;
    /* height: 100%; */ 
    color: #7f6746;
}
#login-menu-container.appeared {
    left: 0;
}
#login-menu-navigation {
    /* ナビゲーション */
    position: relative;
    /* top: 68px; */
    /* background-color: red; */
    background-color: rgba( 255, 255, 255, 0.9);
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}
#login-menu-navigation li {
    padding-top: 1px;
    margin-bottom: 1px;
}
#login-menu-navigation a {
    display: block;
    padding: 1.5em;
    overflow: hidden;
    border-left: 3px solid #ffcf8c;
}
#login-menu-navigation .separate a {
    padding-top: 2em;
    padding-bottom: 2em;
}
#login-menu-navigation-trigger i{
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    line-height: 1;
    color: inherit;
}
#login-menu-navigation span {
    display: inline-block;
    font-size: 1.6em;
    line-height: 1;
    vertical-align: middle;
    width: 70%;
    color: inherit;
}
#login-menu-navigation a,
#login-menu-navigation a:hover i,
#login-menu-navigation a:hover span {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#login-menu-navigation .nav_bookmark a {
    padding-left: 1.8em;
}
/* ----- ログインメニューの表示・非表示ボタン ここから ----- */
#login-menu-navigation-trigger{
    /* ナビゲーションを表示・非表示させるボタン */
    position: absolute;
    top: 14%;
    right: -3.5em;
    width: 3.5em;
    border-radius: 0 8px 8px 0;
    background-color: rgba( 255, 255, 255, 0.9);
    text-align: center;
}
#login-menu-navigation-trigger a{
    display: block;
    border: none;
    padding: 0.5em;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
/* ----- ログインメニューの表示・非表示ボタン ここまで ----- */

#login-menu-navigation ul {
    list-style: none;
    padding:0;
}

/* ----- ログインメニューの販促情報 ここから ----- */
#login-menu-navigation #collapsePromotion li a{
    padding:0 0 1.5rem 1.5rem;
}
#login-menu-navigation #collapsePromotion li:last-child a {
    padding:0 0 0 1.5rem;
}
/* ----- ログインメニューの販促情報 ここまで ----- */

/* ----- ログイン後のメニュー ここまで ----- */

/* ----- ログイン関連 ここまで ----- */

/* ----- メイン関連 ここから ----- */

.jpro-book-main{
    position: relative;
    padding-bottom: 67px;
}

.jpro-main-row{
    background-color: white;
    border: 3px solid #ffcf8c;
    padding:3rem;    
}

/* ----- 書誌情報入力欄などのグループの枠線 ここから ----- */
.jpro-input-group-bt{
    border-top: 1px solid #ffcf8c;
}
.jpro-input-group-bt-dotted{
    border-top: 1px dotted #ffcf8c;
}
/* ----- 書誌情報入力欄などのグループの枠線 ここまで ----- */

/* ----- 各種入力欄などの折りたたみのボタン ここから ----- */
.minus-button-active {
    position:absolute;
    top:0.1rem;
    right:0;
    font-size:1.25em;
    cursor: pointer;
}
.minus-button-hidden {
    display:none;
    position:absolute;
    top:0.1rem;
    right:0;
    font-size:1.25em;
    cursor: pointer;
}
.plus-button-active {
    position:absolute;
    top:0.1rem;
    right:0;
    font-size:1.25em;
    cursor: pointer;
}
.plus-button-hidden {
    display:none;
    position:absolute;
    top:0.1rem;
    right:0;
    font-size:1.25em;
    cursor: pointer;
}
/* ----- 各種入力欄などの折りたたみのボタン ここまで ----- */

/* ----- メイン関連 ここまで ----- */

/* ----- placeholderの色 ここから ----- */
.form-control:placeholder-shown {
    color: rgba(120,97,66,1); 
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form-control::-webkit-input-placeholder {
    color: rgba(120,97,66,1); 
}
/* Firefox 18- */
.form-control:-moz-placeholder {
    color: rgba(120,97,66,1); 
    opacity: 1; 
}
/* Firefox 19+ */
.form-control::-moz-placeholder {
    color: rgba(120,97,66,1);
    opacity: 1; 
}
/* IE 10+ */
.form-control:-ms-input-placeholder {
    color: rgba(120,97,66,1); 
}

/* ----- placeholderの色 ここまで ----- */

/* ----- ぱんくずリスト部分の入れ物 ここから ----- */
.jpro-breadcrumb-container{
    max-width: 954px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;    
}
@media (min-width: 992px) {
    .jpro-breadcrumb-container{
        max-width: 954px;
    }
}
@media (min-width: 1200px) {
    .jpro-breadcrumb-container{ 
        max-width: 1134px;
    }
}
/* ----- ぱんくずリスト部分の入れ物 ここまで ----- */

/* ----- 入力エラー ここから ----- */
.has-error {
    background-color: #f8d7da;
}
/* ----- 入力エラー ここまで ----- */
