@charset "utf-8";

.bpost {
  height: 32px;
  padding: 6px 16px 2px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 8px auto 0;
  width: 740px;
}

.bpost_contents {
  border-top: 3px solid #ffaf19;
  background-color: #fff;
  padding: 8px 16px 24px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 740px;
  font-size: 14px;
  line-height: 18px;
}


.bpost h1 {
   font-size: 16px;
   font-weight: 500;
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   align-items: center;
}

.bpost h1:before {
    display: inline-block;
    content: '';
    background: url(/img/icon_edit-pen.png);
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}


.bpost-postForm {
  margin-top: 16px;
  padding-left: 16px;
}

.bpost-postForm li {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.bpost-postForm_item {
  width: 90px;
  font-size: 14px;
}

.bpost-postForm_item span {
  margin-left: 4px;
}

.bpost-area_checkbox {
  margin-top: 16px;
  font-size: 13px;
}

.bpost-area_buttons {
  margin: 8px 0 24px;
}

.bpost-list {
  margin: 8px 0 24px;
  padding-left: 16px;
}

.bpost-list ul {
  margin-bottom: 8px;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
}

.bpost-list ul li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
}

.bpost-list ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffaf19;
  display: inline-block;
  margin-right: 10px;
}

.bpost-list span {
  margin: 4px 0 8px 16px;
  display: block;
}

/*----- ついてお絵カキコする -----*/
.bpost-oekaki {
  height: 32px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 740px;
  border-bottom: 3px solid #ffaf19;
  background-color: #fff;
}

.bpost-oekaki h1 {
  font-size: 16px;
  font-weight: 500;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
}

.bpost-oekaki h1:before {
  display: inline-block;
  content: '';
  background: url(/img/icon_illust.png);
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-left: 8px;
}

.bpost-oekaki_contents {
  padding: 16px 0 32px;
  background-color: #fff;
  font-size: 12px;
}

.bpost-oekaki_contents p {
  padding-left: 16px;
}

.bpost-oekaki_input {
  margin: 16px 0 0 24px;
}

.bpost-oekaki_size {
  margin-bottom: 8px;
}

.bpost-oekaki_size label {
  margin-right: 8px;
}

.bpost-oekaki_size  input {
  margin-left: 4px;
}

/*----- についてピコカキコする -----*/
.bpost-pico {
  height: 32px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 740px;
  border-bottom: 3px solid #ffaf19;
  background-color: #fff;
}

.bpost-pico h1 {
  font-size: 16px;
  font-weight: 500;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
}

.bpost-pico h1:before {
  display: inline-block;
  content: '';
  background: url(/img/icon_piko.png);
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-left: 8px;
}

.bpost-pico_contents {
  padding: 16px 0 16px;
  background-color: #fff;
  font-size: 12px;
  border-radius: 0 0 8px 8px;
}

.bpost-pico_contents p {
  padding-left: 16px;
}

.bpost-pico_post {
  margin: 16px 0 0 24px;

}
