﻿@charset "UTF-8";

/*企業ロゴ枠線*/
.ImgCompanyLogo {
  border-width: 4px;
  border-style: solid;
  border-color: #FFFFFF;
  max-width: 122px;
  margin-bottom: 1px;
}

.NewTableTag {
  border: 2px;
  margin-bottom: 0px;
}

/*タイトル上部分*/
.line_g{
  text-align: right;
  margin-bottom: 10px;
}

#LblKigyoName{
  font-size: 16px;
  font-weight: bold;
}

#LblGreetingMessage,
#LblUserName{
  font-size: 18px;
  font-weight: bold;
}

#Lbl td,
.notice_access,
.notice_browser{
  background-color: #666666;
  color: #fff;
  text-align: left;
  padding: 0 10px 5px;
}

.notice_access::before,
.notice_browser::before{
  content: "!";
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #004F94;
  border: solid 1px #000;
  border-radius: 50%;
  vertical-align: text-top;
  background-color: #fff;
}

.MasterContentTable .notice_access{
  padding-bottom: 0;
}

/*タイトル部分*/
.LoginTitle{
  margin-top: 5px !important;
  margin-bottom: 30px;
  background-color: #004F94;
  color: #fff;
  padding: 10px 15px;
}

#ContentPlaceHolder1_LblTitle,
.LblTitle {
    font-weight: normal;
}

/*ログインID、パスワード*/
.InputIDPASSTable > tbody > tr > td {
    text-align: left;
}

.InputIDPASSTable > tbody > tr > td > input{
  background-color: #efefef;
  border: solid 1px #666;
}


/*ログインボタン*/
.NewLoginBtn {
  background-image: url(../Images/new/01/blue/login.png);
  background-repeat: no-repeat;
  background-position: top 49% left 15%;
}

/*矢印画像*/
div.TextArrow {
  height: 17px;
  width: 18px;
  background-image: url('../Images/new/01/blue/arrowBtn.png');
  background-repeat: no-repeat;
}

div.container-fluid div.row div.ChildBody.HiraginoFont.col-12 div table{
  margin-right: auto;
}

/*左メニュー*/
a.MyPageBtn,
a.ProfileCheckBtn,
a.PasswordChangeBtn,
.CorporateLinkBtn,
a.LinkBtn,
.EntrySheetCheckBtn,
.PhotoCheckBtn,
a.InquiryBtn,
.FileCheckBtn,
.QuestionnaireCheckBtn {
    vertical-align: middle;
    height: 40px;
    width: 180px;
    text-decoration: none !important;
    color: #333333;
    position: relative;
    background-color: #d7e2f1;
}

a.MyPageBtn::before,
a.ProfileCheckBtn::before,
a.PasswordChangeBtn::before,
.CorporateLinkBtn::before,
a.LinkBtn::before,
.EntrySheetCheckBtn::before,
.PhotoCheckBtn::before,
a.InquiryBtn::before,
.FileCheckBtn::before,
.QuestionnaireCheckBtn::before{
  content: "";
  height:20px;
  width: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

a.MyPageBtn:hover,
a.ProfileCheckBtn:hover,
a.PasswordChangeBtn:hover,
.CorporateLinkBtn:hover,
a.LinkBtn:hover,
.EntrySheetCheckBtn:hover,
.PhotoCheckBtn:hover,
a.InquiryBtn:hover,
.FileCheckBtn:hover,
.QuestionnaireCheckBtn:hover {
  background-color: #004f94b8;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
}

a.MyPageBtn.current,
a.ProfileCheckBtn.current,
a.PasswordChangeBtn.current,
.CorporateLinkBtn.current,
a.LinkBtn.current,
.EntrySheetCheckBtn.current,
.PhotoCheckBtn.current,
a.InquiryBtn.current,
.FileCheckBtn.current,
.QuestionnaireCheckBtn.current {
  background-color: #004F94;
  color: #fff;
  border: none;
}

a.MyPageBtn::before,
.navbar-nav li a.fa-home::before{
  background-image: url(../Images/new/01/blue/menu_01.png);
}

a.MyPageBtn:hover::before,
a.MyPageBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_01_on.png);
}

