@charset "UTF-8";


body#en {
	font-family: Arial, Helvetica, sans-serif;
}






/* recruit form
=========================================*/
body#en textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body#en .formTable01 th {
	padding-right: 80px;
}
body#en .formTable01 th.required {
	background: #e3e3e3 url(/recruit/images/recruit_ic001.gif) no-repeat 310px center;
}
body#en .formTable01 th sup {
	margin-left: 0.5em;
}
body#en .formTable01 th .notes01 {
	padding-left: 0.8em;
	text-indent: -0.8em;
}

body#en .privacyColumn ul {
	margin-top: 10px;
}
body#en .privacyColumn ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/* /recruit/index.html
=========================================*/

body#en .recruitContents {
	text-align: left;
}

body#en .section {
	clear: both;
	margin-left: 15px;
}


/* messageBox */
body#en .messageBox {
	clear: both;
	margin: 0;
	background: url(../../recruit/images/index_bg001.jpg) no-repeat 0 0;
}
body#en .messageBox .messageBoxInner {
	padding: 37px 403px 30px 37px;
	background: url(../../recruit/images/index_bg002.gif) no-repeat 0 100%;
}
body#en .messageBox .messageBoxInner p {
	margin-top: 20px;
}

/* anchorLink */
body#en .anchorLink {
	clear: both;
	margin: 15px 0 0 0;
}
body#en .anchorLink li {
	float: left;
	margin: 0 1px 0 1px;
}

/* recruitCol */
body#en .recruitCol01 {
	clear: both;
	margin: 20px 0 0 15px;
}
body#en .recruitCol01 .colLeft {
	float: left;
	width: 613px;
}
body#en .recruitCol01 .colRight {
	float: right;
	width: 306px;
}


/* recruitList */
body#en .recruitList01 {
	clear: both;
}
body#en .recruitList01 li {
	margin: 12px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../../recruit/images/index_ic001.gif) no-repeat 0 0.4em;
}


/* recruitHeading */
body#en .recruitHeading01 {
	margin-top: 35px;
	padding-bottom: 10px;
	background: url(../../recruit/images/index_bg003.gif) repeat-x 0 100%;
	font-size: 130%;
	font-weight: bold;
}


/* recruitTable */
body#en .recruitTable01 {
	width: 100%;
}
body#en .recruitTable01 th {
	background: #f2f2f2;
	border: 1px solid #999999;
	padding: 8px 17px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
body#en .recruitTable01 td {
	border: 1px solid #999999;
	padding: 8px 17px;
	vertical-align: top;
	text-align: left;
}

/* recruitLink */
body#en p.recruitLink01 {
	margin-top: 7px;
	padding-left: 15px;
	background: url(../../recruit/images/index_ic002.gif) no-repeat 0 0.3em;
	font-weight: bold;
}
body#en p.recruitLink01 a:link {
	text-decoration: underline;
}
body#en p.recruitLink01 a:hover {
	text-decoration: none !important;
}

body#en a.recruitLink02 {
	margin-top: 7px;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../../recruit/images/index_ic002.gif) no-repeat 0 0.3em;
	font-weight: bold;
	text-decoration: underline;
}
body#en a.recruitLink02:hover {
	text-decoration: none;
}


/* recruitPagetop */
body#en .recruitPagetop {
	clear: both;
	margin-top: 25px;
	height: 22px;
	line-height: 22px;
	text-align: right;
}
body#en .recruitPagetop a {
	float: right;
	display: block;
	padding-left: 11px;
	background: url(../../recruit/images/index_ic003.gif) no-repeat 0 50%;
	font-weight: bold;
	text-decoration: underline;
}
body#en .recruitPagetop a:hover {
	text-decoration: none;
}


body#en .notes01 {
	padding-left: 0.7em !important;
	text-indent: -0.7em !important;
}
body#en .notes01 img {
	margin: 0 0 0 0;
	vertical-align: middle;
}

body#en .numberList01 span {
	font-weight: bold;
}
body#en .numberList01 ul li {
	margin: 0;
	padding-left: 4.5em;
	text-indent: -4.5em;
}




/*  Clearfix
=========================================*/
body#en .anchorLink:after,
body#en .recruitCol01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body#en .anchorLink,
body#en .recruitCol01 {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */
*:first-child+html body#en .anchorLink,
*:first-child+html body#en .recruitCol01 {
	display: inline-table;
}/* end hacks */
