
@charset "utf-8";

/*
Global Section
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}


/*
Header Section
*/
.navbar {
    height: 120px;
    background: transparent url("../images/Top/navbar-image.jpg") no-repeat scroll center center;
    background-size: cover;
    border: 0;
    margin:0;
}

#header {
    height: 80px;
    border: 0;
    margin-top: 20px;
    background: transparent url("../images/bg_header_extent.png") no-repeat scroll center center;
    background-size: cover;
}

#header .navbar-header {
    background: #CA0814;
}

#header .navbar-brand {
    background: transparent url('../images/navlogo.png') no-repeat right center;
    background-size: contain;
    height: 50px;
    width: 180px;
    margin: 15px 10px;
}

#header .navbar-collapse {
    padding-top: 47px !important;
}

#header .nav li {
    padding:0 10px;
    background: #333333;
}

#header .nav li a {
    height:33px;
    padding: 6px 10px;
    background: #333333;
    font-weight: bold;
}

#header .nav li ul {
    background: #333333;
}

#header .nav li ul li a {
    color: #FFF;
    text-align: left;
    font-size: 0.85em;
    font-weight: normal;
}

/*
Side Navigation
*/
#side-nav {
    font-size: 0.9em;
}
#side-nav ul {
    background: rgba(255,255,255, 0.5);
}

#side-nav ul li{
    margin:10px;
}

.affix {
    float: left;
}
.affix-top {
    width: 19vw;
    float:left;
}
#side-nav .affix {
    width: 19vw;
    position: fixed;
    top: 150px;
}
#side-nav .affix-bottom {
    width: 19vw;
    position: absolute;
    top: auto;
    bottom: 200px;
}

/*
Content Section
*/
.page-header {
    margin-top: 25px;
}

.page-header h2 {
    margin: 0;
    line-height: 1.4em;
}

.clover {
    padding-top: 25px;
    background: transparent url('../images/clover.jpg');
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-attachment: fixed;
    background-position: 150px center;
}

.clover-right {
    padding-top: 25px;
    background: transparent url('../images/clover.jpg');
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-attachment: fixed;
    background-position: right center;
}

/*
Footer Section
*/

#footer {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    /* Set the fixed height of the footer here */
    background-color: #333333;
}

#footer dl {
    height: 100%;
}

#footer dt {
    color : red;
    margin-bottom: 10px;
}

#footer dd a {
    color: #FFFFFF;
    font-size: 0.9em;

}

#footer .logo {
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
    padding: 0;
}

.navbar-footer {
    display: none;
    width: 45px;
    height: 39px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 32px;
    text-align: center;
    border-radius: 0.2em;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    z-index: 99;
}

/*
Smart Phone
*/
@media screen and (max-width: 480px) {

    #footer {
        height:auto;
    }

}

@media (max-width: 767px) {

    .clover-right,
    .clover {
        padding-top: 25px;
        background: transparent;
    }

    .clover-right::before,
    .clover::before {
        padding-top: 25px;
        background:url('../images/clover.jpg') no-repeat left top;
        background-size: 65% auto;
        display: block;
        position: fixed;
        top: 50%;
        left: 55%;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1;
        opacity: 0.6;
    }

}