/* box
===============================================================*/
#Main .box {
	width:1000px;
	margin:0 auto 70px;
}

#Main .box p.lead {
	margin-bottom: 40px;
}
#Main .box p.lead img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/*
#Main .box h2 {
	width:187px;
	height:63px;
	text-indent:-9999px;
	background:url(../images/cooperation/tl01.jpg) no-repeat 0 0;
	margin:0 0 30px 0;
}
*/

#Main .box .title {
	margin-bottom: 50px;
}
#Main .box h2 {
	font-size: 32px;
	margin-bottom: 24px;
	padding-bottom: 11px;
	position: relative;
}
#Main .box h2::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #00a8ea;
	position: absolute;
	left: 0;
	bottom: 0;
}


/* table
===============================================================*/
#Main .box table {
	width: 100%;
}

#Main .box table tr th,
#Main .box table tr td {
  border: #86cae4 1px solid;
	font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  white-space: nowrap;

  word-break: break-all;
  overflow-wrap: break-word;
}
#Main .box table tr th {
  font-weight: 400;
}

#Main .box table tr th.category {
	background: #00a8ea;
  color: #fff;
  width: 120px;
}
#Main .box table tr th.volume {
  width: 85px;
  background: #c3e9f8;
}
#Main .box table tr td.day {
	width: 220px;
  text-align: left;

}
#Main .box table tr td.seminar {
  text-align: left;
  white-space: normal;
}
#Main .box table tr td a {
	text-decoration:underline;
}
