@charset "UTF-8";
/*
 * base
=============================================== */
* {
  box-sizing: border-box;
}

html, body, div, ul, li, h1, h2, h3, h4, h5, p {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*
 * layout
=============================================== */
/* container */
#container {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
}

/* footer */
.footer {
  margin: 0 auto;
  padding: 15px 20px;
  background: #EBEBEB;
}

.footer .copy {
  text-align: right;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  font-size: 11px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #container {
    padding: 0;
  }
}
/*
 * areaHeader
=============================================== */
.areaHeader {
  display: flex;
}
.areaHeader h1 {
  width: 102px;
  margin-right: auto;
}
.areaHeader p:nth-of-type(1) {
  margin-right: 30px;
  align-self: flex-end;
}
.areaHeader p:nth-of-type(1) a {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
.areaHeader p:nth-of-type(2) a {
  border: 1px solid #cccccc;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  background: #275fac;
  color: #fff;
  text-decoration: none;
}
.areaHeader p:nth-of-type(2) a span, .areaHeader p:nth-of-type(2) a small {
  display: block;
}
.areaHeader p:nth-of-type(2) a small {
  font-size: 12px;
}
.areaHeader p:nth-of-type(2) a:hover {
  color: #275fac;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .areaHeader {
    position: relative;
    display: block;
    padding: 16px;
    padding-bottom: 1.5em;
    overflow: hidden;
  }
  .areaHeader h1 {
    float: left;
  }
  .areaHeader p:nth-of-type(1) {
    position: absolute;
    right: 16px;
    bottom: 0;
    margin: 0;
  }
  .areaHeader p:nth-of-type(2) {
    float: right;
  }
}

/* pageTitle
=============================================== */
.pageTitle {
  padding: 30px 0;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    padding: 30px 0 20px;
    font-size: 28px;
  }
}

/* theme
=============================================== */
.theme + .theme {
  margin-top: 40px;
}
.themeArea {
  margin-bottom: 60px;
}
.themeTitle {
  margin-bottom: .5em;
  padding-left: .25em;
  font-size: 24px;
  font-weight: normal;
  color: #1663A9;
  text-align: left;
}
.themeTable {
  border: solid 5px #e2e2e2;
  width: 100%;
}
.themeTable th, .themeTable td {
  padding: .75em;
  border: solid 1px #e2e2e2;
  line-height: 1.2;
}
.themeTable thead {
  font-size: 16px;
}
.themeTable thead th {
  font-weight: bold;
}
.themeTable thead th:nth-child(1) {
  width: 12%;
}
.themeTable thead th:nth-child(2) {
  width: 36%;
}
.themeTable thead th:nth-child(3) {
  width: 12%;
}
.themeTable thead th:nth-child(4) {
  width: 10%;
}
.themeTable thead th:nth-child(5) {
  width: 8%;
}
.themeTable thead th:nth-child(6) {
  width: 12%;
}
.themeTable thead th:nth-child(7) {
  width: 10%;
}
.themeTable tbody {
  font-size: 14px;
  text-align: left;
}
.themeTable tbody tr:nth-child(odd) {
  background-color: #ebf5fd;
}
.themeTable tbody tr:nth-child(even) {
  background-color: #fcfeff;
}
.themeTable tbody tr.is-finished {
  background-color: #c7c7c7 !important;
}
.themeTable tbody tr.odd {
  background-color: #ebf5fd !important;
}
.themeTable tbody tr.even {
  background-color: #fcfeff !important;
}
.themeTable tbody tr td:nth-child(7) {
  text-align: center;
}
.themeTable tbody tr td a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .theme + .theme {
    margin-top: 30px;
  }
  .themeArea {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .themeTitle {
    margin-bottom: .5em;
    font-size: 16px;
  }
  .themeTable {
    border: solid 3px #e2e2e2;
  }
  .themeTable th, .themeTable td {
    padding: .25em;
    line-height: 1.3;
  }
  .themeTable thead, .themeTable tbody {
    font-size: 12px;
  }
}

/* アイコン
=============================================== */
/* アイコン共通 */
.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}

/* ＜満席＞※1 */
.label-important, .badge-important {
  background-color: #b94a48;
}

/* ＜残席わずか＞ ※2 */
.label-warning, .badge-warning {
  background-color: #f89406;
}

/* ＜近日申込開始＞※3 */
.label-info, .badge-info {
  background-color: #3a87ad;
}

/* ＜受付終了＞※4 */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* ＜開催未定＞※5 */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* ＜申込受付中＞※6 */
.label-info, .badge-info {
  background-color: #3a87ad;
}

/* ＜開催前＞※7 */
.label-before, .badge-before {
  background-color: #56a13e;
}

/* ＜受付終了＞※8 */
.label-finished, .badge-finished {
  background-color: #6B00B3;
}

/* お知らせ 
=============================================== */
.topicsArea {
  width: 1140px;
  margin: 0 auto;
  margin-top: 30px;
}
.topicsArea h3 {
  border: 1px solid #CCCCCC;
  color: #162475;
  margin-bottom: 10px;
  height: 26px;
  line-height: 26px;
  background: transparent url(../images/bg_place.png) no-repeat scroll left top;
}
.topicsArea .topicsItem {
  text-align: left;
}
.topicsArea .topicsItem .topicsOneItem {
  padding: 0px 0px 0px 18px;
  font-size: 1.2em;
  background: transparent url(../images/news_icom.gif) no-repeat scroll left top;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topicsArea {
    width: 90%;
  }
}
