@charset "UTF-8";
#header {
  width: 100%;
  margin: 0 auto;
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.backLink {
  margin: 20px 0;
}

#footer address {
  font-size: small;
  line-height: 1.4;
  padding: 10px 0 20px;
}

.each-contents {
  margin: 0 auto;
  background-color: #eeeeee;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.create {
  *zoom: 1;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 66px 0 98px;
  background-color: #eeeeee;
  margin-bottom: 28px;
  color: #666666;
}
.create:before, .create:after {
  content: "";
  display: table;
}
.create:after {
  clear: both;
}

.create__content {
  margin: 0 auto;
}

.content__block---text {
  margin-bottom: 6px;
}

.create__title {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-bottom: 15px;
}

.create-content__attention {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 20px;
}

.post__content {
  margin-bottom: 20px;
}

.content__title {
  font-weight: bold;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content__title--password {
  padding-right: 15px;
  text-align: right;
}

.content__control img {
  max-width: 100px;
  max-height: 100px;
}

.content__addition {
  font-size: 13px;
}

.input-button__radio {
  display: inline-block;
}

.content__input {
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 15px;
  border: 2px solid #b2b2b2;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content__input--1row {
  height: 36px;
}
.content__input--short {
  max-width: 320px;
}
.content__input--middle {
  max-width: 320px;
}
.content__input--summary {
  height: 60px;
}

.content__radio {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.radio__text {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

.content__checkbox {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.checkbox__label {
  display: inline-block;
  padding-right: 7px;
  font-size: 15px;
  vertical-align: middle;
}

.content__select {
  width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  background-color: white;
  border: 2px solid #b2b2b2;
  border-radius: 2px;
}

.content__textarea {
  width: 100%;
  height: 213px;
  font-size: 15px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content__notice {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 7px;
  display: block;
}

.content__btn {
  display: inline-block;
  width: 165px;
  margin-right: 23px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 2px solid #b2b2b2;
  border-radius: 8px;
}

.content__filename {
  display: inline-block;
}

.content__date {
  display: inline-block;
  width: 220px;
  margin-right: 15px;
  line-height: 50px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #b2b2b2;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content__from {
  display: inline-block;
  font-size: 40px;
  margin-right: 15px;
  vertical-align: middle;
}

.post__selector {
  *zoom: 1;
  margin: 0 auto;
  padding-top: 40px;
}
.post__selector:before, .post__selector:after {
  content: "";
  display: table;
}
.post__selector:after {
  clear: both;
}

/* PC大 1200pxまで*/
@media screen and (min-width: 1200px) {
  .create {
    width: 1200px;
  }

  .create__content {
    width: 800px;
  }
}
/* PC小 890pxまで*/
@media screen and (min-width: 894px) and (max-width: 1199px) {
  .create {
    width: 894px;
  }

  .create__content {
    width: 700px;
  }
}
/* タブレット 588pxまで*/
@media screen and (min-width: 588px) and (max-width: 893px) {
  .create {
    width: 588px;
  }

  .create__content {
    width: 500px;
  }
}
/* スマホ 589px以下*/
@media screen and (max-width: 587px) {
  .create {
    width: 320px;
  }

  .create__content {
    width: 300px;
  }

  .content__title {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .input-text__title {
    font-size: 16px;
  }

  .apply__title {
    font-size: 20px;
  }

  .apply__note {
    font-size: 15px;
  }
}
