@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 採用エントリーフォーム用CSS                                                */
/* 作成日: 2015-05-22                                                               */
/* 最終更新日: 2024-05-07       　                                                  */
/*                                                                                  */
/* ################################################################################ */

.contentBox {
	margin: 0 auto;
	overflow: hidden;
}
.odd {
	background-color: #EFEFEF;
}
label:hover {
	cursor: pointer;
}
label input {
	margin-right: 0.5em;
}
table caption {
	color: #1D1F85;
	font-size: 110%;
	text-align: left;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
table caption b{
	font-size: 80%;
	color: #333333;
}
table caption b span {
	color: #D30000;
}
table th.formEmail {
	vertical-align: top;
}
table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}
table textarea {
	margin: 0.5em 0;
}
table select, table input, table textarea {
	border: 1px solid #999999;
	padding: 0.25em;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
}
select:focus, table input:focus, table textarea:focus {
	border: 2px solid #FCA062;
}
span.sendBtn input, 
span.resetBtn input {
	display: block;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: 120%;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #0D337B;
	border-style: none;
}
span.sendBtn input {
	color: #FFFFFF;
	margin-top: 1.5em;
	background: #1761E8;
	background-image: linear-gradient(to bottom, #1761E8, #1555CC);
	box-shadow: 0px 4px 0px #0D337B;
	border-style: none;
}

span.sendBtn input:hover, 
span.resetBtn input:hover {
	opacity: 0.7;
}

span.resetBtn input {
	color: #222222;
	background: #B9B9B9;
	background-image: linear-gradient(to bottom, #B9B9B9, #A4A4A4);
	box-shadow: 0px 4px 0px #5A5A5A;
	border-style: none;
}
.btnArea {
	text-align: center;
	margin: 2em 0 5em;
}
.txtComplete {
	margin-bottom: 2em;
}
.txtComplete span {
	font-weight: bold;
	color: #D30000;
}
.txtComplete {
	border-bottom: 1px dotted #999999;
	padding-bottom: 2em;
}

@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
	}
	table {
		margin: 2em 0 30px 0;
		width: 101%;
		background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
		padding: 16px 0 60px 0;
		display: block;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left;
		padding-left: 1em;
	}
	table caption b{
		margin-left: 1em;
	}
	table th {
		text-align: right;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 14%;
		font-weight: bold;
		vertical-align: middle;
		padding: 0.5em;
		font-size: 95%;
	}
	table th.resume {
		font-size: 80%;
	}
	table th span {
		color: #D30000;
		font-size: 80%;
		margin-left: 0.25em;
	}
	table th span.notes {
		color: inherit;
		font-size: 80%;
	}
	table td {
		border-right: 1px solid #CCCCCC;
	}
	table td input {
		width: 200px;
	}
	td.nameInput input {
		margin: 0 1em 0 0.5em;
	}
	td.yearsOldInput input {
		width: 4em;
		margin-right: 1em;
	}
	td.sexCell input {
		margin-right: 0.5em;
		width: inherit;
		border: none;
	}
	td.jobType input {
		width: inherit;
	}
	table td ul li {
		list-style-type: none;
		line-height: 2.25;
		display: inline-block;
		margin-right: 15px;
	}
	table td ul li label input {
		border: none;
	}
	table td.photoCell span {
		margin-left: 0;
		font-size: 80%;
	}
	table td.photoCell span b {
		color: #D90000;
	}
	table td.photoCell ul li input {
		width: 90%;
	}
	table textarea {
		width: 95%;
	}
	.marginInput {
		margin-left: 1em;
	}
	table td span {
		margin-left: 2em;
	}
	.confirmCell {
		width: 20%;
	}
	span.sendBtn input {
		padding: 0.5em 0;
		width: 20%;
	}
	span.resetBtn input {
		padding: 0.5em 0;
		width: 20%;
	}
	.btnArea span.sendBtn input, .btnArea span.resetBtn input {
		display: inline;
		margin: 0 3em;
	}
	.bodyColor input {
		width: 120px;
	}
	.bodyColor span {
		font-size: 80%;
		margin-left: 0;
	}
}


@media screen and (max-width: 736px) {
	.contentBox {
		width: 100%;
	}
	h2, p {
		margin-left: 5px;
	}
	.mainContents {
		padding: 0 5px;
	}
	table {
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		margin: 2em 0 0 0;
		width: 100%;
	}
	table tr {
		display: block;
	}
	table th, 
	table td {
		display: list-item;
		list-style-type: none;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left 8px;
		padding-left: 0.75em;
	}
	table th {
		text-align: left;
		border-bottom: 1px solid #CCCCCC;
		font-weight: normal;
		font-weight: bold;
		vertical-align: middle;
		padding: 0.5em;
		background: #feffe6;
		font-weight: bold;
		color: #144db8;
	}
	table th span {
		color: #D30000;
		margin-left: 0.4em;
	}
	table th span.telEx {
		color: #333333;
		font-size: 80%;
		font-weight: normal;
	}
	table td ul li {
		list-style-type: none;
		line-height: 1.25;
		margin: 0 0 30px 0;
	}
	table td ul li:last-child {
		margin-bottom: 0;
	}
	.confirmCell {
		width: 20%;
	}
	table select, table input, table textarea {
		width: 90%;
	}
	table td.nameInput {
		text-indent: 0!important;
	}
	table caption b, 
	table td.nameInput input, 
	.marginInput {
		display: block;
	}
	table label input {
		width: inherit;
	}
	table th br {
		display: none;
	}
	table td.assortment input {
		border: none;
	}
	table td.yearsOldInput input {
		width: 10%;
		margin-right: 5px;
	}
	span.sendBtn input, 
	span.resetBtn input {
		padding: 0.25em 1.5em;
	}
}