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

.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{ height:35px;}

.backnumber_contents ul{
	width:100%;
}

.backnumber_contents li{
	width: 220px;
	float: left;
	margin:0 15px 35px;
}

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

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

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

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

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

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

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