@charset "UTF-8";
/*
-----------------------------------------------
tanaka-recruit.com Table Styles
Version: 1.00

----------------------------------------------- */

/* commonTable
----------------------------------------------- */
table {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
    color: #333333;
}
table tr {
    background: #fff;
    width: 100%;
}
table th {
	text-align: center;
    vertical-align: middle;
    background-color:#4B73B9;
    color:#fff;
    border: 1px solid #4d4d4d;
    padding: 10px 0;
}
table td {
	text-align: left;
    border: 1px solid #4d4d4d;
    padding: 10px;
}

/* recruitmentTable
----------------------------------------------- */

.recruitmentTable {
	width: 651px;
	margin-bottom: 20px;
	border-top: #d9d9d9 solid 1px;
	border-bottom: #d9d9d9 solid 1px;
}

.recruitmentTable th {
	width: 100px;
	padding: 5px 12px;
	border-bottom: #d9d9d9 solid 1px;
	background: #eaedef;
	color: #333333;
	font-size: 0.8125em;
	text-align: left;
	vertical-align: middle;
}

.recruitmentTable td {
	padding: 5px 0 5px 15px;
	border-bottom: #d9d9d9 solid 1px;
	color: #333333;
	font-size: 0.8125em;
	text-align: left;
	vertical-align: middle;
}

.recruitmentTable .borderNone {
	border-bottom: none;
}


/* basicTable
----------------------------------------------- */

.basicTable {
	width: 651px;
	text-align: left;
	color: #333333;
	font-size: 0.8125em;
}

.basicTable .th01 {
	width: 80px;
	padding: 4px;
    border:none;
	border-bottom: #ffffff solid 1px;
	background: #2A6DAB;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.basicTable .th02 {
	width: 120px;
	padding: 4px;
    line-height:1.5em;
	vertical-align: top;
    font-weight: bold;
    background:#fff;
    border:none;
    color: #333333;
}

.basicTable .td01 {
	padding: 4px;
    line-height:1.5em;
	vertical-align: top;
    border:none;
}

.basicTable .td02 {
	padding: 4px;
    line-height:1.5em;
	vertical-align: top;
    border:none;
}

.basicTable .borderBottom {
    border:none;
	border-bottom: #d9d9d9 solid 1px;
}

.basicTable .borderBottomDot {
    border:none;
	border-bottom: #d9d9d9 dotted 1px;
}


/* basicTable
----------------------------------------------- */

.scheduleTable {
	float: right;
	width: 430px;
	border: solid #999999 1px;
	color: #333333;
	line-height: 1.3em;
}

.scheduleTable .thTitle {
	width: 430px !important;
	color: #333333;
	border-right: none;
	border-bottom: solid #999999 1px;
	background: #eeeeee;
	font-size: 1em !important;
}

.scheduleTable th {
	padding: 4px;
	border-bottom: dotted #999999 1px;
	border-right: dotted #999999 1px;
	background: #eeeeee;
	font-size: 0.8125em;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

.scheduleTable td {
	padding: 4px;
	border-bottom: dotted #999999 1px;
	vertical-align: top;
	font-size: 0.8125em;
	text-align: left;
}

.scheduleTable .borderNone {
	border-bottom: none !important;

}