@charset "utf-8";
/* 初期化 */
html, body, div,
section, nav, article, aside, hgroup, heade, footer,
applet, object, iframe, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, figure, figcaption,
fieldset, form, label, legend, menu,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 値の設定 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

th {
  font-weight: bold;
}

br {
  height: 0px;
  line-height: 10px;
  margin-top: 10px;
}

hr {
  margin: 10px auto 10px auto;
  border: none;
  width: 95%;
  height: 1px;
}

address {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}

/* 拡張レイアウトクラス */
.txtStrong {
  font-weight: bold;
}

.txtNormal {
  font-weight: normal;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.boxLeft {
  margin-left: 0px;
}

.boxRight {
  margin-right: 0px;
}

.boxCenter {
  margin-left: auto;
  margin-right: auto;
}

.boxTop {
  vertical-align: top;
}

.boxMiddle {
  vertical-align: middle;
}

.boxBottom {
  vertical-align: bottom;
}

.boxBlock {
  display: block;
}

.boxInline {
  display: inline;
}

.boxHidden {
  display: none;
}

.boxFloatL {
  float: left;
}

.boxFloatR {
  float: right;
}

.txtRed {
  color: red;
}

/* レイアウト */
html, body {
  height: 100%;
  overflow-x: hidden !important;
}

html {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px/21px;
  overflow-y: scroll;
}

section.page {
  position: relative;
  display: block;
  width: 100%;
  height: 96%;
  clear: both;
}

header.topHead {
  position: relative;
  display: block;
  z-index: 0;
}

footer.topFoot {
  display: block;
  width: 100%;
  height: 30px;
  bottom: 0px;
}

div.footCopy_wrap {
  position: relative;
  display: block;
  clear: both;
}

section.contsBox_wrap {
  position: relative;
  display: block;
  clear: both;
}

section.contsBox {
  position: relative;
  display: block;
  clear: both;
}

/* レイアウト要素のスタイル */
body {
  background-color: #333;
}

section.page {
  background-color: #fffcfb;
  width: 1024px;
  margin: 0px auto;
}

header.topHead {
  width: 100%;
  height: 67px;
  margin: 0px auto 0px auto;
  background: black;
}

div.footCopy_wrap {
  width: 1024px;
  height: auto;
  background: #d60101;
  margin: 0px auto;
}
div.footCopy_wrap p {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
}
div.footCopy_wrap p a {
  color: #FFFFFF !important;
}
div.footCopy_wrap p span {
  display: inline;
  margin-right: 20px;
}

section.contsBox_wrap {
  width: 1024px;
  height: auto;
  margin: 0px auto;
  background: #fffcfb;
}

section.contsBox {
  width: 800px;
  margin: 10px auto 0px auto;
}

div.innerBox {
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
div.innerBox.border {
  border: 1px solid #d60101;
}

div#banner_box {
  width: 800px;
  margin: 20px auto 0px auto;
  text-align: center;
}
div#banner_box a {
  font-size: 14px;
}
div#banner_box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* 全ページで共通の要素 */
#headBar {
  width: 100%;
  height: 12px;
  background: #d60101;
}

.topLogo_wrap {
  width: 1024px;
  margin: 3px auto 0px auto;
}

.topLogo {
  position: absolute;
  display: block;
  width: 513px;
  height: 53px;
  top: 7px;
  left: 10px;
  background-image: url("../images/logo.png?20151013");
  background-repeat: no-repeat;
}

p.description {
  line-height: 30px;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
}
p.description.min {
  font-size: 14px;
}

a {
  color: #d60101;
}
a:hover {
  color: #bd0101;
}

hr {
  background-color: #333333;
}

a.linkMorePosts {
  float: right;
}

a:active, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

#pageList {
  float: right;
  margin-bottom: 20px;
}

#headAboutUs {
  display: block;
  width: 747px;
  height: 28px;
  background-image: url("../images/aboutus_head.png");
  background-repeat: no-repeat;
}

#headInfo {
  display: block;
  width: 747px;
  height: 28px;
  background-image: url("../images/info_head.png");
  background-repeat: no-repeat;
}

#headContact {
  display: block;
  width: 747px;
  height: 28px;
  background-image: url("../images/contact_head.png");
  background-repeat: no-repeat;
}

#headClasses {
  display: block;
  width: 747px;
  height: 28px;
  background-image: url("../images/classes_head.png");
  background-repeat: no-repeat;
}

#side_banner_box {
  margin-top: 10px;
}

.topGnav {
  display: block;
  width: 190px;
  height: 326px;
  margin: 25px auto 0px auto;
  background-image: url("../images/gnav_box.png");
  background-repeat: no-repeat;
}
.topGnav a {
  display: block;
  float: left;
  margin-top: 45px;
}
.topGnav a#gnav_01 {
  width: 25px;
  height: 231px;
  margin-left: 8px;
  margin-right: 10px;
  background-image: url("../images/gnav_01.jpg");
  background-repeat: no-repeat;
}
.topGnav a#gnav_01.active, .topGnav a#gnav_01:hover {
  background-image: url("../images/gnav_01_hover.jpg");
}
.topGnav a#gnav_02 {
  width: 25px;
  height: 102px;
  margin-left: 6px;
  margin-right: 10px;
  background-image: url("../images/gnav_02.jpg");
  background-repeat: no-repeat;
}
.topGnav a#gnav_02.active, .topGnav a#gnav_02:hover {
  background-image: url("../images/gnav_02_hover.jpg");
}
.topGnav a#gnav_03 {
  width: 25px;
  height: 95px;
  margin-left: 9px;
  margin-right: 10px;
  background-image: url("../images/gnav_03.jpg");
  background-repeat: no-repeat;
}
.topGnav a#gnav_03.active, .topGnav a#gnav_03:hover {
  background-image: url("../images/gnav_03_hover.jpg");
}
.topGnav a#gnav_04 {
  width: 25px;
  height: 138px;
  margin-left: 14px;
  margin-right: 10px;
  background-image: url("../images/gnav_04.jpg");
  background-repeat: no-repeat;
}
.topGnav a#gnav_04.active, .topGnav a#gnav_04:hover {
  background-image: url("../images/gnav_04_hover.jpg");
}

