

#jp-cmp-mobile-main .twitter-timeline {
  border:1px solid #eee !important;
}


/*キャンペーン用*/
#jp-cmp-mobile-main #renew_campaign .area-text:after{
  content: " ";
  display: block;
  clear: both;
}
#jp-cmp-mobile-main #renew_campaign .area-text div{
  width: 30%;
  float: left;
}
#jp-cmp-mobile-main #renew_campaign .area-text p{
  width: 69%;
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #jp-cmp-mobile-main #renew_campaign .area-text div{
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  #jp-cmp-mobile-main #renew_campaign .area-text p{
    width: 100%;
    float: none;
  }
}


/* タブレット以下 */
@media screen and (min-width: 768px) and (max-width: 1070px) {
}

/* スマホ以下 */
@media screen and (min-width: 0px) and (max-width: 767px) {
}
