﻿@charset "utf-8";

#pigmentation_title {
  background-image: url(bg_title.jpg);
}

#column_main #pigmentation_title h2 {
  background-image: url(title01.png);
  padding-bottom: 20.5%;
}

@media screen and (max-width: 768px) {
  #pigmentation_title {
    background-position: right 15% center;
  }

  #column_main #pigmentation_title h2 {
    padding-bottom: 23.5%;
  }
}

#clm_cont .img_center#img03 {
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  #clm_cont .img_center#img03 {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_center#img03 {
    max-width: 100%;
  }
}
