@charset "euc-jp";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, /*body, div, */span, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}

/* サイト共通
------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
body {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-family: YuGothic,'Yu Gothic',Meiryo,'メイリオ','Hiragino Kaku Gothic ProN W3','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: 500; /* 游ゴシックの場合 */
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
img[src*="spacer.gif"] {
	display:none;
}
table,tr,th,td {
	padding:0;
	margin:0;
}
a:hover {
	opacity:0.7;
}
/* ヘッダ
============================ */
header {
	font-size: 1.6rem;
}
header p {
	margin: 0;
}


/* フッタ
============================ */

footer {
	position: relative;
	font-size: 1.6rem;
	padding:2em 0;
	text-align:center;
	margin:2em 0 0;
}
footer small {
	margin: 0;
	font-size:1rem;
}
footer .pageup {
	font-size: 12px;
	z-index: 1;
}
footer .pageup a {
}
@media screen and (min-width:768px) {
	footer small {
		margin: 0;
		font-size:1.2rem;
	}
}

/* ナビ
============================ */
nav {
	font-size: 1.6rem;
}


/* コンテンツエリア
============================ */
/* 共通 */
table[width="620"] a[href="joblist.html"] {
	display:block;
	text-align:center;
	width:10rem;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -5rem;
}
table[width="620"] a[href="#pagetop"] {
	display:none;
}
#job_description_body table[width="620"] td table[width="620"] td .historyBack {
	display:block;
	margin:40px auto;
	text-align:center;
}
/* 職種一覧 */
#job_list_body .header_page_caption {
	width:100%;
}
#job_list_body .header_page_caption td {
	display:block;
	width:100%;
	padding:1.5em 1em 1em;
	text-align:center;
}
#job_list_body .header_page_guidance {
	margin:1.5em 0 1em;
}
#job_list_body .header_page_guidance td {
	text-align:center;
	padding: 0 1em;
}
#job_list_body .header_page_message {
	margin:1.5em 0 1em;

}
#job_list_body .header_page_message td {
	padding: 0 1em;
}
#job_list_body .body_job_link {
	margin:1.5em 0 1em;
}
#job_list_body .body_job_link td {
	padding:0 1em;
	text-align:center;
}
#job_list_body .body_job_link td .joblnk li {
	display:inline-block;
	margin:0.5em 0;
}
#job_list_body .body_job_link td .joblnk li a:after {
	content:"|";
	display:inline-block;
	width:1em;
}
#job_list_body .body_job_link td .joblnk li:last-child a:after {
	content:"";
}
#job_list_body .unit_job_category {
	width:100%;
	margin:0 0 20px;
}
#job_list_body table[width="620"] {
	width:100%;
}
#job_list_body .unit_job_category .mgn {
	margin:0;
	padding:12px;
	text-align:center;
	font-size:2rem;
}
#job_list_body .unit_job_category .mgn font strong {
	font-weight: 500;
}
#job_list_body .unit_job_category .job_category_menu {
	display:none;
}
#job_list_body .jobname {
	display:none;
}
#job_list_body .unit_job_category a {
	position: relative;
	padding:0;
}
#job_list_body .unit_job_category a:hover:before {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}
#job_list_body .unit_job_category table[width="620"] td {
	padding:1.5em 1em 0;
	text-align: left;
	line-height: 1.8;
	display:block;
	width:100%;
}
#job_list_body .unit_job_category table[width="620"] td:last-child {
	padding:0 1em 1.5em;
}
#job_list_body .unit_job_category table[width="620"] tr:first-child td:last-child{
	border:none;
}

@media screen and (min-width:768px) {
	/*for iPad*/
	#job_list_body .unit_job_category .job_category_menu {
		display:table-row;
	}
	#job_list_body .unit_job_category .job_category_menu td {
		padding: 0.5em 1em 0.5em 1em !important;
	}
	#job_list_body .unit_job_category .job_category_menu td:last-child {
		padding: 0.5em 1em 0.5em 1.5em !important;
	}
	#job_list_body .unit_job_category table[width="620"] td {
	display:table-cell;
	padding: 1.5em 1em 0;
	line-height: 1;
	}
	#job_list_body .unit_job_category a {
		position: relative;
		padding:0 0 0 1.2em;
		display: inline-block;
	}
	#job_list_body .jobname {
	display:table-row;
	}
	#job_list_body .unit_job_category table[width="620"] td:last-child {
		padding:1.5em 1em 1.5em 1.5em;
	}
	#job_list_body .unit_job_category table[width="620"] .jobname td {
	line-height:1;
	padding:0.5em 1em;
	}
	#job_list_body .unit_job_category table[width="620"] .jobname td .small {
	font-size:1.4rem;
	}
}
@media screen and (min-width:1025px) {
	#job_list_body .unit_job_category .mgn {
	font-size:3rem;
	}
}


