@charset "utf-8";

/* =============================================================
 * 天台宗 祖師先徳鑚仰大法会 - Local Pages
 * =============================================================
 * URL: http://tendai.or.jp/daihoue/
 * Created: 2015-03-01
 * Last modified: 2015-03-01
 * Copyright (C) TENDAISHU. All Rights Reserved.
 * ------------------------------------------------------------- */

/* -------------------------------------------------------------
 * schedule Page
 * ------------------------------------------------------------- */

#schedule #contents a.modal-gmap {
  font-size: 10.5px;
  display: inline-block;
  background-color: #ccc;
  box-shadow: 0 1px 0 #999;
  border-radius: 8px;
  text-decoration: none;
  padding: 1px 8px 0px 8px;
  transition: background-color 0.50s;
  white-space: nowrap;
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}
#schedule #contents a.modal-gmap:hover {
  background-color: #bbb;
}

#schedule #contents div.block table.col5 tr th:nth-child(1) {
  width: 20%;
}
#schedule #contents div.block table.col5 tr th:nth-child(2) {
  width: 10%;
}
#schedule #contents div.block table.col5 tr th:nth-child(3),
#schedule #contents div.block table.col5 tr th:nth-child(4) {
  width: 25%;
}
#schedule #contents div.block table.col5 tr th:nth-child(5) {
  width: auto;
}

#schedule #contents div.block table.col4 tr th:nth-child(1) {
  width: 20%;
}
#schedule #contents div.block table.col4 tr th:nth-child(2) {
  width: 10%;
}
#schedule #contents div.block table.col4 tr th:nth-child(3) {
  width: 50%;
}
#schedule #contents div.block table.col4 tr th:nth-child(5) {
  width: auto;
}

#schedule #contents div.block table.col3 tr th:nth-child(1) {
  width: 30%;
}
#schedule #contents div.block table.col3 tr th:nth-child(2) {
  width: 50%;
}
#schedule #contents div.block table.col3 tr th:nth-child(3) {
  width: auto;
}

#schedule #contents div.block table.col3 tr td,
#schedule #contents div.block table.col4 tr td,
#schedule #contents div.block table.col5 tr td {
  width: auto !important;
}


#schedule #contents div.link {
  height: 50px;
}

#schedule #contents a.link_btn {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  background: #003366  url("../project/images/menu_icon_white.png") no-repeat scroll left center;
  box-shadow: 0 1px 0 #999;
  border-radius: 20px;
  text-decoration: none;
  padding: 8px 30px 8px 45px;
  transition: background-color 0.50s;
  white-space: nowrap;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
}
#schedule #contents a.link_btn:hover {
  background-color: #3366cc;
}
