﻿section#form h2 {
	text-align: center;
}


/*** 求人ページ ＞ 募集要項 （ CSSテーブル表 ） ***/

section#form table {
	line-height: 1.5;
	margin: 15px auto;
	font-size: 14px;
	border-collapse: collapse;
}

section#form table.cgi-conf tbody {
	border-bottom: solid 2px white;
}

section#form table.cgi-conf tbody:last-child {
	border-bottom: 0;
}

section#form table tbody tr {
	border-bottom: solid 2px white;
}
section#form table tbody tr:last-child{
	border-bottom: none;
}

section#form table tbody th {
	position: relative;
	width: 27%;
	background-color: #bd792e;
	color: white;
	text-align: center;
	padding: 15px;

	font-weight: normal;
}
section#form table tbody th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #bd792e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

section#form table tbody th.border-top-left-radius {
	border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
}

section#form table tbody th.border-bottom-left-radius {
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
}

section#form table tbody th span {
	color: #ffff00;
}

section#form table tbody td {
	width: 73%;
	padding: 15px 15px 15px 25px;
	color: #bd792e;
	text-align: left;
	background-color: #F5E8DA;
}

section#form table tbody td.border-top-right-radius {
	border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
}

section#form table tbody td.border-bottom-right-radius {
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
}

section#form table tbody td span {
	font-size: 12px;
	color: #bd792e;
}

section#form table tbody:first-child tr:first-child th {
  border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
}

section#form table tbody:first-child tr:first-child td {
  border-top-right-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
}

section#form table tbody:last-child tr:last-child th {
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
}

section#form table tbody:last-child tr:last-child td {
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
}


@media screen and (max-width:600px) {
	section#form table {
		font-size: 12px;
	}

	section#form table tbody th {
		width: 27%;
		padding: 5px;
	}

	section#form table tbody th span {
		font-size: 12px;
	}

	section#form table tbody td {
		width: 73%;
		padding: 10px 3% 10px 5%;
	}
}




/* ----------------フォーム用---------------- */

input[type="radio"] {
	vertical-align: sub;

	font: 100%;
	width: 1.3em;
	height: 1.3em;

	margin-bottom: 10px;
}

input[type="radio"].end {
	margin-bottom: 0;
}

select#month1,
select#date1 {
	margin-bottom: 10px;
}


input.contact1{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	width:300px;
	height:46px;
	font-size:130%;
}

input.contact2{
	width:220px;
	height:40px;
	font-size:130%;
}

input.back{
	width:150px;
	height:40px;
	font-size:130%;
}


input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   height:30px;
   padding:0 3px;
}

input[type=text]:focus {
   border:solid 1px #66CCFF;
}

input[type=text], select { 
   outline: none;
}


textarea {
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   padding:0 3px;
}

textarea:focus {
   border:solid 1px #66CCFF;
}

textarea, select { 
   outline: none;
}



select {
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   height:30px;
   padding:0 3px;
}

select:focus {
   border:solid 1px #FF0099;
}

select, select { 
   outline: none;
}

input[type=submit]{
   padding:5px 10px;
}


@media screen and (max-width:600px) {
	input[type=text]{
		width: 100%;
	}

	select {
		width: 100%;
	}

	select.age {
		width: 50%;
	}

	textarea {
		width: 100%;
	}

	input.contact1{
		margin-top: 10px;
		margin-bottom: 15px;
		margin-left: 0;
		width: 280px;
		height: 46px;
		font-size: 120%;
	}

	input.contact2{
		width: 220px;
		height: 40px;
		font-size: 120%;
	}

	input.back{
		width: 150px;
		height: 40px;
		font-size: 120%;
	}
}