/* トップページ */
#topDesc {
  width: 320px;
  padding: 50px 0px 0px 10px;
}

#topDescBox {
  width: 760px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

#topInfoList {
  margin-top: 5px;
  width: 747px;
}
#topInfoList th, #topInfoList td {
  border-bottom: 1px dotted #999;
  padding: 5px;
}
#topInfoList td {
  width: 60px;
}
#topInfoList td.top_info_date {
  width: 120px;
}
#topInfoList th {
  text-align: left;
}

/* About Us */
h3.strhead_aboutus {
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}

h4.strhead_aboutus {
  font-size: 17px;
  padding: 5px 0px 5px 0px;
}

.desc_aboutus {
  padding: 5px;
}

.tbl_aboutus {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.tbl_aboutus th, .tbl_aboutus td {
  border: 1px solid #aaa;
  vertical-align: middle;
  padding: 5px;
}
.tbl_aboutus th {
  width: 120px;
  text-align: center;
  background: #ddd;
}
.tbl_aboutus th.nb {
  background: #fff;
}
.tbl_aboutus td {
  background: #fff;
  min-width: 60px;
}

.image_aboutus {
  display: block;
  width: 640px;
  margin: 30px auto 30px auto;
  text-decoration: none;
}

.image_aboutus:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.image_aboutus img {
  display: block;
  border: none;
}

.image_aboutus p {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}

.btn_back {
  float: right;
  margin-right: 30px;
}

/* お問い合わせ */
form.contactForm {
  margin: 60px auto 160px auto;
  width: 600px;
  text-align: left;
}
form.contactForm table {
  width: 100%;
}
form.contactForm th, form.contactForm td {
  padding: 5px;
  vertical-align: middle;
}
form.contactForm input.txtInput {
  width: 250px;
  height: 25px;
}
form.contactForm div.btnInput_wrap {
  text-align: right;
  padding-right: 70px;
}
form.contactForm input.btnInput {
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  background: #d60101;
  background: -moz-linear-gradient(top, #d60101 0%, #d60101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60101', endColorstr='#d60101',GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60101', endColorstr='#d60101',GradientType=0 );
  background: -o-linear-gradient(top, #d60101 0%, #d60101 100%);
  background: -webkit-linear-gradient(top, #d60101 0%, #d60101 100%);
  background: linear-gradient(to bottom, #d60101 0%, #d60101 100%);
}
form.contactForm input.btnInput:hover {
  background: #bd0101;
  background: -moz-linear-gradient(top, #bd0101 0%, #bd0101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0101', endColorstr='#bd0101',GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0101', endColorstr='#bd0101',GradientType=0 );
  background: -o-linear-gradient(top, #bd0101 0%, #bd0101 100%);
  background: -webkit-linear-gradient(top, #bd0101 0%, #bd0101 100%);
  background: linear-gradient(to bottom, #bd0101 0%, #bd0101 100%);
}
form.contactForm textarea {
  width: 350px;
  height: 150px;
  resize: none;
}

/* お知らせ */
.infoPost {
  display: block;
  width: 695px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
  margin: 0px 0px 10px 80px;
}
.infoPost th {
  padding: 5px 5px 5px 0px;
  text-align: left;
  line-height: 16px;
}
.infoPost th a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.infoPost th span {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.infoPost td.infoPostText {
  font-size: 14px;
  line-height: 15px !important;
  padding: 5px 0px 5px 130px;
}
.infoPost td.infoPostText div.infoImgLinkWrap {
  margin-right: 15px;
}
.infoPost td.infoPostText a.infoImgLink {
  max-width: 200px;
}
.infoPost td.infoPostText a.infoImgLink img {
  max-width: 200px;
  height: auto;
  padding: 0px 5px 5px 0px;
  border: 1px solid #d60101;
}
.infoPost td.infoPostText a.infoImgLink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.infoPost td.infoPostText a.infoImgLink.disable {
  cursor: default;
}
.infoPost td.infoPostText a.infoImgLink.disable img {
  border: none;
}
.infoPost td.infoPostText a.infoImgLink.disable:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.infoPost td.infoPostText a.infoImgLink.pdf {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}
.infoPost td.infoPostText a.infoImgLink.pdf img {
  border: none;
  padding: 0px;
  vertical-align: middle;
}
.infoPost td.infoPostText p {
  max-width: 500px;
  margin-bottom: 10px;
}
.infoPost td.infoPostText p.full {
  max-width: 100%;
}
.infoPost br {
  height: 0px;
  line-height: 0px;
}
.infoPost:last-child {
  margin-bottom: 0px;
  border: none;
}
