@charset "utf-8";
@import url("page.css");
/* CSS Document */
#title {
	display: block;
	margin: 20px 0 30px;
	width: 100%
}

#title {
	display: block;
	margin: 0;
	width: 100%
}

#title h1 img {
	height: auto;
	width: 100%;
}

.subtit {
	font-family: 'Sawarabi Mincho','Hannari',"NotoSansCJKjp-Light","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'serif';
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: #FF9999;
	margin: 20px auto;
	padding: 5px;
	width: 98%;
	border-radius: 6px;
	box-sizing: border-box;
}

#recruit {
	display: block;
	margin: 30px auto;
	width: 98%;
}

#recruit h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#recruit table {
	margin: 0 auto;
	width: 100%;
}
    
#recruit th {
	color: #FFF;
	text-align: center;
	background-color: #09A6AD;
	display: block;
	padding: 5px;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
}

#recruit td {
	text-align: left;
	display: block;
    padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {

#title {
	margin: 0 auto;
	width: 1015px;
}
#title h1 {
	background-image: url(../images/recruit/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 301px;
	width: 1015px;	
}

.subtit {
	display: none;
}

#recruit {
	display: block;
	margin: 60px auto 86px;
	width: 700px;
}

#recruit h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#recruit table {
	display: table;
	margin: 0 auto;
	width: 700px;
}
    
#recruit th {
	color: #FFF;
	text-align: left;
	background-color: #09A6AD;
	display: table-cell;
	white-space: nowrap;
	padding: 10px;
	width: 200px;
	border-left: 1px dotted #fff;
    border-top: 1px dotted #fff;
	box-sizing: border-box;
}

#recruit td {
	text-align: left;
	display: table-cell;
	widows: 500px;
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
    padding: 10px;
	box-sizing: border-box;
}
#recruit th:first-child {
    border-radius: 6px 0 0 6px;
}

#recruit th:last-child {
    border-radius: 0 6px 6px 0;
}
#recruit td:last-child {
    border-radius: 0 0 6px 6px;
	border-bottom: 1px dotted #ccc;
}

#recruit th:only-child{
    border-radius: 0;
}
}