/* 使用 UTF-8 without BOM */

#divWrapper
{
  width: 100%;
  display: flex;
}

#divMenu
{
  width: 270px;
  min-width: 270px;
}

#divContent
{
  width: auto;
}

#divContent img
{
  max-width: 300px;
}

#id_bg_half_left
{
  display: none;
}

#id_bg_half_right
{
  display: none;
}

#id_bg_left_top_flower
{
  display: none;
}

#id_bg_right_bottom_flower
{
  display: none;
}

#id_bg_bottom_horizontal
{
  display: none;
}

#id_bg_right_vertical
{
  display: none;
}

#id_fg_light
{
  display: none;
}