/* 営業案内用CSS */


/* -------------------- メイン -------------------- */
#main {
  text-align:center;
}

/* ----- 営業時間 ----- */
.m2 {
  width:650px;
  height:30px;
  margin-top:60px;
  background-image:url('../images/line_2.gif');
  background-repeat:no-repeat;
  font-size:20px;
  font-weight:bold;
  text-align:left;
  color:#0080ff;
  margin-bottom:30px;
  margin-left:30px;
}

.m2 p {
  margin-top:2px;
  margin-left:2em;
}

.table1 {
  width:530px;
  margin-right:20px;
  margin-left:85px;
  margin-bottom:60px;
  border-collapse:collapse;
  line-height:1.2em;
  text-align:center;
}

.table1 th {
  border:solid 1px #d5d5d5;
  color:#0099cc;
}

.table1 td{
  border:solid 1px #d5d5d5;
  font-size:16px;
}

.table2 {
  width:530px;
  margin-left:85px;
  margin-bottom:0px;
  border-collapse:collapse;
  line-height:1.2em;
  text-align:center;
}

.table2 th {
  border:solid 1px #d5d5d5;
  color:#0080ff;
}

.table2 td{
  border:solid 1px #d5d5d5;
  font-size:16px;
}

.table3 {
  width:530px;
  border-collapse:collapse;
  line-height:1.2em;
  text-align:center;
  margin-top:60px;
  margin-left:85px;
}

.table3 th {
  border:solid 1px #d5d5d5;
  color:#0080ff;
}

.table3 td{
  border:solid 1px #d5d5d5;
  font-size:16px;
}

.x1 {
  background-color:#ffda7c;
}

.y1 {
  padding-left:10px;
  background-color:#ecffff;
  text-align:left;
}

.y2 {
  padding:3px 0px 3px 10px;
  background-color:#ecffff;
  text-align:left;
  line-height:1.0em;
}

.member {
  background-color:#fffda6;
}

.visitor {
  background-color:#d2ffd2;
}

.junior {
  background-color:#ffe1ea;
}

.time {
  background-color:#aae3ff;
}

.x2 {
  font-size:14px;
  color:#ff0000;
}

.y3 {
  padding-left:10px;
  background-color:#ecffff;
  text-align:center;
}


/* ----- 年末年始用 ----- */
#service {
  margin-bottom:30px;
  font-family:HG創英角ﾎﾟｯﾌﾟ体;
  color:#ffffff;
  width:500px;
  font-size:25px;
  line-height:1.2em;
  background-color:#ff9300;
}

.ivory {
  width:170px;
  background-color:#fffda6;
  color:#0000ff;
}

.green {
  color:#008000;
  font-weight:bold;
}




/* -------------------- サイド -------------------- */



