@charset "utf-8";
/* CSS Document */
/* サイドバー広告固定用CSS */
/* ▼画面サイズ（横幅）が960px以上の時だけ出現 */
@media screen and (max-width: 960px) {
#fixedNavi {
	display: none;
}
}
.fixBox {
/* 親要素の中で固定 */
	position: fixed;
	top: 10px;
	left: auto;
	margin-left: 5px;
}
