@charset "utf-8";
/*就職＆デビュー*/
/*-----------------------------------就職＆デビュナビゲーション*/
/*サイトマップナビゲーション現在位置*/
#job #wrapper #container #lowNav #jobNav li#jobNav01 a,
#job_result #wrapper #container #lowNav #jobNav li#jobNav02 a,
#debut_result #wrapper #container #lowNav #jobNav li#jobNav03 a,
/*#works #wrapper #container #lowNav #jobNav li#jobNav04 a ,*/
#career_flow #wrapper #container #lowNav #jobNav li#jobNav05 a ,
#debut_flow #wrapper #container #lowNav #jobNav li#jobNav06 a
{ background:   url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right;}


/*グローバルナビゲーション現在位置*/
#job li#navJob a ,
#job_result li#navJob a ,
#debut_result li#navJob a ,
/*#works li#navJob a ,*/
#career_flow li#navJob a ,
#debut_flow li#navJob a
{ background: url(../../common/img/globalnav_job.jpg) no-repeat 0px -72px; } 


iframe { border:none;} /*Multibox用*/
#jobNavTitle {
	width: 213px;
	height: 34px;
	margin-bottom: 12px;
	background: url(../job/img/job.gif) no-repeat;
	text-indent: -9999px;
}
#jobNav {
	width:206px;
	margin-left: 3px;
}
#jobNav li{
	width: 206px;
	/*height: 26px;*/
	margin: 0 0 3px 0;
	list-style-type: none;
	display:block;
}
#jobNav li a{
	width: 183px;
	/*height: 21px;*/
	padding: 5px 0 0 23px;
	text-decoration: none;
	color: #333;
	display:block;
	background:   url(../../common/img/subnav_top.gif) #FFF no-repeat top left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #737373;
}
#jobNav li a:hover{
	color: #333;
	text-decoration: none;
	background:   url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right;
}



/*-----------------------------------TOP[2011]*/
#titleSysDebut {
	width: 642px;
}
p.sysDebutCopy {
	width: 620px;
	margin:10px auto 20px;
	font-size:12px;
	line-height:1.6;
}
.careerBox {
	float:left;
	width:315px;
	margin:30px auto 30px;
	
}
.debutBox {
	float:right;
	width:315px;
	margin:30px auto 10px;
	
}

.pointBox {
	padding:0 10px 10px;
	background-color:#FFF;
}
.pointBox h3 {
	margin:0 auto 20px;
	text-align:center;
}
.pointBox p {
	font-size:14px;
	font-weight:bold;
}
.careerBox .pointBox p span.big { color:#E30D86;}
.debutBox .pointBox p span.big { color:#3F7DA4;}
.pointBox p span.small {
	font-size:12px;
	font-weight: normal;
}

.careerBox h4 , .debutBox h4 {
	margin:20px 0 0;
}
.careerBox ul , .careerBox dl {
	background-color:#FCE6F2;
	padding:10px;
}

.debutBox ul , .debutBox dl {
	background-color:#E0EDF4;
	padding:10px;
}

.careerBox li {
	background: url(img/sys_debut/list_career.gif) no-repeat left top;
	font-size:14px;
	padding-left:17px;
	margin-bottom:5px;
}
.debutBox li {
	background: url(img/sys_debut/list_debut.gif) no-repeat left top;
	font-size:14px;
	padding-left:17px;
	margin-bottom:5px;
}

.careerBox a , .debutBox a {
	display:block;
	margin-top:10px;
}


/*流れ*/

h2.flow_title {
	margin:20px 0 15px;	
}
.flowBox_career {
	background-color:#FCE6F2;
}
.flowBox_debut {
	background-color:#E0EDF4;
}
.flowBox_career h3 , .flowBox_debut h3 {
	clear:both;
	margin-top:20px;
}
.flowBox_career img.flowPht , .flowBox_debut img.flowPht { 
	margin:20px;
	
}
.flowBox_career dl , .flowBox_debut dl {
	padding:20px;
	margin-bottom:20px;	
}
.flowBox_career dd , .flowBox_debut dd { margin-bottom:20px;}

.flowBox_career dt {
	font-size:14px;
	font-weight:bold;
	color:#E30D86;
}

.flowBox_debut dt {
	font-size:14px;
	font-weight:bold;
	color:#3F7DA4;
}
.flowBox_career p {
	clear:both;
	margin:0 auto;
	width:580px;
	background-color:#FFF;
	border:1px dashed #E30D86;
	padding:10px;
}
.flowBox_career p .point {
	font-size:14px;
	font-weight:bold;
	color:#E30D86;
}
.flowBox_debut p {
	clear:both;
	margin:0 auto;
	width:580px;
	background-color:#FFF;
	border:1px dashed #3F7DA4;
	padding:10px;
}
.flowBox_debut p .point {
	font-size:14px;
	font-weight:bold;
	color:#3F7DA4;
}

.flowBox_career p .flow_detail , .flowBox_debut p .flow_detail {
	font-size:12px;
	font-weight:bold;
}

.successImg {
	clear:both;
	width:201px;
	text-align:center;
	display:block;
	margin:0 auto 20px;
}

.careerResult {
	border:2px solid #E30D86;
	width:638px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
   border-radius: 2px;
}
.careerResult h4 {
	font-size:16px;
	font-weight:bold;
	color:#E30D86;
	background-color:#FCE6F2;
	padding:10px 20px;
	border-bottom:1px solid #E30D86;
}
.careerResult p {
	padding:20px;
	
}
.debutResult {
	border:2px double #3F7DA4;
	width:638px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
   border-radius: 2px;
}
.debutResult h4 {
	font-size:16px;
	font-weight:bold;
	color:#3F7DA4;
	background-color:#E0EDF4;
	padding:10px 20px;
	border-bottom:1px solid #3F7DA4;
}
.debutResult p {
	padding:20px;
	
}

/*-----------------------------------index*/
/*#jobMain {
	height:653px;
	width: 642px;
	margin:20px 0;
	background-image: url(img/job_main.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#jobMain ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 7px;
	top: 557px;
}
#jobMain li {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 76px;
	width: 206px;
	float: left;
}
#jobMain li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 206px;
	
}
#job1 a {
	background-image: url(img/btn_job.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#job2 a {
	background-image: url(img/btn_debut.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#job3 a {
	background-image: url(img/btn_support.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#job1 a:hover,
#job2 a:hover,
#job3 a:hover {
	background-position: bottom;
}*/

/*-----------------------------------就職＆デビュー*/
#titleJob {
	width: 642px;
	height: 107px;
	/*background:  url(img/title_job.gif) no-repeat;*/
	/*text-indent: -9999px;*/
}
#jobTitle01 {	
	margin: 20px 0 0 0;
	/*width: 642px;
	height: 58px;background:  url(img/job_title01.gif) no-repeat;
	text-indent: -9999px;*/
}
#jobTitle02 {
	margin: 20px 0 0 0;
	/*width: 642px;
	height: 58px;
	background:  url(img/job_title02.gif) no-repeat;
	text-indent: -9999px;*/
}
#jobTitle03 {
	width: 642px;
	height: 34px;
	margin: 20px 0 0 0;
	background:  url(img/job_title03.gif) no-repeat;
	text-indent: -9999px;
}
#jobTitle04 {
	width: 426px;
	height: 16px;
	margin: 0 0 10px 0;
	background:  url(img/job_title04.gif) no-repeat;
	text-indent: -9999px;
}

