
/*-------キャンペーン情報-------*/

.price_top{
  margin:0 auto;
  width:68%;
  font-size: 20px;
  text-align: center;
}
.firsttime{
  margin:0 auto;
  padding:10px;
  background-color: #ff6;
  border-radius: 10px;
  width:80%;
}
.firsttime_title{
  margin-bottom:3px;
}
.firsttime_contents{
  font-size: 22px;
}


/*-------料金表-------*/
#main table{
  font-size: 18px;
  width:70%;
  margin:30px auto;
  background-color:#fff;
  text-align:center;
  border-collapse: collapse;
  border-style:hidden;
}
#main table th{
  text-align:left;
  padding: 5px 20px;
  width:50%;
}
#main table td{
  width:20%;
}
#main table td,th{
  border-bottom:1px dashed #bbb;
  border-left:1px solid #ccc;
}
#main table td.red{
  color:#FF4F50;
  background-color:#fcf1fc;
}
#main table td.title{
  background-color:#c5e5fb;
  text-align:center;
  padding:15px 0;
  font-weight: bold;
}

#main .kome{
  text-align: center;
  margin:20px 20px 60px 20px;
}
