.center{
  margin: auto;
}
.original-button{
  font-size: 10pt !important;
    background-color: #F7BE81 !important;
    border-color: #B45F04 !important;
    border-width: 3px !important;
    width: 70px;
    padding: 5px;
    color: #2E2E2E!important;
}
.tag {
  width: 50px;
  height: 20px;
  font-size: 8pt;
  line-height: 20px;
  margin: 2px;
  background-color: #000;
  opacity: 0.4;
  right: 0px;
  top: 0px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  color: #FFF;
}


.tag_box_north {
  width: 50px;
  height: 20px;
  font-size: 8pt;
  line-height: 20px;
  margin: 2px;
  background-color: #045FB4;
  opacity: 0.4;
  right: 0px;
  bottom: 0px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  color: #FFF;
}

.tag_box_south {
  width: 50px;
  height: 20px;
  font-size: 8pt;
  line-height: 20px;
  margin: 2px;
  background-color: #B18904;
  opacity: 0.4;
  right: 0px;
  bottom: 0px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  color: #FFF;
}
.all-wrap {
  width: 790px;
  height: 190px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  margin: 10px 0px;
}
.img-wrap {
  width: 189px;
  height: 189px;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  float: left;
}
.detail-wrap {
  width: 600px;
  height: 190px;
  float: right;
}
.one-wrap {
  width: 598px;
  height: 38px;
  border: solid 1px #000;
}
.two-wrap {
  width: 600px;
  height: 150px;
}
.three-wrap {
  width: 398px;
  height: 148px;
  float: left;
}

.name-wrap {
  width: 445px;
  height: 38px;
  float: left;
  font-size: 20pt;
  line-height: 38px;
  padding-left: 5px;
  position: relative;
}
.sign-wrap {
  width: 136px;
  height: 28px;
  border-left: solid 2px #000;
  float: right;
  font-size: 20pt;
  padding: 5px;
  line-height: 28px;
  position: relative;
}

.box-wrap {
  width: 396px;
  height: 86px;
  padding: 1px;
  position: relative;
  border: solid 1px #000;
}

.comment-wrap {
  width: 392px;
  height: 60px;
  padding: 0px 3px;
  line-height: 30px;
  position: relative;
  border: solid 1px #000;
}
.button-wrap {
  width: 198px;
  height: 148px;
  border: solid 1px #000;
  float: right;
  position: relative;
}

#add_button {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
}
#add_button:hover {
  background-color: #FFBF00;
  opacity: 0.5;
  color: #000;
}
.photo_add {
  width: 189px;
  height: 189px;
  line-height: 190px;
  font-size: 30px;
}
.button_add {
  display:block;
  line-height: 150px;
  font-size: 30px;
  width: 198px;
  height: 148px;
}
.name_add {
  width: 398px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
}
.msg_add {
  width: 398px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}


@media (max-width:980px) {//タブレット・スマホ

}
