@charset "utf-8";
@import "../../css/base.css";/*全ページ共通*/
@import "../../css/header.css";/*ページヘッダー*/
@import "../../css/footer.css";/*ページフッター*/
@import "../../css/tier.css";/*階層共通*/
@import "recruit_leftmenu.css";/*左メニュー*/
/*左メニュー*/

/*採用情報*/
#comp_left_recklist {
	width:196px;
	height:166px;
	padding-top:64px;
	background-image:url("../img/bcg_reclist.gif");
	background-repeat:no-repeat;
	float:left;
	}

/*募集要項1*/
a.rec_app1_btn {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_app1.jpg");
	background-position:0 0;
}
a.rec_app1_btn:hover {
	background-image: url("../img/btn_app1.jpg");
	background-position:173px 0;
}
a.rec_app1_btn_on {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_app1.jpg");
	background-position:173px 0;
}

/*募集要項2*/
a.rec_app2_btn {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_app2.jpg");
	background-position:0 -27px;
}
a.rec_app2_btn:hover {
	background-image: url("../img/btn_app2.jpg");
	background-position:173px -27px;
}
a.rec_app2_btn_on {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_app2.jpg");
	background-position:173px -27px;
}
/*エントリー*/

.rec_entry_btn {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_entry.jpg");
	background-position:0 -54px;
}

a.rec_entry_btn {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_entry.jpg");
	background-position:top;
}
a.rec_entry_btn:hover {
	background-image: url("../img/btn_entry.jpg");
	background-position:173px -54px;
}
a.rec_entry_btn_on {
	display:block;
	width:174px;
	height:25px;
	margin-bottom:2px;
	text-indent:-9999px;
	background-image:url("../img/btn_entry.jpg");
	background-position:173px -54px;
}


.appall {
	width:434px;
	height:auto;
	margin-top:5px;
	margin-left:10px;
	}
.appleft {
	width:70px;
	height:auto;
	float:left;
	margin-top:2px;
	}
.appright {
	width:343px;
	height:auto;
	float:left;
	margin-top:2px;
	}
.appkp {
	width:1px;
	height:auto;
	float:left;
	}
.magtxt {
	margin-left:10px;
	width:424px;
	margin-bottom:20px;
	}
/*募集要項テーブル*/	
dl.table {
	margin: 10px;
	}
dl.table dt {
	margin: 0;
	padding: 5px 0;
	width: 90px;
	float: left;
	clear: both;
	text-indent: 10px;
}
dl.table dd {
	margin: 0 0 0 90px;
	padding: 5px 10px;
}
/***料金表テーブル***/

table, td, th {
font-size:12px;
border:1px #CCCCCC solid;
border-collapse: collapse;
}
table.noboder {
font-size:12px;
border:1px #ffffff solid;
border-collapse: collapse;
}
tr.lightgreen {
	background:#78bd33;
	text-align:center;
	}
td.right {
	text-align:right;
	background-color:#FFFFFF;
	}
td.center {
	text-align:center;
	background-color:#FFFFFF;
	}

input{
	font-size:12px;
}
input.wid200 {
	width:200px;
	 border:1px solid #ccc;
	}
input.wid30 {
	width:30px;
	}
input.wid50 {
	width:50px;
	 border:1px solid #ccc;
	}
input.wid300 {
	width:300px;
	 border:1px solid #ccc;
	}
textarea{
	font-size:12px;
}
textarea.wid400 {
	width:400px;
	height:100px;
	border:1px solid #ccc;
	}
input.button {
	width:100px;
	height:25px;
	margin-right:10px;
	 border:1px solid #ccc;
	}
.list_title {
	width:484px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#666666;
	padding-left:5px;
	}
.list_titletxt {
	color:#666666;
	font-weight:normal;
	}


/**mailformpro**/

#contact_form table, td, th {
font-size:12px;
border:1px #CCCCCC solid;
border-collapse: collapse;
line-height:150%;
}
#contact_form th{
	background:#ececec;
	text-align:center;
	font-weight:normal;
}
#contact_form td{
	background:#fff;
}

#contact_form td ul{
	margin-bottom:-5px;
}
#contact_form td ul li{
	margin-bottom:5px;
}

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
.mfp{
	width:20px;
	}
div.mfp_err {
	color:#f00;
}


ul#address li{
	display:inline;}















