@import "common_base.css";
@import "common_fonts.css";
@import "common_layout.css";


/* ------------------------------------------------------------
	/talent/index.html
------------------------------------------------------------ */

#talentList_address {
width: 820px;
margin: 45px auto 0;
}

#talentList_tokyo {
width: 380px;
float: left;
}

#talentList_osaka {
width: 380px;
float: right;
}

#talentList_tokyo h3,
#talentList_osaka h3 {
width: 360px;
margin-bottom: 10px;
padding: 0 10px;
background: #31D038;
border-bottom: 3px solid #FEF200;
color: #fff;
font-size: 120%;
font-weight: bold;
line-height: 30px;
}

#talentList_tokyo ,
#talentList_osaka {
}

ul.talentList {
margin-left: 20px;
margin-top: 10px;
}

ul.talentList li {
width: 150px;
text-align: center;
margin-bottom: 20px;
float: left;
margin-right: 38px;
}

ul.talentList li.ImgLast{
margin-right:0;
}

ul.talentList img {
width: 148px;
border: 1px solid #31D038;
margin-bottom: 2px;
}

ul.talentList p.name {
font-size: 120%;
line-height: 1.2;
font-weight:bold;
}

ul.talentList p.association {
font-size: 77%;
line-height: 1.5;
}

ul.talentList dl{

text-align:left;
}

ul.talentList dt{
padding:15px 7px 7px 7px;
font-size:110%;
background:#31D038 url(../img/talent/talent_top.png) no-repeat 0 0;
font-weight:bold;
}

ul.talentList dt a{
color:#fff;

}

ul.talentList dd{
border-bottom:1px solid #31D038;
border-left:1px solid #31D038;
border-right:1px solid #31D038;
padding:10px;

}


/* ------------------------------------------------------------
	/talent/detail.html
------------------------------------------------------------ */

h2 span {
	/* reset to fonts.css default*/
	font-size: 13px; 
	*font-size: small;
	*font: x-small;
	font-size-adjust: 93%;
	font-weight: normal;
	color: #999999;
	margin-left: 8px;
	margin-right: 8px;
}

div#areaProfile {
	margin-top: 20px;
}

div#areaProfile div#mainPhoto {
	width: 292px;
	float: left;
	margin-left: 30px;
	display: inline;
}

div#areaProfile div#mainPhoto img {
	border: 1px solid #cccccc;
}

div#profileTable {
	width: 510px;
	float: right;
	margin-right: 30px;
	display: inline;
}

div#profileTable p{
	padding:5px 0 0 0;
	
}


div#areaProfile h3 {

}


div#areaProfile table {
	width: 510px;
	margin-top: 10px;
}

div#areaProfile table th,
div#areaProfile table td {
	border-bottom: 1px dotted #D7D7D7;
	font-size: 108%;
	line-height: 1.5;
	padding: 4px 5px 4px 0;
}

div#areaProfile table th {
	text-align: left;
	font-weight: bold;
	width: 35%;
	background-image: url(../img/common/th_marker.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}



div#areaProfile table td {
	width: 65%;
}


/* @group clearfix */

#areaProfile:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

#areaProfile {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html #areaProfile {
	height: 1%;
}

#areaProfile{
	display: block;
}
/* end: exclude MacIE5 */

/* @end */

div#areaMovies {
	margin-left: 30px;
	margin-top: 30px;
}

div#areaMovies img {
	margin-right: 7px;
}


div#areaActivities {
	margin-top: 30px;
	font-size: 108%;
	line-height: 1.5;
}

div#areaActivities h4 {
	margin-bottom: 10px;
}

div#areaActivities div.topics {
	width: 400px;
	float: left;
	margin-left: 30px;
	display: inline;
}


div#areaActivities div.recent {
	width: 400px;
	float: right;
	margin-right: 30px;
	display: inline;
}




div.btnActivity {
	clear: both;
	text-align: right;
	margin-right: 30px;
	padding-top: 30px;
}

div.btnActivity a:hover {
	background-color: #ffffff;
}

/* @group clearfix */

#areaActivities:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

#areaActivities {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html #areaActivities {
	height: 1%;
}

#areaActivities{
	display: block;
}
/* end: exclude MacIE5 */

/* @end */



/* ------------------------------------------------------------
	/talent/activity.html
------------------------------------------------------------ */

div#areaActivityList {
	margin-left: 30px;
	margin-right: 30px;

}

div#areaActivityList h3 {
	margin-top: 30px;
}
div#areaActivityList div.txt {
	font-size: 108%;
	line-height: 1.5;
	margin-top: 12px;
}


/* ------------------------------------------------------------
	areaActivityList & areaActivities  common
------------------------------------------------------------ */

div#areaActivities hr,
div#areaActivityList hr {
	margin-top: 6px;
	margin-bottom: 6px;
}

div#areaActivities h5,
div#areaActivityList h5 {
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 12px;
	color: #333333;
	background:url(../img/common/h5_icon.gif) no-repeat 0 6px;
	padding-left:10px;
	font-size:110%;
}






.topics span{
	color:#C00;
}


div#areaActivities ul li,
div#areaActivityList ul li{
	list-style-type: none;
	background-image: url(../img/common/th_marker.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.2em;

}

div#areaActivities dl{
	
}

div#areaActivities dt{
	list-style-type: none;
	background-image: url(../img/common/th_marker.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 1em;
	font-weight:bold;	
}

div#areaActivities dd{
	border-bottom:1px dotted #D7D7D7;
	padding-bottom:8px;
	margin-bottom:8px;
	font-size: 95%;
}

div#areaActivities p{
	margin-bottom:0.5em;
}
