/* CSS Document */

/* order.css */

#main {
  overflow: hidden;
  }

@media (max-width:768px) {
#content-title {
  font-size: 8.3vw;
  margin-top: -0.5em;
  text-align: center;
  }
.content-title-sub {
  font-size:7.3vw;
  }
 }

.order-entry {
 border-bottom:dashed 1px #999;
 font-size:1.0em;
 margin:1.0em auto 3.0em;
 padding-bottom:1.0em;
 width:80%;
 }
@media (max-width:768px) {
.order-entry {
  font-size:4.3vw;
 margin:1.0em auto 2.0em;
  padding-bottom:1.0em;
  width:90%;
  }
 }

.order-title {
 color:#005a4f;
 font-family:'Hiragino Mincho Pro', 'MS PMincho', serif;
 font-size:32px;
 font-weight:bold;
 letter-spacing:0.2em;
 margin-top:1.0em;
 text-align:center;
 }
@media (max-width:768px) {
.order-title {
  font-size:7.8vw;
  letter-spacing:0.1em;
  }
 }

.order-photo-area {
 border-top:solid 1px #999999;
 border-bottom:solid 1px #999999;
 margin:0.5em auto;
 padding:0.2em 0;
 width:640px;
 }
@media (max-width:768px) {
.order-photo-area {
  width:97.5%;
  }
 }

.order-photo {
 height:auto;
 max-width:100%;
 }

.order-text {
  line-height:1.75em;
  margin-top:0.5em;
  margin-left:1.5em;
  }
@media (max-width:768px) {
.order-text {
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  }
 }

.points {
 color:#9c315d;
 font-size:22px;
 margin:1.0em 0 2.0em;
 text-align:center;
 }
@media (max-width:768px) {
.points {
  font-size: 4.3vw;
  margin: 0.25em 0 1.5em;
  }
 }

.points-cap {
 color:#9c315d;
 font-size:22px;
 margin-right:0.2em;
 vertical-align:-5%;
 }
@media (max-width:768px) {
.points-cap {
  font-size:4.8vw;
  }
 }

.order-price {
 color:#833638;
 font-size:20px;
 margin-top:0.75em;
 margin-right:7.5%;
 text-align:right;
 }
@media (max-width:768px) {
.order-price {
  font-size:4.3vw;
  margin-right:0.5em;
  }
 }

.price-font {
 color:#;
 font-family:'Hiragino Mincho Pro', 'MS PMincho', serif;
 font-size:24px;
 }
@media (max-width:768px) {
.price-font {
  font-size:4.8vw;
  }
 }

.next-season {
 font-size:14px;
 margin-top:0.25em;
 }
@media (max-width:768px) {
.next-season {
  font-size:3.3vw;
  }
 }

.notice-text {
 font-size:14px;
 line-height:1.75em;
 margin:1.0em 0 1.5em 5.5em;
 }
@media (max-width:768px) {
.notice-text {
  font-size:3.8vw;
  line-height:1.5em;
  margin:1.0em 0 1.0em 2.0em;
  }
 }