/* 職種詳細 */
#job_description_body table[width="620"] {
	width:100%;
	display:table;
	padding:0 0.5em;
}
#job_description_body .jobname {
	font-size:2rem;
	font-weight: 500;
	margin:1em 0 0;
	padding:12px 0;
	text-align:center;
	display:block;
}
#job_description_body .jobname font {
	color:#000;
	line-height: 1.6;
}
#job_description_body .jobcategory {
	font-size:2rem;
	display:block;
	margin:40px 0 0;
	text-align:center;
	line-height: 1.6;
}
#job_description_body .jobcategory font {
	padding:0.2em 1em;
}
#job_description_body .jobcategory + br {
	display:none;
}
#job_description_body table[width="620"] td table[width="620"] td {
	padding:0.5em;
	text-align: left;
	line-height: 1.8;
	display:block;
	width:100%;
}
#job_description_body table[width="620"] td table[width="620"] td:last-child {
	padding:1em 0 1.5em;
}
#job_description_body table.btnArea[width="620"] {
	display:table;
	padding:0;
	table-layout: fixed;
	width:100%;
}
#job_description_body table.btnArea[width="620"] td {
	text-align:center;
}

#job_description_body table.btnArea[width="620"] td table[width="620"] {
	padding:0;
	table-layout: fixed;
	width:100%;
	display:table;
}
#job_description_body table.btnArea[width="620"] td table[width="620"] td:last-child {
	display:block;
	text-align: center;
}
@media screen and (min-width:768px) {
	#job_description_body table[width="620"] {
		display:table;
	}
	#job_description_body table[width="620"] td table[width="620"] td {
		vertical-align: top;
		padding:1.5em 1em;
		text-align: left;
		line-height: 1.8;
		display:table-cell;
		width:100%;
		width:25%;
	}
	#job_description_body table[width="620"] td table[width="620"] tr:first-child td {
		border-top:none;
	}
	#job_description_body table[width="620"] td table[width="620"] td:last-child {
		padding:1.5em 1em;
		width:75%;
	}
	#job_description_body table.btnArea[width="620"] td,
	#job_description_body table.btnArea[width="620"] td table[width="620"] td:last-child {
		border:none;
	table-layout: fixed;
	width:100%;
	display:table;
	}
	#job_description_body .btn {
			background: #ea650d; /* ★color */
	}
}
@media screen and (min-width:1025px) {
	#job_description_body .jobcategory {
	margin:40px 0 0;
	}
	#job_description_body .jobname {
		font-size:3rem;
	}
}


#entry_body table[width="620"] td table {
width: 100%;
}
#entry_body table[width="620"] td table font strong {
	color:#333;
	display: block;
	margin: 64px auto 0;
	text-align: center;
	font-size: 2rem;
	font-weight:500;
}
#entry_body table[width="620"] td table font strong:nth-of-type(2) {
	margin:0 auto 40px;
}
/* エントリーフォーム */
#entry_body form br.sp,
#entry_inputerror_body form br.sp,
#entry_confirm_body form br.sp,
#entry_accepted_body form br.sp {
	display:none;
}
#entry_body table[width="620"],
#entry_inputerror_body table[width="620"],
#entry_confirm_body table[width="620"],
#entry_accepted_body table[width="620"] {
	width:100%;
	display:table;
	line-height:1.8;
}

