    color: #0085cd;@charset "UTF-8";
    font-size: 15px;html,
    font-weight: bold;button,
    margin: 1em 0 0;input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
}

html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 80%;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
  background: white;
  color: #595757;
  letter-spacing: 0.5px;
}

a {
  color: #595757;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #8c8a8a;
  text-decoration: underline;
}

.wrap {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-image: url(../img/body-bg02.png), url(../img/body-bg01.gif);
  background-repeat: no-repeat, repeat-y;
  background-position: center 306px, center top;
  /*IE8*/
  background-image: url(../img/body-bg01.gif)\9;
  background-repeat: repeat-y\9;
  background-position: center top\9;}



/* head */
.header-container {
  margin: 0 auto;
  padding-top: 60px;
  width: 960px;
  text-align: center;
  background-image: url(../img/body-bg02.png);
  background-repeat: no-repeat;
  background-position: center 306px;

}
.header-container h1 {
  margin: 0;
  padding: 0;
}
.header-container nav {
  margin: 40px 0 30px;
  width: 960px;
  height: 69px;
}
.header-container nav ul {
  margin: 0;
  padding: 0;
}
.header-container nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.main-container {
  margin: 0 auto;
  padding: 30px 40px 125px;
  width: 960px;
  min-height: 100%;
  background-image: url(../img/body-bg02.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-container .index {
  min-height: 650px;
  overflow: hidden;
  background: url(../img/index-bg.png) center top no-repeat;
}
.main-container .index .index-left {
  float: left;
  width: 249px;
}
.main-container .index .index-right {
  float: right;
  width: 192px;
}
.main-container .index .index-right .button {
  margin-top: 20px;
}

.footer-container {
  clear: both;
  height: 125px;
  margin-top: -125px;
  background: url(../img/foot-bg.png) center top no-repeat;
}
.footer-container footer {
  margin: 0 auto;
  padding: 34px 150px 14px;
  width: 960px;
  font-size: 12px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-container footer p {
  margin: 10px 0;
}
.footer-container footer p a {
  color: #fff;
}
.footer-container footer p a:hover {
  color: #fcffbe;
}

h2 {
  margin: 0 0 1.5em;
}

h3 {
  margin: 1em 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #0085cd;
}
h3::before {
  content: url(../img/icon-circle.png);
  padding: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.red {
  color: red;
}

.blue {
  color: #0085cd;
}

section {
  padding-bottom: 30px;
}

/*seminar*/
.seminar-img02 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.seminar-img02 img {
  margin-right: 20px;
  float: left;
}

.seminar-img02 span.seminar-time {
  display: inline;
  font-size: 12.8px;
}

.seminar-img03 {
  font-weight: bold;
  clear: both;
}
.seminar-img03 img {
  margin-right: 20px;
}


h2.seminar-tit02 {
  position: relative;
}

h2.seminar-tit02 span {
  position: absolute;
  left: 215px;
  top: 20px;
  font-size: 11px;
}

.seminar table {
  margin: 10px 0 30px;
  border-left: 1px solid #808080;
  border-top: 1px solid #808080;
}
.seminar table th, .seminar table td {
  padding: 1em;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.seminar table th {
  color: #000;
  background: #F2F2F2;
}
.seminar table td a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.seminar .seminar-photo {
  overflow: hidden;
  *zoom: 1;
}
.seminar .seminar-photo div {
  display: block;
  float: left;
  width: 200px;
  height: 152px;
  margin: 0 20px 0 0;
  text-align: center;
  color: red;
  background: #E6E6E6;
}
.seminar .seminar-photo img {
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.seminar .seminar-photo div::last-child {
  margin: 0;
}
.seminar .seminar-photo div p {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
}
.seminar .ruikei {
  position: relative;
}
.seminar .ruikei p {
  margin: 0;
  font-size: 12px;
  position: absolute;
  left: 400px;
  bottom: 0;
}
.seminar span {
  display: block;

  margin-bottom: 30px;
}

.seminar-day {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-align: center;
}

.seminar-left {
  text-align: left;
}

.seminar-center {
  text-align: center;
}

/* form */
.form table {
  width: 100%;
}
.form table th, .form table td {
  padding: 1.5em 0;
  background: url(../img/form-dotted01.png) left top no-repeat;
  text-align: left;
}
.form table th {
  font-weight: normal;
  padding-left: 20px;
  text-indent: -20px;
}
.form table th::before {
  content: url(../img/icon-circle.png);
  padding-right: 5px;
}
.form table th span {
  font-size: 10px;
}
.form table td {
  line-height: 1.8;
}
.form table input, .form table select {
  padding: .25em;
}

/* oshirase */
.oshirase section ul {
  padding: 0;
  list-style: none;
  font-size: 120%;
  font-weight: bold;
}
.oshirase section ul li {
  margin-bottom: 20px;
  height: 61px;
}
.oshirase section ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.oshirase section ul li a img {
  left: 0;
  top: 0;
  position: absolute;
}

.oshirase section ul li a span {
  display: block;
  position: absolute;
}
.oshirase-month {
  left: 70px;
  text-align: left;
  width: 200px;
  top: 20px;
}
.oshirase-item {
  left: 240px;
  width: 600px;
  top: 10px;
}

/* katudo */
.katsudo h1 {
  font-size: 23px;
  color: #0085cd;
}
.katsudo h3 {
  font-size: 13px;
  color: #595757;
  margin-top: 0.5em;
}
.katsudo h3.katudo_month {
    color: #0085cd;
    font-size: 15px;
    font-weight: bold;
    margin: 1em 0 0;
}
.katsudo .katsudo-img01 {
  overflow: hidden;
  *zoom: 1;
  margin: 30px 0;
}
.katsudo .katsudo-img01 img {
  float: left;
  margin-right: 1em;
}
.katsudo .katsudo-img01 p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.katsudo .katsudo-img01 p .katsudo_txt_bold {
  font-weight: bold;
  line-height: 2em;
}
.katsudo .katsudo-img01 p .katsudo_txt_emailnone {
  font-size: 11px;
}
.katsudo section ul {
  padding: 0;
  list-style: none;
  font-weight: bold;
}
.katsudo section ul li {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
.katsudo section ul li a img {
  float: left;
}
.katsudo section ul li a span {
  display: inline-block;
  float: left;
  width: 759px;
  padding-left: 20px;
  padding-top: 1.75em;
}
.katsudo section ul li a span:hover {
  text-decoration: underline;
}

.thumbnail {
    border: 3px solid #0185cf;
}
