@charset "UTF-8";
/*-------------------------------------------------------------------

各ボックスのサイズ、マージンなど

--------------------------------------------------------------------*/


/* -----登録お申し込みフォーム---- */
#entryForm {
	display: block;
	height: 100%;
	width: 480px;
	margin-top: 20px;
}

#entryForm fieldset {
	height: 100%;
	width: 480px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
}

input, textarea, button {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
	
#entryForm dt {
	width: 100px;
	height: 26px;
	background-color: #8BAED2;
	display: block;
	float: left;
	color: #FFFFFF;
	padding-left: 13px;
	margin-right: 10px;
}
#entryForm dl {
	margin: 0px;
	padding: 9px 0px 0px;
}
#entryForm dd {
	margin: 0px 0px 9px;
	padding: 0px 0px 9px 20px;
	text-align: left;
	color: #666666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}


optgroup {
	color:#000000 /* Operaで文字色を黒に */
}

#entryForm p {
	font-size: 13px;
	line-height: 100%;
	color: #666666;
	height: 13px;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#entryForm #btnSubmit {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
}

/* -----登録お申し込みフォーム表組み---- */
.formTbl {
	width: 480px;
	border-collapse:collapse;
	margin-top: 8px;
	margin-bottom: 8px;
}

.formTbl th.tp, .formTbl td.tp {
	border-top: 1px solid #DEDEDE;
}

.formTbl th {
	width:115px;
	text-align:left;
	font-size:13px;
	line-height:26px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-indent: 5px;
	margin: 0px;
	height: 100%;
	vertical-align: top;
	background-position: top;
}

.formTbl td {
	width:345px;
	text-align:left;
	font-size:13px;
	line-height:150%;
	border-bottom: 1px solid #DEDEDE;
	margin: 0px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
	vertical-align: middle;
}
.formTbl th.line2 {
	width:110px;
	background-image: url(../images/bg_th2l.gif);
	background-repeat: repeat-x;
	line-height: 100%;
	text-indent: 0px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.formTbl td.line2 {
	line-height: 150%;
	text-indent: 0px;
	padding-left: 13px;
	padding-bottom: 10px;
}
.btn_job_no {
	margin-top: 10px;
}
#btn_entryForm {
	display: block;
	height: 44px;
	width: 480px;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
}

#btn_l_toReg {
	display: block;
	height: 44px;
	width: 480px;
	margin-top: 20px;
	text-align: right;
}

#btn_thanks {
	display: block;
	height: 44px;
	width: 480px;
	margin-top: 200px;
	text-align: center;
}
#regulation {
	display: block;
	height: 100%;
	width: 452px;
	border: 1px solid #DCDCDC;
	margin-top: 20px;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}

#regulation iframe {
	display: block;
	height: 200px;
	width: 452px;
}

/* -Safari4.0 Hack- */
body:first-of-type #regulation iframe {
	height: 190px;
}


/* -----お仕事情報表組み---- */
.jobTbl {
	width: 480px;
	border-collapse:collapse;
	margin-bottom: 8px;
}

.jobTbl th.tp, .jobTbl td.tp {
	border-top: 1px solid #DEDEDE;
}

.jobTbl th {
	width:115px;
	text-align:center;
	font-size:13px;
	line-height:26px;
	background-image: url(../images/bg_th02.gif);
	background-repeat: repeat-x;
	color: #333333;
	height: 100%;
	background-position: 0px -7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
	vertical-align: top;
}

.jobTbl td {
	width:345px;
	text-align:left;
	font-size:13px;
	height: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
	margin: 0px;
}


.jobDetail {
	display: block;
	height: 100%;
	width: 480px;
	margin-top: 20px;
}
.jobDetail h4 {
	background-image: url(../images/ttl_job_detail.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 480px;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
	text-align: left;
	text-indent: 1.5em;
}
#btn_s_toReg {
	display: block;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 15px;
	height: 29px;
	text-align: right;
	float: right;
}
#btn_s_toReg img {
	height: 29px;
	width: 114px;
	float: right;
}

