@charset "Shift_JIS";

/* --------------------------------------------------
 Wrapper Style
 -------------------------------------------------- */
/* サブメニュー追加用スタイル */
#gnavi ul li ul {
	behavior:url("../../common/css/csshover.htc");
}

/******** --------------------------------------------------
employee Style
 -------------------------------------------------- */

#employee h5{
	color:#30a1ab;
	font-weight:bold;
	padding-bottom:8px;
}

/* --------------------------------------------------
-- : common
 -------------------------------------------------- */
#employee .right_img,
#employee .left_img{
	padding: 0 0 30px;
}

#employee .interview{
	background: #f4fbfb;
	border:1px solid #30aab5;
	display:block;
	margin: 0 0 30px;
}
#employee .interview .right{
	width: 140px;
	float:right;
}
#employee .interview .right h5{
	padding: 0 0 20px 0;
}
#employee .interview .left{
	width:445px;
	float:left;
}
#employee .interview .left dl{
	padding: 20px 0 20px 24px;
	line-height: 1.5;
}
#employee .interview .left dl dt{
	font-size:116%;
	font-weight:bold;
	color:#30aab5;
}
#employee .interview .left dl dd{
	line-height: 1.5;
}
#employee .interview .left dl dd.name{
	font-size:84%;
	padding: 12px 0;
}

/* ADD 2011.07.28 T.Nishikido >>> */
/* インタビューエリアで文章を画像したにまわるようにしたcss */
#employee .interview .right2{
	width: 140px;
	float:right;
	margin-top:-77px;
	margin-right:-24px;
	margin-left:12px;
}
#employee .interview .right2 h5{
	padding: 0 0 20px 0;
}
#employee .interview .left2{
	width:600px;
	float:left;
}
#employee .interview .left2 dl{
	padding: 20px 0 20px 24px;
	line-height: 1.5;
}
#employee .interview .left2 dl dt{
	font-size:116%;
	font-weight:bold;
	color:#30aab5;
}
#employee .interview .left2 dl dd{
	line-height: 1.5;
	padding-right:24px;
}
#employee .interview .left2 dl dd.name{
	font-size:84%;
	padding: 12px 0;
}
/* ADD 2011.07.28 T.Nishikido <<< */

/* --------------------------------------------------
-- : balance
 -------------------------------------------------- */
#balance table {
	border:4px solid #eee;
	margin: 0 0 20px;
}
#balance table .item{
	background: #eee;
}
#balance table th,
#balance table td{
	border-bottom: 1px solid #bebebe;
	line-height:1.5;
}
#balance table th{
	width: 20%;
	border-right:4px solid #eee;
	padding: 8px 0 ;
	text-align:center;
}
#balance table td{
	padding: 8px;
}
 #balance table td.item{
 	text-align:center;
 }
#balance table th.item,
#balance table td.item,
#balance table th.table-bottom,
#balance table td.table-bottom{
	border-bottom:none;
}
 
 
 
 /* --------------------------------------------------
-- : safe
 -------------------------------------------------- */
#safe table {
	border:4px solid #eee;
	margin: 0 0 20px;
	width: 100%;
}
#safe table .item{
	background: #eee;
}
#safe table th,
#safe table td{
	border-bottom: 1px solid #bebebe;
	line-height:1.5;
	text-align:center;
}
#safe table th{
	width: 40%;
	border-right:4px solid #eee;
	padding: 8px 0 ;
}
#safe table td{
	padding: 8px;
}
 #safe table td.item{
 	text-align:center;
 }
#safe table th.item,
#safe table td.item,
#safe table th.table-bottom,
#safe table td.table-bottom{
	border-bottom:none;
}
 
 
/*
	2010.06.25 T.Nishikido add >>>
*/
#employee div#emp-policy{
	width: 645px;
	height:150px;
	background: url(../images/emp_policy_bg.jpg) 0 0 no-repeat;
	margin: 10px 0 20px 32px;
}
#employee div#emp-policy p 
{
	text-align:center; 
	padding: 20px 0 10px 0;
	font-weight:bold;
	font-size:120%;
}
#employee div#emp-policy div#policy {
	margin: 0 20px 0 20px;
}
#employee div#emp-policy div#sign {
	margin: 5px 10px 0 20px;
	float:right;
}

/*
	2010.06.25 T.Nishikido add <<<
*/

