body {
    margin-bottom: 105px;
}

a:focus{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.over-space{
    margin-top: 12pt;
}
.under-space{
    margin-bottom: 12pt;
}

.btn{
    white-space: normal; /* 文章の折り返し */
}

.sns_logo{
    width: 20pt;
}

#twitter_share{
    background: #000000
}

#facebook_share{
    background: #3B5998
}

#google_share{
    background: #DC4E41
}

#line_share{
    background: #00C300
}

#hatena_share{
    background: #00A4DE
}

#pocket_share{
    background: #EF3F56
}
/* 長いurlを改行せずスクロール */
#current_url {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
/* 小さいツイートボタン */
.mini_tweet_btn {
    background: #1DA1F2;
    padding: 0 2pt 0 2pt;
    color: white;
    white-space: nowrap;
    font-size: x-small;
}
.mini_sns_logo {
    width: 2ex;
}
/* navibarをタイトに */
@media (max-width: 768px) {
    .navbar {
        margin-bottom: 0;
        min-height: 40px;
    }
    .navbar-brand {
        padding-top: 13px;
        padding-bottom: 13px;
        height: 50px;
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .navbar-header {
        width: calc(100% + 30px);
    }
    .navbar-nav {
        margin: 0 -15px;
    }
}
/* ヘッダをタイトに */
.page-header{
    margin-top: 0;
    margin-bottom: 0;
}
h1{
    margin-top: 10pt;
    margin-bottom: 0;
}
/* ボタンを丸角に */
.btn {
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    border-radius: 20px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.non_round_corner {
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #2196f3;
}