@charset "utf-8";

/*//////////////////////////////////////////////////////////

	1: Outline
	2: Greeting
	3: Privacy
	4: Recruit
	5: Qualification
	6: Thickbox

//////////////////////////////////////////////////////////*/


/*=========================================================

	Outline

==========================================================*/

dl.sirius-outline{
  padding:0;
  margin:0;
  border:1px solid #ccc;
  border-bottom:0;
  background:url('../outline/img/back_table.gif') 0 0 repeat-y;
}

dl.sirius-outline dt{
  float:left;
  width:130px;
  padding:10px;
}

dl.sirius-outline dd{
  padding:10px 10px 10px 160px;
  margin:0;
  border-bottom:1px solid #ccc;
}

dl.sirius-outline dd ul{
  padding:0;
  margin:0 0 0 1.5em;
}

dl.history{
  padding:0;
  margin:0;
}

dl.history dt{
  float:left;
  text-align:right;
  width:120px;
}

dl.history dd{
  padding:0 0 10px 150px;
  margin:0 0 10px 0;
  border-bottom:1px dashed #ccc;
}



/*=========================================================

	Greeting

==========================================================*/

div.greeting p{
  text-indent:0.5em;
  margin-top:15px;
}

div.greeting p.photo{
  text-indent:0;
  margin:0;
}

div.greeting p.idea{
  text-indent:0;
  margin-top:25px;
}



/*=========================================================

	Privacy

==========================================================*/

div.privacy ol{
  padding:0;
  margin:0 0 0 25px;
}

div.privacy ol li{
  margin-top:25px;
}

div.privacy ol li h3{
  margin-bottom:5px;
}


div.privacy ol li div.section{
  width:auto;
  margin-top:5px;
}


div.privacy ol li ul{
  padding:0;
  margin:0 0 0 25px;
}

div.privacy ol li ul li{
  margin-top:5px;
}


div.responsible{
  text-align:center;
  padding:10px;
  margin:35px 0 15px 0;
  border:1px solid #ccc;
  background:#f7f7f7;
}

div.responsible p{
  margin:5px;
}



/*=========================================================

	Rectruit

==========================================================*/

div.recruit div.section:after{
  content:".";
  display:block;
  visibility:hidden;
  clear:both;
  height:0px;
}


div.recruit ul.important-point{
  padding:0;
  margin:0 0 0 25px;
}

div.recruit ul.important-point li{
  margin-bottom:5px;
}

div.recruit ul.important-point li strong{
  color:#03a;
  border-bottom:1px dashed #03a;
}

div.recruit p.recnavi{
  text-align:center;
  margin-top:15px;
}


div.recruit table{
  float:left;
  width:300px;
  margin-top:15px;
  border-collapse:separate;
  border:0;
  background:#ccc;
}

div.recruit table caption{
  font-size:78%;
  color:#777;
}

div.recruit table tr{
  background:#fff;
}

div.recruit table tr th{
  text-align:center;
  width:100px;
  padding:5px;
  background:#f7f7f7;
}

div.recruit table tr th.detail{
  width:180px;
}

div.recruit table tr td{
  padding:5px;
}


div.recruit p.entry{
  float:right;
  width:220px;
  margin-top:30px;
}

div.recruit p.entry img{
  margin-bottom:10px;
}


.SpryHiddenRegion{
   visibility:hidden;
}

p.loading{
  text-align:center;
  padding:50px 0;
}


h4.recruit-title{
  line-height:38px;
  font-size:130%;
  font-weight:normal;
  padding-left:50px;
  margin-bottom:15px;
  background:url('../recruit/img/back_title.jpg') 0 0 no-repeat;
}

h4.recruit-title a,
h4.recruit-title a:visited{
  text-decoration:none;
  color:#333;
}

h4.recruit-title a:hover{
  text-decoration:udnerline;
}




/*== Entry form ==========================================*/
form.entry{
  margin-top:25px;
}

form.entry fieldset{
  padding:15px;
  border:1px solid #aaa;
}

form.entry legend{
  color:#03a;
}

form.entry dl{
  padding:15px 0 10px 0;
  margin:0;
}

form.entry dl dt{
  font-weight:bold;
  margin-top:10px;
}

form.entry dl dd{
  position:relative;
  margin:0;
}

form.entry dl dd em{
  font-size:78%;
  color:#f70;
}


form.entry dl dd input.text,
form.entry dl dd textarea{
  vertical-align:middle;
  padding:3px;
  border:1px solid #ccc;
  background:#f7f7f7;
}


#exB .jsvalidation{ /*** Jsvalidate ***/
  position:absolute;
  z-index: 1;
  left:270px;
  top:-1em;
  font-size:78%;
  color:#a00;
  padding:5px;
  border:1px solid #a00;
  background:url(../recruit/img/back_description.png) 0 0;
}


form.entry p input.button{
  padding:5px;
}
/*========================================================*/



/*=========================================================

	Qualification

==========================================================*/

ul.qualification-list{
  list-style:circle;
  padding:0;
  margin:0 0 0 25px;
}

ul.qualification-list li{
  margin-bottom:10px;
}


div.qualification p.day{
  text-align:right;
  font-size:78%;
  color:#555;
}


div.qualification hr{
  color:#ccc;
  width:430px;
  margin:50px 50px 100px 50px;
  background:#ccc;
}


div.qualification div.section h3 a{
  text-decoration:none;
}

div.qualification div.section h3 a em{
  font-size:70%;
  margin-left:15px;
}




/*=========================================================

	Thickbox

==========================================================*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	font-size:78%;
	color:#666666;
}

#TB_window a:link {color: #cc0000;}
#TB_window a:visited {color: #cc0000;}
#TB_window a:hover {color: #ff0000;}
#TB_window a:active {color: #cc0000;}
#TB_window a:focus{color: #cc0000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}