@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 130%;
}

h2 {
	border-bottom: solid 1px #333;
	padding: 10px 5px 0 5px;
	margin-bottom: 10px;
}

h3 {
	padding: 10px 5px;
	font-size: 95%;
	color: #333;
	font-weight: bold;
}

h4 {
	padding: 10px 5px;
	font-size: 20px;
	color: #603813;
	text-shadow: #3b3b1f 1px 1px 1px;
	font-weight: bold;
}

span.alphabet {
	margin: 0;
	padding: 0;
	font-size: 65%;
	color: #989898;
	font-weight: normal;
}

p {
	padding: 2px 5px;
	color: #333;
}

p.small {
	font-size: small;
}

a {
	color: #FF0033;
	text-decoration: none;
	font-size: 90%;
}

address {
	font-size: 11px;
}


.clear {
	clear: left;
}


.overflow_h{
    overflow: hidden;
    zoom: 1;  /* IE6,7対策 */
}

.shadow{
     box-shadow:5px 5px 10px;
     border:1px solid #000;
     height: auto;
}


body {
}


details {
	border: 4px solid #900;
	border-radius: 4px;
	padding: .5em .5em 0;
}

details.talent_select {
	width: 40%;
	background-color: #FFF;
}

summary {
	font-weight: bold;
	margin: -.5em -.5em 0;
	padding: .5em;
	color: #9C4E4E;
}

details[open] {
	padding: .5em;
}

details[open] summary {
	border-bottom: 1px solid #aaa;
	margin-bottom: .5em;
}


div#headerWrapper {
	width: 100%;
	height: 160px;
	background-color: #000;
}

div#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("./img/title01.jpg");
	height: 160px;
}


ul.nav {
	padding: 100px 0 0 50px;
	list-style: none;
}

ul.nav li {
	margin-right: 20px;
	display: inline-block;
}

ul.nav a {
	margin: 10px 0;
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

ul.nav a:hover {
	margin: 10px 0;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}





div#mainWrapper {
	border-radius: 10px;
	width: 690px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('./img/tbl_bg_0.gif');
	padding: 15px;
}

div#mainImg {
	margin: 10px 0;
	}

div#whatsNew {
	width: 350px;
	border: solid 1px #ccc;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

div#whatsNewBox {
	padding: 5px;
	background-color: #FFF;
	}

div#whatsNewBox p {
	line-height: 1.2em;
	color: #404040;
	font-size: 80%;
}


div.updateDateBox {
	width: 70px;
	float: left;
}

div.updateTitleBox {
	width: 267px;
	float: left;
}


div#footerAddress {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

div#footerAddress ul {
	list-style: none;
	font-size: 11px;
}

div#footerAddress li {
	display: inline;
	color: #866f57;
}


div#footerWrapper {
	width: 100%;
	background-image: url("./img/footer01.jpg");
	background-repeat: repeat-x;
	height: 40px;
}

div#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0;
}

div#footer address {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

/* --------------------------------------------------------

会社概要（一般）

----------------------------------------------------------*/

table#companyTable {
	padding: 10px 5px;
	width: 650px;
}

table#companyTable th {
	margin: 5px;
	padding: 10px;
	font-size: 80%;
	background-color: #9C4E4E;
	color: #fff;
	border: solid 1px #fff;
}

table#companyTable td {
	border: solid 1px #EBE1CB;
	margin: 8px;
	padding: 10px;
	font-size: 80%;
	background-color: #fff;
	color: #383838;
	line-height: 1.5em;
}


/* --------------------------------------------------------

リンク（一般）

----------------------------------------------------------*/

table#linkTable {
	padding: 10px 5px;
	width: 695px;
}

table#linkTable th {
	margin: 5px;
	padding: 10px;
	font-size: 80%;
	width: 180px;
	background-color: #9C4E4E;
	color: #fff;
	border: solid 1px #EBE1CB;
}

table#linkTable a {
	color: #fff;
	text-decoration: none;
}