/* テーブルデザイン */
#entry_body form > table td.tips,
#entry_body form > table td[colspan="2"],
#entry_inputerror_body form > table td.tips,
#entry_inputerror_body form > table td[colspan="2"],
#entry_confirm_body form > table td.tips,
#entry_confirm_body form > table td[colspan="2"],
#entry_accepted_body form > table td.tips,
#entry_accepted_body form > table td[colspan="2"] {
	text-align: center;
}
#entry_body form > table table td,
#entry_inputerror_body form > table table td,
#entry_confirm_body form > table table td,
#entry_accepted_body form > table table td {
	border-bottom: 1px solid #ccc;
	padding: 26px 10px;
	background: #fff;
}
#entry_body form > table table table td,
#entry_inputerror_body form > table table table td,
#entry_confirm_body form > table table table td,
#entry_accepted_body form > table table table td {
	border-bottom: none;
	padding: 5px 3px;
}
#entry_body form > table table td[width="129"],
#entry_inputerror_body form > table table td[width="129"],
#entry_confirm_body form > table table td[width="129"],
#entry_accepted_body form > table table td[width="129"] {
	width: 260px; /* ★width */
	display:table-cell;
	padding:1.5em 1em;
}
#entry_body form > table table td[width="129"] table td:last-child,
#entry_inputerror_body form > table table td[width="129"] table td:last-child,
#entry_confirm_body form > table table td[width="129"] table td:last-child,
#entry_accepted_body form > table table td[width="129"] table td:last-child {
	padding:0 1em 0 0;
}
#entry_body form > table table td[width="459"],
#entry_inputerror_body form > table table td[width="459"],
#entry_confirm_body form > table table td[width="459"],
#entry_accepted_body form > table table td[width="459"] {
	display:table-cell;
	padding:1em 1em 1.5em;
	width: 75%; /*  IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 260px) ;
	width : calc(100% - 260px) ;
}
#entry_body form > table table tr:last-child td:last-child,
#entry_inputerror_body form > table table tr:last-child td:last-child,
#entry_confirm_body form > table table tr:last-child td:last-child,
#entry_accepted_body form > table table tr:last-child td:last-child {
	border-bottom:1px solid #ddd;
}
#entry_body form > table table td[width="129"] tr:last-child td:last-child,
#entry_body form > table table td[width="459"] tr:last-child td:last-child,
#entry_body form > table table td[width="588"] tr:last-child td:last-child,
#entry_inputerror_body form > table table td[width="129"] tr:last-child td:last-child,
#entry_inputerror_body form > table table td[width="459"] tr:last-child td:last-child,
#entry_inputerror_body form > table table td[width="588"] tr:last-child td:last-child,
#entry_confirm_body form > table table td[width="129"] tr:last-child td:last-child,
#entry_confirm_body form > table table td[width="459"] tr:last-child td:last-child,
#entry_confirm_body form > table table td[width="588"] tr:last-child td:last-child,
#entry_accepted_body form > table table td[width="129"] tr:last-child td:last-child,
#entry_accepted_body form > table table td[width="459"] tr:last-child td:last-child,
#entry_accepted_body form > table table td[width="588"] tr:last-child td:last-child {
	border-bottom:none;
}
#entry_body form > table table td[width="459"]:last-child,
#entry_inputerror_body form > table table td[width="459"]:last-child,
#entry_confirm_body form > table table td[width="459"]:last-child,
#entry_accepted_body form > table table td[width="459"]:last-child {
	border-bottom:1px solid #ddd;
}
#entry_body form > table table td[width="98%"]
#entry_inputerror_body form > table table td[width="98%"],
#entry_confirm_body form > table table td[width="98%"]
#entry_accepted_body form > table table td[width="98%"] {
	width:auto;
}
#entry_body form > table table td[width="459"] table,
#entry_inputerror_body form > table table td[width="459"] table,
#entry_confirm_body form > table table td[width="459"] table,
#entry_accepted_body form > table table td[width="459"] table {
	width:100%;
}
#entry_body form > table table td[width="459"] table td,
#entry_inputerror_body form > table table td[width="459"] table td,
#entry_confirm_body form > table table td[width="459"] table td,
#entry_accepted_body form > table table td[width="459"] table td {
	display:table-cell;
	text-align:left;
}
#entry_body form > table table td[width="459"] table td:first-child {
	padding:0 1em 0 0;
}
#entry_inputerror_body form > table table td[width="459"] table td:first-child,
#entry_confirm_body form > table table td[width="459"] table td:first-child,
#entry_accepted_body form > table table td[width="459"] table td:first-child {
	padding:0;
}
#entry_body form > table table td[width="459"] table td img,
#entry_inputerror_body form > table table td[width="459"] table td img,
#entry_confirm_body form > table table td[width="459"] table td img,
#entry_accepted_body form > table table td[width="459"] table td img {
	width:32px;
}
#entry_body form > table table td[width="459"] table td:last-child,
#entry_inputerror_body form > table table td[width="459"] table td:last-child,
#entry_confirm_body form > table table td[width="459"] table td:last-child,
#entry_accepted_body form > table table td[width="459"] table td:last-child {
	width:400px;
}
#entry_body form > table table td[width="459"] table td[width="70"],
#entry_inputerror_body form > table table td[width="459"] table td[width="70"],
#entry_confirm_body form > table table td[width="459"] table td[width="70"],
#entry_accepted_body form > table table td[width="459"] table td[width="70"] {
	width:70px;
	text-align:left;
}
#entry_body form > table[width="620"] table[width="588"],
#entry_inputerror_body form > table[width="620"] table[width="588"],
#entry_confirm_body form > table[width="620"] table[width="588"],
#entry_accepted_body form > table[width="620"] table[width="588"] {
	width:auto;
}
#entry_body form > table[width="620"] td[width="588"],
#entry_inputerror_body form > table[width="620"] td[width="588"],
#entry_confirm_body form > table[width="620"] td[width="588"],
#entry_accepted_body form > table[width="620"] td[width="588"] {
	padding:1em;
}
#entry_body form > table[width="620"] td[width="588"] td:last-child,
#entry_inputerror_body form > table[width="620"] td[width="588"] td:last-child,
#entry_confirm_body form > table[width="620"] td[width="588"] td:last-child,
#entry_accepted_body form > table[width="620"] td[width="588"] td:last-child {
	padding:0 1em;
}
#entry_body .table_group_career td[colspan="2"] p,
#entry_body .table_group_upload td[colspan="2"] p,
#entry_inputerror_body .table_group_career td[colspan="2"] p,
#entry_inputerror_body .table_group_upload td[colspan="2"] p,
#entry_confirm_body .table_group_career td[colspan="2"] p,
#entry_confirm_body .table_group_upload td[colspan="2"] p,
#entry_accepted_body .table_group_career td[colspan="2"] p,
#entry_accepted_body .table_group_upload td[colspan="2"] p {
	padding:1em 1em 0;
	margin:0;
}


/* 不要スペーサー、br非表示 */
#entry_body img[src$="spacer.gif"],
#entry_body img[src$="spacer.gif"] + br,
#entry_body img[src$="spacer.gif"] + br + br,
#entry_inputerror_body img[src$="spacer.gif"],
#entry_inputerror_body img[src$="spacer.gif"] + br,
#entry_confirm_body img[src$="spacer.gif"],
#entry_confirm_body img[src$="spacer.gif"] + br,
#entry_accepted_body img[src$="spacer.gif"],
#entry_accepted_body img[src$="spacer.gif"] + br {
	display: none;
}
#entry_body .body_multi_contents_area
#entry_inputerror_body .body_multi_contents_area,
#entry_confirm_body .body_multi_contents_area
#entry_accepted_body .body_multi_contents_area {
	margin:40px 0 0;
}
#entry_body form + table[width="620"] td,
#entry_inputerror_body form + table[width="620"] td,
#entry_confirm_body form + table[width="620"] td,
#entry_accepted_body form + table[width="620"] td {
	padding:1.5em 1em 0;
	text-align: left;
	line-height: 1.8;
	display:block;
	width:100%;
}

