@charset "shift_jis";

table.nta_vacancy tbody tr td:nth-of-type(4) {background: #EFF;}

table.nta_vacancy tbody tr td:nth-of-type(1),
table.nta_vacancy tbody tr td:nth-of-type(5),
table.nta_vacancy tbody tr td:nth-of-type(6),
table.nta_vacancy tbody tr td:nth-of-type(7),
table.nta_vacancy tbody tr td:nth-of-type(8) {background: #FEF;}

/* 空室ガジェット用設定
---------------------------------------------------------------------- */
table.nta_vacancy{
margin: 0 0 2% 0;
padding: 0;
border: 1px solid #999;
border-collapse: collapse;
font-size: 0.8em;
}

/*980px以上*/
@media screen and (min-width: 980px) {
table.nta_vacancy{width:950px;}
}
/*979px以下*/
@media screen and (max-width: 979px) {
table.nta_vacancy{width:1080px;}
}

div.noheader table.nta_vacancy,
div.noheader table.nta_vacancy th,
div.noheader table.nta_vacancy td{border-top:none;}

table.nta_vacancy th{
padding: 5px;
border: 1px solid #999;
border-collapse: collapse;
color:#333333;
font-size:12px;
}

table.nta_vacancy td{
padding: 5px;
border: 1px solid #999;
border-collapse: collapse;
font-size:20px;
}

table.nta_vacancy thead tr th{
font-weight: normal;
}

table.nta_vacancy thead tr .dow {
	width: 100%;
	display: inline-block;
}

table.nta_vacancy thead tr th {text-align: center;}

table.nta_vacancy thead tr .sat{
background: #CFF;
color: #06F;
}

table.nta_vacancy thead tr .sun{
background: #FCF;
color: #F06;
}
 
table.nta_vacancy tbody tr td{
	width:5.5%;height: 35px;
	text-align: center;
}
 
table.nta_vacancy tbody tr th{
	width:12%;height: 35px;
	font-weight: normal;
	background: #F5F5EE;
	word-break:keep-all;
}

table.nta_vacancy th,
table.nta_vacancy td {
	vertical-align: middle!important;
	table-layout: fixed;
}

table.nta_vacancy tbody tr .sat{
background: #EFF;
}

table.nta_vacancy tbody tr .sun{
background: #FEF;
}
	
/* 日付の行を非表示 */
div.noheader table.nta_vacancy thead{
display: none;
}

#tabNav {
width:400px;
margin:3px auto 10px auto;
}
#tabNav li {
float:left;
width:82px;
background-image: url(../images/arrow_green.gif);
background-repeat: no-repeat;
background-position: left center;
font-size:14px;
padding-left:18px;
margin-bottom:3px;
}