@charset "utf-8";

/* Rules
----------------------------------------------- */
.aboutPersonalInformation{ padding:7px;}
.aboutPersonalInformation dt{font-weight:bold;}
.aboutPersonalInformation dd{
  color:#AAA;
  font-size:92%;
  margin-left:8px;
  padding:4px;
}
.agreement{
  text-align:center;
  margin-bottom:16px;
}



/* Jobsearch
----------------------------------------------- */
/*.update{list-style-type:none;}


.jobInfo th{
  background-color:#555;
  color:#CCC !importatnt;
}

dl.searchResult{}
dl.searchResult dt{}
dl.searchResult dd{}

dl.searchResult dd dl.PRcomment dd{color:#BBB !importatnt;}*/
/* = search result
----------------------------------------------- */

/* = heading
--------------------------- */

p.result {
	margin-bottom: 10px;
	font-size: 75%;
	font-weight: bold;
}

span.count {
	color: #c00;
}

ul.link {
	margin-left: 200px;
	margin-bottom: 20px;
}

ul.link li {
	display: inline;
	margin-right: 30px;
}

ul.link li a {
	background: url(../images/common/header/support_nav_list.gif) no-repeat;
	padding-left: 16px;
	font-size: 75%;
	font-weight: bold;
}

/* = pager
--------------------------- */

ul.pager {
	margin-bottom: 15px;
	text-align: right;
	font-size: 75%;
}

ul.pager li ,
ul.pager li ol ,
ul.pager li ol li {
	display: inline;
}

ul.pager li.prev ,
ul.pager li.number ol li {
	border-right: 1px solid #666;
}

ul.pager a ,
ul.pager li.current {
	margin: 0 3px;
	padding: 0 8px;
	color: #666;
}


/* = search result content
--------------------------- */

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: #fff2de;
	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;
}



/* search detail page
----------------------------------------------- */

/* nav
---------------------- */

ul.searchNav {
	margin: 25px 0 25px 15px;
	text-align: center;
}

ul.searchNav li {
	display: inline;
	margin-right: 40px;
	font-size: 75%;
}

ul.searchNav li a {
	background: url(../images/common/header/support_nav_list.gif) no-repeat;
	padding-left: 18px;
}



/* search result
---------------------- */

dl.searchResult {
	border-top: 3px solid #cdcdcd;
	margin-bottom: 20px;
	color: #000;
}

dl.searchResult dt.id ,
dl.searchResult dd.id ,
dl.searchResult dd.webEntry {
	padding: 15px 0 10px;
	line-height: 18px;
}

dl.searchResult dt.id ,
dl.searchResult dd.id {
	float: left;
}

dl.searchResult dt.id {
	width: 150px;
	text-align: center;
	color: #666;
	font-size: 75%;
}

dl.searchResult dd.id {
	font-size: 100%;
	font-weight: bold;
	color: #039;
}

dl.searchResult dd.webEntry {
	text-align: right;
}

dl.searchResult dd.resultDetail {
	clear: left;
}

dl.resultDetail {
	border: solid #cdcdcd;
	border-width: 0 0 1px 1px;
	background-color: #fff2de;
}

dl.resultDetail dt ,
dl.resultDetail dd {
	float: left;
	border: solid #cdcdcd;
	font-size: 75%;
	line-height: 1.45;
}

dl.resultDetail dt {
	clear: left;
	border-width: 1px 0 0 0;
	width: 148px;
	padding: 15px 0;
	text-align: center;
	color: #666;
}

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

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

/* bottom */
dl.searchResultBottom {
	border-top: 0;
	border-bottom: 3px solid #cdcdcd;
}

dl.searchResultBottom dt.id {
	width: 95px;
}



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

dl.companyInfo {
	border: solid #a3d7e7;
	border-width: 0 0 4px 4px;
	border-width: 4px;
	background-color: #e8f6ff;
	color: #000;
}

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

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

dl.companyInfo dd {
	background-color: #fff;
	border-width: 1px 0 0 0;
	width: 478px;
	width: 530px;
	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;
}



/* 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;
}



/* 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;
}