table#linkTable td {
	background-color: #fff;
	margin: 8px;
	padding: 10px;
	font-size: 80%;
	color: #666;
	border: solid 1px #EBE1CB;
	line-height: 1.5em;
}


/*-------------------------------------------------

タレントプロフィール　（一般ページ）

--------------------------------------------------*/

h3.talent_title {
	padding: 10px 0;
	font-size: 110%;
	font-weight: bold;
	color: #3b3b1f;
	text-shadow: #333333;
}


div.talent_float_box {
	padding: 10px;
}

div#talent_float_box_img {
	width: 250px;
	float: left;
}

div#talent_float_box_select {
	width: 400px;
	float: left;
}

div.talentBox {
	margin: 20px 0;
	padding-left: 40px;
	width: 630px;
	overflow: hidden;
    zoom: 1;  /* IE6,7対策 */
}

table.profile_list_male {
	width: 210px;
	float: left;
}


table.profile_list_male th {
	width: 50px;
}

table.profile_list_male td {
	width: 150px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


table.profile_list_female {
	width: 210px;
	float: left;
}

table.profile_list_female th {
	width: 50px;
	font-weight: normal;
	padding-right: 10px;
}

table.profile_list_female td {
	width: 150px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


a.list {
	display: block;
	padding: 5px;
}

.talent_select a:hover {
	background-color: #FFFFFF;
}



#toggleMenuButton {
	background-color: #fff;
	width: 250px;
	padding: 5px 10px;
	border: solid 2px #9C4E4E;
	color: #CC3366;
	font-weight: bold;
}

#toggleMenu {
	overflow: hidden;
	transition: all 0.5s;
	background-color: #eee;
	padding-left: 5px;
}

ul#toggleMenuUl {
	width: 200px;
}

ul#toggleMenuUl li {
	text-align: center;
	border-bottom: dotted 1px #9e9e9e;
}




/*-------------------------------------------------

タレントプロフィール詳細　（一般ページ）

--------------------------------------------------*/

div#talentProfileDetail {
	width: 685px;
}

div#hotNewsBox {
	margin: 10px 0 10px 8px ;
	width: 650px;
	background-color: #fff;
	padding: 10px;
}

div#hotNews {
	background-color: #fff;
	padding: 10px 0 0 5px;
	font-size: 85%;
	color: #666;
}



table#profileDetailTable {
	background-color: #FFF;
	padding: 5px 15px 5px 5px;
	width: 420px;
	margin: 5px 0 5px 10px;
	}

table#profileDetailTable th {
	width: 100px;
	background-color: #F99;
	padding: 3px 5px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	text-align: right;
}

table#profileDetailTable td {
	padding: 2px 5px 2px 10px;
	font-size: 14px;
	color: #666;
}


div#talentprofileDetailText {
	width: 450px;
	float: left;
}


div#talentProfileDetailPhoto {
	width: 200px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}


div#voiceSample {
	padding: 0 30px 30px 1px;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 600px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

div#voiceSample2 {
	padding: 0 30px 30px 1px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 600px;
}



ol.voiceList {
	list-style: none;
}

ol.voiceList li {
	display: block;
	padding-left: 30px;
}


div#appearBox {
	margin: 40px 0 0 0;
}

div#appearBox h4 {
	padding-left: 10px;
	color: #CC3366;
	font-size: 110%;
	font-weight: bold;
}

table#apperTable {
	width: 680px;
	margin-top: 10px;
	color: #333;
	font-size: 75%;
}

table#apperTable td {
	padding: 5px;
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	width: 335px;
}


div#galleryWrapper {
	margin: 20px 10px;
	padding-left: 40px;
}

div.galleryBox {
	padding: 20px 20px 20px 40px;
	float: left;
}


div#voiceRecorderBox {
	width: 300px;
	float: left;
}

div#voiceListBox {
	width: 250px;
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px 0 20px 20px;
}


div#voiceListBox a {
	padding: 2px 0;
}

div#voiceListBox a:hover {
	text-decoration: underline #FF3366;
	color: #0000cc;
}







.audiojs .time { width: 10px; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; } 



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }


