﻿@charset "utf-8";

#steroid_title {
  background-image: url(bg_title.jpg);
}

#column_main #steroid_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #steroid_title {
    background-position: right 40% center;
  }

  #column_main #steroid_title h2 {
    padding-bottom: 17%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont #img_catch {
    float: right;
    max-width: 25%;
    margin: 0 0 0.5em 0.5em;
  }

  #clm_cont #img_aside {
    display: block;
    margin: 0 auto 0.5em auto;
  }
}
