body {
    text-align: center;
    font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333333;
    font-size: 15px;
}

body.hatena{
    text-align: left;
    font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    font-size: 87%;
    line-height: 1.4em;
}

#news{
    width:80%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    position:fixed;
    display:none;
    z-index:99999;
    border-radius: 10px;    
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}

#modal-overlay{
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

#modal-close {
    color: #484b8f;
    text-decoration: underline;
    cursor:pointer;
}

#yes {
    text-decoration: underline;
    cursor:pointer;
}

#no {
    text-decoration: underline;
    cursor:pointer;
}

a {
    color: #484b8f;
    text-decoration: underline;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:visited {
    color:#000033;
}

a:hover {
    color: #898cc4;
}

/* ----- Header ----- */

.navbar_access {
    color:#000033;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    text-align: left;
}

.map_link {
    background-color:#331A00 !important;
    color: #ffffff !important;
    text-decoration: none;
    margin-left: 5px;
    padding: 1px 5px 2px;
}

.access {
    line-height: 20px;
    padding-top: 15px;
    padding-right: 15px;
}

.header h2 {
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
}

h2, h3 {
    font-weight: bold;
}

header img {
    float: left;
}
header nav {
    float: left;
    text-align: left;
}
header nav ul {
    padding: 35px 0;
    list-style-type: none;
    margin-bottom: 0px;
}

header nav ul li {
    display: inline;
}

header nav ul li a{
    padding: 35px 15px 42px;
    text-decoration: none;
    color: #000033 !important;
}

header nav  ul li a:hover{
    background-color: #000033;
    color: #ffffff !important;
    text-decoration: none;
}

header {
    padding: 20px 15px 21px;
    position: fixed;
    top: 0px;
    z-index: 99999;
    display: block;
    float: left;
    width: 100%;
}
.headshrinker .headshrunk {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9) !important;
}

.headshrunk .navbar_access{
    padding-top: 15px;
}

.headshrinker .headshrunk .headshrinker-menu a {
    text-decoration: none;
}
.headshrinker .headshrunk .headshrinker-menu a:hover {
    background-color: #000033;
    color: #ffffff !important;
}
.headshrinker .headshrunk a.headshrinker-reveal {
    top: 0px !important;
}

/* ----- Slider ----- */

.slider {
    margin: 0px auto 100px;
}

.flexslider {
    width: 100%;
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 40%;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
}
.flex-caption-tennai {
    bottom: 10%;
}

/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
    margin-bottom: 50px;
}

.padding_top_10px {
    padding-top: 10px;
}

.book-blog-link {
    margin-top: 40px;
    font-size: 14px;
}

.book_title {
    line-height: 180%;
}

#atsurae-notify {
    text-align: left;
    padding-left: 20px;
}

.small_font {
    font-size: 80%;
}
.mid_font {
    font-size: 88%;
}

.book_list {
    text-align: left;
    line-height: 2.2em;
    margin: 0 auto 30px;
}

.book_photo {
    width: 25%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_title_hatena {
    line-height: 1.8em;
}

.book_photo_hatena {
    width: 16%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.float_right {
    float: right;
}

.menu_title {
    background: #11501A;
    color: #fff;    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu_title_special {
    background: #501A11;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.background_color_blue {
    background-color: #eff7ff;
}

.background_color_yellow {
    background-color: #ffffef;
}

.background_color_red {
    background-color: #fff4ff;
}

.teishoku_photo {
    padding-bottom: 30px;
}

.food_sub_menu {
    padding-bottom: 10px;
}

.menu_time_box {
    padding-top: 5px;
    padding-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

.info_sentence {
    padding-left: 15px;
    padding-bottom: 40px;
}

/* ----- Portfolio ----- */

.portfolio {
    margin-top: 50px;
}

.portfolio-title {
    background: url(../img/line.png) left top repeat-x;
    margin-bottom: 30px;
}

.portfolio-title h3 {
    width: 220px;
    margin: 0 auto;
    font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 30px;
    padding-top: 40px;
    color: #000033;
}

.sub_title {
    color: #000033;
}

.portfolio-message {
    text-align: left;
    line-height: 1.9em;
    margin: 0 auto;
}

.book_photo_list {
    float: left;
    padding: 20px 10% 0;
}
#book_list_title {
    margin-top: 30px;
    margin-bottom: 12px;
}
/* ----- Footer ----- */

footer {
    margin: 40px auto 0px;
    padding-bottom: 20px;
    background: #E9E9E9;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer .map {
    padding-left: 0px;
}
.widget {
    padding-top: 20px;
    color: #2D2D2D;
}
.footer_icon {
    color: #501A11 !important;
}
/* ----- Media queries ----- */

@media (max-width: 599px) {
    /* very small */
    .book_photo_hatena {
        width: 33%; 
        padding: 5px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #tosho_calender{
        width: 100%;
    }

    .flex-caption {
        font-size: 10px;
        bottom: 10%;
    }
}

@media (min-width: 600px) {
    .portfolio-message {
        width: 600px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

@media (max-width: 767px) {
    ul.nav li a {
        display: block;
        padding: 15px 20px 15px 20px;
        background: #ecf1fe ;
        text-align: left;
        margin-bottom: 2px;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider {
        padding: 0 20px;
        margin: 40px auto 150px;
    }
    .flexslider {
        width: auto;
    }

    .flex-caption {
        bottom: 10%;
    }

    .presentation, footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .portfolio-page {
        padding-bottom: 50px;
    }
    .book_photo {
        width:50%;
        padding: 5px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
