@charset "UTF-8";


.basic-table{
	width: 100%;
	border-collapse: collapse;
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	border-bottom: solid 1px #ddd
}

.basic-table th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.basic-table td{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.flat-table{
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	font-weight: normal;
    font-style: normal;
	line-height: 1.5;
	margin-top: 10px;
	font-size: 14px;
	border-bottom: solid 1px #ddd
}

.flat-table th{
	padding: 10px;
	color: #777;
	border: none;
	text-align: center;
	background-color: #fff;
	border-top: solid 1px #ddd;
}
.flat-table td{
	padding: 10px;
	vertical-align: middle;
	border: none;
	background-color: #fff;
	border-top: solid 1px #ddd;
}

.class-table {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0px;
	padding: 0;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	/*border: 1px #ddd solid;*/
	border-spacing: 0;
}

.class-table thead {
	vertical-align: middle;
	background-color: #0346a3;
	color: #fff;
}

.class-table th {
	text-shadow: none;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-left: 1px #0346a3 solid;
	font-weight: normal;
}

.class-table th:first-child {
	border-left-width: 0;
}

.class-table tbody {
	vertical-align: middle;
}

.class-tablet tbody td {
	border-left: 1px #eee solid;
	vertical-align: middle;
}

.class-table tbody td:first-child {
	border-left-width: 0;
}

.class-table_mobile {
	display: none;
}

.class-table th,
.class-table td {
	display: table-cell;
}

.class-table td:before {
	display: none;
}

.class-table tr:nth-child(even) {
	background-color: #eaeaea;
}

.class-table td {
	padding: 15px 15px;
}

.wish_list td:before {
	display: none;
}

.class-table .date {
	width: 6em;
} 

.futai-table td {
	text-align: center;
}


.yakuin td{
	text-align: center;
}

.saiyo td{
	text-align: left;
}

/* モバイル用 */
@media only screen and (max-width: 767px) {



	.class-table {
		text-align: left;
		font-size: 14px;
		width: 100%;
		border: solid 1px #0346a3;
	}
    
    .class-table tbody tr {
		display: block;
		padding-bottom: 12px;

	}
    
	.class-table tbody td {
		display: block;
		padding: 3px 0;
		width: 100%;
		border-left-width: 0;
		line-height: 1.5;

	}
	
	.class-table tbody td:before {
		display: inline-block;
		/*vertical-align: middle;*/
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin-right: 7px;
		margin-left: 7px;
		font-weight: normal;
		
		color: #888;
		text-shadow: none;
		padding: 1px 5px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background-color: #fff;
		
		
	}
	
	.class-table tbody .taishou:before {
		content: "対象";
	}
	
	.class-table tbody .teiin:before {
		content: "定員";
	}
	
	.class-table tbody .youbi:before {
		content: "曜日";
	}
	
	.class-table tbody .jikan:before {
		content: "時間";
	}

	.class-table tbody .kaisuu:before {
		content: "回数 / 期";
	}

	.class-table tbody .nittei:before {
		content: "日程";
	}
	
	.class-table tbody .jukouryou-tanki:before {
		content: "受講料";
	}
	
	.class-table tbody .jukouryou:before {
		content: "受講料 / 期";
	}
		
	.class-table tbody .basho:before {
		content: "場所";
	}
	.class-table tbody .shisetsu {
		font-size: 16px;
		text-shadow: none;
		margin: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 9px;
		background-color: #0346a3;
		color: #fff;
		text-align: center;
	}
	.class-table tbody .shisetsu a {
		color: #fff;
		text-decoration: underline;
	}
	.class-table tbody .heading {
		text-shadow: none;
		margin: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 9px;
		background-color: #0346a3;
		color: #fff;
		text-align: left;
	}


  .class-table th {
    display: none; }
  .class-table tr {
    padding: 0 0px; }

	.class-table tr:nth-child(even) {
		background-color: #f9f9f9;
	}

  /* IE8対応 */
  .sample_area02 .wish_list_pc {
    display: none; }
  .sample_area02 .wish_list tr {
    display: block; }
  .sample_area02 .wish_list thead {
    display: none; }
  .sample_area02 .wish_list tbody tr {
    overflow: hidden; }
  .sample_area02 .wish_list tbody tr:after {
      *zoom: 1; }
      .sample_area02 .wish_list tbody tr:after:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
  .sample_area02 .wish_list tbody td {
    float: left; }
    .sample_area02 .wish_list tbody td:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: attr(data-th) ":"; }
  .sample_area02 .wish_list tbody .wish_list_inner {
    padding: 0 15px; }
  .sample_area02 .wish_list tbody .title {
    margin: 0\9;
    padding-right: 0\9;
    padding-left: 0\9; }
    .sample_area02 .wish_list tbody .title:before {
      content: none; } }
