@charset "UTF-8";

/* //////////////////////////////////////////////////

　下層ページの調整用のスタイル

////////////////////////////////////////////////// */


/* parts.css
-------------------------------------------------- */

/* table */
.wp_entry .twa th {
	width: auto;
}
.wp_entry colgroup.w100 {
	width: 100px;
}
.wp_entry colgroup.w150 {
	width: 150px;
}
.wp_entry colgroup.w200 {
	width: 200px;
}
.wp_entry colgroup.w230 {
	width: 230px;
}
.wp_entry colgroup.w260 {
	width: 260px;
}
.wp_entry colgroup.w300 {
	width: 300px;
}
.wp_entry colgroup.w400 {
	width: 400px;
}
.wp_entry colgroup.w60 {
	width: 60px;
}
.wp_entry colgroup.w90 {
	width: 90px;
}
.wp_entry .cramped th,
.wp_entry .cramped td {
	padding: 8px;
}

.wp_entry .table-dr-roster {table-layout: fixed;width: 1000px;}
.wp_entry .table-dr-roster th{text-align: center;padding:10px;}
.wp_entry .table-dr-roster th,.wp_entry .table-dr-roster td{width: auto;padding: 0px;  word-wrap: break-word;white-space: normal;}
.wp_entry .table-dr-roster td{vertical-align: top;}
.wp_entry .table-dr-roster thead th:nth-child(n+2){width:15%};
.wp_entry .table-dr-roster div:nth-child(1){background-color: #fff;}
.wp_entry .table-dr-roster div:last-child {border: none;}
.wp_entry .table-dr-roster .dr-roster-sect{padding: 10px;border-bottom: 1px solid #fff;}
.wp_entry .table-dr-roster .dr-roster-name{font-size: 110%;}
.wp_entry .table-dr-roster .dr-roster-desc{font-size: 90%;line-height: 1.4;color: #888;}


/* step */
.step .content.fsn {
	font-size: 1em;
}

/* color.css
-------------------------------------------------- */
.btn_small {
	background: linear-gradient(
		#f6b000 50%,
		#f5a400 50%,
		#f5a400 100%);
	box-shadow: 0 2px 0 #986600;
	color: #fff;
}
.wp_entry a.btn_small {
	color: #fff;
}
.btn_small:hover{
	opacity:0.8;
}

/* common
-------------------------------------------------- */

.maxh150 { max-height: 150px; }
.boxh300 { overflow-y:auto;height:300px; }

.form input[type=text],.form input[type=tel],.form input[type=email],.form input[type=date],.form select,.form textarea { padding: 5px; }
input[type=submit] { cursor: pointer; }
.form input[type=text],.form input[type=tel],.form input[type=email],.form textarea{width: 90%;}


.wp_entry td.hint { background: #fbf0f3; }
.wp_entry td.hint p.hint { color: #a40000; font-weight: bold; }

.dib { display: inline-block; }


/* episode.html */
.timeline {
  list-style: none;
}

.timeline-date {
  color:#ef858c;
}

.wp_entry .timeline h4 {
	margin-top: 0;
}

.wp_entry .timeline > li {
  text-indent: 0;
  padding-left: 0;
}

.wp_entry .timeline li::before{
	display: none;
}

.timeline-content:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #ef858c;
  position: absolute;
  left: 53px;
  top: 24px;
  border-radius: 100%;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.wp_entry .timeline-date {
	font-size: 1.25em;
  width: 6%;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .wp_entry .timeline h4 {
    background-image: none;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-content {
    width: auto;
    float: none;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .timeline-content:before {
  	display: none;
  }
  .wp_entry .timeline-date {
    width: auto;
    float: none;
  }
}



.marker {
 
    background:linear-gradient(transparent 40%, rgba(232,157,18,.6) 60%);
 
}