
/*---------------------------------------------------------------------------
　バックナンバー
---------------------------------------------------------------------------*/

.backnumber_contents{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 30px;
	border-bottom:2px solid #000;
}
.backnumber_contents:last-child{
	border-bottom:none;
}

.backnumber_contents h3{
	padding:40px 0;
	margin:0 auto;
	text-align:center;
}

.backnumber_contents h3 img{ max-height:35px;}

.backnumber_contents ul{
	width:300px;
	margin:0 auto;
}

.backnumber_contents li{
	width: 140px;
	float: left;
	margin:0 20px 35px 0;
}
.backnumber_contents li:nth-child(2n){
	margin:0 0 35px;
}

.backnumber_contents .pickupImg{display: table; margin-bottom: 20px; background:#000;}

.backnumber_contents .pickupImg span{
	width: 140px;
	height: 140px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.backnumber_contents .pickupImg span img{
	vertical-align: middle;
	max-width: 140px;
	max-height: 140px;
}

.BNtext{
	width:140px;
	height:100px;
	position:relative;
	overflow:hidden;
	line-height:25px;
}

.BNtext:before, .BNtext:after {
	position: absolute;
	background: #fbf7f3;
	padding:0 0 0 2px;
}

.BNtext:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}

.BNtext:after {
	content: "";
	width: 100%;
	height: 100%;
}