@charset "utf-8";
/* CSS Document */

/* common */

body {
    font: 14px/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'YuGothic', '游ゴシック', Helvetica, Arial, sans-serif, 'FontAwesome';
}

code,
kbd,
pre,
samp {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'YuGothic', '游ゴシック', Helvetica, Arial, sans-serif, 'FontAwesome';
}

code {
    font-weight: 700;
    font-size: 100%;
    color: #e91d63;
    background-color: #f2f2f2;
}

/* common - background-color */

.bg-morenote {
    background-color: #004199;
}

.bg-clear {
    background-color: rgba(255, 255, 255, 0);
}

/* common - breadcrumb */

.breadcrumb {
    background-color: white;
}

.breadcrumb li {
    color: #b3b3b3;
    font-size: smaller;
}

/* common - table */

.table-hover tbody tr:hover {
    background-color: rgba(0, 160, 255, .06);
}

.table-hover tbody .table-unableToEdit {
    background-color: rgb(245, 245, 245);
}

.table-hover tbody .table-unableToEdit:hover td {
    background-color: rgb(238, 238, 238);
}

/* breadcrumb */

.breadcrumb {
    background-color: white;
    color: #b3b3b3;
    padding: 0 .25em 1em;
}

.breadcrumb .breadcrumb-item {
    padding-top: .5em;
}

/* modal */

#qrcodeGeneratorOfDownloadUrl .modal-footer {
    justify-content: space-between;
}

.card {
    margin-bottom: 1.5em;
}

input:disabled {
    color: #CCC;
}

.navbar-footer {
    font-size: .75rem;
}

#fileDownloadView main {
    background: none;
}

@media (min-width: 768px) {
    #fileDownloadView main {
        background: url(../img/urldownload/illust_serviceImage_downloadUrl.png) no-repeat 95% 15%;
        background-size: auto 30%;
    }
}

@media (min-width: 992px) {
    #fileDownloadView main {
        background: url(../img/urldownload/illust_serviceImage_downloadUrl.png) no-repeat 83% 15%;
        background-size: auto 36%;
    }
}


.div-indention {
	word-wrap: break-word;
    white-space: normal;
    display: block;
}