/* style.css */

/************************************************************************************


熊本県教育情報システム


************************************************************************************/

body{
    font-size: 16px;
    line-height: 1.7;
	padding-top: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background-color: #fff;
}
main.container, main.container-fluid {
	margin-top: 0;
    background-color: #fff;
}


@media screen and ( max-width:768px) {
    
    body{
	    padding-top: 50px;
    }
    

   .row{
        margin: 0;
    }
}


.container {
    padding: 0;
}

a{
	color: #b7282e;
}

a:hover{
	color: #ff9900;
}

.blogs_entry_meta a{
    color: #999 !important;
}

/************************************************************************************
 ログイン　ヘッダー
************************************************************************************/
.navbar-inverse {
    background-color: #ddd;
    border: none;
}

.navbar {
    min-height: 35px;
    margin-bottom: 0;
}

.navbar-brand {
    height: 25px;
    padding: 10px 5px 5px 15px;
    font-size: 14px;
    line-height: 14px;
}

.navbar-inverse .navbar-brand{
    color: #666;
}

.navbar-inverse .navbar-nav > li > a {
    color: #666;
}

.navbar-nav > li > a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 14px;
}

.nav > li > a {
    padding: 10px 15px 0;
}



/************************************************************************************
 ヘッダー
************************************************************************************/
#container-header{
    margin: 40px auto 0;
}


#container-header .siteLogo{
    float: left;
}

#container-header .link{
    float: right;
    margin: 40px 0 0 0;
}

#container-header .link a{
    background: url(../img/sankaku.png) 10px 8px no-repeat;
    padding: 5px 10px 5px 20px;
}

ul.nav-tabs, ul.nav-pills {
    margin-bottom: 0;
}

@media screen and ( max-width:768px) {
    
    #container-header {
    margin: 0 auto;
    }

    #container-header .siteLogo{
    float: none;
    text-align: center;
    width: 75vw;
    margin: 0 auto;
    }
    
    #container-header .siteLogo img{
    width: 100%;
    max-width: inherit;
    margin: 10px 0 0;
    }
    
    #container-header .link{
    float: right;
    margin: 10px 0 0;
    }
    
    .navbar-header{
        padding: 0 10px;
    }
}


/************************************************************************************
 フッター
************************************************************************************/
.footer{
    background-color: #b7282e;
    padding: 15px;
    margin-top: 100px;
    color: #fff;
    position: relative;
}

.footer .ft_name{
    font-size: 16px;
    margin-top: 32px;
}

.footer .ft_copy{
    font-size: 10px;
}


.footer .kumamon{
    position: absolute;
    top: -70px;
    right: 20px;
}

@media screen and ( max-width:768px) {
   .footer .kumamon{
       display: none;
    }

}


/************************************************************************************
 ナビゲーションメニュー
************************************************************************************/
.plugin-menus .menu-header{
    background-color: #b7282e !important;
    overflow: hidden;
}

.menu-header-tabs > li.active {
    border: none;
}

.menu-header-tabs > li:not(.active) {
    border: none;
}

.nav-pills{
    background-color:#b7282e;
    padding-left: 10px;
}

.nav-pills > li{
    margin-left: 0;
    background-color:#b7282e;
}

.menu-header-tabs > li {
    border: none;
    border-radius: 0;
    background-color:#b7282e;
}

.menu-header-tabs > li.active {
    border-radius: 0;
    background-color:#b7282e;
}

.nav-tabs.nav-justified > li {
    display: inline-block;
    width: auto;
    float: left;
}

.nav-tabs.nav-justified > li a{
    margin-bottom: 10px;
    margin-left: 10px;
    background: url(../img/navac.png) 0 15px no-repeat;
    padding-left: 22px;
    color: #fff;
}

.menu-header-tabs > li.active a{
    background: url(../img/navac_cr.png) 0 15px no-repeat;
    padding-left: 22px;
    color: #fff;
}

.menu-header-tabs > li a:hover,
.menu-header-tabs > li.active a:hover{
    color: #ff9900;
}

.menu-header-tabs > li:not(.active):focus, .menu-header-tabs > li:not(.active):hover {
    background-color: #b7282e;
}

@media screen and ( max-width:768px) {
    .plugin-menus .menu-header.navbar-default .navbar-toggle {
        margin-right: 10px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/************************************************************************************
 サイドメニュー
************************************************************************************/

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #b7282e;
    border-color: #b7282e;
}

.submenuBan{
    text-align: center;
    border: 1px solid #b7282e;
    margin-left: 20px;
    padding: 10px 20px;
}


/************************************************************************************
 見出し等
************************************************************************************/
h2.md,
.blogs_blogTitle{
    font-size: 24px;
    border-bottom: 2px solid #bebebe;
    padding: 3px 5px;

}


/************************************************************************************
 ショートカットメニュー
************************************************************************************/
div.reco{
    text-align: center;
    margin-bottom: 30px;
}


/************************************************************************************
 リスト
************************************************************************************/
.linkList li{
    float: left;
    width: 50%;
}



/************************************************************************************
 関連リンク
************************************************************************************/

@media screen and ( max-width:768px) {

    .img-responsive.nc3-img:not(.center-block) {
        margin: 8px 4px;
    }

}








