@charset "utf-8";

/* infoBlock */
.l-content .infoBlock {
	width: 1118px;
	height: 500px;
	overflow-y: scroll; 
	border: 1px solid #3071b7;
	margin: 0 auto 10px;
    padding: 5px 0;
}
.l-content .infoBlock .infoBox {
	width: 1060px;
	margin: 0 23px;
	padding: 8px 0;
	box-sizing: border-box;
	display: table;
	font-size: 12px;
	position: relative;
	border-top: 1px dotted#d2d2d2;
}
.l-content .infoBlock .infoBox:first-of-type {
	border-top: none;
}
.l-content .infoBlock .infoBox .date {
	width: 120px;
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
}

.l-content .infoBlock .infoBox .txt {
	width: 900px;
	display: inline-block;
	
}
.l-content .infoBlock .infoBox .txt .ttl {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}


/* add */
.l-content .tabList {
  width:1120px;
  margin: 0 auto 50px;
  position:relative;
}
.l-content .tabList .tab li {
  float: left;
  margin-right: 10px;
  background: #f1f7fa;
  width: 156px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #3071b7;
}
.l-content .tabList .tab li:hover {
  cursor:pointer;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.l-content .tabList .tab li.select {
  background: #3071b7;
  color: #fff;
}
.l-content .disnon {
  display: none;
}
.l-content .content_wrap {
  width: 1118px;
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #3071b7;
  margin: 0 auto 10px;
  padding: 5px 0;
}