﻿@charset "utf-8";

#perleche_title {
  background-image: url(bg_title.jpg);
}

#column_main #perleche_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #perleche_title {
    background-position: right 35% center;
  }

  #column_main #perleche_title h2 {
    padding-bottom: 17%;
  }
}

#clm_cont section .aside#daily ul {
  width: 73%;
  float: left;
}

#clm_cont #daily .img_right {
  margin: 0 0 0.5em 0;
}

@media screen and (max-width: 768px) {
  #clm_cont #daily .img_right {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right#img01 {
    max-width: 35%;
    margin: 0 0 0.5em 0.5em;
    float: right;
  }

  #clm_cont section .aside#daily ul {
    width: auto;
    float: none;
  }

  #clm_cont #daily .img_right {
    width: auto;
    display: block;
    margin: 0 auto 1em auto;
  }
}
