﻿@charset "utf-8";

#pores_title {
  background-image: url(bg_title.jpg);
}

#column_main #pores_title h2 {
  background-image: url(title01.png);
  padding-bottom: 20.5%;
}

@media screen and (max-width: 768px) {
  #pores_title {
    background-position: right 35% center;
  }

  #column_main #pores_title h2 {
    padding-bottom: 23.5%;
  }
}

#clm_cont .img_right#img05 {
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  #clm_cont .img_right#img05 {
    max-width: 65%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right#img05 {
    max-width: 100%;
  }
}
