@charset "UTF-8";


/*******************************************************
各ページのcontents内部のCSS
********************************************************/

.heading ul,
.heading li,
.heading dl,
.heading dt,
.heading dd {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

/*** トップページ使用 ***/
h1 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 5px 10px ;
	padding: 0px;
	border: 0px;
}

h1#logo {
	margin: 0px 0px 0px 0px ;	
}

#toppageImg{
	margin: 0px auto 5px auto  ;
}

#campaign {
    background-color:#FFFFFF;
    border:1px solid #D2E4FF;
    margin:20px auto;
    padding:0 0 5px;
    width:480px;
}

#campaign h2 {
    background-color:#EAF1F6;
    border-bottom:1px solid #D2E4FF;
    font-size:120%;
    margin:0 auto 5px;
    padding:6px 6px 6px 20px;
}

#campaign p{
	margin: 0px 5px 0px 5px ;
}

#campaign p.link{
	text-align:right;
}


#campaign img{
	margin: 0px 5px 5px 5px ;
	float:left;
}

/* JobIntro div */
#jobIntro{
	margin: 5px auto 5px auto;
	padding: 0px 0px 5px 0px ;
	width:480px;
	border:solid 0px #F00;
	
	/* border: solid 1px green; */
}

#jobIntro h2{
    color: #002776;
   	/*font-size:120%;*/
    font-size:1.3em;
    font-weight: bold;
	padding: 18px 0 18px 0 ;
    border-bottom: 1px dotted #C1D4E3;
    text-transform: uppercase;
	margin: 0px 0px 0px 0px ;    
}

h2#featuredEmployers {
    font-size:1.3em;
    font-weight: bold;
    border-bottom: 1px dotted #C1D4E3;	
}

div.listLink{
	margin: -26px auto auto auto ;
	padding: 0px 10px 0px 0px ;
	text-align:right;
}

div.listLink img{
	margin: auto 3px auto auto ;
	vertical-align:middle;
}

#jobIntro h3{
	font-size:100%;
	margin: 10px auto 5px auto ;
}

#jobIntro ul.left{
	margin: 0px auto auto 0px ;
	width:234px;
	float:left;
    /*border-top: 1px dotted #C1D4E3;*/
    background:transparent url(../../images/jobCats-bg.jpg) no-repeat scroll 100% 0;	
}
#jobIntro ul.right{
	margin: 0px auto auto 0px ;
	width:234px;
	float:left;		
    /*border-top: 1px dotted #C1D4E3;*/
    background:transparent url(../../images/jobCats-bg.jpg) no-repeat scroll 100% 0;	
}


#jobIntro li {
	/*list-style-position: inside;*/
	list-style-image: none;
	list-style-type: none;
    font-weight: bold;    
}

#jobIntro ul.right li {    
	padding:3px 0 3px 10px;
   	background:transparent url(../../images/linkArrow.png) 3px 8px no-repeat;
}

#jobIntro ul.left li {    
	padding:3px 0 3px 10px;
   	background:transparent url(../../images/linkArrow.png) 3px 8px no-repeat;  
}

#jobIntro li a{
    color: #002776;
}
#jobIntro li a:hover {
    /*color: #162B61;*/
    color: #009FDA;
}
.count {
    color: #00ACED;
}

#jobIntro div.line{
	clear: both;
	margin: 10px auto 20px auto ;
	border-bottom :solid 1px #66C8eC;
}

#jobIntro div.line hr{
	display:none;
}


/** content **/
#content{
	margin: 5px auto 5px 0px;
	padding: 0px 0px 5px 0px ;
	width:480px;
	border:solid 0px #F00;
}

#content h1{
    color: #002776;
	/*font-size:120%;*/
    font-size:1.4em;
    /*font-weight:normal;*/
	padding: 18px 0 18px 9px ;
    border-bottom: 1px dotted #C1D4E3;
    text-transform: uppercase;
}

#content p{
    padding: 0px 0px 10px 20px ;
}

#content a{
    color: #002776;
    text-decoration: underline;    
}
#content a:hover {
    /*color: #162B61;*/
    color: #009FDA;
}

#content ol {
	margin:9px 18px 9px 50px; padding:0;
}

#content h3{
	/*font-size: 100%;*/
	
	margin: 10px auto 5px 20px ;
}

#content ul{
	margin: 10px auto 10px 45px ;
}

#content ul.left{
	margin: 0px auto auto 0px ;
	width:234px;
	float:left;
}

/*
#content li {
*/
	/*
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
    font-weight: bold;
    */
/*
}
*/

#content li a{
    color: #002776;
}
#content li a:hover {
    /*color: #162B61;*/
    color: #009FDA;
}
.count {
    color: #00ACED;
}

#content div.line{
	clear: both;
	margin: 10px auto 20px auto ;
	border-bottom :solid 1px #66C8eC;
}

#content div.line hr{
	display:none;
}

#content table{
	margin: 0px 0px 0px 20px;
	/*padding: 0px 0px 0px 0px ;*/
}


/** news **/
div.news{
	margin: 5px auto 5px auto;
	padding: 0px 0px 5px 0px ;
	width:480px;
	border:solid 0px #66C8eC;
}

div.news h2{
    color: #002776;
	font-size:120%;
	padding: 6px 6px 6px 0px ;
    margin-bottom: 12px;
}

div.news table{
	margin: 10px auto 20px 0px ;
	border:solid 1px #66C8eC;
}

div.news th{
	vertical-align:top;
	font-weight: normal;
	padding: 2px 5px 2px 10px;
	background-image: url(../../images/orangeCorner.gif);
	background-repeat: no-repeat;
	background-position:left 3px ;
}

div.news td img{
	margin: auto auto auto 5px ;
}



