@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
#employ{
	width: 90%;
	margin: 0 auto 30px;
	line-height: 2.0;
}
#employ table {
    width: 100%;
    border: #c2c2c2 solid 1px;
    margin-bottom: 30px;
}
#employ table tr th {
    width: 35%;
    padding: 10px 0;
    text-align: center;
    background-color: #7C7C7C;
	color: #fff;
	vertical-align: middle;
}
#employ table tr td {
    padding: 15px;
}
#employ table tr {
    border-bottom: #c2c2c2 solid 1px;
}
#employ dl dt {
    font-weight: bold;
}
#employ dl dd .information {
    padding: 15px 20px;
    background-color: #7C7C7C;
	color: #fff;
	margin-top: 10px;
}
/*タブレット*/
@media screen and (min-width:768px) {
#employ table tr th {
    width: auto;
}
}
/*タブレット(横)*/
@media screen and (min-width:1025px) {

/* ========================
　list_faci.sub
========================== */
#employ{
	width: 1100px;
	margin: 0 auto 30px;
}
}
/* PCページ */
@media screen and (min-width:1440px) {

}