﻿@charset "utf-8";

#scalp-itch_title {
  background-image: url(bg_title.jpg);
}

#column_main #scalp-itch_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #scalp-itch_title {
    background-position: right 20% center;
  }

  #column_main #scalp-itch_title h2 {
    padding-bottom: 17%;
  }
}

#clm_cont section p.t_right {
  margin: -0.5em 0 0.8em 0;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
}

#clm_cont section .aside_prod .img_right {
  border: 0;
  max-width: 50%;
}

@media screen and (max-width: 640px) {
  #clm_cont section .aside_prod .img_right {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto 1em auto;
  }
}
