@charset "UTF-8";


/* = main content section common
----------------------------------------------- */
div#mainContent h3.large {
  background: url(../images/common/titlebar.gif) no-repeat;
  font-weight:bold;
  padding-left: 15px;
  line-height: 34px;
}
div#mainContent p.pre {
  font-size:9pt;
  font-weight:bold;
  line-height:144%;
  padding:8px 24px 24px 24px ;
}
p em {
  font-weight:bold;
}
div.center{
  padding:4px auto;
  text-align:center;}

body.front * div#mainContent ol.list{}
body.front * div#mainContent ol.list li{
  clear:left;
}
body.front * div#mainContent ol.list li dl{
  border-right:1px dotted #CDCDCD;
  display:block;
  float:left;
  margin-bottom:8px;
  width:480px;
}
body.front * div#mainContent ol.list li dl dt{}
body.front * div#mainContent ol.list li dl dt a{
  font-weight:bold;
}
body.front * div#mainContent ol.list li dl dt,
body.front * div#mainContent ol.list li dl dd{
  padding:3px 3px 6px 3px;
}
body.front * div#mainContent ol.list li dl dd.industry{}
body.front * div#mainContent ol.list li dl dd.industry img{
  padding-right:8px;
}
body.front * div#mainContent ol.list li dl dd.catchCopy{
  font-size:9pt;
}
body.front * div#mainContent ol.list li dl dd{}

body.front * div#mainContent ol.list li .detail{
  display:block;
  float:left;
  padding:8px auto;
  text-align:center;
  width:160px;
}

/*
----------------------------------------------- */
body.front * div#mainContent div.section{}
body.front * div#mainContent div.section h3.heading{
  clear:both;
  margin-bottom: 20px;
  border: solid #cdcdcd;
  border-width: 3px 0;
  padding: 8px 10px;
  font-size: 12pt;
  font-weight: bold;
  color: #c00;
}
body.front * div#mainContent div.section img.left{
  float:left;
  margin:4px;}
body.front * div#mainContent div.section img.right{
  float:right;
  margin:4px;
}

body.front * div#mainContent div.section p{
  font-size:11pt;
  line-height:184%;
  margin-bottom:8px;
  text-indent:1em;
}
body.front * div#mainContent div.section p.end{
  margin-bottom:24px;
}
body.front * div#mainContent div.section{}


/* company info
---------------------- */

dl.companyInfo {
  border: solid #a3d7e7;
  border-width: 0 0 4px 4px;
  border-width: 4px;
  background-color: #e8f6ff;
/*  background:url(../images/front/backgroundCompanyInfo.gif) repeat-y 0 0;*/
  color: #000;
  margin-bottom:16px;
}

dl.companyInfo dt ,
dl.companyInfo dd {
  float: left;
  border: dotted #a3d7e7;
  font-size: 75%;
  line-height: 1.45;
}

dl.companyInfo dt {
  background-color: #e8f6ff;
  clear: left;
  border-width: 1px 0 0 0;
  width: 104px;
  padding: 15px 15px;
  color: #666;
}

dl.companyInfo dd {
  background-color: #fff;
  border-width: 1px 0 0 0;
  width: 480px;
  padding: 15px 10px;
}

dl.companyInfo dt.first ,
dl.companyInfo dd.first {
  border-width: 0;
}

dl.companyInfo dd.strong {
  font-size: 90%;
  font-weight: bold;
}

/* PR comment
---------------------- */

dl.PRcomment {
  border: solid #cdcdcd;
  border-width: 3px 0;
/*
  background: url(../images/industry/sample.jpg) no-repeat 0 10px;
  min-height: 140px;
*/
  padding: 10px 10px 10px 5px;
  margin-bottom: 20px;
}

dl.PRcomment dt {
  background: url(../images/jobsearch/star.gif) no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: bold;
  color: #000;
}

dl.PRcomment dd {
  line-height: 1.45;
  font-size: 75%;
  color: #333;
}




/* = job info
----------------------------------------------- */

ol.update li {
	border-top: 3px solid #cdcdcd;
	padding: 5px 0 10px;
	margin-bottom: 10px;
}

ol.update li table th ,
ol.update li table td {
	vertical-align: top;
	font-size: 83%;
}

ol.update li table tr.first td {
	line-height: 18px;
	font-size: 115%;
	font-weight: bold;
}

ol.update li table tr.first td img {
	margin-left: 10px;
}


ol.update li table th {
	color: #666;
	padding: 10px 0;
	width: 80px;
	text-align: center;
}

ol.update li table td {
	padding: 10px 10px;
	color: #000;
}

ol.update li table tr.second th ,
ol.update li table tr.third th {
	background-color: #f3f3f3;
	border: solid #cdcdcd;
	border-width: 1px 0 0 1px;
}

ol.update li table tr.second td ,
ol.update li table tr.third td {
	border: solid #cdcdcd;
	border-width: 1px 1px 0 1px;
}

ol.update li table tr th.second {
	border-width: 1px 0 0 0;
}

ol.update li table tr.third th {
	border-width: 1px 0 1px 1px;
}


ol.update li table tr.third td {
	border-width: 1px 1px 1px 1px;
}

ol.update li {
	position: relative;
}

ol.update li p.link {
	position: absolute;
	top: 5px;
	right: 0;
}

ol.update li p.link a {
	background: none;
	padding-right: 0;
}


/* joboffer
----------------------------------------------- */
div#mainContent div.list {
  padding:12px 12px 24px 12px ;
  text-align:right;
}
div#mainContent div.list a{
  background: url(../images/common/link_arrow.gif) no-repeat right 8px;
  font-size:10pt;
  font-weight:bold;
  line-height:144%;
  margin-bottom:8px;
  padding:6px 24px 6px 6px ;
  text-indent:1em;
}

/* etc.
----------------------------------------------- */

/* for ie */
ol.update li ,
dl.storyInfo ,
ul.profile {
	height: 1%;
}


/* etc.
----------------------------------------------- */

/* for ie */
div#mainContent div.recommendedSeminar div.innerSection ol.update li ,
div#mainContent div.fourth ol.update li {
	height: 1%;
}

/* etc.
----------------------------------------------- */

/* for ie */
ul.prefectures li dl ,
dl.resultDetail ,
dl.companyInfo {
  height: 1%;
}

/* for modern brow */
ul.prefectures li dl:after ,
dl.resultDetail:after ,
dl.companyInfo:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