a.ProfileCheckBtn::before,
.navbar-nav li a.fa-user::before{
  background-image: url(../Images/new/01/blue/menu_02.png);
}

a.ProfileCheckBtn:hover::before,
a.ProfileCheckBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_02_on.png);
}

a.PasswordChangeBtn::before,
.navbar-nav li a.fa-lock::before{
  background-image: url(../Images/new/01/blue/menu_03.png);
}

a.PasswordChangeBtn:hover::before,
a.PasswordChangeBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_03_on.png);
}

.CorporateLinkBtn::before,
.navbar-nav li a.fa-globe::before{
  background-image: url(../Images/new/01/blue/menu_04.png);
}

.CorporateLinkBtn:hover::before,
.CorporateLinkBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_04_on.png);
}

a.LinkBtn::before,
.navbar-nav li a.fa-greater-than::before{
  background-image: url(../Images/new/01/blue/menu_05.png);
}

a.LinkBtn:hover::before,
a.LinkBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_05_on.png);
}

a.InquiryBtn::before,
.navbar-nav li a.fa-envelope::before{
  background-image: url(../Images/new/01/blue/menu_06.png);
}

a.InquiryBtn:hover::before,
a.InquiryBtn.current::before{
  background-image: url(../Images/new/01/blue/menu_06_on.png);
}

.navbar-nav li a.fa-sign-out-alt::before{
  background-image: url(../Images/new/01/blue/menu_07.png);
}

.EntrySheetCheckBtn::before,
.navbar-nav li a.fa-file::before {
    background-image: url(../Images/new/01/blue/menu_11.png);
}

.EntrySheetCheckBtn:hover::before,
.EntrySheetCheckBtn.current::before {
    background-image: url(../Images/new/01/blue/menu_11_on.png);
}

.QuestionnaireCheckBtn::before,
.navbar-nav li a.fa-file::before {
    background-image: url(../Images/new/01/blue/menu_10.png);
}

.QuestionnaireCheckBtn:hover::before,
.EntrySheetCheckBtn.current::before {
    background-image: url(../Images/new/01/blue/menu_10_on.png);
}

.FileCheckBtn::before,
.navbar-nav li a.fa-file::before {
    background-image: url(../Images/new/01/blue/menu_12.png);
}

.FileCheckBtn:hover::before,
.EntrySheetCheckBtn.current::before {
    background-image: url(../Images/new/01/blue/menu_12_on.png);
}

.PhotoCheckBtn::before,
.navbar-nav li a.fa-camera::before {
    background-image: url(../Images/new/01/blue/menu_08.png);
}

.PhotoCheckBtn:hover::before,
.PhotoCheckBtn.current::before {
    background-image: url(../Images/new/01/blue/menu_08_on.png);
}

/*ログアウトボタン*/
input.LogoutBtn {
  vertical-align: middle;
  height: 40px;
  width: 180px;
  text-decoration: none !important;
  color: #fff;
  position: relative;
  border: solid 1px #888888;
  background-image: url(../Images/new/01/blue/menu_07.png);
  background-repeat: no-repeat;
  background-position: top 45% left 6%;
  text-align: left;
  padding-left: 32px;
  background-color: #888888;
}

input.LogoutBtn:hover {
  background-color: #5e5e5e;
}

/*タイトル*/
.title_mypage{
  color: #004F94;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

/*ログイン*/
#ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > th{
  text-align: right;
}

#ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > th > label{
  color: #fff;
  background-color: #333333;
  border-radius: 10px 0 0 10px;
  padding: 3px 15px;
  font-weight: normal;
}

_:-ms-lang(x)::-ms-backdrop, #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr:first-child > th > label{
  padding-top: 2px;
  padding-bottom: 1px;
}

_:-ms-lang(x)::-ms-backdrop, #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr:last-child > th > label{
  padding-top: 2px;
  padding-bottom: 2px;
}

#ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > td{
  text-align: left;
}

#ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > td > input{
  padding: 2px 10px;
  border-radius: 0 10px 10px 0;
}

#ContentPlaceHolder1_LoginForm_LoginButton{
  background-color: #004F94;
}

#ContentPlaceHolder1_LoginForm_UserNameRequired, #ContentPlaceHolder1_LoginForm_PasswordRequired {
    white-space: nowrap;
}

