@charset "utf-8";


/* 2020
-------------------------------------------------------------------- */
ul.pdfDL li a.nl{
	background:url(../img/2021/tbNewsLetter.png) no-repeat right center;
	background-size:115px auto;
}

.lead{
	margin-bottom:30px;
}

.lead:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .lead			 { zoom: 1; }
*:first-child+html .lead { zoom: 1; }

article.contents .lead h3{
	margin:0 0 1em 0;
}

.lead img{
	float:right;
	margin:0 0 0 50px;
}


.itemContainer{
	position:relative;
	margin:30px 0 0;
	border:1px solid #BF1920;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.new{
	position: absolute;
	top:-1px;
	right:-1px;
	margin:0!important;
}

.itemContainer h4{
	padding:1em;
	font-size:0.95em;
	font-family:'Midashi Go MB31', Meiryo, Verdana, Arial, sans-serif;
	color:#fff;
	background:#BF1920;
	-webkit-border-radius:6px 6px 0 0; 
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}

.itemContainer img{
	display:block;
	margin:20px auto;
	max-width:95%;
	height:auto;
}

.itemContainer.thin{
	margin-bottom:30px;
	float:left;
	width:46%;
}

.itemContainer.thin.right{
	float:right;
}
