﻿@charset "UTF-8";

/*
 * ================================================
 *
 * [recruit]
 *
 * ================================================
 */

/**
 * Table
 */
.recruitTable {
	width:100%;
}
	.recruitTable tr {
		border-bottom: 1px dashed #ccc;
	}
	.recruitTable tr:last-child {
		border-bottom: 0px;
	}
	.recruitTable th,
	.recruitTable td {
		padding:5px 0;
		text-align: left;
		font-size: 14px;
	}
	.recruitTable th {
		font-weight: bold;
		width: 18%;
	}
	.recruitTable td {
		line-height: 170%;
	}

/*---------------------------
*	タブレット
*----------------------------*/
@media screen and (min-width: 641px) and (max-width: 999px) {
	.recruitTable th {
		width: 100px;
	}
}
/*---------------------------
*	スマートフォン
*----------------------------*/
@media screen and (max-width: 640px) {
	.recruitTable th {
		width: 100px;
	}
}