@charset "utf-8";

#box-container {
  width: 95%;
  margin: 0 auto;
}

#p01 {
  margin-bottom: 20px;
}

.p {
  width: 91%;
  padding: 4%;
  border: 2px dotted rgb(103, 53, 29);
  margin-bottom: 20px;
}

.p-img {
  text-align: center;
}

.p-text01 {
  font-size: 15px;
  font-weight: bold;
}

.p-text02 {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  border-top: rgb(103, 53, 29) 1px solid;
  border-bottom: rgb(103, 53, 29) 1px solid;
  padding-top: 5px;
  padding-bottom: 4px;
}

.p-text03 {
  margin-bottom: 10px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.6;
}

/*最小幅481px以上の指定*/
@media print, screen and (min-width: 480px) {
  #box-container {
    width: 100%;
    margin-left: 0;
  }

  #p01 {
    width: 900px;
    text-align: left;
    margin: 0px auto 40px;
    padding-top: 50px;
    position: relative;
  }

  #bg-top {
    background-image: url(../images/pick-up-menu/border.png);
    width: 100%;
    height: 2px;
    background-repeat: repeat-x;
  }

  #bg-bottom {
    background-image: url(../images/pick-up-menu/border.png);
    width: 100%;
    height: 2px;
    background-repeat: repeat-x;
  }

  #p02 {
    width: 900px;
    height: 900px;
    text-align: left;
    margin: 0px auto;
    background-image: url(../images/pick-up-menu/bg.png);
    background-repeat: no-repeat;
  }

  .p {
    float: left;
    width: 220px;
    height: 410px;
    padding: 20px 40px;
    border: none;
    margin-bottom: 0;
  }

  .p-text01 {
    width: 220px;
    font-size: 15px;
    font-weight: bold;
  }

  .p-text02 {
    width: 220px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    border-top: rgb(103, 53, 29) 1px solid;
    border-bottom: rgb(103, 53, 29) 1px solid;
    padding-top: 6px;
    padding-bottom: 4px;
    height: 21px;
  }

  .p-text03 {
    width: 220px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.6;
    height: 155px;
  }
}
