@charset "utf-8";

/*===================================================
*
*	profile-list style sheet
*
*	1. list
*		1-1. common
*		1-2. artist 
*		1-3. lnavi
*	2. group search

====================================================*/

/* ---------------------------------------
 1. list
----------------------------------------*/

/*
 1-1. common
---------------------------------*/

div#talentListBox h3 {
	margin: -4px 0 10px 0;
	border-bottom: 5px solid #000;
}

div#talentListBox h3 img {
	position: relative;
	top: 4px;
}

div#talentListBox div.section {
	position: relative;
}

div#talentListBox p.lnavi {
	position: absolute;
	top: 8px;
	right: 0px;
	padding-left: 10px;
	background: url("/image/common/bg_dotline_v.gif") repeat-y right 0;
	text-align: right;
}

div#talentListBox p.lnavi2 {
	right: 140px;
	background: none;
}

div#talentListBox p.lnavi3 {
	right: 130px;
	background: none;
}

div#talentListBox p.lnavi span {
	display: block;
	padding: 0 10px;
	background: url("/image/common/bg_dotline_v.gif") repeat-y;
}

* html div#talentListBox p.lnavi span {
	display: inline-block;
}


div#talentListBox span.sectionName {
	display:inline;
	background-color:#eee;
	color:#666;
	line-height:0.9em;
	padding:1px 4px;
	font-size:84%;
	margin-left:-8px;
}

div#talentListBox .authorList-03 span.sectionName {
	padding:1px;
	margin-left:0px;
	color: #999999;
}

div#talentListBox a:hover span.sectionName {
	background-color:#ddd;
}

li.lnItemAll{
	color:#555555;
	font-weight:bold;
}

p#loadInfo{
	background:#fff;
	text-align:center;
	margin:0 auto;
	padding:40px 0 60px;
	position:fixed;
	bottom:0;
	font-weight:bolder;
	width:850px;
	z-index:10;
	display:none;
}

p#loadAnime{
	text-align:center;
	margin:0 auto;
	padding:0 0 40px;
	position:fixed;
	bottom:0;
	width:850px;
	z-index:20;
	display:none;
}

/*
 1-2. artist 
---------------------------------*/

div#talentListBox h3.bzTieup{
	border-bottom:none;
	background:url(/image/common/bg_dotline_03.gif) no-repeat;
	margin:25px 30px 2px;
	padding-left:10px
}


/*
 1-3. lnavi
---------------------------------*/

div.talentCatList{
	position: relative;
	padding: 21px 16px 6px 16px;
}

*html div.talentCatList{
	height:18px;
	padding: 5px 16px 6px 16px;
}

div.talentCatList ul.lnavi {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	background: url("/image/common/bg_dotline_v.gif") repeat-y;
}

div.talentCatList ul.lnavi {
	left: 0;
}

div.talentCatList ul.lnavi:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

div.talentCatList ul.lnavi li {
	float: left;
	padding:2px 9px 2px 8px;
	background: url("/image/common/bg_dotline_v.gif") repeat-y right 0;
}

div.talentCatList ul.lnavi a{
	display: block;
	background: url("/image/common/bg_arrow_01.gif") no-repeat 0 4px;
	padding-left: 13px;
}

div.talentCatList ul.lnavi li.lnItem a{
	text-decoration: none;
	font-weight: bold;
}


/*
 2. group search
---------------------------------*/

form#groupSearch {
	border: 1px solid #BBB;
	text-align: center;
	margin: 10px 0;
}

form#groupSearch fieldset {
	background: url("/image/common/bg_stripe.gif");
	margin: 2px;
	padding: 3px 0;
}

form#groupSearch div.legend {
	display: inline;
	margin-right: 5px;
	margin-top: 3px;
}

