@charset "utf-8";
/* CSS Document */

.multipleEntry{
	background:#FDFFE0;
	border:4px solid #e88f22;
	border-radius:8px;
	margin:10px;
	padding:8px;
	
	line-height:2.0rem;
	}

.multipleEntry span{
	color:#FF0004;
	}

div#headingError{
    color:#ff0000;
    padding:10px;
}

div#headingError p{
    background:#ffffff;
}

.errorMassage{
    color:#ff0000;
    padding:20px 10px 0 10px;
    background:#ffffff;
}

.formTitle {
    padding:20px;
    background:#f1ead1;
    margin:5px 0px 0 0;
    border-top:2px solid #dad1c3;
    border-bottom:2px solid #dad1c3;
}

.formSection {
    border-top: 2px solid #e88f22;
    border-bottom: 1px solid #d5d3cb;
    color: #6b5447;
    font-size: 30px;
    background-color: #f1e8e0;
    padding:20px 0 20px 15px;
}



.necessaryIcon{
    position:absolute;
    left:530px;
    margin:0;
}

/*
#telNecessaryIcon{
}
*/
input[type="text"] {
    width: 600px;
    height: 85px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
    /*color:#afa89a;*/
    color:#403d38;
    font-size:32px;
}

input[type="date"],input[type="tel"],input[type="email"] {
    width: 600px;
    height: 85px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
    color:#403d38;
    font-size:32px;
}

input[name="birth1"]{
    width: 150px;
    height: 85px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
    /*color:#afa89a;*/
    color:#403d38;
    font-size:32px;
}

input[name="birth2"],input[name="birth3"] {
    width: 100px;
    height: 85px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
    /*color:#afa89a;*/
    color:#403d38;
    font-size:32px;

}
.entryRule{
    font-size:80%;
}


.genderArea{
    height:63px;
    margin:20px 0 0 25px;
}


select.birth{
    height: 52px;
    font-size: 100%;
    color:#4f4f4f;
    padding: 10px 50px 12px 12px;
    text-align:center;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(../job/images/select-pulldown.png) no-repeat right;
}

.linedArea{
    height:80px;
    margin:20px 0 0 25px;
}

.pulldownBeside{
    padding:0 10px 0 0;
}

input#zipCodeForm{
    width:354px;
}

.btnAddress {
    padding: 20px 5px 20px 5px;
    color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #9f9b96;
    -webkit-box-shadow: 0 3px 0 0 #4f4f4f;
    -moz-box-shadow: 0 3px 0 0 #4f4f4f;
    -ms-box-shadow: 0 3px 0 0 #4f4f4f;
    -o-box-shadow: 0 3px 0 0 #4f4f4f;
    box-shadow: 0 3px 0 0 #4f4f4f;
    text-align: center;
    width:236px;
    height:80px;
    cursor:pointer;
}

select.prefectures{
    height: 81px;
    font-size: 100%;
    color:#4f4f4f;
    padding: 10px 50px 12px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    /*background: #ffdddd url(../job/images/select-pulldown.png) no-repeat right;*/
    width:600px;
    margin:20px 0 20px 20px;
}
select.prefecturesBg{
    background: #FFF url(../job/images/select-pulldown.png) no-repeat right;
}

select.prefecturesBgRed{
    background: #ffdddd url(../job/images/select-pulldown-ng.png) no-repeat right;
}

.inputPoint{
	line-height:1.2;
    background:#ffffcc;
    width:620px;
    margin:10px 0 0 10px;
    padding:13px;
    color:#6b5447;
    font-size:90%;
}

.redText{
    color:#ff0000;
}

.redTitle{
    display:inline-block;
    margin:0 0 8px 0;
    background:#ffffcc;
}


input.experienceForm{
    width: 510px;
    height: 85px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
}

.toplist{
    margin-top:0;
}

.lastList{
    height:120px;
}

textarea {
    width: 600px;
    height:300px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
    margin:20px 0 20px 20px;
    color:#403d38;
    /*color:#afa89a;*/
    font-size:32px;
    line-height:1.3;
}



/*ボタン*/
.confirmationBtn{
    text-align: center;
    margin:30px 0 50px 0;
}

.btnOrange {
    width: 600px;
    padding: 20px 0px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #F90;
    -webkit-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -o-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    border:none;
    text-align: center;
}

.redBackground{
    background:#ffdddd;
}

