@charset "UTF-8";

/* あ */


/* PC */
@media screen and (min-width:960px){
  p.dl_text{
    width: 300px;
    float: left;
  }

  p.dl_image{
    width: 200px;
    float: right;
  }

  p.more{  /* dl.phpを上書き */
    clear: both;
    padding-top: 10px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  p.dl_text{
    margin-bottom: 10px;
  }

  p.dl_image{
    margin-bottom: 15px;
  }
}