@charset "utf-8";

/* ------------------------------------
            Font
------------------------------------ */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 11, 2014 */

@font-face {
    font-family: 'seshatregular';
    src: url('../font/seshat-webfont.eot');
    src: url('../font/seshat-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/seshat-webfont.woff') format('woff'),
         url('../font/seshat-webfont.ttf') format('truetype'),
         url('../font/seshat-webfont.svg#seshatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------
           　共通
------------------------------------ */
body {
	width:860px;
	margin:0 auto;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#401000;
}
h1 {
	font-size:2em;
	border-left:6px solid #401000;
	padding-left:10px;
	margin:20px auto 15px;
}
h2 {
	display:block;
	padding-left:22px;
	position:relative;
}
h2:before {
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	border:10px solid transparent;
	border-left:10px solid #401000;
}
.wrapper {
	border:5px solid #FC0;
	border-radius:10px;
	margin:30px 0;
	padding:0 20px;
}
.attention {
	font-size:14px;
	color:#c00;
	text-align:right;
	margin-bottom:5px;
}
form {
	width:800px;
	margin:0 auto 20px;
}
.form {
	display:table;
	border-collapse:collapse;
	margin-bottom:30px;
	width:800px;
}
.form fieldset {
	border:none;
	margin:0 0 25px 0;
	padding:0;
}
.form fieldset legend {
	border-left:5px solid #401000;
	padding-left:10px;
	margin-bottom:10px;
}
.form dl {
	display:table-row;
	border-top:1px solid #CCC;
}
.form dl:last-child {
	border-bottom:1px solid #CCC;
}
.form dl dt {
	display:table-cell;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#401000;
	padding:15px;
	background-color:#fff1ca;
	vertical-align:middle;
	white-space:nowrap;
}
.form dl dd {
	display:table-cell;
	padding:15px 5px 15px 20px;
	font-size:14px;
	color:#551500;
}
input,
select {
	border:1px solid #999;
	border-radius:3px;
	padding:2px 4px;
	outline:none;
}
textarea {
	width:80%;
	height:100px;
	padding:5px;
	border:1px solid #999;
	border-radius:5px;
	outline:none;
}
button {
	outline:none;
}
input,
select,
textarea,
button {
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.95em;
}
.required {
	color:#c00;
	margin-left:5px;
}
.description {
	font-size:12px;
	margin-left:5px;
	color:#999;
}
.choose .description,
.radio .description {
	display:inline-block;
	padding-top:5px;
}
.radio input[type="radio"] {
	vertical-align:-2px;
}
.radio label {
	margin-right:10px;
}
.check input[type="checkbox"] {
	vertical-align:-2px;
}
.check label {
	margin-right:10px;
}


/* clearfix */
.cf:after {
	content:"";
	display:block;
	clear:both;
}

#estimate,
#other_txt,
.otherText,
.visaText,
.visaExp,
.liveWho,
.tattooWhere,
.piercingWhere {
	display:none;
}
input.month {
	width:100px!important;
}
input.years {
	width:24px!important;
	margin-right:5px!important;
}

/* ------------------------------------
            Registration
------------------------------------ */
#registration input[type="email"],
#registration input[type="password"],
#registration input[type="text"] {
	width:250px;
}
#registration select {
	width:260px;
}
#registration select#education {
	display:block;
}
#registration #application label {
	display:inline-block;
	width:65px;
}
#registration #application select {
	margin-bottom:10px;
}
#registration .button {
	text-align:center;
}
#registration .button input {
	padding:5px;
	width:100px;
	font-size:14px;
	margin:0;
	transition:all 0.5s ease;
	display:inline-block;
	background:#ddd;
	border-radius:5px;
	border:#999 1px solid;
	cursor:pointer;
}
#registration .button input:link {
	background-color:#ddd;
	color:#401000;
}
#registration .button input:visited {
	background-color:#ddd;
	color:#401000;
}
#registration .button input:hover {
	background-color:#FC0;
}

#emailRegist {
	position: absolute;
}
#emailRegist .button {
	text-align: center;
}

