
/*------------------------------------------*/
/* Index -----------------------------------*/
/*------------------------------------------*/

#globalBodyViewport {
	width: 100%;
	background-color: rgb(245, 246, 247);
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#globalBodyViewportContainer {
	width: 980px;
	height: 550px;
}

/*------------------------------------------*/
/* トップページ ----------------------------*/
/*------------------------------------------*/
.TDPS_Index_Actor {
	width:170px;
	float:left;
	margin-bottom:10px;
}
.TDPS_Index_ActorName {
	text-align: center;
	font-weight: 700;
	font-family:'Hiragino Mincho ProN', serif;
}
#TDPS_Index_Actor_1, #TDPS_Index_Actor_3, #TDPS_Index_Actor_5, #TDPS_Index_Actor_7, 
#TDPS_Index_Actor_9, #TDPS_Index_Actor_11, #TDPS_Index_Actor_14 {
	margin-right:10px;
}
#TDPS_Index_Actor_2, #TDPS_Index_Actor_6, #TDPS_Index_Actor_10 {
	margin-right:35px;
}
#TDPS_Index_Actor_17 {
	margin-left:215px;
	margin-right:10px;
}
#TDPS_Index_Actor_13, #TDPS_Index_Actor_14, #TDPS_Index_Actor_15, #TDPS_Index_Actor_16 {
	margin-top:10px;
}

#TDPS_Index_Actor_13 {
	margin-right:215px;
}

/*------------------------------------------*/
/* 詳細ページ ------------------------------*/
/*------------------------------------------*/
.TDPS_ActorDetail_ActorNameK {
	font-size: 30px;
	font-weight: 700;
	font-family:'Hiragino Mincho ProN', serif;
}
.TDPS_ActorDetail_ActorNameE {
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.TDPS_ActorDetail_ListTitle {
	width: 100%;
	color: #ff7605;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #000;
}

/*------------------------------------------*/
/* 右側ニュースリスト ----------------------*/
/*------------------------------------------*/
.TDPS_ActorNewsList_Image {
	width: 50px;
	height: 50px;	
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float: left;
}
.TDPS_ActorNewsList {
	width: 200px;
	margin-left: 60px;
}
.TDPS_ActorNewsList_Date {
	font-size: 12px;
}
.TDPS_ActorNewsList_Body {
	font-size: 13px;
}

/*------------------------------------------*/
/* 右側タレントリスト ----------------------*/
/*------------------------------------------*/
.TDPS_ActorSubList_Container {
	width: 170px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom: solid 1px #ccc;
}
.TDPS_ActorSubList_Image {
	width: 30px;
	float: left;
}
.TDPS_ActorSubList_Container_NameK {
	margin-top:3px;
	font-size: 16px;
	margin-left:40px;
}
/*.TDPS_ActorSubList_Container_NameE {
	margin-left:50px;
	font-size: 12px;
}*/