@charset "utf-8";



/********************   member_box   ********************/

.member_box_HI2 {
  display: none;
}



/********************   profile   ********************/

.profile_photo {
  background: url(../img/profile.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}



/********************   qaa   ********************/

.qaa_photo_small {
  background: url(../img/qaa_01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.qaa_photo_Large {
  background: url(../img/qaa_02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}



/********************   comment   ********************/

.comment_profile .profile_photo {
  background: url(../img/comment.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}



/********************   holiday   ********************/

.holiday_photo_01 {
  background: url(../img/holiday_01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.holiday_photo_02 {
  background: url(../img/holiday_02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}










