@charset "utf-8";

/*
------------------------------------------------------------
TITLE　: TimeOut Cafe＆Diner [recruit.css]
------------------------------------------------------------
目次
・レイアウト
　・左コラム
　・右コラム
・フッタ
------------------------------------------------------------ */
/* ---------------------------------------------------------
リンク
------------------------------------------------------------ */
a:link {
	color:#ed1c24;
	text-decoration:underline;
}

a:visited {
	color:#ed1c24;
	text-decoration:underline;
}

a:hover {
	color:#ed1c24;
	text-decoration:none;
}

a:active {
	color:#ed1c24;
	text-decoration:underline;
}

/* ---------------------------------------------------------
レイアウト
------------------------------------------------------------ */
h2.headtitle{
	padding:0 0 6px 0;
	margin:0 0 24px 0;
	border-bottom: solid 1px #cccccc;
}



/*
レイアウト
------------------------------------------------------------ */
.outer{
	padding:0 0 18px 0;
	margin:0 0 24px 0;
}


/*RECRUITリスト*/
table.recruitlist{
	width:100%;
	color:#333333;
	padding:0;
	margin:0 0 30px 0;
}

table.recruitlist tr{
}

table.recruitlist td.left{
	width:153px;/*173*/

	text-align:left;
	vertical-align:top;
	font-weight:bold;

	padding:16px 10px 16px 10px;
	background:transparent url(../images/line_dot_1px.gif) repeat-x left bottom;
}

table.recruitlist td.right{
	vertical-align:top;
	padding:16px 10px 16px 16px;
	background:transparent url(../images/line_dot_1px.gif) repeat-x left bottom;
}

table.recruitlist td.right p{
	padding:0;
	margin:0;
}

table.recruitlist td.right .txt{
	float:left;
}

table.recruitlist td.right .logofon{
	float:left;
	padding:0 0 0 16px;
}



ul.notice{
	margin:0 0 18px 0;

}

ul.notice li{
	line-height:1.2;
	background:transparent url(../images/icon_dot_bk.gif) no-repeat 0 6px;
	padding:1px 0 1px 1em;
	margin:0 0 3px 0;
}