/* 余白調整 */
#entry_body input[name="email1"],
#entry_body input[name="confirm_email1"],
#entry_body input[name="address1"],
#entry_inputerror_body input[name="email1"],
#entry_inputerror_body input[name="confirm_email1"],
#entry_inputerror_body input[name="address1"],
#entry_confirm_body input[name="email1"],
#entry_confirm_body input[name="confirm_email1"],
#entry_confirm_body input[name="address1"] {
	margin-top: 10px;
}

/*カテゴリタイトル*/
#entry_body form > table table td .mgn,
#entry_inputerror_body form > table table td .mgn,
#entry_confirm_body form > table table td .mgn,
#entry_accepted_body form > table table td .mgn {
	font-size: 22px;
	display: block;
	text-align:center;
	border:none;
	margin: 0;
}
#entry_body form > table table td b,
#entry_inputerror_body form > table table td b,
#entry_confirm_body form > table table td b,
#entry_accepted_body form > table table td b {
	font-weight: 500;
	font-size: 26px;
	display: block;
}
#entry_body form > table table td[bgcolor="#004890"],
#entry_inputerror_body form > table table td[bgcolor="#004890"],
#entry_confirm_body form > table table td[bgcolor="#004890"],
#entry_accepted_body form > table table td[bgcolor="#004890"] {
	background: #fff;
	padding-top: 60px;
}
/* 幅調整 */
#entry_body form > table table td[width="10"],
#entry_inputerror_body form > table table td[width="10"],
#entry_confirm_body form > table table td[width="10"],
#entry_accepted_body form > table table td[width="10"] {
	width: 80px;
}
#entry_body form > table table table td[width="30"],
#entry_inputerror_body form > table table table td[width="30"],
#entry_confirm_body form > table table table td[width="30"],
#entry_accepted_body form > table table table td[width="30"] {
	width: 50px;
}
::-webkit-input-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
:-moz-placeholder{color: #aaa;}
:-ms-input-placeholder{color: #aaa !important;}

#entry_body input[size="2"],
#entry_body input[size="6"],
#entry_inputerror_body input[size="2"],
#entry_inputerror_body input[size="6"] {
	width: 80px;
}
#entry_body input[size="10"],
#entry_inputerror_body input[size="10"] {
	width: 100px;
}
#entry_body input[size="16"],
#entry_inputerror_body input[size="16"] {
	width: 180px;
}
#entry_body input[size="20"],
#entry_inputerror_body input[size="20"] {
	width:200px;
}
#entry_body input[size="35"],
#entry_body input[size="40"],
#entry_body input[size="55"],
#entry_body input[size="70"],
#entry_inputerror_body input[size="35"],
#entry_inputerror_body input[size="40"],
#entry_inputerror_body input[size="55"],
#entry_inputerror_body input[size="70"] {
	width: 380px;
}
#entry_body input[size="50"],
#entry_inputerror_body input[size="50"] {
	width: 460px;
}
#entry_body textarea,
#entry_inputerror_body textarea {
	width: 560px;
}
#entry_body select[name^="job_code"],
#entry_inputerror_body select[name^="job_code"] {
	width: 740px;
}
#entry_body td[width="220"] > table,
#entry_inputerror_body td[width="220"] > table {
	width: 180px;
}
#entry_body input[name="submit[confirm]"],
#entry_inputerror_body input[name="submit[confirm]"] {
}
/* テキスト色 */
#entry_body form > table font,
#entry_body form > table table td font,
#entry_body table .tips,
#entry_inputerror_body form > table font,
#entry_inputerror_body form > table table td font,
#entry_inputerror_body table .tips,
#entry_confirm_body form > table font,
#entry_confirm_body form > table table td font,
#entry_confirm_body table .tips,
#entry_accepted_body form > table font,
#entry_accepted_body form > table table td font,
#entry_accepted_body table .tips {
	color: #000;
}
/* 必須マーク */
#entry_body font[color="#ff0000"],
#entry_inputerror_body font[color="#ff0000"],
#entry_confirm_body font[color="#ff0000"],
#entry_accepted_body font[color="#ff0000"] {
	display: inline-block;
	min-width:5rem;
	text-align:center;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	line-height: 22px;
	height: 22px;
	margin: 0 8px 0 0;
}
/* 必須項目 */
#entry_body .required2,
#entry_inputerror_body .required2,
#entry_confirm_body .required2,
#entry_accepted_body .required2 {
	background:#eee;
}
/* 入力欄、セレクトボックス */
#entry_body input[type="text"],
#entry_body textarea,
#entry_body select,
#entry_inputerror_body input[type="text"],
#entry_inputerror_body textarea,
#entry_inputerror_body select,
#entry_confirm_body input[type="text"],
#entry_confirm_body textarea,
#entry_confirm_body select {
	font-family: YuGothic,'Yu Gothic',Meiryo,'メイリオ','Hiragino Kaku Gothic ProN W3','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 0.4em;
	color: #000;
	border-radius: 0;
}
#entry_body input[type="text"],
#entry_body textarea,
#entry_inputerror_body input[type="text"],
#entry_inputerror_body textarea,
#entry_confirm_body input[type="text"],
#entry_confirm_body textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#entry_body input,
#entry_body textarea,
#entry_body select,
#entry_inputerror_body input,
#entry_inputerror_body textarea,
#entry_inputerror_body select,
#entry_confirm_body input,
#entry_confirm_body textarea,
#entry_confirm_body select {
	box-sizing: border-box;
	margin:0.5em 0;
}