/* ------------------------------------
            フォームナビ
------------------------------------ */
#formNav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
	margin:30px 0 0;
	padding:0;
	list-style:none;
	font-family: 'seshatregular';
	font-size:1.2em;
	text-align:center;
}
#formNav li {
	display:block;
	height:30px;
	margin-right:1px;
	padding:6px 21px 24px 50px;
	background:#ddd;
	position:relative;
	line-height:1.2em;
	text-align:left;
	color:#98837c;
	-webkit-transition:all 0.6s linear 0;
	-moz-transition:all 0.6s linear 0;
	-o-transition:all 0.6s linear 0;
	transition:all 0.6s linear 0;
}
@media all and (-ms-high-contrast:none){
  #formNav li { transition:none; } /* IE10以降 */
}
#formNav li:before {
	content:"";
	position:absolute;
	top:0;
	right:-60px;
	z-index:1;
	border:30px solid transparent;
	border-left:30px solid #ddd;
	-webkit-transition:all 0.6s linear 0;
	-moz-transition:all 0.6s linear 0;
	-o-transition:all 0.6s linear 0;
	transition:all 0.6s linear 0;
}
@media all and (-ms-high-contrast:none){
  #formNav li:before { transition:none; } /* IE10以降 */
}
#formNav li:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	border:30px solid transparent;
	border-left:30px solid #fff;
}
#formNav li:first-line {
	color:#eee;
	font-size:0.9em;
}
#formNav li.first {
	border-radius:5px 0 0 5px;
	padding-left:30px;
}
#formNav li.first:after {
	border:0;
}
#formNav li.last {
	border-radius:0 5px 5px 0;
	padding-right:30px;
	margin:0;
}
#formNav li.last:before {
	border:0;
}
#formNav li.did {
	background:#fc0;
	color:#401000;
}
#formNav li.did:first-line {
	color:#fff;
}
#formNav li.did:before {
	border-left:30px solid #fc0;
}
#formNav li span.end {
	position:relative;
	z-index:10;
}
#formNav li span.end:before,
#formNav li span.end:after {
	content: '';
	width: 4px;
	height: 18px;
	display: block;
	background: #2aaf62;
	position: absolute;
	top: 2px;
	left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#formNav li span.end:before {
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 10px;
	left: 7px;
}
@-moz-document url-prefix() { /* Firefox */
	#formNav li span.end:before { top: -5px; }
	#formNav li span.end:after { top: -13px; }
}
@media all and (-ms-high-contrast:none){ /* IE10以降 */
  #formNav li span.end:before { top: -5px; }
	#formNav li span.end:after { top: -13px; }
}




.pageWrap.none {
	display:none;
}
.pageWrap.block {
	display:block;
}

/* ------------------------------------
            Basic Information
------------------------------------ */
#basicWrap .form {
	position:relative;
}
.photo {
	position:absolute;
	width:200px;
	height:281px;
	background:#ddd;
	border:1px solid #ccc;
	top:0px;
	right:0;
}
@media all and (-ms-high-contrast:none){
  .photo { height:278px; } /* IE10以降 */
}
@-moz-document url-prefix() {
  .photo { height:282px; } /* Firefox */
}
.photo img {
	width:160px;
	height:210px;
	margin:20px;
	background:#dfdfdf;
	display:inline-block;
	border:none;
}
.photo input {
	width:100px;
	margin:0 auto;
	display:block;
	position:absolute;
	bottom:8px;
	left:46px;
	border:none;
	z-index:20;
	opacity:0;
	cursor:pointer;
}
.photo input::-webkit-file-upload-button {
	cursor:pointer;
}
.photo input:hover {
	cursor:pointer;
}
.photo p {
	position:absolute;
	bottom:8px;
	left:46px;
	z-index:10;
	border-radius:5px;
	background:#efefef;
	border:1px solid #ccc;
	width:106px;
	height:24px;
	margin:0;
	text-align:center;
	line-height:24px;
	font-size:0.8em;
	transition:background 0.5s ease;
}
.photo p.hover {
	background:#ffe16a;
}

/* Email */
input.email {
	width:250px;
}