.jobBox {
	width: 642px;
	margin: 20px 0 0 0;
	background-color: #ded6c6;
}
.jobBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.jobBox {display: inline-block;}

/* Hides from IE-mac \*/
* html .jobBox {height: 1%;}
.jobBox {display: block;}
/* End hide from IE-mac */

.jobBoxImg {
	width: 190px;
	float: left;
}
.jobBoxTxt {
	width: 452px;
	float: right;
}
.profileBox {
	width: 451px;
	background-color: #fff;
	border-bottom: 1px solid #39395a;
	border-right: 1px solid #39395a;
}
.profile {
	width: 370px;
	padding: 10px 5px;
	float: right;
	border-left: 1px solid #39395a;
}

/*修正*/
.voiceBox {
	width:310px;
	margin-top:20px;
	float:left;
}
.voiceBox2 {
	width:310px;
	margin-top:20px;
	float:right;
}
#job_result .voiceBoxTop {
	background:url(img/job_titletop.gif) top left no-repeat #EEE;
}
#debut_result .voiceBoxTop {
	background:url(img/debut_titletop.gif) top left no-repeat #EEE;
}
#job_result .voiceBoxTop p {
	float:left;
	width:40px;
	color:#E5007F;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:8px 5px 5px;
	background:url(img/job_titletop.gif) top left no-repeat #FFF;
}
#debut_result .voiceBoxTop p {
	float:left;
	width:40px;
	color:#2D83B7;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:8px 5px 5px;
	background:url(img/debut_titletop.gif) top left no-repeat #FFF;
}
.voiceBox h4 ,
.voiceBox2 h4 {
	float:left;
	width:250px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:8px 5px 5px;
}
.voiceBoxCont {	
	background:#333 url(img/bg_content.gif) repeat ;
	padding:5px;
	position:relative;
}
.voiceBoxCont a {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#333;
}
.voiceBoxCont a:hover {
	text-decoration:underline;
	color:#333;
}
.voiceBoxCont img.jobVoice {
	position:absolute;
	left:100px;
	top:-5px;
}
.voiceBoxCont img.jobPhoto {
	float:left;
	width:139px;
	margin-right:5px;
}
.voiceBoxCont span {
	float:left;
	width:140px;
	_width:130px;
	background-color:#FFF;
	padding:10px 5px 5px 10px;
	line-height:1.4;
}
.voiceBoxCont span:hover {
	text-decoration:underline;
}
#job_result .voiceBoxCont span.jobDetail {
	display:block;
	color:#E5007F;
	background:url(img/job_detail.gif) no-repeat left;
	text-decoration:underline;
}
#debut_result .voiceBoxCont span.jobDetail {
	display:block;
	color:#2D83B7;
	background:url(img/debut_detail.gif) no-repeat left;
	text-decoration:underline;
}



