@charset "utf-8";
.recruitBox {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 1em;
}
.recruitBox p {
	text-align: center;
	line-height: 1.8;
	margin-bottom: 1.3em;
}
.recruitBox h1 {
	font-size: 1.6rem;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 1em;
	text-indent: 2.4em;
	background-image: url(../img/icon-item.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	letter-spacing: 0.2rem;
	font-family: "dnp-shuei-mincho-pr6",sans-serif;
	font-style: normal;
	font-weight:600;
}
.workBox {
	width: 70%;
	margin: 0 auto 1.5em;
	margin-bottom: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	line-height: 1.6;
	border: 1px solid #043165;
	letter-spacing: 0.1em;
}
.workBox h2 {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -1.5em;
	margin-right: -1.5em;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #fefefe 0%, #ececec 53%, #e7e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #fefefe 0%, #ececec 53%, #e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #fefefe 0%, #ececec 53%, #e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e7e7e7', GradientType=0 ); /* IE6-9 */
	text-align: center;
	border-bottom: 1px solid #4A4A4A;
	font-weight: normal;
}

@media only screen and (max-width: 800px) {
.recruitBox {
	width: 96%;
}
.recruitBox h1 {
	font-size: 1.4rem;
	background-size: 1.4em auto;
	text-indent: 2em;
}
.workBox{
	width: 75%;	
	padding: 1em;
}
.workBox h2 {
	margin-left: -1em;
	margin-right: -1em;
	margin-top: -1em;
	line-height: 1.6;
}
}
/*table*/
.col-head {
	border-collapse: collapse;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.95rem;
}
.col-head th, .col-head td {
	border: 1px solid #dbe1e8;
	padding: 8px;
	font-weight: normal;
	line-height: 1.35;
}
.col-head th {
	background: #F4F4F4;
	text-align: left;
	width: 120px;
	letter-spacing: 0.2em;
	vertical-align: text-top;
}
.col-head td {
	letter-spacing: 0.1em;
}


@media only screen and (max-width: 480px) {
.recruitBox {
	width: 96%;
}
.profileBox h1 {
	font-size: 1.4rem;
	background-size: 1.4em auto;
	text-indent: 2em;
}
.col-head {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1rem;
}
.col-head th{
	letter-spacing: 0.3em;
}
.col-head td{
	padding-left: 1em;
	}	
.col-head tr,  .col-head th,  .col-head td {
	display: block;
	width: auto;
}
.col-head tr:first-child {
	border-top: 1px solid #dbe1e8;
}
.col-head th,  .col-head td {
	border-top: none;
}

}
