/* d_main_img
===============================================================*/
#Main .d_main_img {
	margin-bottom: 25px;
}
#Main .d_main_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/* box
===============================================================*/
#Main .box {
	margin:0 12px 50px 12px;
}
#Main .box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#Main .box p.lead {
	margin-bottom: 20px;
}

#Main .box .title {
	margin-bottom: 30px;
}
#Main .box h2 {
	font-size: 21px;
	margin-bottom: 20px;
	padding-bottom: 9px;
	position: relative;
}
#Main .box h2::after {
	content: "";
	display: block;
	width: 23px;
	height: 3px;
	background: #00a8ea;
	position: absolute;
	left: 0;
	bottom: 0;
}


/* table
===============================================================*/
#Main .box table {
	width: 100%;
  border-bottom: #86cae4 1px solid;
}

#Main .box table tr th,
#Main .box table tr td {
  border: #86cae4 1px solid;
  border-bottom: none;
	font-size: 16px;
	text-align: left;
  box-sizing: border-box;
  padding: 12px 14px;
  display: block;

  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;
}
#Main .box table tr th.volume {
  background: #c3e9f8;
}

#Main .box table tr td.day {
}

#Main .box table tr td a {
	text-decoration:underline;
}


