/*
==========================================================
採用情報
==========================================================
*/
#contents h3 {
	font-size: 18px;
	color: #000;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
}

@media print, screen and (min-width: 641px) {
	
#container #contents article section .inner table {
	margin-bottom: 50px;
	border-collapse:collapse;
	width: 100%;
}
#contents th,#contents td {
	padding: 10px;
	border: 1px solid #CCC;
}
#contents th {
	background-color: #eeeeee;
	text-align: center;
	width: 20%;
}
#contents td {
	text-align: left;
}
#contents .button2 {
	background-color: #666699;
	color: #FFF;
		width: 50%;
		margin-right: auto;
	margin-left: auto;
}
#contents .button2 a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;	
}

.button2 {
  background-color: #333;
  color: #fff;
  line-height: 50px;
}
.button2:hover {
  background-color: #fff;
  border-color: #666797;
  color: #666797;
}
#contents table tr td span {
	font-size: 14px;
}
}

@media screen and (max-width: 640px) {
	
#container #contents article section .inner table {
	margin-bottom: 50px;
	border-collapse:collapse;
}
#contents th,#contents td {
	padding: 10px;
	border: 1px solid #CCC;
}
#contents table tr td span {
	font-size: 12px;
}
#contents th {
	background-color: #eeeeee;
	text-align: center;
	width: 25%;
}
#contents td {
	text-align: left;
}
#contents .button2 {
	background-color: #666699;
	color: #FFF;
		width: 50%;
		margin-right: auto;
	margin-left: auto;
}
#contents .button2 a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;	
}

}

