/*----------------------------------------------------
        芸能人検索・詳細ページ | .talent_view
----------------------------------------------------*/
.talent_view .main_content {
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
}

.talent_view .pick_up_big {
	position: absolute;
	right: 30px;
	top: -6px;
}

.talent_view .content_border {
	border: 1px solid #ddd;
	border-radius: 10px;
}

.talent_view .left_content {
	float: left;
	width: 200px;
	position: relative;
	text-align: center;
	margin-left: 40px;
}

.talent_view .border_blue {
	border-top: solid 5px #3699fd;
	display: block;
	width: 200px;
	position: absolute;
	top: 0;
}

.talent_view .image {
	margin-top: 20px;
    max-height: 200px;
    max-width: 200px;
}

.talent_view .production {
	background-color: #ddd;
	border-radius: 10px;
	width: 200px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin: 80px auto 20px;
	position: relative;
}

.talent_view .production_img {
	border: 5px solid #ddd;
    width: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    right: 50px;
    top: -48px;
    height: 100px;
    box-sizing: border-box;
}

.talent_view .production_name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.talent_view .production p {
	padding: 7px 10px;
	word-wrap: break-word;
}

.talent_view .left_btn {
	text-align: center;
	margin-top: 10px;
}

.talent_view .left_btn .btnDefault a {
	background-color: #cccccc;
	border: none;
	color: #555555;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	padding: 7px 25px;
}

.talent_view .advertisement {
	margin-top: 30px;
}

.talent_view .advertisement_left_top {
	height: 200px;
	width: 200px;
}

.talent_view .advertisement_left_down {
	height: 200px;
	width: 220px;
}

.talent_view .right_content {
	float: right;
	width: 620px;
	 padding-top: 30px;
	padding-right: 30px;
}

.talent_view .name {
	border-bottom: #000000 solid 2px;
	padding-bottom: 5px;
}

.talent_view .kanji {
	float: left;
	font-weight: bold;
	font-size: 24px;
}

.talent_view .kana {
	float: left;
	padding-left: 40px;
	font-size: 14px;
}

.talent_view .introduction {
	border: 1px #ddd solid;
	border-radius: 7px;
	background-color: #ddd;
	margin: 15px 0;
}

.talent_view .introduction p {
	padding: 0 7px;
}

.talent_view .detail {
	border-bottom: #ddd solid 2px;
	padding: 10px 0;
}

.talent_view .detail_01 {
	border-bottom: #ddd solid 2px;
	border-top: #ddd solid 2px;
	padding: 10px 0;
}

.talent_view .source_text {
        text-align: right;
        font-size: 11px;
        color: #888;
        padding: 5px 0;
}

.talent_view .genre {
	float: left;
	font-weight: bold;
	width: 100px;
}

.talent_view .meat {
	float: left;
	width: 500px;
}

.talent_view .cast_history {
	margin-top: 30px;
}

.talent_view .min_title {
	background: url(../app/webroot/img/talent/history.png) no-repeat;
	border-bottom: black solid 3px;
	padding: 0 0 5px 30px;
	font-size: 18px;
	font-weight: bold;
}

.talent_view .history {
	border-bottom: #ddd 2px dotted;
	padding: 15px 0;
}

.talent_view .same_talent {
	margin-top: 30px;
}

.talent_view .same_talent_heading {
	background: url(../app/webroot/img/talent/same_production.png) no-repeat;
	border-bottom: black solid 3px;
	padding: 0 0 5px 30px;
}

.talent_view .same_talent_title {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.talent_view .same_talent_imdex {
	float: right;
}

.talent_view .same_talent_imdex a {
	color: #000000;
	text-decoration: none;
}

.talent_view .same_talent_box {
	border-bottom: black solid 3px;
	width: 100%;
	margin-bottom: 100px;
}

.talent_view .index_list {
	width: 620px;
}

.talent_view .same_talent_box ul li{
	float: left;
	margin: 20px 0 20px 20px;
}

.talent_view .same_talent_box ul li:first-child {
    margin: 20px 0;
}

.talent_view .same_talent_box ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 140px;
    width: 140px;
}

.talent_view .same_talent_box .same_talent_name {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 10px 1px 10px;
}

.talent_view .same_talent_box .same_talent_name p {
    display: inline-block;
}

.talent_view .same_talent_img {
	max-height: 140px;
	max-width: 140px;
}

.talent_view .bottom_btn_area {
	margin: 50px 0;
	text-align: center;
}

.talent_view .index_btn {
	background-color: #cccccc;
	border: none;
	color: #555555;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 17px 75px;
}

.talent_view .bottomBtnArea {
	margin: 50px 0;
}

.talent_view .bottomBtnArea .btn a {
	background-color: #cccccc;
	border: none;
	color: #555555;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.talent_view .bottomBtnArea .btn:hover {
	opacity: 0.7;
}

.talent_view .member .meat a {
    display: inline-block;
    margin-right: 10px;
}

/*----------------------------------------------------
        芸能人検索・一覧ページ | .talent_index
----------------------------------------------------*/
/*.talent_index .main_content {
	float: right;
	width: 720px;
}*/

