@charset "utf-8";

/* ==========================================================================
   Info Page
========================================================================== */

/* .User Info Contents
-----------------------------------------------------------*/
.userInfo_contents{
  padding: 30px 0;
}

.userInfo_contents .subTitle {
  padding-bottom: 30px;
}


/* .user-photo-box
-------------------------------------------------------*/
.user-photo-box {
  position: relative;
  width: 560px;
  float: left;
  margin: 0 auto 30px;
  text-align:center;
}

.user-photo-box img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

/*正方形のとき*/
.info-photo0 img{
  max-width: 560px;
  max-height: 100%;
}

/*横が長くて回転していない時*/
.info-photo1 img {
  max-width: 560px;
  max-height: 100%;
}

/*横が長くて回転している時*/
.info-photo2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 560px;
}

/*縦が長くて回転していない時*/
.info-photo3 img {
  max-width: 560px;
  max-height: 100%;
}

/*縦が長くて回転している時*/
.info-photo4 img {
  max-width: 100%;
  max-height: 560px;

}



/* .user-info
-------------------------------------------------------*/
.user-info {
  width: 360px;
  height: auto;
  float: right;
}

.info-box {
  height: 100%;
  text-align: left;
}

.info-title {
  border-bottom: solid 1px #232323;
  font-size: 16px;
  font-weight: bold;
}

.info-text {
  padding: 8px 0 25px;
}


/* .Share area */
.info-sns_btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.info-sns_btn p {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.info-sns_btn p .fa {
  margin-right: 10px;
  padding-left: 15px;
  font-size: 24px;
}

.info_snsBtn_set {
  padding: 25px;
}

.info-fb_set {
  display: inline-block;
}

.info-tw_set {
  display: inline-block;
  padding: 0 5px 0 25px;
}


/* .back-link
-------------------------------------------------------*/
.back-list_wrap {
  padding: 40px 0;
  clear: both;
  text-align: center;
}

a.back-list {
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  text-decoration: underline;
}


/* .deleteBox
-------------------------------------------------------*/
.deleteBox {
  margin: 30px auto;
  clear: both;
}

input[type="submit"] {
  -webkit-appearance: none;
   border :none;
}

.deleteBox .btn {
  width: 200px;
  margin: 0 auto;
  padding: 16px 15px;
  border-bottom: solid 1px #999;
}



/* ==========================================================================
   Responsive
========================================================================== */
@media screen and (max-width:768px) {

/* .User Info Contents
-----------------------------------------------------------*/
.userInfo_contents .inner{
  padding: 0;
}


/* .user-photo-box
-------------------------------------------------------*/
  .user-photo-box {
    position: relative;
    width: 100%;
    float:none;
  }

  /*正方形のとき*/
  .info-photo0 img {
    max-width: 100%;
    max-height: 100%;
  }

  /*横が長くて回転していない時*/
  .info-photo1 img {
    max-width: 100%;
    max-height: 100%;
  }

  /*横が長くて回転している時*/
  .info-photo2 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

  /*縦が長くて回転していない時*/
  .info-photo3 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: none;

  }

  /*縦が長くて回転している時*/
  .info-photo4 img{
    max-width: 100%;
    max-height: 100%;
  }


/* .user-info
-------------------------------------------------------*/
  .user-info {
    width: 90%;
    height: auto;
    margin: 0 auto;
    float: none;
  }

  .info-box {
    width: 100%;
  }


/* .Share area */
  .info-sns_btn {
    justify-content: center;
  }

  .info-sns_btn p .fa {
    margin-right: 5px;
  }

  .info_snsBtn_set {
    padding: 15px;
  }

  .info-fb_set {
    padding: 0 23px 0 7px;
  }

  .info-tw_set {
    padding: 0;
  }

  .info_snsBtn_set img {
    width: 45px;
    height: auto;
  }



/* .back-link
-------------------------------------------------------*/
  .back-list_wrap {
    width: calc(100% - 30px);
    padding: 0;
  }

  .back-list_wrap 

  a.back-list {
    padding: 3px 20px;
  }

/* .deleteBox
-------------------------------------------------------*/
  .deleteBox {
    margin: 0 auto 30px;
  }
}


/* ==========================================================================
  Responsive 320
========================================================================== */
@media screen and (max-width:320px) {
/* .Share area */
  .info-sns_btn {
    flex-direction: column;
    align-items: center;
  }
  .info-sns_btn p {
    padding: 15px 0 10px;
  }
}