.LoginErrorMessageTable > tbody > tr > td {
    color: Red;
    text-align: left;
    vertical-align: middle;
}

@media only screen and (max-width:991px){
  #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > th,
  #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > td{
    text-align: left;
  }

  #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > th > label,
  #ContentPlaceHolder1_LoginForm > tbody > tr > td > div > table > tbody > tr > td > input{
    width: 100%;
    border-radius: 10px;
  }
}

/*アクションメニュー*/
/*メッセージビュー*/
/*イベントビュー*/
.ActionMenu,
.MessageView,
.EventView{
  box-sizing: border-box;
  font-size: 12px;
}

.ActionMenu,
.EventView{
  margin: 0 0 20px 0;
}

.MessageView{
  margin: 0 0 20px 0;
}

.ActionMenu table,
.MessageView table,
.EventView table{
  width: 100%;
}

.ActionMenu table div .txt_bold,
.MessageView table div .txt_bold,
.EventView table div .txt_bold{
  border-top: solid 3px #004F94;
  padding: 5px 35px;
  color: #004F94;
  position: relative;
}

.ActionMenu table div .txt_bold::before,
.MessageView table div .txt_bold::before,
.EventView table div .txt_bold::before{
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ActionMenu table div .txt_bold::before{
  background-image: url(../Images/new/01/blue/Action.png);
}

.MessageView table div .txt_bold::before{
  background-image: url(../Images/new/01/blue/Message.png);
}

.EventView table div .txt_bold::before{
  background-image: url(../Images/new/01/blue/Event.png);
}

/*イベントビュー*/
.EventView .GridTable td{
  vertical-align: top;
}

/*メッセージビュー*/
#messageDiv .MessageViewRowTopTen td,
.MessageViewRow td {
    line-height: 1.6;
    border-bottom: solid 1px #4b4847;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

#messageDiv .MessageViewRowTopTen:first-child td,
.MessageViewRow:first-child td {
    padding-top: 0;
}

#messageDiv .MessageViewRowTopTen td::before,
.MessageViewRow td::before {
    content: "NEW";
    background-color: #004F94;
    color: #fff;
    padding: 3px 20px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}

#messageDiv .MessageViewRowTopTen.read td::before,
.MessageViewRow.read td::before {
    background-color: transparent;
    color: transparent;
}

#messageDiv .MessageViewRowTopTen td a,
.MessageViewRow td a {
    padding-left: 35px;
}

#messageDiv .MessageViewRowTopTen td a::before,
.MessageViewRow td a::before {
    content: "";
    height: 17px;
    width: 18px;
    background-image: url(../Images/new/01/blue/arrowBtn.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(1200px / 55);
    left: calc(1200px / 14);
}

#messageDiv .MessageViewRowTopTen:first-child td a::before,
.MessageViewRow:first-child td a::before {
    top: calc(1200px / 260);
}

 #messageDiv .MessageViewRowTopTen td a .message,
 .MessageViewRow td a .message {
  margin-left: 25%;
  position: relative;
  display: block;
}

@media only screen and (max-width:991px){
    #messageDiv .MessageViewRowTopTen td::before,
    .MessageViewRow td::before {
        padding: 3px 10px;
        vertical-align: top;
        margin-right: 0;
    }

    #messageDiv .MessageViewRowTopTen td a,
    .MessageViewRow td a {
        padding-left: 10%;
        display: inline-block;
        width: 80%;
    }

    #messageDiv .MessageViewRowTopTen td a::before,
    .MessageViewRow td a::before {
        left: calc(375px / 6.5);
        top: calc(375px / 35);
    }

    #messageDiv .MessageViewRowTopTen:first-child td a::before,
    .MessageViewRow:first-child td a::before {
        top: calc(375px / 300);
    }

    #messageDiv .MessageViewRowTopTen td a .message,
    .MessageViewRow td a .message {
        margin-left: 0;
    }

  #Lbl td, .notice_access, .notice_browser{
    text-indent: 5px;
  }

  .notice_access::before,
  .notice_browser::before{
    text-indent: 0;
    vertical-align: top;
  }

  #LblMessage{
    text-indent: 1px;
    padding-left: 5px;
    display: inline-block;
    line-height: 1.2;
    width: 90%;
    box-sizing: border-box;
  }
}

/*罫線*/
.MenuRuledLine {
  background-color: #000;
  margin-top: 0;
}

/*ニューアイコン*/
div.NewImageIcon {
  height: 14px;
  width: 29px;
  background-image: url('../Images/new/01/blue/newBtn.png');
  background-repeat: no-repeat;
}

/*イベント予約テーブル*/
.ReservationTable tr td p{
  background-color: #f1f2f2;
}

.ReservationTable tr td:first-child p{
  background-color: #004F94;
}

/*四角赤*/
.square::before{
  color: #004F94;
}

.box{
  background-color: #004F94;
}

/*イベント詳細項目*/
.registration th::after{
  content: "\5FC5\9808";
  background-color: #004F94;
  color: #fff;
  padding: 1px 20px;
  font-size: 12px;
  display: block;
  width: 30%;
  margin-top: 5px;
}

/*戻る、予約、同意して次へ、印刷ボタン*/
.MainControl input:first-child{
  background-color: #848585;
  background-image: url(../Images/new/01/blue/arrowBtn_back.png);
}

.MainControl input:last-child{
  background-color: #004F94;
  background-image: url(../Images/new/01/blue/arrowBtn_on.png);
}

.agree_btn{
  width: 35%;
}

.agree_btn input{
  width: 50%;
}

.agree_btn input:first-child{
  background-position: top 50% left 35%;
}

.agree_btn input:last-child{
  padding-left: 25px;
  background-position: top 50% left 15%;
}

.btn3{
  width: 60%;
}

.btn3 input{
  width: 33.333%;
  background-position: top 50% left 5%;
}

.btn3 input:first-child,
.btn3 input:nth-child(2){
  margin-right: 5px;
}

/*背景色白色*/
.BackgroundWhite {
  background-color: #FFFFFF;
}

/*休暇中の連絡先*/
.holiday_contacts tr{
  background-color: #f7baca;
}

.holiday_contacts tr td{
  border-right: solid 1px #f7baca !important;
}

/*予約ボタン*/
input.ReserveSBtn {
  border: 0px;
  height: 25px;
  width: 90px;
  background-color: #004F94;
  background-image: url(../Images/new/01/blue/arrowBtn_on.png);
  background-repeat: no-repeat;
  background-position: top 45% left 22%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  padding-left: 23px;
  margin-left: 10px;
}

input.ActionMenuBtn {
  background-position: top 45% left 10%;
}

input.ReserveSBtn:hover {
  opacity: 0.8;
}

/*提出ボタン*/
input.ReportBtn {
  border: 0px;
  background-image: url('../Images/new/01/blue/reportBtn.gif');
  height: 21px;
  width: 44px;
}

input.ReportBtn:hover {
  background-image: url('../Images/new/01/blue/reportBtn.gif');
}

/*受験ボタン*/
input.ExamBtn {
  border: 0px;
  background-image: url('../Images/new/01/blue/examBtn.gif');
  height: 21px;
  width: 44px;
}

/*企業ロゴ表示位置調整用divタグ高さ*/
.SpaceDivHeight {
  height: 0;
}

/*マイページのトップ画像と情報欄の空き*/
.MyPageMarginBottom {
  margin-bottom: 10px !important;
}

/*メニューボタン隙間調整*/
.MainMenuBtnMargin {
  border-collapse: separate !important;
  border-spacing: 0px 1px;
}

/*スマホメニュー*/
nav p.nav_text{
  color: #000;
}

.nav-item-style{
  background-color: #d7e2f1;
}

.navbar-nav li a.fa-home::before,
.navbar-nav li a.fa-user::before,
.navbar-nav li a.fa-lock::before,
.navbar-nav li a.fa-globe::before,
.navbar-nav li a.fa-greater-than::before,
.navbar-nav li a.fa-envelope::before,
.navbar-nav li a.fa-sign-out-alt::before{
    height: 20px;
    width: 20px;
}

/*ログアウトボタン*/
.nav-item-style-logout {
    background-color: #888888;
}

.navbar-nav li a.fa-sign-out-alt {
    color: #fff !important;
}