/* name */
.name label {
	font-size:13px;
	display:inline-block;
	width:90px;
}
.name input {
	margin:5px 10px 5px 4px;
	vertical-align:middle;
}

/* date of birth */
.birth select {
	margin:0 10px 0 3px;
}
#age {
	border:none;
	width:30px;
}

/* address */
.address label {
	display:inline-block;
	font-size:13px;
	width:58px;
}
.address input {
	margin:5px 10px 5px 4px;
	vertical-align:middle;
	width:400px;
}
#zip_code {
	width:100px;
}

#other_txt {
	width:200px;
}


/* ------------------------------------
            Employment
------------------------------------ */
#employWrap .form {
	display:block;
	margin:0;
	width:auto;
}
#employWrap .form fieldset {
	display:table;
	border-collapse:collapse;
	margin-bottom:30px;
	width:800px;
}
#employWrap .form fieldset dt {
	width:183px;
}
#employWrap .form fieldset dd {
	width:617px;
}
#employWrap .form dl dd input {
	width:300px;
}
#employWrap .form dl .radio input {
	width:auto;
}
#employWrap .form dl dd input.month {
	margin:0 10px 0 5px;
}
#employWrap .form dl input[type="checkbox"] {
	width:auto;
	vertical-align:-2px;
}


/* datepicker */
.datepicker table tr td span.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active {
	background-color: #fc0 !important;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe168', endColorstr='#fc0', GradientType=0);
	text-shadow:none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td.active:hover {
	background-color: #f5ca1f !important;
	background-image:none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe168', endColorstr='#fc0', GradientType=0);
	text-shadow:none;
}
.icon-th {
	background-image:url("../img/calender.png");
	background-position:-192px -120px;
}


/* ------------------------------------
            Education
------------------------------------ */
#eduWrap .form dl dt {
	width:180px;
}
#eduWrap .form dl input[type="text"] {
	width:300px;
}
#eduWrap .form dl .radio input {
	width:auto;
}
#eduWrap #degTxt {
	display:none;
}
#eduWrap ul {
	list-style:none;
	padding:0;
}
#tExp ul dl {
	display:table;
	margin:0;
	border:none;
}
#eduWrap #tExp ul dl dt {
	display:table-cell;
	width:300px;
	padding:5px;
	background:transparent;
}
#tExp #teaching_exp_other_txt {
	width:200px;
	margin-left:10px;
}
#tExp ul dl dd {
	display:table-cell;
	padding:10px;
}
#cTeaching .check {
	line-height:1.8em;
}
#teacher {
	width: 400px;
	margin: 5px 0 0 25px;
	padding: 5px 8px;
	border: 1px solid #ccc;
	color: #bbb;
}
#teacher input {
	width:12px;
	height:12px;
}
#teacher label {
	font-size:0.9em;
}
#teacher.on {
	border: 1px solid #551500;
	color:#551500;
}
#cOther ul li {
	margin-bottom:10px;
}
#oJlptN.dis {
	background:#e9e9e9;
	border:1px solid #bbb;
}



/* ------------------------------------
            Condition
------------------------------------ */
.location ul,
.location ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.location ul {
	margin-bottom:20px;
}
.location ul li {
	margin-bottom:10px;
}
.location .kanto {
	margin: 5px 0 0 25px;
	padding: 3px;
	border: 1px solid #ccc;
}
.location .kanto input {
	width:12px;
	height:12px;
}
.location .kanto label {
	font-size:0.9em;
}
.location p {
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 5px 0;
}
.visa .visaExp {
	margin-right:0;
}
.visa .visaText {
	margin-right:10px;
}
#situation .radio input[type="text"] {
	margin-right:10px;
}
#expiration {
	width:70px;
}
#station {
	margin-right: 10px;
}

/* ------------------------------------
            Question
------------------------------------ */
#question .form dl dt {
	width:420px;
	white-space:inherit;
	line-height:1.4em;
}
#question .form dl {
	height:55px;
}
#question .form dl dd {
	vertical-align:middle;
}
#question dl dd input[type="text"] {
	width:170px;
}
#question dl dd input[type="text"].num {
	width:90px;
	margin-right:5px;
}
.qTxt {
	display:none;
}
.qTxt.on {
	display:inline-block;
}
#question .sub {
	display:none;
	border-top:1px dashed #ccc;
}
#question .sub.on {
	display:table-row;
}
#question .form textarea {
	width:788px;
	padding:5px;
}

