#app {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.btn {
    text-transform: none;
}

.page_title {
    font-size: 20px;
    margin: 10px 20px;
}

.collection_empty_message {
    margin: 10px 20px;
}

.modal .modal-content {
    padding: 12px; /* デフォルトで24px */
}

.modal-content .row {
    margin-bottom: 0px; /* デフォルトで20px */
}

.collection .collection-item p {
    margin: 0; /* デフォルトで上下14px */
}

.collection .collection-item .row {
    margin-bottom: 0; /* デフォルトで20px */
}

.collection .collection-item .row .col {
    padding: 0; /* デフォルトで左右10.5px */
}

.collection .collection-item .row .col a {
    display: inline-block;
    width: 100%;
}

.page-footer {
    padding-top: 0px /* デフォルトで20px */
}

/* classだとbackground-colorが適用されない(競り負ける)ためidを使用 */
#twitter_btn {
    background-color: #55acee;
    width: 231px;
    margin: 0 10px;
}

#facebook_btn {
    background-color: #1877f2;
    width: 231px;
    margin: 0 10px;
}

#logo {
    font-size: 22px;
    margin: 0px 13px; /* position-left: 7pxを考慮 */
}

nav.clean {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 23px;
    line-height: 23px;
    background: none;
    box-shadow: none;
}
nav.clean .breadcrumb {
    color: #039be5;
    font-size: 14px;
}
nav.clean .breadcrumb:before {
    color: rgba(0, 0, 0, 0.7);
}

.mobile-fab-tip {
    position: fixed;
    right: 85px;
    padding:0px 0.5rem;
    text-align: right;
    background-color: #323232;
    border-radius: 2px;
    color: #FFF;
    width: auto;
}

.file-path-wrapper {
    visibility: hidden;
}

.release_notes {
    margin: 0px 22px;
}

.release_notes .release_date {
    border-bottom: 1px solid #e0e0e0;
}

.release_notes .release_date h2 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 18px;
}

.collection-header h2 {
    font-size: 20px;
    text-decoration: underline;
    margin: 0;
}

.search_row {
    margin-bottom: 0; /* デフォルトで20px */
}

.release_notes ul {
    padding-left: 20px;
}

.release_notes ul > li {
    list-style-type: disc;
}

.background_fixed_footer {
    height: 56px;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
}

.fixed_footer_text {
    font-size: 12px;
    font-weight: bold;
}

.circle_twitter_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #55acee;
    text-align: center;
    line-height: 32px;
}

.circle_facebook_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1877f2;
    text-align: center;
    line-height: 32px;
}

footer .row {
    margin-bottom: 0px; /* デフォルトで20px */
}

/* メディアクエリ */
