/*fang*/
/*新規追加。Release用タイル表示・アニメーション*/
/*全体幅は1200px*/
/*.下記設定でコンテンツ幅は1056pxになっている
entry-header,.entry-content,.entry-summary,.entry-meta {
	padding: 0 72px 0 72px;
}*/


/*年数表記*/
.release-year
{
	color: #fff;
	font-size: 30px;
	font-family: 'Slabo 27px', serif;
	text-align: center;
	margin: 60px 0 20px 0;
	background: repeating-linear-gradient(-45deg, #222, #222 10px, #000 0, #000 20px);
}

/*全体コンテナ*/
.release-content
{
	/*width: 1056px;*/
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;

	/*border: 1px solid #e5e5e5;*/
	
}

/*1項目分の設定*/
.release-box
{
	position: relative;
	width: 260px;
	height: 330px;
	background: #222;
	margin: 0 0 20px 0;
	/*padding: 0 0 20px 0;*/
	
	/*border: 1px solid #e5e5e5;*/
}

.release-box a
{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}


/*型番*/
.release-CDNo
{
	font-size: 12px;
	text-align: center;
	margin: 15px 0 10px 0;
	/*padding: 0px 0 10px 0;*/
	color:#fff;
	font-family: 'Saira', sans-serif;
	
	/*border: 1px solid #e5e5e5;*/
}

/*ジャケ等イメージ*/
.release-CDimg
{
	width: 240px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	
}


/*タイトル*/
.release-Title
{
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0px 0;
	color:#fff;
	font-family: 'Saira', sans-serif;
}

/*2014以前の項目*/
.release-2014
{
	text-align: center;
	font-size: 14px;
	margin: 5px 0 5px 0;
}

.release-2014:hover
{
	background: #fff;
	font-color: #000;
	transition:all 0.3s;
}


/*リンク・マウスオーバー等の挙動*/
.release-box a:hover
{
	background: #DA6650;
	color: #f00;
	transition:all 0.3s;
}

.release-box a:link
{
	color:#f00;
}



/*fang*/
/*Workページ用CSS*/

.work-content
{
	color: #fff;
	/*font-family: "Sawarabi Gothic";*/
	font-family: "Noto Sans Japanese";
}

.work-border
{
	height: 1px;
	border-top: 1px #777 dashed;
	margin: 60px 0 40px 0;
}






.Release-index
{
margin: 70px 0 30px 0;
padding: 0 0 0 20px;
background-image: linear-gradient( -45deg, #333 25%, #000 25%, #000 50%, #333 50%, #333 75%, #000 75%, #000 );
background-size: 30px 30px;
color: #eee;
font-family: 'Audiowide', cursive;
font-size: 28px;
}






