@charset "utf-8";

/*-----------------------------------

account.css
ログイン、会員登録等レイアウト

-----------------------------------*/
/*
ログイン
-----------------------------------*/
#main.single {
    float: none;
    width: 830px;
    margin: 0 auto;
}
.box_form {
    width: 600px;
    margin: 0 auto 34px;
    padding: 8px;
    border-top: 3px solid #46aaff;
    background: #edf7ff;
}

#guest {
    border-top: 3px solid #ff6a00;
    background: #fff0e6;
}
#login .title,
#guest .title {
    padding: 5px 0 13px;
    font-size: 20px;
}

.box_form .inner {
    padding: 13px;
    border-radius: 3px;
    background: #fff;
}

.box_form dl {
    width: 392px;
    margin: 0 auto;
}

.box_form dt {
    font-weight: bold;
    font-size: 16px;
}
.box_form dd {
    margin: 0 0 21px;
}
#login .remember {
    width: 392px;
    margin: -13px auto 0;
}
#login .box_button a:before {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 5px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -860px -80px;
    content: " ";
}
#login .button_login:before,
#guest .button_regist:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46px;
    display: block;
    width: 1px;
    background: rgba(255,255,255,.4);
    content: " ";
}

#guest .button_regist {
    margin: 21px !important;
    height: 46px;
    border: none;
    border-bottom: 2px solid #c12f00;
    border-radius: 3px;
    background: #ff6a00;
    color: #fff;
    line-height: 46px;
}
#guest .button_regist:after {
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -760px -170px;
}

/*
水色パターン
-----------------------------------*/
#common_login {
    position: relative;
    margin: 0 0 55px;
    padding: 21px;
    border-top: 3px solid #46aaff;
    border-bottom: 1px solid #46aaff;
}
#common_login:before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -30px;
    border: 20px solid transparent;
    border-width: 30px 60px 0;
    border-top-color: #46aaff;
    content: " ";
}
#common_login .title { font-size: 20px; }

#common_login p { margin-top: 13px; }

#common_login a {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    padding-left: 21px;
    color: #266cc4; 
}
#common_login a:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
    content: " ";
}

#common_login a.normal_link {
    margin-top: 0;
    padding-left: 0;
}
#common_login a.normal_link:after {
    background: none;
}

/*
オレンジパターン
-----------------------------------*/
#common_login2 {
    position: relative;
    margin: 0 0 55px;
    padding: 21px;
    border-top: 3px solid #ff6a00;
    border-bottom: 1px solid #ff6a00;
}

#common_login2:before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    margin-left: -30px;
    border: 20px solid transparent;
    border-width: 30px 60px 0;
    border-top-color: #ff6a00;
    content: " ";
}

#common_login2 .title {
    margin-bottom: 13px;
    font-size: 20px;
}

/*
会員登録
-----------------------------------*/
#registration .form_img { margin-bottom: 34px; }
#registration .keyvisual { text-align: center; }

#registration .box_form {
    width: 600px;
    margin: 0 auto 34px;
    padding: 8px;
    border-top: 3px solid #46aaff;
    background: #edf7ff;
}
#registration .box_form.wide { width: 800px; }
#registration .box_form .inner {
    padding: 13px;
    border-radius: 3px;
    background: #fff;
}
#registration .box_form .title,
#point .box_form .title {
    padding: 5px 0 13px;
    font-size: 20px;
}
#registration .text {
    margin: 13px 0;
}
#registration .txt_center { text-align: center; }
#registration .form_img p{
    margin: 8px 0 8px 0;
    text-align: right;
}
#registration .form_img a, #registration .box_button #islink a {
    color: #0066cc;
}
#registration .form_img a:visited, #registration .box_button #islink a:visited {
    color: #0066cc;
}
#registration .form_img a:after, #registration .box_button #islink a:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -858px -77px;
    content: "  ";
}
#registration{
    text-align: left;
}
#registration.signup{
    margin-top: 30px;
}
#registration.edit, #registration.confirm { margin-top: 10px;}

