/** W3C **/
html {
    font-size: 14px;
    background-color: #333;
}
body {
    font-family: Univers, Arial, sans-serif, "ヒラギノ角ゴ Std W3", "HiraKakuStd-W3", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
    background-color: #FFF;
    color: #000;
}
h1 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
}
h2 {
    font-size: 1.25rem;
    border-bottom: 1px solid #CCC;
}
h2:before {
    content: " ";
    border-left: 4px solid #88532F;
    display: inline-block;
    width: 8px;
    height: 1.1rem;
}
h3 {
    font-size: 1rem;
}
p {
    line-height: 1.5rem;
}
input::placeholder {
  color: #AAA !important;
}

/** for IE10,IE11,Win8 Edge **/
@-ms-viewport {
    width:auto;
}

/** Bootstrap **/
.table > thead {
    background-color: #FAFAFA;
}
.table > thead th {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
.table-hover>tbody>tr:hover {
    background-color: #FDF4F4
}

.collapsing {
    transition: height 0s ease;
}
.invalid-feedback {
    display: block;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    margin-right: 1rem;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: inherit;
    color: #E8719B;
    font-weight: bold;
}

.navbar-brand img {
    height: 24px;
}
.bg-primary {
    background-color: #88532F !important;   /* 札幌景観色 2-F 蝦夷鹿 */
}
.btn-outline-main {
    color: #88532F;
    border-color: #88532F;
}
.btn-outline-main:hover {
    color: #FFFFFF;
    background-color: #88532F;
}


/** Footer **/
#footer {
    background-color: #333;
    color: #FFF;
    padding: 8rem 0 2rem;
}
#footer a {
    color: #FFF;
}
#footer .nav-item a {
    border-bottom: 1px dashed #FFF;
    margin-right: 2rem;
}
#footer .nav-item a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}




/** Custom **/
.table_fixed {
    table-layout: fixed;
}
.table_selectable tbody td {
    cursor: pointer;
}

.width_xxxs {
    width: 2rem !important;
}
.width_xxs {
    width: 4rem !important;
}
.width_xs {
    width: 6rem !important;
}
.width_sm {
    width: 8rem !important;
}
.width_md {
    width: 10rem !important;
}
.width_lg {
    width: 12rem !important;
}
.width_xl {
    width: 14rem !important;
}
.width_xxl {
    width: 20rem !important;
}
.width_xxxl {
    width: 28rem !important;
}

@media (max-width: 767px) {
.width_xs,
.width_sm,
.width_md,
.width_lg,
.width_xl,
.width_xxl,
.width_xxxl {
    width: 100% !important;
}
}
