  @charset "utf-8";
/* --- 採用情報 - イベント情報 ---- */

/* --- アノテーション --- */
.anno {
    margin-top: 30px;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

.mainImage {
  margin-bottom: 30px;
}

/* --- タブ固定 --- */
.fixed {
    position: fixed;
    top: 0;
    width: 720px;
    z-index: 10;
		border-bottom: solid 1px #f19716;box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
}

/* --- タブボタン --- */
.btnTab li {
    font-size: 16px;
    width: 50%;
    height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    line-height: 50px;
    cursor: pointer;
  display: inline-block;
}

.btnTab li.select {
    background-color: #f19716;
    color: #fff;
}

/* --- テーブル --- */
.schedule {
    padding-top: 20px;
}

.schedule * {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}


.schedule  table.noEvent {
    border: none;
}

.schedule  table.noEvent td {
    margin-bottom: 80px;
    font-size: 16px;
    padding: 80px 0 34px;
    border: none;
    text-align: center;
    color: black;
}

.schedule table {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
    display: none;
}

.schedule table.displayOn {
    display: table;
}
.schedule table tr:hover {
  background-color: #fff7ec; /* 行の背景色 */
}
.schedule table tr.finishedEvent:hover,
.schedule table tr.finishedEvent {
  background-color: #f5f5f5; /* 行の背景色 */
	cursor: default;
}
.schedule table tr.finishedEvent td,
.schedule table tr.finishedEvent td.detail h3 {
	color: #aaa;
}
.schedule table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: text-bottom;
    font-size: 17px;
    color: #666666;
    line-height: 1.5;
		height: 160px;
    box-sizing: border-box;
}
.schedule table .finishedEvent td {
	padding: 30px 20px;
	box-sizing: border-box;
}
.schedule table td a {
	padding: 30px 20px;
	display: block;
	height:100%;
	width: 100%;
	box-sizing: border-box;
	color: #666;
}
.schedule table tr {
	cursor: pointer;
}
.schedule table.noEvent tr {
	cursor: default;
}
.schedule table tr:last-child td {
    border-bottom: none;
}

.schedule table td.day {
  font-size: 28px;
  padding:0;
  letter-spacing: -1px;
	white-space: nowrap;
	position: relative;
}

.schedule table td.day span {
    font-size: 14px;
}

.schedule table td.day span .red {
    color: #ff0000;
}

.schedule table td.day span .blue {
    color: #0000ff;
}

.schedule table td.place {
    text-align: center;
		white-space: nowrap;
}
.schedule table td.day a,
.schedule table .finishedEvent td.day {
	padding:30px 10px 20px 10px;
}
.schedule table td.detail {
    border-right: none;
    width: 60%;
}

.schedule table td.detail h3 {
    font-size: 20px;
    color: #f19716;
    margin-bottom: 20px;
}
.schedule table td.detail h3 a {
	padding: 0;
}
.newEvent,
.finished {
	color: #fff;
  background-color: #ff0000;
  padding: 5px 10px;
}
.finished {
	background-color: #999;
}

/*
.schedule  div.noEvent {
  border: none;
}
.schedule div.noEvent dl {
	border: 0;
}
.schedule  div.noEvent dd {
  margin-bottom: 80px;
  font-size: 16px;
  padding: 80px 0 34px;
  border: none;
  text-align: center;
 	color: black;
	width: 100%;
}

.schedule div {
  width: 100%;
  margin-bottom: 80px;
	display: none;
}

.schedule div.displayOn {
    display: table;
}

.schedule div dd {
  padding: 30px 20px;
  vertical-align: text-bottom;
  font-size: 17px;
  color: #666666;
  line-height: 1.5;
	float: left;
  box-sizing: border-box;
  height: 160px;

}
.schedule  dl {
	overflow: hidden;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

.schedule  dl:last-child td {
  border-bottom: none;
}

.schedule  dd.day {
  font-size: 28px;
  padding: 30px 10px 20px 10px;
  letter-spacing: -1px;
	white-space: nowrap;
	width: 28%;
}

.schedule dd.day span {
  font-size: 14px;
}

.schedule dd.day span .red {
  color: #ff0000;
}

.schedule dd.day span .blue {
 color: #0000ff;
}

.schedule dd.place {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #ccc;
  border-width: 0 1px;
	width: 12%;
	line-height: 45px;
}

.schedule dd.detail {
  padding: 30px 0 30px 20px;
  border-right: none;
  width: 60%;
}

.schedule dd.detail h3 {
	font-size: 20px;
  color: #f19716;
	margin-bottom: 10px;
	line-height: 45px;
}
*/
	




/*
****     SP     ***
**/
@media (max-width: 767px) {
	.mainImage img {
		width: 100%;
	}
	.schedule table td {
		display: block;
		box-sizing: border-box;
		float: left;
	}
	.fixed {
		position:initial;
		width: 100%;
		box-shadow: none;
    border-bottom: 0;
	}
	.schedule table {
		margin-bottom: 40px;
	}
	.schedule  table.noEvent td {
		margin-bottom: 0;
		padding: 20px 0;
		width: 100%;
		font-size: 14px;
		line-height: 160%;
	}
	.schedule table td {
		height: auto;
	}
	.schedule table td a {
		padding: 0;
	}
	.schedule table tr,
	.schedule table tr.finishedEvent:hover,
	.schedule table tr.finishedEvent {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.schedule table td.day a,
	.schedule table .finishedEvent td.day {
		padding: 20px 10px 10px;
		width: auto;
		margin-right: 30px;
	}
	.schedule table td.day {
		border-right:0;
		font-size: 24px;
		border-bottom: 0;
	}
	.schedule table td.place {
		width: 30%;
		font-size: 16px;
		border-bottom: 0;
		border-right: 0;
		padding-top: 15px;
	}
	.schedule table tr .place,
	.schedule table .finishedEvent .place {
		padding: 0;
		text-align: left;
		display: inline-block;
		margin: 0 30px 0 10px;
		width: auto;
	}
	.schedule table td.place span {
		padding: 0;
	}
	.schedule table td.detail {
		width: 100%;
		height: 100%;
	}
	.schedule table td.detail a,
	.schedule table .finishedEvent td.detail {
		width: 100%;
		padding: 5px 10px 20px;
	}
	.schedule table td.detail h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.schedule table td.detail p {
		text-indent: -3rem;
    padding-left: 3rem;
    font-size: 14px;
		line-height: 130%;
}
	.schedule table td.day span.newEvent,
	.schedule table td.day span.finished {
		position: absolute;
		top: 23px;
		font-size: 10px;
	}
	
}
