@charset "utf-8";

/* ▼タイトル群 */

.ts-1 .ts-icns li {
    background-color: #8DC31F;
}
.ts-1 .ts-title {
    border-top: 2px solid #8DC31F;
}
.ts-2 {
    border-left: 5px solid #1EB8DF;
}
.is-2 .is-img-title {
    border-left: 8px solid #8DC31F;
}
.insertion_title_sub {
	display: block;
	margin-top: 5px;
	font-size: 16px;
  font-weight: normal;
}
/* ▲タイトル群 */
.ts-subtitle {
  display: inline-block;
  padding: 2px 5px;
  margin-top: 30px;
  border-top: 1px solid #1EB8DF;
  border-right: 1px solid #1EB8DF;
  border-bottom: 1px solid #1EB8DF;
  border-left: 5px solid #1EB8DF;
  font-size: 14px;
}
.ts-subtitle + .title-style {
	border-left: none;
	padding-left: 0;
	color: #8DC31F !important;
}
.insertion_subtitle {
	margin-top: 30px;
}
.insertion_subtitle + .is-img {
	margin-top: 10px;
}
.specialSection {
	padding-bottom: 30px;
	margin-top: 30px;
	border: 1px solid #ccc;
}
.specialSection_ttl > img {
	width: 100%;
}
.specialSection_dsc {
	margin-top: 10px;
	font-size: 14px;
}
.epsodeList {
	margin-top: 15px;
}
.epsode_ttl {
	margin-top: 30px;
	font-size: 16px;
	color: #8DC31F;
	font-weight: bold;
}
.epsode_ttl--blue {
	color: #1EB8DF;
}
.epsode_table {
	width: 100%;
	border: 1px solid #efefef;
	border-collapse: collapse;
}
.epsode_table:first-child {
	margin-top: 10px;
}
.epsode_table th,
.epsode_table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
}
.epsode_table th {
	width: 30%;
	background-color: #FAF1D8;
}
.epsode_table td {
	width: 70%;
}
.epsode_summary {
	font-size: 14px;
	margin-top: 15px;
}
.tac {
	text-align: center;
}
.data-twoColumn .ds-col-info {
	width: 210px;
}
.data-twoColumn .ds-col-image {
	width: 60px;
	padding: 0;
}
.data-twoColumn .ds-col-image img {
	width: 100%;
}
.data_ttl {
	display: inline-block;
	padding: 3px 30px;
	font-size: 14px;
	color: #fff;
	background-color: #1EB8DF;
}
