@charset "utf-8";
/* CSS Document */

/*タイトル*/
p.logo{
	text-align:right;
	margin-bottom: 10px;
}

/*メディアフラッグとは？*/
#about_mf{
	margin-bottom:20px;
	width:750px;
	border:#d7d7d7 1px solid;
}

#about_mf h3{
	margin:0;
	padding:0;
	border:none;
}

#about_mf p{
	padding:0 10px;
}

#about_mf strong{
	color:#CC0000;
}



/*こんなお仕事があります*/
#about_job{
	margin-bottom:20px;
	width:750px;
	border:#d7d7d7 1px solid;
}

#about_job h3{
	margin:0 0 10px 0;
	padding:0;
	border:none;
}

#about_job h4{
	margin:0 10px 5px 10px;
	padding:3px 0;
	border-bottom:#d7d7d7 1px dotted;
	color:#333333;
}

#about_job h4 span{
	color:#cc0000;
}

#about_job p{
	padding:0 10px;
}

#about_job p.note{
	margin:0 10px 10px 10px;
	background-color:#ffeeee;
	color:#cc0000;
	text-align:center;
}

/*募集中のお仕事*/
#job h3{
	margin:0 0 10px 0;
	padding:0;
	border:none;
}

#job table{
	margin-bottom:5px;
	border:#c0c0c0 1px solid;
}

#job th{
	width:100px;
	padding:5px 10px;
	background-color:#eeeeee;
	border-right:#c0c0c0 1px solid;
	border-bottom:#c0c0c0 1px dotted;
	text-align:left;
	font-weight:bold;
}

#job tr.last_child th{
	border-bottom:none;
}

#job td{
	padding:5px 10px;
	border-bottom:#c0c0c0 1px dotted;
}

#job tr.last_child td{
	border-bottom:none;
}

#job p{
	text-align:right;
}

/*応募フォーム*/
#mf_oubo{
	width:548px;
	margin:30px 0 20px 0;
	padding:10px;
	border:#d7d7d7 1px solid;
}

#mf_oubo .note{
	margin:0 0 20px 0;
	padding:5px;
	background-color:#ffeeee;
}

#mf_oubo p{
	margin:0;
	padding:0;
	text-align:center;
	color:#cc0000;
}

#mf_oubo form{
	width:370px;
	margin:10px auto;
	padding:2px;
	border:#cccccc 1px solid;
	background-color:#ffffff;
}

#mf_oubo table{
	background-color:#eeeeee;
}

#mf_oubo th{
	padding:5px;
	text-align:right;
	vertical-align:bottom;
}

#mf_oubo td{
	padding:5px;
	vertical-align:bottom;
}

#mf_oubo .first_child th, #mf_oubo .first_child td{
	padding-top:15px;
}

#mf_oubo .last_child th, #mf_oubo .last_child td{
	padding-bottom:15px;
}

#mf_oubo input{
	width:180px;
}

.ad_mf{
	margin-bottom:15px;
	text-align:center;
}
