@charset "shift_jis"; 


/*--------------------------------*/
/*      　　　　テーブル　        */		
/*--------------------------------*/




table.tmain {
	width: 800px;
	margin:20px 0px 0px;
	border:5px solid #999;
	border-collapse: collapse;
	height: 80px;
	color: #333;
	float: left;
}
table.tmain th {
	padding: 3px;
	border:1px solid #999;
	border-collapse: collapse;
	line-height	: 20px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #333;
	text-align: left;
	font-weight: bold;
	width: 150px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
table.tmain td {
	padding: 3px;
	border:1px solid #999;
	border-collapse: collapse;
	font-size	: 12px;
	text-align: left;
}
table.tmain td.right{
	padding: 3px;
	border:1px solid #999;
	border-collapse: collapse;
	font-size	: 12px;
	text-align: left;
}
table.tmain td.center{
	padding: 3px;
	border:1px solid #999;
	border-collapse: collapse;
	font-size	: 14px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
table.tmain h3{
	
	line-height	: 30px;
	background	: url(../img/bg_btn.png) repeat center center;
	font-size	: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
	width: 780px;
	height: 30px;
	/*	text-shadow: 1px 1px #333;*/
	text-indent: 10px;
	border: 2px solid #333;
	text-shadow: 1px 1px 1px #FFF;	
}






/*--------------------------------*/
/*  　プロフページオプション部分  */		
/*--------------------------------*/


table.tpop {
	width: 800px;
	margin:20px 0px 0px;
	border:5px solid #999;
	border-collapse: collapse;
	height: 80px;
	float: left;
}
table.tpop td {
	padding: 1px;
	border:1px solid #999;
	border-collapse: collapse;
	text-align: center;
}
table.tpop th {
	padding: 1px;
	border:1px solid #999;
	border-collapse: collapse;
	text-align: left;
	background: url(../img/mark.gif) no-repeat 5px center;
	font-weight: bold;
	color: #999;
	text-indent: 20px;
	width: 290px;
}
table.tpop td.tdl{
	text-align:left;
	width: 204px;
}
table.tpop td.tdr{
	text-align:center;
	width: 20px;
}


/*--------------------------------*/
/*  　　　　注意事項部分　　　　  */		
/*--------------------------------*/


#caution {
	width: 648px;
	height: auto;
	border: 1px solid #F3F;   /* 外枠 */
	padding: 15px;
	margin: 20px 0px 0px;
	float: left;
}

#caution li {
	line-height: 24px;
	margin: 0px;
}




/*--------------------------------*/
/*  　　　　お問合せ部分　　　　  */		
/*--------------------------------*/



/************************************/
/*  入力確認部分                    */
/************************************/
#DataArea {
	padding: 0px;
	margin: 0px 20px;
}
#DataArea textarea {
	padding: 5px;
	line-height: 130%;
	letter-spacing: 0.1em;
}
#DataArea table {
	border: 1px solid #F6F;
	border-collapse: collapse;
	border-spacing: 2px;
}

#DataArea th {
	font-size: 12px;
	padding: 3px;
	border-right: 1px solid #F6F;
	border-bottom: 1px solid #F6F;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-collapse: collapse;	
}

#DataArea td {
	font-size: x-small;
	line-height: 100%;
	padding: 3px;
	border-right: 1px solid #F6F;
	border-bottom: 1px solid #F6F;
	border-collapse: collapse;	
}

#DataArea .lite {
	background-color: #FFF;
}

#DataArea .bg_total {
	background-color: #dfe3e6;
}
#DataArea .font_small {
	font-size: small;
}
#DataArea .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF3300;
	line-height: 16px;
}
#DataArea .data_date {
	padding: 0px;
	margin: 10px 0px;
	line-height: 120%;
}


/*--------------------------------*/
/*  　求人申し込みフォーム部分　  */		
/*--------------------------------*/


#entrybox {
	width: 100%;
	height: auto;
	float: left;
}

.submit{
	border:1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
	}
	

input[type="text"],
textarea {
	border:2px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}



input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover {
	border:2px solid #3399FF;
	background: #F1E4E4;
}


#entrybox p{
	text-align:left;
	width: 100%;
	float: left;
	height: auto;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#entrybox #box{
	text-align:center;
	width: 100%;
	float: left;
	height: auto;
	text-indent: 30;
	color: #900;
	font: bold 13px/30px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px 0px 10px;
}


#entrybox .box{
	text-align:left;
	width: 100%;
	float: left;
	height: 19px;
	color: #333;
	font: 12px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



