@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */

.navbar-brand {
    background: url("hokkaido_asai_logo.png") no-repeat left center;
    background-size: 150px 21px;
    height: 30px;
    width: 150px;
    margin-left: 10px;
}


.navbar-brand img{
	width:160px;
}


/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
/* ===================================================================== */
/*	タブレット小　共通基本設定
/* ===================================================================== */
    
.navbar-brand {
    background: url("hokkaido_asai_logo.png") no-repeat left center;
    background-size: 250px 54px;
    height: 54px;
    width: 250px;
    margin-top: 0px;
}	
    
    
.navbar{
/*	background: url(../images/navi-bk.png) repeat-x;
	background-size:100% 75px;
	padding-bottom: 19px;*/
}
}
    
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
/* ===================================================================== */
/*	PC　　共通基本設定
/* ===================================================================== */
.navbar-brand {
    margin-top: -10px;
}	
}