@charset "utf-8";

/* Home #current */

.main__item#current > .label {
	float: left;
	margin: 19px 0 0 0;
}

.main__item#current > .vol {
	float: right;
/*	width: 110px;	1月*/
	width: 114px;	/*2〜 9月*/
/*	width: 135px;	10〜12月*/
	height: 38px;
	overflow: hidden;
	margin: 8px 0 0 auto;
}

.main__item#current > h2 {
	clear: both;
	margin: 0;
	padding: 11px 0 3px;
}

.br:after {
	content: "\A";
	white-space: pre;
}

.main__item#kisokoza > .series {
	margin-top: 8px;
}

/* タイトル */
.main__item#current > h2 {
	font-size: 1.5rem;
}

/* 画像 */
.main__item#current > .pict {
	width: 310px;
	height: 161px;
	overflow: hidden;
	text-align: center;
	margin-top: 4px;
}

.main__item#current > .pict > img {
	display: inline-block;
	max-width: initial;
	width: 310px;
	height: auto;
	margin-top: 0px;
	vertical-align: bottom;
}



