@charset "utf-8";
body {
    padding-top: 60px;
}

h1{
    text-align: center;
}

.select {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space;
    align-items: center;
}

.btn {
    margin: 10px;
}

footer {
    text-align: center;
}

b {
	font-size: 12em;
}

.date {
    margin-bottom: -8px;
}

.dlsite {
    text-align: center;
}

.copylight {
    text-align: center;
    margin-top: 1rem;
}

#loading {
    background: #6c757d;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: table;
    z-index: 1031;
 }

.jumbotron {
    margin-bottom: 1rem;
}

.dl-date {
    font-size: small;
    margin-bottom: 0.25rem;
}

.dl-title {
    font-size: large;
}

#dlsite > h3 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #dc3545;/*左線*/
}

#dlsite > p {
    text-indent: 1em;
}