@charset "utf-8";
/**
 *  FanBright Public Page CSS
 */
.wrapper {
    display: flex;
    align-items: stretch;
}

.flex-top {
    background-color: #fff;
    height: 50px;
    margin: 0px 0px 20px 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #d3e0e9 !important;
}

.sidebar {
    min-width: 180px;
    max-width: 180px;
    min-height: 100vh;
}

.content {
    min-width: 100%;
    min-height: 100vh;
}

body {
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    color: #000;
}

.footer {
    width: 100%;
    text-align:center;
    margin-top:20px;
}

/** .column-reset-pad の中の .col-md-12 は左右のpaddingをデフォルトの15pxから0pxに変更 */
.column-reset-pad .col-md-12 { padding: 0 0px;}
/** .layout-reset-pad の中の .col-lg-10 は左右のpaddingをデフォルトの15pxから5pxに変更 */
.layout-reset-pad .col-lg-10 { padding: 0 5px;}
.layout-reset-pad .col-lg-2 { padding: 0 5px;}

.top-left {
    position: absolute;
    left: 10px;
    top: 5px;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 10px;
}
/* HyperLink Color */
a {
    color: #000;
    text-decoration:none;
}
a:visited,:hover,:active,:focus,:link {
    color: #000;
    text-decoration:none;
}
