@charset "UTF-8";

/* CSS Document */

html {
    font-size: 100%;
}

body {
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #253d59;
    background-color: #fff;
}

h1 {
    font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    font-size: 26px;
}

h2 {
    font: 18px/1.5em Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

h3 {
    font: 16px/1.5em Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.contents a {
    color: #4877ad;
    text-decoration: underline;
}

.contents a:hover,
.contents a:focus {
    color: #34567d;
    text-decoration: none;
}

.clear {
    clear: both;
}

.red {
    color: #C03;
}

.dark {
    font-weight: bold;
}

.lighter {
    color: #877757;
}

img.pull-left {
    margin-right: 8px;
    margin-bottom: 8px;
}

.img-thumbnail {
    border: none;
}

.contents p.bkdata {
    padding-left: 0;
}


/* navbar */

.navbar {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: #4877ad;
}

.navbar-inverse .navbar-brand {
    color: #f8fce6;
}

.navbar-inverse .navbar-text {
    color: #f8fce6;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f8fce6;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #34567d;
}

.navbar-inverse .navbar-toggle {
    border-color: #253D59;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #34567d;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #507fb6;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #6891c0;
}


/* jumbotron */

.jumbotron {
    padding: 20px 15px 0;
    margin-bottom: 0;
    color: inherit;
    background-color: #f6f6f6;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 100;
}


/* Contents */

.contents {
    background-color: transparent;
}

.contents p {
    padding-left: 12px;
}

h2.info_label {
    margin: 20px 0 10px;
    padding: 0;
    color: #253d59;
    background-color: transparent;
    line-height: 2em;
    font-weight: 500;
    font-size: inherit;
    text-align: left;
}

.bookinfo {
    text-align: center;
    margin-top: 16px;
    padding: 1em;
    background-color: #e0e8f2;
    border-top: #507fb6 8px solid;
}

.booktitle {
    text-align: center;
}

img.coverimg {
    margin: 0 auto;
    max-height: 400px;
    max-width: auto;
}

.img-thumbnail {
    padding: 0;
    margin: 0 auto;
}

ul.list1 {
    margin: 0 0 0 16px;
    padding: 0;
    text-align: left;
}

ul.list1 li {
    list-style: none;
    margin: 0.25em 0;
    padding: 0 0 0 20px;
    background: url(../img/dot.gif) no-repeat left 0.4em;
    clear: both;
}

ul.list1 h3 {
    font-weight: 600;
    color: #34567d;
}

ul.list1 p {
    padding-left: 0px;
}

ul.list1 p.notes {
    font-size: 15px;
    color: #55516a;
}

/* button */

.btn-area {
    margin-bottom: 40px;
    padding: 0 15px;
    clear: both;
}

.btn-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-warning {
    background-color: #4877ad;
    color: #f8fce6;
    border: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #34567d;
    border-color: #4877ad;
}


/* Panel */

.panel-default>.panel-heading {
    color: #5f5867;
    background-color: #dfdce1;
}

.panel-danger>.panel-heading {
    color: #253d59;
    background-color: #4877ad;
    border-color: #4877ad;
}

.panel-danger {
    border-color: #4877ad;
}


/* YouTube Video */

.videowrap {
    padding-bottom: 16px;
}

.videowrap2 {
    padding-bottom: 16px;
}


/* Footer */

footer {
    background: #bccee3;
    margin: 20px 0 0 0;
    padding: 20px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.42857143;
    border-bottom: #4877ad solid 40px;
}

footer a {
    color: #555;
    text-decoration: underline;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #6e6e6e;
    text-decoration: none;
    background-color: #eee;
}

.fullh {
    height: 100vh;
    background: #4877ad;
}


/* PC */

@media screen and (min-width: 768px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 48px;
    }
    .booktitle {
        text-align: left;
    }
}