.subColumn .subNav li a {
  margin-left: 0px;
}

.main.visual {
  margin-bottom: 28px;
}

.summary {
  margin-bottom: 45px;
}

.summary .note {
	margin-top: 1em;
	font-weight: bold;
}

table.abstract {
  width: 100%;
  margin-bottom: 45px;
}

.gallery li {
  float: left;
  width: 232px;
  margin-right: 7px;
	margin-bottom: 20px;
}
.gallery li:nth-child(3n) {
  margin-right: 0px;
}
.gallery:after {
  display: block;
  content: "";
  clear: both;
}
.gallery .caption {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

#calendar .tables {
  margin-top: 30px;
  margin-bottom: 10px;
}

#calendar .tables table {
  float: left;
}

#calendar .tables:after {
  display: block;
  content: "";
  clear: both;
}
#calendar .tables div.caution {
  float: right;
  margin-top: 5px;
  padding-bottom: 2px;
  font-size: 10px;
}

th.spring, td.spring {
  color: #ea47d3;
}
th.summer, td.summer {
  color: #65ad47;
}
th.autumn, td.autumn {
  color: #edb277;
}
th.winter, td.winter {
  color: #46d1e8;
}

table.seasons {
  border-collapse: collapse;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-top: 58px;
}
table.seasons th {
  width: 30px;
  padding-left: 5px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}
/*
table.seasons th.spring {
  color: #ea47d3;
}
table.seasons th.summer {
  color: #65ad47;
}
table.seasons th.autumn {
  color: #edb277;
}
table.seasons th.winter {
  color: #46d1e8;
}
*/
table.seasons td {
  width: 35px;
  height: 18px;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  border-bottom: 1px solid #b3b3b3;
}
table.seasons tr:nth-child(3n) {
  border-bottom: 1px dotted #b3b3b3;
}
table.seasons tr:nth-child(3n) td {
  border-bottom: none;
}

table.terms {
  width: 140px;
  margin-left: 20px;
  border-bottom: 1px solid #b3b3b3;
}
table.terms th {
  padding-top: 10px;
  height: 40px;
  font-size: 16px;
  vertical-align: middle;
  color: #ffffff;
  background-color: #a8a8cb;
  border-bottom: 9px solid #ffffff;
}
table.terms td {
  height: 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 25px;
  border-bottom: 1px dotted #b3b3b3;
  background-position: left center;
}
table.terms td.spring {
/*  background-color: #f7e7f1;*/
  background-image: url(../img/bg-spring.png);
}
table.terms td.summer {
/*  background-color: #e6f4e7*/;
  background-image: url(../img/bg-summer.png);
}
table.terms td.autumn {
/*  background-color: #f4eee6*/;
  background-image: url(../img/bg-autumn.png);
}
table.terms td.winter {
/*  background-color: #e7eff2*/;
  background-image: url(../img/bg-winter.png);
}
table.terms tr:nth-child(3n-1) td {
  background-position: left top;
}
table.terms tr:nth-child(3n) td {
}
table.terms tr:nth-child(3n+1) td {
  background-position: left bottom;
}
table.terms tr:nth-child(3n-1) td.undecided {
  background-position: right top;
}
table.terms tr:nth-child(3n) td.undecided {
  background-position: right center;
}
table.terms tr:nth-child(3n+1) td.undecided {
  background-position: right bottom;
}

.mainColumn table.fee th,
.mainColumn table.fee td {
  background-color: #ececec;
}
.mainColumn table.fee tr:nth-child(2n) th, 
.mainColumn table.fee tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

.mainColumn table.fee{
  font-size: 12px;
  margin-top: 30px;
/*  border-spacing: 6px 1px;*/
  table-layout: fixed;
  width: 100%;
}
.mainColumn table.fee td, .mainColumn table.fee tr.courseName th {
  border-left: 6px solid #ffffff;
}
.mainColumn table.fee tr.courseName th:first-child {
  border: none;
}
.mainColumn .fee th.itemName {
  width: 106px;
}
.mainColumn table.fee th, .mainColumn table.fee td {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: auto;
}
.mainColumn table.fee tr.courseName th,
.mainColumn table.fee tr.time th,
.mainColumn table.fee tr.total th,
.mainColumn table.fee tr.time td,
.mainColumn table.fee tr.total td {
  background-color: #ffffff;
}
.mainColumn .fee .courseName th {
  font-size: 13px;
  line-height: 1;
  color: #6e6ea9;
  padding-top: 8px;
  padding-bottom: 3px;
}
.mainColumn .fee .courseName th.short {
  color: #666666;
}
.mainColumn .fee .time td, .mainColumn .fee .time th {
  font-size: 10px;
  line-height: 1;
  color: #666666;
  padding-top: 0px;
  padding-bottom: 0px;
}
/*
.mainColumn .fee .time td {
  border-bottom: 5px solid #6e6ea9;
}
.mainColumn .fee .time td.short {
  border-bottom-color: #bdbdd8;
}
*/
.mainColumn .fee .courseName th.noTime {
  padding-top: 9px;
  padding-bottom: 0px;
}
.mainColumn .fee .time td:after,
.mainColumn .fee .courseName th.noTime:after {
  display: block;
  content: "";
  padding-bottom: 3px;
  border-bottom: 5px solid #6e6ea9;
}
.mainColumn .fee .time td.short:after {
  border-bottom-color: #bdbdd8;
}

.mainColumn .fee .total th {
  font-size: 16px;
  color: #000000;
  vertical-align: middle;
}
.mainColumn .fee .total td {
  font-size: 16px;
  color: #d1538e;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 8px;
  height: 40px;
  vertical-align: middle;
}
.mainColumn .fee .total td.short {
  font-size: 14px;
  color: #666666;
}

