@charset "utf-8";
/* CSS Document */


.h2_basic01Wrap {
	margin-bottom: 0;
}

section > .dl_news01:first-child {
	margin-top: 0;
	border-top: 0;
}

.newsIndex .h3_basic01Wrap {
	margin-bottom: 0;
}

.h3_basic01Wrap + .dl_news01 {
	margin-top: 0;
	border-top: 0;
}
.dl_news01 {
}
	.dl_news01 .label {
		width: 8em;
		text-align: center;
		 font-size:  85.71%;
	}

/* IE 8 */
.dl_news01 { margin-bottom: 1px\9;}
	
	.dl_news01 .label {
		float: left;
		width: 8.5em;
    padding: 2px 5px 0;
  }
	.dl_news01 .tit {
		display: block;
		overflow: hidden;
	}


/* RWD */
@media screen and (max-width: 767px) {
	.dl_news01 .tit {
		overflow: visible;
	}

	#main > .read01, #main > .taR {
		padding: 0 10px;
	}
}