
  #dx_box {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 300px;
  }

  #dx_text {
    font-size: 12px;
    line-height: 20px;
  }

  #dx_img img {
    width: 100%;
    height: auto;
  }

  a.dx_link {
    color: #F71368 !important;
  }

  a.dx_link :hover {
    color: #F71368 !important;
  }

  #photo_time {
    margin-top: 0;
    margin-bottom: 0;
  }

  @media (min-width: 768px) {

  #dx_sp {
    display: none;
  }

  .swich {
    display: none;
  }

  #diary_sp {
    display: none;
  }

  .swich2 {
    display: none;
  }

  }
  

  @media (max-width: 767px) {

  #diary_pc {
    display: none;
  }

  #dx_pc {
    display: none;
  }

  #dx_box {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
  }

  #twitter-widget-0 {
    max-width: 300px !important;
    margin: 0 auto !important;
    text-align: center;
  }

  }