/* ------------------------------------
            ボタン
------------------------------------ */
.button a,
.button input,
.button button {
	padding:5px;
	width:120px;
	font-size:14px;
	margin:0 10px;
	transition:all 0.5s ease;
	display:inline-block;
	background:#ddd;
	text-align:center;
	border-radius:5px;
	border:#999 1px solid;
	text-decoration:none;
	cursor:pointer;
}
.button a:link,
.button button:link {
	background-color:#ddd;
	color:#401000;
}
.button a:visited,
.button button:visited {
	background-color:#ddd;
	color:#401000;
}
.button a:hover,
.button button:hover {
	background-color:#FC0;
}
.next {
	float:right;
}
.button button {
	width:132px;
}
.button input {
	cursor:pointer;
	color:#401000;
	width:132px;
	padding-top:6px;
}
.button input:link {
	background-color:#ddd;
	color:#401000;
}
.button input:visited {
	background-color:#ddd;
	color:#401000;
}
.button input:hover {
	background-color:#FC0;
}


/* ------------------------------------
            Confirm
------------------------------------ */
#basicConfWrap {
	line-height:1.5em;
}
#basicConfWrap fieldset dl {
	width:800px;
}
#basicConfWrap dt {
	width:180px;
}
#basicConfWrap fieldset dd {
	width:590px;
}
#basicConfWrap #questionConfirm dt {
	width: 500px;
	white-space:inherit;
}
#basicConfWrap #questionConfirm dd {
	vertical-align:middle;
}



/* ------------------------------------
            Profile
------------------------------------ */
.profile {
	position:relative;
}
.profile ol {
	position:fixed;
	margin:69px 0 0 835px;
	padding:0;
	list-style:none;
	font-size:0.9em;
	z-index:10;
}
.profile ol a {
	display:inline-block;
	width:100%;
	padding:5px 10px;
	color:#401000;
	text-decoration:none;
	background:rgba(252,227,125,0.8);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.profile ol a:hover {
	background:#fc0;
}
.profile .button {
	text-align:center;
}
@media screen and (max-width: 1060px) {
   /* 1000px以下の場合 */
.profile ol {
	margin:69px 0 0 718px;
}
}
@media screen and (max-width: 850px) {
   /* 1000px以下の場合 */
.profile ol {
	right:0;
}
}

/* ------------------------------------
            passchange
------------------------------------ */
#change {
	width:inherit;
	background:#eee;
}
#change .formError .formErrorContent {
	min-width:90px;
}
#change {
	display:block;
	background:#eee;
	border-radius:5px;
	width:400px;
	padding:20px 30px;
}
#change h3 {
	margin:0;
	text-align:center;
	font-size:2em;
}
#change h3+p {
	margin:5px;
	text-align:center;
	font-size:0.94em;
}
#change form {
	width:auto;
}
#change dl {
	display:block;
	border:none;
	position:relative;
	text-align:center;
}
#change dl dt {
	display:block;
	background:none;
	position:absolute;
	top:7px;
	left:98px;
	padding:0;
	font-size:0.8em;
	color:#999;
	pointer-events:none;
}
#change dl dd {
	display:block;
	margin:0;
	padding:0;
}
#change dl dd input {
	width:204px;
	margin:0;
	padding:8px;
	border:none;
	outline:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
#change button {
	background: #fc0;
	width: 220px;
	margin:0 90px;
	padding: 10px;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	border: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius: 5px;
}
#change button:hover {
	background:#ffd735;
}
#change #close {
	text-align:right;
}
#change #close a {
	display: inline-block;
	width:80px;
	height:80px;
	background:#ccc;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:80px;
	font-size:0.9em;
	font-weight:bold;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	border-radius:40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#change #close a:hover {
	background:#ddd;
}
#compChg #close {
	margin-top: 50px;
}
