@charset "utf-8";

/*============================================================
//
//  目次
//  【ピックアップ／発売日決定！】
//  ・ジャンルタグ
//
//==========================================================*/

/*==========================
//  ジャンルタグ
//==========================*/

#main .contents .product .title .SF,
#main .contents .product .title .FANTASY,
#main .contents .product .title .ACTION,
#main .contents .product .title .ADVENTURE,
#main .contents .product .title .HORROR,
#main .contents .product .title .MYSTERY,
#main .contents .product .title .SUSPENSE,
#main .contents .product .title .YOUTH,
#main .contents .product .title .ROMANCE,
#main .contents .product .title .COMEDY,
#main .contents .product .title .MUSICAL,
#main .contents .product .title .EROTIC,
#main .contents .product .title .WESTERN,
#main .contents .product .title .WAR,
#main .contents .product .title .HISTORY,
#main .contents .product .title .PERIOD,
#main .contents .product .title .ART,
#main .contents .product .title .DRAMA,
#main .contents .product .title .DOCUMENTARY,
#main .contents .product .title .VIOLENCE,
#main .contents .product .title .HUMAN,
#main .contents .product .title .LOVESTORY,
#main .contents .product .title .ANIME{
	float:right;
	padding:3px 5px;
	margin:3px 0 0 3px;
	color:#fff;
	font-size:10px;
	text-align:center;
	width:80px;
}

#main .contents .product .title .SF{
	background-color:#333333;
}

#main .contents .product .title .FANTASY{
	background-color:#F99B06;
}

#main .contents .product .title .ACTION{
	background-color:#F73136;
}

#main .contents .product .title .ADVENTURE{
	background-color:#AD2D05;
}

#main .contents .product .title .HORROR{
	background-color:#633333;
}

#main .contents .product .title .MYSTERY{
	background-color:#C99B02;
}

#main .contents .product .title .SUSPENSE{
	background-color:#141CCC;
}

#main .contents .product .title .YOUTH{
	background-color:#6699FF;
}

#main .contents .product .title .ROMANCE{
	background-color:#FF6666;
}

#main .contents .product .title .COMEDY{
	background-color:#3ACCCC;
}

#main .contents .product .title .MUSICAL{
	background-color:#CA93FF;
}

#main .contents .product .title .EROTIC{
	background-color:#CC33CC;
}

#main .contents .product .title .WESTERN{
	background-color:#666600;
}

#main .contents .product .title .WAR{
	background-color:#003300;
}

#main .contents .product .title .HISTORY{
	background-color:#176732;
}

#main .contents .product .title .PERIOD{
	background-color:#000099;
}

#main .contents .product .title .ART{
	background-color:#FF0000;
}

#main .contents .product .title .DRAMA{
	background-color:#966399;
}

#main .contents .product .title .DOCUMENTARY{
	background-color:#966802;
}

#main .contents .product .title .VIOLENCE{
	background-color:#072F40;
}

#main .contents .product .title .HUMAN{
	background-color:#000066;
}

#main .contents .product .title .LOVESTORY{
	background-color:#FA96CC;
}

#main .contents .product .title .ANIME{
	background-color:#70D000;
}