/* -------------------------
  元
------------------------- */

#entryFormGroup
{
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	width:100%;
}

#entryFormGroup div, #entryFormGroup input, #entryFormGroup select
{
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing:border-box;
}

#actionArea img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#actionArea
{
	margin: 15px;
}

#entryFormGroup div.columnSet
{
	padding:10px;
	margin-bottom: 15px;
	border-top: 2px #dcdcdc solid;
}

#entryFormGroup div.resultColumnSet
{
	padding:10px;
	font-size: 18px;
	margin-bottom: 15px;
	border-top: 2px #dcdcdc solid;
}

#entryFormGroup div.titile
{
	word-break: break-all;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 5px;
}

#entryFormGroup div.subTitle
{
	font-size: 16px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#entryFormGroup div.resultTitile
{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
}

#entryFormGroup div.resultSubTitile
{
	font-size: 16px;
	font-weight:bold;
	/*
	text-indent: 20px;
	*/
}

#entryFormGroup div.resultContent
{
	font-size: 17px;
	margin-left: 18px;
	word-break: break-all;
}

#entryFormGroup div.resultSub
{
	margin-left: 18px;
}

#entryFormGroup div.resultSubContent
{
	font-size: 17px;
	margin-bottom: 3px;
	padding-left: 20px;
	word-break: break-all;
}

#entryFormGroup div.example,
#entryFormGroup div.guideMessage
{
	font-size: 16px;
}

#entryFormGroup div.subTitle span.column_note
{
	font-size: 84%;
    font-weight: bold;
    padding-left: 0.5em;
}

/* 入力情報 */

#entryFormGroup input[type=text]
{
	padding:5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	border:1px solid #666666;
	border-radius:3px;
	font-size: 18px;
	width:100%;
}

#entryFormGroup input[type=url]
{
	padding:5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	border:1px solid #666666;
	border-radius:3px;
	font-size: 18px;
	width:100%;
}

#entryFormGroup div.splitNames input.familyName,
#entryFormGroup div.splitNames input.givenName,
#entryFormGroup div.splitNames input.familyNameKana,
#entryFormGroup div.splitNames input.givenNameKana
{
	width:30%;
}
#entryFormGroup input.phone
{
	width:80px;
}
#entryFormGroup div.resultContent.photoContent
{
	margin-left:0;
}
#entryFormGroup .photoPreview ul
{
	margin:0;
	padding:0;
	text-indent:0;
}
#entryFormGroup .photoPreview ul li
{
	list-style-type: none;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
#entryFormGroup .photoPreview ul li i.photoEditButton
{
	margin: 2px 6px;
	padding:2px 6px;
	color: #87b400;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor:pointer;
}
#entryFormGroup .photoPreview ul li i.photoEditButton.disabled
{
	color: #dddddd;
	text-shadow: none;
}

#entryFormGroup .photoPreview .contents{
	position:relative;
	display:inline-block;
	width:auto;
	height:auto;
	max-width:300px;
	max-height:300px;
}
#entryFormGroup .photoPreview .contents .loading .fa-spinner{
	margin-top:30px;
}
#entryFormGroup .photoPreview .contents .loading{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;

	background-color:#ffffff;
	opacity:0.8;
}
#entryFormGroup .photoPreview img.photo
{
	width:auto;
	height:auto;
	max-width:300px;
	max-height:300px;
}

#entryFormGroup input.zipCode
{
	width:150px;
}

#entryFormGroup select
{
	width:100%;
	font-size: 18px;
}

#entryFormGroup textarea
{
	padding:5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	border:1px solid #666666;
	width:100%;
	font-size: 18px;
}