/* ステップ */
#flow {
    margin-bottom: 21px;
    padding: 0;
    text-align: center;
}
#flow li {
    position: relative;
    display: inline-block;
    width: 20%;
    margin: 0 13px;
    padding: 8px 0;
    background: #ebebeb;
    color: #777;
}
#flow li:after {
    position: absolute;
    top: 13px;
    right: -23px;
    display: block;
    border: 5px solid transparent;
    border-left-color: #999;
    content: " ";
}
#flow li:last-child:after { display: none; }

#flow .current {
    background: #46aaff;
    color: #fff;
}


/* ボタン・見出し */
#registration .button,
#registration .button input,
.form + .box_button input,
#profile .box_button input,
#point .button { padding: 0; }
#registration .headline,
#registration  .button,
.form .button_s {
    border-color: #c12f00;
    background:#ff6a00;
    color: #ffffff;
}
#registration  .button:hover,
.form .button_s:hover {
    background:#ff8833;
}
#registration .button_back,
#profile .box_button .button_back,
#bank .box_button .button_back,
.box_button .button_back,
.button_back {
    background: #adadad;
    border-color: #858585;
}
#registration .button_back:hover,
#profile .box_button .button_back:hover,
#bank .box_button .button_back:hover,
.box_button .button_back:hover,
.button_back:hover { background: #bfbfbf; }

#registration .box_button .button_next,
#point .box_button .button_next {
  width: 300px;
}
#registration .box_button .button_next.button_auth { width: 340px; }

.form .button_s {
    min-width: 40px;
    padding: 1px 5px 0 !important;
}
.form .button_s:before { display: none; }

/* 下部留学生はこちらリンク */
#registration .box_button #islink { text-align: right; }

/* 利用規約 */
#registration #rule .box,
#point #rule .box {
    height: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    overflow: auto;
}
#registration pre,
#point pre {
    font: 13px/1.4 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

/* テーブル */
.form {
    width: 100%;
    margin: 0 auto 34px;
    border-top: 1px solid #d6d6d6;
}
.text + .form { margin-top: 34px; }

.form th,
.form td {
    padding: 7px 8px;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
    font-weight: bold;
}
.form th {
    width: 212px;
    background: #ebebeb;
}
.form .parent {
    width: 92px;
    vertical-align: top;
}
.form .child {
    width: 104px;
    font-size: 12px;
}
.form td label,
.form td p,
.form td a { font-weight: normal; }
.form .grid {
    float: left;
    box-sizing: border-box;
    width: 190px;
    margin-right: 21px;
    text-align: right;
}
.form .grid input {
    width: 140px;
    margin-left: 8px;
}
.form input + input,
.form span + span input { margin-top: 8px; }

.form p { margin: 0 0 8px; }
.form .exp {
    clear: both;
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 12px;
    color: #858585;
}
.form p:last-child,
.form .exp:last-child { margin-bottom: 0; }
.form input + p { padding-top: 8px; }

.nearest {
    margin: 13px 0;
    font-size: 15px;
}
.nearest strong {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 5px;
    background: #fff0e6;
}
.nearest a {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #266cc4; 
}
.nearest a:before {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 5px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -860px -80px;
    content: " ";
}

.input_station {
    float: left;
    width: 130px;
}
.input_station + img { float: left; }
.input_station input { width: 110px; }
.input_station .exp {
    padding-left: 2.1em;
    text-indent: -2.1em;
}
#station_list {
    float: left;
    width: 150px;
    margin-left: 8px;
}
#station_list td { padding: 13px 5px; }
#station_list td:first-child { width: 50px; }
#station_list .station a {
    color: #266cc4;
    font-weight: bold;
}

/* ドメイン指定 */
#registration .domain {
    padding: 13px;
    border: 2px solid #f00;
    border-radius: 3px;
    color: #f00;
}
#registration .domain .title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
}

/* 確認 */
.form th,
.form td {
    padding: 13px 8px;
}
.form.confirm td { font-weight: normal; }



/* 完了 */
#registration.finish p {
    text-align: center;
    line-height: 1.6;
}

#registration.finish p.to_baito {
    height: 34px;
    position: relative;
    top: -8px;
}
#registration.finish .finish {
    margin-top: 34px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
