@charset "utf-8";

/* --------------------------------------------------
		.title
-------------------------------------------------- */
#seminar .title {
  font-size: 229%;
  color: #114566;
  border-bottom: 1px solid #d3d3d3;
}

#seminar .title .title-inner {
  width: 1059px;
  background: url(/img/seminar/tit-bg-img.jpg) no-repeat top right;
  margin: 0 auto;
}

#seminar .title .title-inner p { padding: 47px 0 39px; }

/* --------------------------------------------------
		.tab
-------------------------------------------------- */
#main .tab-button { border-bottom: 1px solid #d3d3d3; }

#main .tab-button .tab {
  width: 1059px;
  padding: 0 17px;
  margin: 29px auto 0;
}

#main .tab-button .tab li {
  font-size: 145%;
  font-weight: bold;
  text-align: center;
  color: #0a507c;
  width: 522px;
  padding: 23px 0 16px;
  border: solid #d3d3d3;
  cursor: pointer;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-width: 1px 1px 0;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

#main .tab-button .tab li:hover { color: #77adcf; }

#main .tab-button .tab .menu01 { float: left; }

#main .tab-button .tab .menu02 { float: right; }

#main .tab-button .tab .select { text-decoration: underline; }

#main .hide { display: none; }

/* --------------------------------------------------
		.seminar-inner
-------------------------------------------------- */
#main .seminar-inner {
  width: 1059px;
  margin: 35px auto 0;
}

#main .seminar-inner h2 {
  font-size: 229%;
  font-weight: bold;
}

#main .seminar-inner p {
  padding: 0 5px;
  margin-top: 23px;
}

#main .seminar-inner ul {
  padding: 0 5px;
  margin-top: 23px;
}

#main .seminar-inner ul li {
  text-indent: -1em;
  margin-top: 12px;
  margin-left: 1em;
}

/* --------------------------------------------------
		.first
-------------------------------------------------- */
#main .first { margin-top: 29px; }

#main .first p { margin: 7px 0 0 -5px; }

#main .first .tit {
  font-size: 165%;
  font-weight: bold;
}

/* --------------------------------------------------
		.second
-------------------------------------------------- */
#main .second .tit {
  font-size: 121%;
  font-weight: bold;
}

#main .second .mt { margin-top: 13px; }

/* --------------------------------------------------
		.third
-------------------------------------------------- */
#main .third p span {
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}

#main .third table {
  text-align: center;
  vertical-align: middle;
  margin-top: 13px;
}

#main .third table td {
  width: 200px;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
}

#main .third table td:first-child { width: 70px; }

#main .third table .blue {
  font-weight: bold;
  color: #ffffff;
  background: #0a6dac;
}

#main .third table .gray {
  font-weight: bold;
  background: #f3f3f3;
}

/* --------------------------------------------------
		.fourth
-------------------------------------------------- */

/* --------------------------------------------------
		.fiveth
-------------------------------------------------- */
#main .fiveth ul li span {
  font-weight: bold;
  display: block;
}

#main .fiveth ul li .cap {
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
}

/* --------------------------------------------------
		.sixth
-------------------------------------------------- */
#main .sixth ul li span {
  font-weight: bold;
  display: block;
}

/* --------------------------------------------------
		.seventh
-------------------------------------------------- */
#main .seventh ul li span {
  font-weight: bold;
  display: block;
}

#main .seventh .outlink {
  font-weight: bold;
  margin: 0;
}

#main .seventh .outlink li { margin-top: 0; }

#main .seventh ul li ul { font-weight: bold; }

#main .seventh ul li ul li { margin-top: 0; }

