﻿@charset "utf-8";

/*----------ページタイトル----------*/

#snowfes #header h1{
    background-image: url("../images/h1_header_bg.png?20251208");
}

/*----------ナビゲーション----------*/

#snowfes #nav .large{
    background-image: url("../images/nav_large.png");
}
#snowfes #nav .medium{
    background-image: url("../images/nav_medium.png");
}
#snowfes #nav .booth{
    background-image: url("../images/nav_booth.png");
}
#snowfes #nav .map{
    background-image: url("../images/nav_map.png");
}

#snowfes .italic{
	font-style: italic;
}
