.navbar.withLabel:before {
/*メインナビラベル部分は任意のbackground-colorに変更可*/
}

@media (min-width: 768px) {
	.navbar .navbar-header {
/*メインナビヘッダ部分は任意のbackground-colorに変更可*/
	}
}


.ui-widget { /*jquery-uiの記述を上書き*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
}