#plusjobArea{
    background:#da7223;
    text-align:center;
    color:#ffffff;
    padding:20px 0;
}

#plusjobArea img{
    vertical-align:middle;
}


#modal-content {
    width: 50% ;
    margin: 0 ;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
}

#modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
    color: #00f ;
    text-decoration: underline ;
}

.button-link:hover {
    cursor: pointer ;
    color: #f00 ;
}


/*--------------------------------------------------------------
テーブルデザイン
--------------------------------------------------------------*/

table.applyJobSummary {
    width:100%;
    border-collapse: separate;
    border-spacing: 0px 3px;
    font-size: 24px;
    line-height:1.3;
    border-top:2px solid #cccccc;
    margin-bottom:10px;
}

table.applyJobSummary tr{
}


table.applyJobSummary th,
table.applyJobSummary td {
    padding: 10px;
    color: #472610;
    border-bottom:2px solid #cccccc;
}

table.applyJobSummary td {
    background-color:#fff;
}

table.applyJobSummary th {
    background: #fcfbdf;
    vertical-align: middle;
    text-align: center;
    width: 130px;
    overflow: visible;
    position: relative;
    font-weight: normal;
    font-size: 24px;
}

table.applyJobSummary th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fcfbdf;
    border-width: 10px;
    margin-top: -10px;
}

/*規約*/
.termsContents{
    word-wrap:break-word;
    display:none;
     background: #ffffff;
	 margin-top:20px;
}

.termsContents div,li,h3,p{
    background: #ffffff;
}
.termsContents .subpagetitle{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    margin-bottom:10px;
}

.termsContents h3{
    padding:20px 0 10px 0;
}

.termsContents li {
    margin-left: 1em;
}



.reasonPointContents{
	padding-top:5px;
	line-height:1.1;
	display:none}
	
.prPointContents{
	line-height:1.1;
	display:none}





/*---------利用規約と個人情報保護-----------------*/

.agreeBox{
	background-color:#ffffff;
	margin:30px 0px;
}

.agreeCheck{
	text-align:center;}
	
.agreeTxt{
    padding: 0 18px;
    padding-bottom:10px
}

/*チェックボックス*/
.agreeBox input[type="checkbox"]{
    display: none;
}

.agreeBox input[type="checkbox"]+span{
    display: inline-block;
	vertical-align:middle;
    width: 32px;
    height: 32px;
    margin-right:5px;
    background: url(../images/spjob/search/checkbox_off.png) no-repeat;
    cursor: pointer;

}

.agreeBox input[type="checkbox"]:checked + span{
    background: url(../images/spjob/search/checkbox_on.png) no-repeat;
}


/*確認画面用CSS*/


.confirmDetail{
    padding:30px 15px;
}

.expConfirmDetail{
    padding:20px 15px;
}

.confirmBtnOrange {
    width: 340px;
    padding: 20px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #F90;
    -webkit-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -o-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    border:none;
    text-align: center;
    vertical-align:middle;
}

.confirmBtnGray{
    width: 240px;
    padding: 20px 0px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #9f9b96;
    -webkit-box-shadow: 0 4px 0 0 #4f4f4f;
    -moz-box-shadow: 0 4px 0 0 #4f4f4f;
    -ms-box-shadow: 0 4px 0 0 #4f4f4f;
    -o-box-shadow: 0 4px 0 0 #4f4f4f;
    box-shadow: 0 4px 0 0 #4f4f4f;
    border:none;
    text-align: center;
    vertical-align:middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/*ラジオボタン*/

.genderArea input{
    display: none;
}

.genderArea{
	margin-top:35px;
}

.genderArea label{
	width:250px;
}

input[type=radio] { display: none; }
input[type=radio]:checked + .radio:before { opacity: 1; }

.radio { box-sizing: border-box; position: relative; display: inline-block; margin: 0 40px 0 0; padding: 0 0 0 50px; vertical-align: middle; cursor: pointer; }
.radio:hover:after { border-color: #27d2ff; }
.radio:after { position: absolute; top: 50%; left: 0; display: block; margin-top: -21px; width: 36px; height: 36px; border: 2px solid #bbb; border-radius: 50%; content: ''; }
.radio:before { position: absolute; top: 50%; left: 8px; display: block; margin-top: -13px; width: 20px; height: 20px; border-radius: 50%; background-color: #ec6617; content: ''; opacity: 0; }

.toRule{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}