.mainColumn .fee td.withNote {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  line-height: 1;
}
.mainColumn .fee .note {
  font-size: 9px;
  color: #b10008;
  margin-top: 5px;
}
.mainColumn .fee .option {
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  
}

.mainColumn .abstract + .note {
  margin-top: -35px;
  margin-bottom: 45px;
}
.mainColumn .figure {
  margin-bottom: 30px;
}

.caution {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 18px;
  background: url(../../../common/img/caution.png) no-repeat left center;
}

.mainColumn table.fee tr.courseName th.courseType {
  padding-bottom: 0;
  vertical-align: middle;
  position: relative;
}
.mainColumn table.fee tr.courseName th.courseType div {
/*  position: absolute;*/
  border: 1px solid;
  width: 100%;
  height: 100%;
/*  top: 0px;
  left: 0px;*/
  padding-top: 8px;
  padding-bottom: 6px;
  margin-top: -8px;
}
.courseLetter {
  font-size: 16px;
}

.notice + .h3Wrapper {
  margin-top: 25px
}

ul.tab-selector {
  float: right;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right: 30px;
}

ul.tab-selector:after {
  display: block;
  content: "";
  clear: both;
}

ul.tab-selector li {
  float: left;
  width: auto;
  margin-left: 10px;
}

ul.tab-selector li a {
  display: block;
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 15px;
  border-bottom: 5px solid;
  color: #ffffff;
  border-color: #ffffff;
}

ul.tab-selector li.selected a {
  border-color: transparent;
}

ul.tab-selector li a[href="#new"] {
  background-color: #d1538e;
}

ul.tab-selector li a[href="#old"] {
  background-color: #6e6ea9;
}

.small ul.tab-selector {
  margin-right: 10px;
}

.small ul.tab-selector li a {
  padding-right: 10px;
}

ul.tab-content {
  clear: both;
}

ul.tab-content:before,
ul.tab-content:after {
  display: block;
  content: "";
  border: 3px solid;
  border-color: #6e6ea9;
  height: 10px;
}

ul.tab-content:before {
  border-bottom: none;
}

ul.tab-content:after {
  border-top: none;
  margin-top: 30px;
}

ul.tab-content.new:before,
ul.tab-content.new:after {
  border-color: #d1538e;
}

.comment.update-fee {
  margin-top: 20px;
}

.comment.update-fee p {
  font-weight: bold;
  color: #000068;
}

.small .comment.update-fee .inner {
  padding-left: 8px;
  padding-right: 8px;
}

.small .comment.update-fee p {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width:767px) {

.main.visual {
  margin-bottom: 9px;
}
	.main.visual img {
		width:100%;
		height:auto;
	}

.summary {
  margin-bottom: 18px;
}

table.abstract {
  width: 100%;
  margin-bottom: 18px;
}

.gallery li {
  float: none;
  margin:0 auto 20px;
}
.gallery li:nth-child(3n) {
  margin-right: auto;
}
.gallery .caption {
  font-size: 11px;
}

#calendar .tables {
  margin-top: 30px;
  margin-bottom: 10px;
}

#calendar .tables table {
  margin-bottom:10px;
}

table.seasons {
  margin-top: 28px;
  width:15%;
}
table.seasons th {
  font-size: 12px;
  width:auto;
}
table.seasons td {
  font-size: 9px;
  line-height:18px;
}

table.terms {
  width:40%;
  margin-left: 5px;
}
table.terms th {
  padding-top: 0;
  height: 20px;
  font-size: 12px;
}
table.terms td {
  height: 18px;
  font-size: 9px;
  line-height:18px;
}

.mainColumn table.fee{
  font-size: 10px;
}
.mainColumn .fee th.itemName {
  width: 15%;
}
.mainColumn table.fee th, .mainColumn table.fee td {
}
.mainColumn .fee .courseName th {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
}
.mainColumn .fee .time td, .mainColumn .fee .time th {
  font-size: 10px;
  line-height: 1;
  color: #666666;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mainColumn .fee .courseName th.noTime {
  padding-top: 9px;
  padding-bottom: 0px;
}
.mainColumn .fee .time td:after,
.mainColumn .fee .courseName th.noTime:after {
  display: block;
  content: "";
  padding-bottom: 3px;
  border-bottom: 5px solid #6e6ea9;
}

.mainColumn .fee .total th {
  font-size: 14px;
}
.mainColumn .fee .total td {
  font-size: 12px;
}
.mainColumn .fee .total td.short {
  font-size: 14px;
  color: #666666;
}

.mainColumn .fee td.withNote {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  line-height: 1;
}
.mainColumn .fee .note {
  font-size: 9px;
  color: #b10008;
  margin-top: 5px;
}
.mainColumn .fee .option {
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  
}

.mainColumn .abstract + .note {
  margin-top: 0;
}
.mainColumn .figure {
  margin-bottom: 30px;
}

.mainColumn .figure img {
	width:100%;
	height:auto;
}

.caution {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 18px;
  background: url(../../../common/img/caution.png) no-repeat left center;
}

.mainColumn table.fee tr.courseName th.courseType {
  padding-bottom: 0;
  vertical-align: middle;
  position: relative;
}
.mainColumn table.fee tr.courseName th.courseType div {
/*  position: absolute;*/
  border: 1px solid;
  width: 100%;
  height: 100%;
/*  top: 0px;
  left: 0px;*/
  padding-top: 8px;
  padding-bottom: 6px;
  margin-top: -8px;
}
.courseLetter {
  font-size: 16px;
}

ul.tab-selector {
  margin-right: 10px;
}

ul.tab-selector li a {
  padding-left: 5px;
  padding-right: 10px;
}

}