/*** お問い合わせページ使用 ***/

div.section-summary {
	border: solid 0px #F00;
	margin: 0 12px 0px  12px;
	padding: 10px 15px 5px 0px;
	}
	
div.section-summary p{
	border: solid 0px #F00;
	margin: 10px 0px;
	}

div.section-summary p.right {
	float:right;
	margin-top:-10px;
}

span.required{
	font-size:120%;
	font-weight:bold;
	color:#CC3333;
}


table.form{
	width:480px;
	margin: 0 12px 15px 12px;
	background-color:#E7F0F7;
	border-collapse:collapse;
	border: solid 1px #FFF;
}


table.form td,th{
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #E7F0F7;
	padding: 5px;
}

table.form th{
	font-weight:normal;
	width:140px;
	text-align:left;
	padding-left:20px;
	
	/*background-color:red;*/
}

table.form textarea{
	width:280px;
	height:80px;
}

table#haysNews thead {
	background-color: #D2E4FF;       /*   #ccedf8;   */
}
table#haysNews td,th {
	font-size: 0.9em;
	border:1px solid #fff;
	padding:3px;
	text-align:left;
	vertical-align:top;
}

div#policyAgree {
	text-align:center;
}

div#policy{
	height:160px;
	overflow-y:scroll;
	margin:0px 12px 10px 12px;
}

div#policyAgree input{
	vertical-align: baseline;
}

div#policyAgree input{
	vertical-align: baseline;
}

#back_button {
	border:solid 0px #F00;
	width:100px;
	height: 26px;	
	background-repeat: no-repeat;	
	margin:20px auto 20px 20px;	
	background-image: url('../../images/btnBack_e.gif');
	background-color: white;	
}
#back_button:hover {
	background-image: url('../../images/btnBackOn_e.gif');
}

#back_button_jp {
	border:solid 0px #F00;
	width:100px;
	height: 26px;	
	background-repeat: no-repeat;	
	margin:20px auto 20px 20px;	
	background-image: url('../../images/btnBack.gif');
	background-color: white;	
}
#back_button_jp:hover {
	background-image: url('../../images/btnBackOn.gif');
}

#btnSend {
	border:solid 0px #F00;
	width:100px;
	height: 26px;
	background-repeat: no-repeat;
	margin:20px auto 20px 200px;
	background-image: url(../../images/btnSend.gif);
	background-color: white;
}
#btnSend:hover {
	background-image: url(../../images/btnSendOn.gif);
}

#btnSend_en {
	border:solid 0px #F00;
	width:100px;
	height: 26px;
	background-repeat: no-repeat;
	margin:20px auto 20px 200px;
	background-image: url(../../images/btnSend_e.gif);
	background-color: white;
}
#btnSend_en:hover {
	background-image: url(../../images/btnSendOn_e.gif);
}

/* For special page for Adrian and Fumio */
#hotjobs_categories {
    width: 256px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}
/* End of special page */

/* For Agreement Acknowledgements, we use a special "Agree" button */
#btnAgree {
	border:solid 0px #F00;
	width:100px;
	height: 26px;
	background-repeat: no-repeat;
	margin:20px auto 20px 200px;
	background-image: url(../../images/btnAgree.gif);
	background-color: white;
}
#btnAgree:hover {
	background-image: url(../../images/btnAgreeOn.gif);
}

#btnAgree_en {
	border:solid 0px #F00;
	width:100px;
	height: 26px;
	background-repeat: no-repeat;
	margin:20px auto 20px 200px;
	background-image: url(../../images/btnAgree_e.gif);
	background-color: white;
}
#btnAgree_en:hover {
	background-image: url(../../images/btnAgreeOn_e.gif);
}
/* End Agreement Acknowledgements changes

/* css/employerLogos.css */
ul.employerLogos {
   /*margin: 9px 18px 0 18px;*/
   margin: 9px 18px 0 0px;
   padding:0 0 9px 0;
   text-align: left;    /* center; */
}

ul.employerLogos li {
	display: inline;
	list-style-type: none;
	margin:0; 
	padding:0;
}

ul.employerLogos li a img {
    margin:0 5px 5px 0;
    /*border:solid 1px #F00;*/
    border: 1px solid #D2E4FF;
}

/* survey */
#panelAnswer {
	width: 100%;
	height: 100%;

	/*background-color: #ffffff;*/
	/*border: solid 1px red;*/
}

#pnlCurrentResult {
	width: 100%;
	height: 100%;
	/*height: 26px;*/
	
	/*border: solid 1px blue;*/
}
#pnlCurrentResult.resultCount {
	background-color: #ffffff;
	border: solid 1px navy;	
}
#pnlCurrentResult.resultCount.toFromCount {
	background-color: #ffffff;
}

.SurveyBar0 {
	height: 20px;
	background-color: #b0c4de;
}
.SurveyBar1 {
	height: 20px;
	background-color: #6b8e23;	
}
.SurveyBar2 {
	height: 20px;
	background-color: #bdb76b;
}

#pnlCurrentResult table {
	border: 0px solid #ffffff;
	border-color: #ffffff;
	background-color: #ffffff;
	margin-left: 20px;
}
#pnlCurrentResult table tr{
	border: 0px solid #ffffff;
	border-color: #ffffff;
	background-color: #ffffff;
}
#pnlCurrentResult table tr td{
	color: black;
	/*padding-left: 10px;*/
	/*border: 0px solid #ffffff;*/
	/*border-color: #ffffff;*/
	/*background-color: #ffffff;*/
	/*border: solid 1px navy;*/
}

#pnlCurrentResult table tr td div.answer{
	padding-left: 10px;
}

#pnlCurrentResult table tr th{
	font-weith: normal;
}
