/* lineÏ¢·È¥Ü¥¿¥ó */
.line {
    background: white;
    font-size: 14px;
    text-align:center;
}

@media only screen and (max-width: 767px) {
  .line {
	margin-bottom: 2rem!important;
  }
}
.header-banner {
	margin-bottom: 1rem!important;
}

@media only screen and (max-width: 767px) {
  .header-banner {
      margin-top: 2rem!important;
  }
    .header-banner li {
    text-align: center!important;
  }
}

.responsive-table {
  border-collapse: collapse;
  width: 100%;
  max-width:800px;
  margin:0 auto;
}

.responsive-table th,
.responsive-table td{
  padding: 10px 5px 5px;
  font-weight:normal;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}

.responsive-table th {
  width:30%;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .responsive-table {
    width: 100%;
  }
  
.responsive-table th,
.responsive-table td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  
  .responsive-table tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.coupon-pict {
  text-align:center;
  padding:3% 0 5%;
}

@media only screen and (max-width: 767px){
  .coupon-pict {
 	 padding:0 0 10%;
  }
}

.coupon-pict img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.news {
    width: 100%;
    padding: 2%;
    margin-bottom:2rem;
}
.news dl {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 3%;
    border: double 4px #ff69b4;
    border: 4px double #D3032B;
    border-radius: 1rem;
}

.news dl dt{
  font-size:110%;
}
