﻿@charset "utf-8";

.tel_bar {
  width: 87%;
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border: 3px solid #eb6100;
  border-radius: 6px;
  background: #eb6100;
  padding: 10px;
}

.reserve_bar {
  width: 87%;
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border: 3px solid #65ab31;
  border-radius: 6px;
  background: #65ab31;
  padding: 10px;
}