#registration.finish p a { color: #266cc4;  }
#registration.finish .box_form { border-top: none; }
#registration.finish .exp {
    width: 616px;
    margin: -21px auto 0;
    color: #858585;
    font-size: 10px;
    text-align: right;
}

#registration .link a {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    padding-left: 21px;
    color: #266cc4; 
}
#registration .link a:after {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -830px -80px;
    content: " ";
}

/*
会員情報編集
-----------------------------------*/
#profile { text-align: left; }
#profile .text { margin-bottom: 34px; }

#profile th p { font-size: 10px; }
#profile .form td { font-weight: normal; }
#profile .form + p { margin: -21px 0 34px; }

#profile .grid {
    width: 180px;
    font-weight: bold;
}
#profile .grid input { width: 134px; }
#profile .input_station { width: 120px; }
#profile .input_station input { width: 100px; }
#profile #station_list { width: 160px; }

#profile .setting_magazine label {
    width: 200px;
    margin-top: 8px;
}

#profile .setting_magazine label:nth-child(-n+3) { margin-top: 0; }
#profile label input {
    position: relative;
    top: 3px;
}

.setting_magazine ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.setting_magazine li {
    display: inline-block;
    margin-bottom: 8px;
}
.setting_magazine li:nth-child(3) { margin-bottom: 0; }

/*
家庭教師アルバイト情報
-----------------------------------*/
#profile.tutor ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#profile.tutor li {
    display: inline-block;
    min-width: 63px;
    margin: 6px 0;
}

#profile.tutor input[type="text"] {
    margin:0 8px 0 0;
    vertical-align: middle;
}
#profile.tutor .term:first-child { margin-bottom: 13px; }
#profile.tutor .term select,
#profile.tutor .term input { margin-left: 8px; }

#profile.tutor .form label {
    min-width: 48px;
}

#profile.tutor label + div { margin-top: 13px; }

#profile.tutor input {
    position: relative;
    top: 3px;
}

/*
会員登録誘導
-----------------------------------*/
 #registration .box_button.explanation .button {
    width: 500px;
    height: auto;
    padding: 21px 0 20px;
    line-height: 1.6;
}
#registration .box_button.explanation span { font-size: 12px; }

#registration .guest a {
    display: inline-block;
    margin-bottom: 8px;
    color: #266cc4;
    font-size: 16px;
    text-decoration: underline;
}

/*
口座情報設定
-----------------------------------*/
#bank .text { margin: 31px 0; }
#bank { text-align: left; }

#bank .list_initial {
    margin: 0;
    padding: 0;
    list-style: none;
}
#bank .list_initial li {
    float: left;
    width: 34px;
    height: 36px;
    margin: 0 8px 8px 0;
}
#bank .list_initial li:nth-child(n+41) { margin-bottom: 0; }
#bank .list_initial .button_initial {
    display: block;
    width: 34px;
    height: 34px;
    border-width: 0 0 2px;
    border-bottom: 2px solid #adadad;
    border-radius: 3px;
    background: #d6d6d6;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
}
#bank .list_initial .button_initial:hover { background: #ebebeb; }
#bank select { width: 100%; }

#bank .txt_center { text-align: center; }

#bank .button input { padding: 0; }

#bank .box_button .button_back {
    float: left;
    margin-left: 40px;
}

#bank .box_button form.edit_common_member {
    display: inline-block;
}

/*
東大家庭教師友の会の案件への応募
-----------------------------------*/
#registration ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#registration .form ul li { padding: 3px 0; }
#registration .week { margin-bottom: 8px; }
#registration .week label { min-width: 50px; }
#registration label input{
    position: relative;
    top: 3px;
}

.txt-center { text-align: center; }

#point .about {
  text-align: right;
  margin-bottom: 3px;
}
#point .about a {
  color: #276ec4;
}
#point .image {
  text-align: center;
  margin-bottom: 20px;
}
#point .image img {
  max-width: 655px;
}
#point .image.campaign {
  margin-top: 20px;
}
#point .point-email-notice {
  color: blue;
  padding: 10px 30px 0px 30px;
}
#point .em-message {
  margin-top: 34px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}
#point .det-message {
  text-align: center;
  line-height: 1.6;
}