/* チェックボックス */
#entry_body label[for^="contact_how"],
#entry_body label[for^="media"],
#entry_body label[for^="delete_button_upload"],
#entry_body label[for^="skill_"],
#entry_inputerror_body label[for^="contact_how"],
#entry_inputerror_body label[for^="media"],
#entry_inputerror_body label[for^="delete_button_upload"],
#entry_inputerror_body label[for^="skill_"],
#entry_confirm_body label[for^="contact_how"],
#entry_confirm_body label[for^="media"],
#entry_confirm_body label[for^="delete_button_upload"],
#entry_confirm_body label[for^="skill_"] {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
}
#entry_body label[for^="contact_how"],
#entry_inputerror_body label[for^="contact_how"],
#entry_confirm_body label[for^="contact_how"] {
	margin-top: 7px;
}
#entry_body img[src$="spacer.gif"] + br + label[for^="media"],
#entry_inputerror_body img[src$="spacer.gif"] + br + label[for^="media"],
#entry_confirm_body img[src$="spacer.gif"] + br + label[for^="media"] {
	margin-top: 20px;
}
#entry_body label[for^="contact_how"]:before,
#entry_body label[for^="media"] span:before,
#entry_body label[for^="media"]:before,
#entry_body label[for^="delete_button_upload"]:before,
#entry_body label[for^="skill_"]:before,
#entry_inputerror_body label[for^="contact_how"]:before,
#entry_inputerror_body label[for^="media"] span:before,
#entry_inputerror_body label[for^="media"]:before,
#entry_inputerror_body label[for^="delete_button_upload"]:before,
#entry_inputerror_body label[for^="skill_"]:before,
#entry_confirm_body label[for^="contact_how"]:before,
#entry_confirm_body label[for^="media"] span:before,
#entry_confirm_body label[for^="media"]:before,
#entry_confirm_body label[for^="delete_button_upload"]:before,
#entry_confirm_body label[for^="skill_"]:before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 5px;
	border: 1px solid #ccc;
	z-index: 3;
}
#entry_body input[type="checkbox"]:checked + span:after,
#entry_body label[for^="media"]:after,
#entry_body label[for^="delete_button_upload"]:after,
#entry_body label[for^="contact_how"]:after,
#entry_body label[for^="skill_"]:after,
#entry_inputerror_body input[type="checkbox"]:checked + span:after,
#entry_inputerror_body label[for^="media"]:after,
#entry_inputerror_body label[for^="delete_button_upload"]:after,
#entry_inputerror_body label[for^="contact_how"]:after,
#entry_inputerror_body label[for^="skill_"]:after,
#entry_confirm_body input[type="checkbox"]:checked + span:after,
#entry_confirm_body label[for^="media"]:after,
#entry_confirm_body label[for^="delete_button_upload"]:after,
#entry_confirm_body label[for^="contact_how"]:after,
#entry_confirm_body label[for^="skill_"]:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	display: block;
	width: 5px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