#entryFormGroup div.photoButton .fileUpload
{
	width:180px;
	text-align:center;
	background: #679400;
	background: -moz-linear-gradient(top,#dfdfdf, #a3be53 50%,#679400 50%,#83a029);
	background: -moz-gradient(linear, left top, left bottom, from(#dfdfdf), color-stop(0.5,#a3be53), color-stop(0.5,#679400), to(#83a029));
	background: -webkit-linear-gradient(top,#dfdfdf, #a3be53 50%,#679400 50%,#83a029);
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), color-stop(0.5,#a3be53), color-stop(0.5,#679400), to(#83a029));
	background: linear-gradient(top,#dfdfdf, #a3be53 50%,#679400 50%,#83a029);
	background: gradient(linear, left top, left bottom, from(#dfdfdf), color-stop(0.5,#a3be53), color-stop(0.5,#679400), to(#83a029));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #679400;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 6px;
	margin-bottom: 5px;
	font-size:18px;
	cursor:pointer;

	position: relative;
	overflow: hidden;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
#entryFormGroup div.photoButton .fileUpload.disabled
{
	background: #dddddd;
	border-color: #aaaaaa;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#entryFormGroup .fileUpload input.file {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 36px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	font-size:1000px; /* IE9対策 */
}

input[type=button].confirmButton,
input[type=submit].confirmButton
{
	background: #0059b2;
	background: -moz-linear-gradient(top,#b2e5ff, #3761b7 50%,#003399 50%,#0059b2);
	background: -moz-gradient(linear, left top, left bottom, from(#b2e5ff), color-stop(0.5,#3761b7), color-stop(0.5,#003399), to(#0059b2));
	background: -webkit-linear-gradient(top,#b2e5ff, #3761b7 50%,#003399 50%,#0059b2);
	background: -webkit-gradient(linear, left top, left bottom, from(#b2e5ff), color-stop(0.5,#3761b7), color-stop(0.5,#003399), to(#0059b2));
	background: linear-gradient(top,#b2e5ff, #3761b7 50%,#003399 50%,#0059b2);
	background: gradient(linear, left top, left bottom, from(#b2e5ff), color-stop(0.5,#3761b7), color-stop(0.5,#003399), to(#0059b2));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0059b2;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100%;
	padding: 15px 0;
	font-size:18px;
	cursor:pointer;
}

input[type=button].submitButton,
input[type=submit].submitButton
{
	background: #b21d00;
	background: -moz-linear-gradient(top,#ffccb2, #b74e38 50%,#991900 50%,#b21d00);
	background: -moz-gradient(linear, left top, left bottom, from(#ffccb2), color-stop(0.5,#b74e38), color-stop(0.5,#991900), to(#b21d00));
	background: -webkit-linear-gradient(top,#ffccb2, #b74e38 50%,#991900 50%,#b21d00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffccb2), color-stop(0.5,#b74e38), color-stop(0.5,#991900), to(#b21d00));
	background: linear-gradient(top,#ffccb2, #b74e38 50%,#991900 50%,#b21d00);
	background: gradient(linear, left top, left bottom, from(#ffccb2), color-stop(0.5,#b74e38), color-stop(0.5,#991900), to(#b21d00));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #b21d00;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100%;
	padding: 15px 0;
	font-size:18px;
	cursor:pointer;
}

input[type=button].cancelButton,
input[type=submit].cancelButton
{
	background: #999999;
	background: -moz-linear-gradient(top,#b3b3b3, #999999 100%);
	background: -moz-gradient(linear, left top, from(#b3b3b3), color-stop(1,#999999));
	background: -webkit-linear-gradient(top,#b3b3b3, #999999 100%);
	background: -webkit-gradient(linear, left top, from(#b3b3b3), color-stop(1,#999999));
	background: linear-gradient(top,#b3b3b3, #999999 100%);
	background: gradient(linear, left top,, from(#b3b3b3), color-stop(1,#999999));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999999;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100%;
	padding: 7px;
	font-size:18px;
	cursor:pointer;
}

#entryFormGroup label
{
	float:left;
	margin-bottom: 3px;
	min-width:30%;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	padding: 5px;
	word-break:break-all;
	word-wrap:break-word;
	font-size: 18px;
}

/* リッチチェックボックス */
input[type=checkbox]
{
	border: 1px solid #aaaaaa;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 26px;
	height: 26px;
	/*Other Browser*/
	background: #e2e2e2;
	/*For Old WebKit*/
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #ffffff),
	color-stop(1.00, #e2e2e2)
	);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#ffffff 0%,
	#e2e2e2 100%
	);
}

input[type=checkbox]:checked
{
	/*Other Browser*/
	background: #99cc00;
	/*For Old WebKit*/
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #99cc00),
	color-stop(1.00, #87b400)
	);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#99cc00 0%,
	#87b400 100%
	);
	border: 1px solid #336600;
}

input[type=checkbox]:checked:before
{
	position: absolute;
	left: 1px;
	top: 16px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}

input[type=checkbox]:checked:after
{
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}

/* リッチラジオボタン */
input[type="radio"]
{
	border: 1px solid #aaaaaa;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 50px !important;
	border-radius: 50px !important;
	-webkit-box-sizing: border-box;
	width: 26px;
	height: 26px;
	/*Other Browser*/
	background: #e2e2e2;
	/*For Old WebKit*/
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #ffffff),
	color-stop(1.00, #e2e2e2)
	);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#ffffff 0%,
	#e2e2e2 100%
	);
	font-size: 18px;
}

input[type="radio"]:checked
{
	/*Other Browser*/
	background: #99cc00;
	/*For Old WebKit*/
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #99cc00),
	color-stop(1.00, #87b400)
	);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#99cc00 0%,
	#87b400 100%
	);
	border: 1px solid #336600;
	font-size: 18px;
}

input[type="radio"]:checked:before
{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
	-webkit-box-shadow: 0 2px 1px #2f4f4f;
	content: "";
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	font-size: 18px;
}

/* FireFoxのみスタイル適用しない */
input[type="radio"],
input[type="checkbox"], x:-moz-any-link, x:default
{
	margin:0;
	margin-right:10px;
	padding:0;
	vertical-align: middle;
	width: auto;
	height: auto;
	-moz-transform: scale(2);
	background: transparent !important;
	padding-right:7px !important;
}

input[type="radio"]:before,input[type="radio"]:after,
input[type="checkbox"]:before, input[type="checkbox"]:after,
x:-moz-any-link, x:default
{
	margin:0;
	padding:0;
	content: "";
	width: 0px;
	height: 0px;
}

#entryFormGroup span.endMark
{
	display:inline-block;
	margin-right: 5px;
	width: 28px;
	height:28px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
	border-radius:3px;
	background-color:#666666;
	color:#FFFFFF;
	line-height: 28px;
	text-align:center;
}

#entryFormGroup .entrySheetFileName
{
	word-break: break-all;
}

#entryFormGroup .entrySheetUploadButton
{
	width:100%;
	margin-bottom: 5px;
}

#entryFormGroup #_entrySheet1 .loading,
#entryFormGroup #_entrySheet2 .loading,
#entryFormGroup #_entrySheet3 .loading
{
	display: none;
	text-align: center;
}

#entryFormGroup #actionArea #confirmButtonAlert
{
	color: red;
	display: none;
}

#entryFormGroup #actionArea input.confirmButton.disabled
{
	background: #dddddd;
    border-color: #aaaaaa;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#entryFormGroup div.resultTitile.interviewExpectationTitle
{
	word-break:break-all;
	word-wrap:break-word;
}

#entryFormGroup div.columnSet label.interviewTypeExpectation input
{
	float:left;
}

#entryFormGroup div.columnSet label.interviewTypeExpectation span
{
	display:block;
	overflow:hidden;
	margin-top:3px;
}

#entryFormGroup div.hideVideoInterviewAlert
{
    display: none;
}