﻿@charset "UTF-8";

h1.title {
    background: url(./img/title_bg.jpg) no-repeat center center;
    background-size: cover;
}
/* ▼▼▼ 採用情報
=====================================*/
table.info {
	width: 100%;
	border-top: 1px dotted #ccc;
	}
	table.info th,
	table.info td {
		padding: 15px 30px;
		border-bottom: 1px dotted #ccc;
		}
	table.info th {
		width: 20%;
		background: #EFF5F9;
		vertical-align: middle;
		font-weight: normal;
		}
	table.info td {line-height: 1.8;}
		table.info td th,
		table.info td td {
			padding: 10px;
			border-bottom: none;
			}
		table.info td th {
			background: none;
			vertical-align: top;
			}


/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

table.info {
	border-bottom: 1px dotted #ccc;
	}
	table.info th,
	table.info td {
		display: block;
		width: 100%;
		padding: 15px;
		}
	table.info th {
		width: 100%;
		}
		table.info td th {
			padding: 0;
			}
		table.info td td {
			padding: 0 0 10px 0;
			}


}