#entry_body label input[type="checkbox"],
#entry_inputerror_body label input[type="checkbox"],
#entry_confirm_body label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 5px;
	left: -40px;
	width: 16px;
	height: 16px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#entry_body label input[type="checkbox"]:checked,
#entry_inputerror_body label input[type="checkbox"]:checked,
#entry_confirm_body label input[type="checkbox"]:checked {
	background: #fff;
	z-index: 0;
}

/* ラジオボタン */
#entry_body label[for*="flag"],
#entry_body label[for^="change_job_date"],
#entry_body label[for*="title_type"],
#entry_body label[for*="interview_human"],
#entry_body label[for*="sex_"],
#entry_inputerror_body label[for*="flag"],
#entry_inputerror_body label[for^="change_job_date"],
#entry_inputerror_body label[for*="title_type"],
#entry_inputerror_body label[for*="interview_human"],
#entry_inputerror_body label[for*="sex_"],
#entry_confirm_body label[for*="flag"],
#entry_confirm_body label[for^="change_job_date"],
#entry_confirm_body label[for*="title_type"],
#entry_confirm_body label[for*="interview_human"],
#entry_confirm_body label[for*="sex_"] {
	position: relative;
	padding-left: 25px;
	margin: 5px 20px 0 0;
	overflow: hidden;
	display: inline-block;
}
#entry_body label[for*="flag"]:before,
#entry_body label[for^="change_job_date"]:before,
#entry_body label[for*="title_type"]:before,
#entry_body label[for*="sex_"]:before,
#entry_body label[for*="interview_human"]:before,
#entry_inputerror_body label[for*="flag"]:before,
#entry_inputerror_body label[for^="change_job_date"]:before,
#entry_inputerror_body label[for*="title_type"]:before,
#entry_inputerror_body label[for*="interview_human"]:before,
#entry_inputerror_body label[for*="sex_"]:before,
#entry_confirm_body label[for*="flag"]:before,
#entry_confirm_body label[for^="change_job_date"]:before,
#entry_confirm_body label[for*="title_type"]:before,
#entry_confirm_body label[for*="interview_human"]:before,
#entry_confirm_body label[for*="sex_"]:before {
	position: absolute;
	width: 17px;
	height: 17px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 4px;
	content: '';
	z-index: 3;
}
#entry_body label[for*="flag"]:after,
#entry_body label[for^="change_job_date"]:after,
#entry_body label[for*="title_type"]:after,
#entry_body label[for*="interview_human"]:after,
#entry_body label[for*="sex_"]:after,
#entry_inputerror_body label[for*="flag"]:after,
#entry_inputerror_body label[for^="change_job_date"]:after,
#entry_inputerror_body label[for*="title_type"]:after,
#entry_inputerror_body label[for*="interview_human"]:after,
#entry_inputerror_body label[for*="sex_"]:after,
#entry_confirm_body label[for*="flag"]:after,
#entry_confirm_body label[for^="change_job_date"]:after,
#entry_confirm_body label[for*="title_type"]:after,
#entry_confirm_body label[for*="interview_human"]:after,
#entry_confirm_body label[for*="sex_"]:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 1px;
	top: 5px;
	border: 2px solid #fff;
	z-index: 1;
}
#entry_body input[type="radio"],
#entry_inputerror_body input[type="radio"],
#entry_confirm_body input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	left: -32px;
	top: 5px;
	margin: 0px;
	box-shadow: 32px 0 #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#entry_body input[type="radio"]:checked,
