@charset "utf-8";

.bbs_home
 {
    color: #FF6700;
    background-color: #FFF1DA;
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: auto;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
}


.bbs_jumbotron_bg
 {
    min-height: 400px;
    color: #FF6700;
    padding-top: 0vh;
    background-color: #FFF1DA;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
}

.bbs_jumbotron_bg_img
{
    background-image: url(../images/bg01.png);
    background-size: cover;
    background-attachment: fixed;
}


.bbs_jumbotron_content

 {
    position: relative;
    text-align: center;
    height: 80vh;
    padding-top: 30vh;
}

.bbs_card

{
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 100%;
    background-image: url(http://brabustersystem.jp/images/er.gif);
    background-repeat: no-repeat;
    background-position: 99% 99%;
}

.bbs_card2
{
    padding-right: 0px;
    padding-left: 0px;

}

.bbs_card_text
{
    margin-bottom: 50px;
    font-size: 12px;
}

.bbs_fs
{
    font-size: 12px;
}

.bbs_fc
    {color: #FFFFFF;
text-decoration:none;}
a:link { color: #FF3300; }
a:visited { color: #FF6600; }
a:hover { color: #FF6600; }
a:active { color: #FF6600; }

.bbs_btn
{
    width: 92px;
}

.bbs_btn_pos
{
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
    left: 20px;
    right: 20px;
    margin-top: 20px;
}

.bbs_of
{
    overflow-y: auto;
    height: 150px;
    margin-bottom: 16px;
    background-color: #FFF1DA;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
}
.bbs_badge
{
    max-width: 200px;
    width: 100%;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    margin-top: 6px;
    background-color: #4CD6D8;
}

.bbs_footer
{
    font-size: small;
    text-align: center;
    font-style: italic;
    margin-top: auto;
    margin-bottom: auto;
}
.er
{
    background-color: #FFD1F1;
    background-image: url(http://brabustersystem.jp/images/er.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 25%;