@charset "utf-8";

/*  道場CSS  */

/* メインBOX小田原 */
.wrapper-oda {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top2/title_oda.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* メインBOX開成 */
.wrapper-kaisei {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top2/title_kaisei.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* メインBOX平塚 */
.wrapper-hiratsuka {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top2/title_tomizu.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* メインBOX秦野 */
.wrapper-hada {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top2/title_hada.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* メインBOX大磯 */
.wrapper-oiso {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top/title_gyoji.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* メインBOX三島 */
.wrapper-mishi {
  border-left-width: 2px;
  border-right-width: 2px;
  border-color: #9abce4;
  width: 900px;
  height: 100%;
  min-width: 900px;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  background-image: url(photo_top2/title_mishi.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* ふわっと画像 */

#photo_dojo {
  width: 700px;
  height: 300px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#photo_dojo img {
  top: 0;
  left: 0;
  position: absolute;
}

/* 道場のメイン囲み */

.box_dojo {
  width: 700px;
  margin: auto;
  background-color: #fff;
  margin-top: 30px;
}

/* ふわっと画像の下の見出し */
.box_name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 20px;
}

/* ふわっと画像の下の見出し、H1タグにした */
.h1_name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 20px;
  display: inline;
}

.box_tel {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 0;
  display: inline;
}

/* 名前の下の下線 */

.box_dojo hr {
  width: 100%;
  color: #666;
  height: 1px;
  margin-top: 2px;
}

/* リンクの線色変更 */

a.dojo:link {
  color: #028cae;
  text-decoration: underline;
}

a.dojo:visited {
  color: #028cae;
  text-decoration: underline;
}

a.dojo:hover {
  color: #62bff7;
  text-decoration: underline;
}

/* P赤字 */

P.akaji {
  color: #dc345f;
  text-decoration: none;
}