#btn_s {
	display: block;
	width: 480px;
	margin-top: 20px;
	height: 29px;
	text-align: right;
}



/* -----ページ送りナビゲーション---- */
ul.pager {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	height: 100%;
	width: 480px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}  
ul.pager li {
	list-style: none;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}  
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #8BAED2;
	border: 1px #8BAED2 solid;
	color: #FFFFFF;
	text-decoration: none;
}  
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #8BAED2 solid;
	text-decoration: none;
}  
  
ul.pager li a:link,  
ul.pager li a:visited {
	border-color: #8BAED2;
	color: #999999;
}  
ul.pager li a:hover,  
ul.pager li a:active {
	border-color: #8BAED2;
	background-color: #8BAED2;
	color: #FFFFFF;
}  
.jobIcon {
	text-align: left;
	height: 17px;
	margin-bottom: 3px;
	display: block;
	width: 480px;
}
.jobIcon li {
	list-style: none;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
}
#btn_s_toReg p {
	line-height: 29px;
	display: block;
	height: 29px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}


body:first-of-type #btn_s_toReg p {
	padding-left: 180px;
}
#rightCol #topTxt {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	display: block;
	height: 100%;
	width: 462px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000099;
	padding-left: 15px;
	margin-bottom: 20px;
}
#rightCol #service {
	display: block;
	height: 100%;
	width: 480px;
	margin-bottom: 20px;
	/*float: left;*/
}
#service #serviceImg {
	float: left;
	width: 175px;
	height: 170px;
}
#btn_inquiryArea p {
	float: right;
	height: 100%;
	width: 220px;
	text-align: left;
}



.inquiryArea {
	height: 100%;
	width: 480px;
	border-collapse:collapse;
	margin-top: 8px;
	border: 1px solid #DEDEDE;
}

.inquiryArea th {
	width:220px;
	text-align:left;
	font-size:13px;
	line-height:150%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 5px;
	margin: 0px;
	height: 100%;
	vertical-align: top;
	background-position: top;
}

.inquiryArea td {
	width:230px;
	text-align:left;
	font-size:13px;
	line-height:150%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 5px;
	margin: 0px;
	height: 100%;
	vertical-align: top;
	background-position: top;
}


.flowArea {
	display: block;
	height: 100%;
	width: 480px;
}
.flowArea_top {
	display: block;
	height: 30px;
	width: 480px;
}
.flowArea_middle {
	display: block;
	height: 100%;
	width: 460px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_step_middle.gif);
	background-repeat: repeat-y;
}
.arrow {
	display: block;
	height: 22px;
	width: 480px;
	text-align: center;
	line-height: 32px;
	padding-top: 10px;
}
.flowArea_middle img {
	display: block;
	height: 44px;
	width: 229px;
	margin-left: 231px;
}
.fig {
	margin-bottom: 15px;
}


.outlineTbl {
	width: 480px;
	border-collapse:collapse;
	margin-top: 8px;
	margin-bottom: 25px;
}

.outlineTbl th.tp, .outlineTbl td.tp {
	border-top: 1px solid #DEDEDE;
}

.outlineTbl th {
	width:100px;
	text-align:center;
	font-size:13px;
	line-height:26px;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	vertical-align: top;
	background-position: top;
}

.outlineTbl td {
	text-align:left;
	font-size:13px;
	line-height:150%;
	border-bottom: 1px solid #DEDEDE;
	margin: 0px;
	height: 100%;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
	vertical-align: top;
}

input.image {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 44px;
	width: 173px;
}
#service .topService_p {
	display: block;
	width: 290px;
	float: left;
	padding-left: 15px;
	margin-bottom:10px;
}
#sorry {
	font-size: 16px;
	line-height: 150%;
	display: block;
	height: 100%;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	font-weight: bold;
}