.talent_index .main_content .main_box {
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px 20px 0 20px;
}

.talent_index .side_content {
	float: left;
	width: 260px;
}

.talent_index .talent_index_title {
	border-bottom: #ddd 2px dotted;
	padding: 15px 0;
}

.talent_index .title_left {
	float: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	border-left: #3699fd 5px solid;
}

.talent_index .title_right {
	float: right;
}

.talent_index .conditions {
	background-color: #f0f9ff;
	margin-top: 10px;
	padding-left: 20px;
}

.talent_index .talent_box {
	margin: 0 auto;
	padding: 20px 0;
	width: 850px;
}

.talent_index .float li {
	float: left;
	display:table;
	margin: 0 8px 15px 8px;
}

.talent_index .talent {
	border: #ddd solid 1px;
	height: 170px;
	position: relative;
	width: 150px;
	padding: 15px 0;
}

.talent_index .pickup_min {
	position: absolute;
	top: -5px;
	right: 5px;
}

.talent_index .talent_img_area {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
    padding: 0 15px;
    height: 120px;
    width: 120px;
}

.talent_index .talent_img {
	max-width: 120px;
	max-height: 120px;
}

.talent_index .talent_name {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

.talent_index .talent_name p {
	display: inline-block;
	text-align: left;
}

.talent_index .paging {
	text-align: center;
	margin-top: 20px;
}

.talent_index .paging span {
	display: inline-block;
}

.talent_index .paging .prev {
	margin-right: 10px;
}
.talent_index .paging .next {
	margin-left: 10px;
}

.talent_index .paging .prev,.next {
	background-color: #ddd;
	border: #ddd 5px solid;
	font-size: 16px;
	padding: 7px 15px;
	border-radius: 10px;
}

.talent_index .paging a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.talent_index .paging .page {
	background-color: #ddd;
	font-size: 16px;
	border-radius: 50%;
	height: 35px;
	width: 43px;
	padding-top: 8px;
	border: #ddd 5px solid;
}

.talent_index .paging .page:hover {
	opacity: 0.6;
}

.talent_index .paging .prev:hover {
	opacity: 0.6;
}

.talent_index .paging .next:hover {
	opacity: 0.6;
}

.talent_index .paging .disable {
	background-color: #FFF;
	font-size: 16px;
	border-radius: 50%;
	height: 35px;
	width: 43px;
	padding-top: 8px;
	border: #ddd 5px solid;
	cursor: default;
	pointer-events: none;
}

.talent_index .paging .disable_box {
	background-color: #FFF;
	border: #ddd 5px solid;
	font-size: 16px;
	padding: 7px 15px;
	border-radius: 10px;
	cursor: default;
	pointer-events: none;
}

.talent_index .search {
	background-color: #FFF;
	border-radius: 10px;
}

.talent_index .search_blue {
	background: url(../app/webroot/img/talent/search.png) 10px no-repeat;
	background-color: #3699fd;
	width: 40px;
	height: 38px;
	border-top-left-radius: 7px;
	position: absolute;
}

.talent_index .search_title {
	font-weight: bold;
	font-size: 16px;
	padding: 7px 0 5px 50px;
	border-bottom: #ddd 2px dotted;
}

.talent_index .search_box {
	padding: 5px 20px;
}

.talent_index #TalentSearchFilteredTalentName,#filteredProductionName,#filteredGenre {
	width: 210px;
}

.talent_index .search_detail {
	border-bottom: #ddd 2px dotted;
	padding: 15px 0 10px 0;
}

.talent_index .detail_title {
	font-weight: bold;
	border-left: #3699fd solid 3px;
	padding-left: 10px;
}

.talent_index .detail_box {
	margin-top: 10px;
}

.talent_index .detail_box input {
	float: left;
}

.talent_index .radio_area input {
	float: none;
}

.talent_index .detail_box p {
	float: left;
	padding: 5px 10px;
}

.talent_index .detail_box .left {
	float: left;
	width: 100px;
	font-size: 12px;
}

.talent_index .detail_box .right {
	float: left;
	width: 120px;
	font-size: 12px;
}

.talent_index .detail_box span {
	margin-right: 15px;
}

.talent_index .side_btn_area {
	padding: 20px;
}

.talent_index .side_btn input {
	background-color: gray;
	text-align: center;
	border-radius: 5px;
	padding: 10px 50px;
	color: #fff;
	font-weight: bold;
}
.talent_index .side_btn:hover {
	opacity: 0.6;
}

.talent_index .side_btn a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.talent_index .advertisement {
	text-align: center;
}

.talent_index .advertisement_top {
	background-color: #FFF;
	width: 240px;
	margin: 20px auto;
}

.talent_index .advertisement_left_top {
	width: 220px;
	height: 220px;
	padding: 10px;
}

.talent_index .advertisement_left_down {
	width: 240px;
	height: 240px;
}

.talent_index .btnDefault .back_btn {
	background-color: #ccc;
    border-radius: 7px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px;
    box-shadow: none;
    border: none;
}