#entry_inputerror_body input[type="radio"]:checked,
#entry_confirm_body input[type="radio"]:checked {
	box-shadow: none;
}

#entry_body .mgn,
#entry_inputerror_body .mgn,
#entry_confirm_body .mgn,
#entry_accepted_body .mgn {
	border-left: 6px solid #ea650d;
	background: #fff;
	margin:1.5em 0 0;
	padding:0.5em;
	text-align: left;
	line-height: 1.8;
	display:block;
	width:100%;
}
/* ボタン */
#entry_body .tdyellow,
#entry_inputerror_body .tdyellow,
#entry_confirm_body .tdyellow,
#entry_accepted_body .tdyellow {
	background:transparent;
}
#entry_body input[type="submit"],
#entry_inputerror_body input[type="submit"],
#entry_confirm_body input[type="submit"],
#entry_accepted_body input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
}
#entry_body .btn,
#entry_inputerror_body .btn,
#entry_confirm_body .btn,
#entry_accepted_body .btn {
	display: inline-block;
	vertical-align: top;
	background: #00008f; /* ★color */
	margin-top: 60px;
	position: relative;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}
#entry_body .btn:before,
#entry_inputerror_body .btn:before,
#entry_confirm_body .btn:before,
#entry_accepted_body .btn:before {
	margin: auto;
	content: "";
	vertical-align: middle;
}
#entry_body input[size="2"],
#entry_body input[size="6"],
#entry_inputerror_body input[size="2"],
#entry_inputerror_body input[size="6"],
#entry_confirm_body input[size="2"],
#entry_confirm_body input[size="6"] {
	width: 50px;
}
#entry_body input[value^="I agree"],
#entry_body input[value^="同意する"] {
	background: #00008f; /* ★color */
}
#entry_body input[value^="I do not agree"],
#entry_body input[value^="同意しない"] {
	background: #6c6c6c; /* ★color */
}




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

#entry_body .body_multi_contents_area,
#entry_inputerror_body .body_multi_contents_area,
#entry_confirm_body .body_multi_contents_area,
#entry_accepted_body .body_multi_contents_area {
	margin:80px 0 0;
}


}

/* 職種一覧へ戻る */
#entry_body .footernavigation a,
#entry_inputerror_body .footernavigation a,
#entry_confirm_body .footernavigation a,
#entry_accepted_body .footernavigation a {
	float:right;
}