@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;
}

#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{
	margin: 5px auto 5px auto;
	padding: 0px 0px 5px 0px ;
	width:480px;
	border:solid 0px #F00;
}

#jobIntro h2{
    color: #002776;
	font-size:120%;
	padding: 18px 0 18px 0 ;
    border-bottom: 1px dotted #C1D4E3;
    text-transform: uppercase;
}

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

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

#jobIntro li a:hover {
    color: #162B61;
}
.count {
    color: #00ACED;
}

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

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


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

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

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

#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
