﻿@charset "UTF-8";

/* ---------------------
  - base
  - utility
  - typography
  - header
  - footer
  - panel
  - link
  - btn
  - mainTitle
  - form
  - hero
  - login
  - chat
  - tab
  - step
  - legend
  - breadcrumb
  - description
  - notice
  - card
  - table
    - table
    - tableWidth
    - timeTable
    - schedule
    - event
    - filter
    - scroll
  - page
    - register_1on1
    - entry
--------------------- */
/* =====================
  Base
===================== */
html {
  height: 100%;
  color: #111111;
  word-wrap: break-word;
  font-size: 62.5%;
  font-family: Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
  line-height: 1.6;
}

body {
  height: 100%;
  font-size: 1.4em;

  -webkit-print-color-adjust: exact;
}

img {
  vertical-align: bottom;
}

p {
  margin: 2em 0 0 0;
}

button,
input,
select,
textarea {
  font-family: Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
}

/* =====================
  Utility
===================== */
.wrap {
  position: relative;
  overflow: hidden;
  min-width: 1100px;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
  background: #edf1f5;
}

.main {
  padding-bottom: 104px;
  background: #edf1f5;
}

.inner {
  margin: 0 auto;
  width: 1060px;
}

.inner_pc_entry_sheet_edit {
  margin: 0 auto;
  width: 1300px;
}

.inner_parking {
  margin: 0 auto;
  width: 1300px;
}

.inner_open_slot_list {
  margin: 0 auto;
  width: 1500px;
}

.table-responsive {
  overflow-x: auto;
  margin: 20px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  padding-left: 1em;
  text-indent: -1em;
}

.fontBold {
  font-weight: bold !important;
}

.textDanger {
  color: #d42c36;
  font-size: 13px;
}

.avatar {
  max-width: 100px;
  text-align: center;
}

.avatar__img {
  max-width: 100%;
  vertical-align: bottom;
}

.avatar__name {
  margin-top: -3px;
  font-size: 14px;
  line-height: 1;
}

.underline {
  text-decoration: underline;
}

.caution {
  font-size: 13px;
}

.lead {
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
}

.lead--large {
  font-size: 18px;
}

/*  text-align
------------------------*/
.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

/*  vertical-align
------------------------*/
.vAlign--top {
  vertical-align: top;
}

.vAlign--middle {
  vertical-align: middle;
}

.vAlign--bottom {
  vertical-align: bottom;
}

/*  row
------------------------*/
.row {
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row__col {
  float: left;
}

.row__col--right {
  float: right;
}

/*  content
------------------------*/
.content {
  background: #ffffff;
}

.content__inner {
  margin: 0 auto;
  padding: 40px 0;
  width: 840px;
}

.content__footText {
  margin-top: 60px;
}

/*  margin
------------------------*/
.marginLarge {
  margin-top: 80px !important;
}

.marginMiddle {
  margin-top: 40px !important;
}

.marginSmall {
  margin-top: 20px !important;
}

.marginTiny {
  margin-top: 10px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/*  padding
------------------------*/
.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/*  display
------------------------*/
.display--inlineBlock {
  display: inline-block;
}

.ie7 .display--inlineBlock {
  display: inline;
}

.display--inlineBlock--width--200 {
  width: 200px;
  max-width: 200px;
  display: inline-block;
}

.ie7 .display--inlineBlock--width--200 {
  width: 200px;
  max-width: 200px;
  display: inline;
}

.info__body_parking {
  float: left;
  padding: 16px 20px;
  width: 1005px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.display--inlineBlock--width--300 {
  width: 300px;
  max-width: 300px;
  display: inline-block;
}

.ie7 .display--inlineBlock--width--300 {
  width: 300px;
  max-width: 300px;
  display: inline;
}

/* =====================
  Typography
===================== */
.titleType1 {
  margin-bottom: 9px;
  font-weight: normal;
  font-size: 18px;
}

.titleType2 {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.titleType2--small {
  font-size: 14px;
}

.titleType3 {
  margin: 0;
  padding: 7px 20px;
  background: #000066;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.titleType4 {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.titleType5 {
  margin-bottom: 20px;
  padding: 16px 20px;
  background: #f2f2f2;
  font-weight: normal;
  font-size: 16px;
}

.titleType6 {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

/* =====================
  Header
===================== */
#header {
  height: 61px;
  background: #ffffff;

  *zoom: 1;
}

#header:before,
#header:after {
  display: table;
  content: " ";
}

#header:after {
  clear: both;
}

#header .header__left {
  float: left;
}

#header .header__right {
  float: right;

  *zoom: 1;
}

#header .header__right:before,
#header .header__right:after {
  display: table;
  content: " ";
}

#header .header__right:after {
  clear: both;
}

#header .header__logo {
  margin-top: 20px;
}

#header .header__logo a {
  color: transparent;
}

#header .header__link {
  float: left;
  margin-top: 20px !important;
}

#header .header__link .link__item {
  line-height: 1;
}

#header .header__text {
  float: left;
  margin: 20px !important;
}

#header .header__btn {
  float: left;
  margin-top: 19px;
  margin-left: 40px;
  padding: 0 18px;
  height: 23px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  text-decoration: none;
}

#header .header__btn:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

#header .header__language {
  float: left;
  margin-top: 25px;
  margin-left: 40px;
  line-height: 1;

  *zoom: 1;
}

#header .header__language:before,
#header .header__language:after {
  display: table;
  content: " ";
}

#header .header__language:after {
  clear: both;
}

#header .header__language .is-active {
  font-weight: bold;
}

#header .header__language a {
  text-decoration: underline;
}

#header .header__language a:hover {
  text-decoration: none;
}

#header .header__languageJp {
  float: left;
  color: #111111;
  text-decoration: none;
}

#header .header__languageEn {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  color: #111111;
  text-decoration: none;
}

/* =====================
  Footer
===================== */
#footer {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  width: auto !important;
  width: 100%;
  height: 24px;
  background: #333333;
}

#footer .footer__copyright {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

@media print {
  #footer {
    position: static;
  }
}

/* =====================
  Panel
===================== */
.panel__item,
.panel__item--primary,
.panel__item--link {
  float: left;
  margin: 10px;
  border-radius: 2px;
}

.panel__item,
.panel__item--primary {
  padding: 25px 30px;
  width: 280px;
}

.panel__item--primary,
.panel__item--link {
  background: #000066;
}

.panel__contact,
.panel--registration span,
.panel--mypage span,
.panel--programs span,
.panel--input span {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.panel {
  margin: -10px;

  *zoom: 1;
}

.panel:before,
.panel:after {
  display: table;
  content: " ";
}

.panel:after {
  clear: both;
}

.panel__item {
  border-top: 3px solid #000066;
  background: #ffffff;
}

.panel__item--primary {
  color: #ffffff;
}

.panel__item--link {
  width: 340px;
}

.panel__title {
  margin: 0 0 11px 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 18px;
}

.panel__link {
  display: block;
  padding: 43px 64px 43px 82px;
  background-image: url("../images/arrow_white.png");
  background-position: 280px center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: none;
  text-indent: -52px;
  font-weight: bold;
  font-size: 18px;
}

.panel__link:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.panel__content {
  margin-left: 8px;
}

.panel__contact {
  padding-left: 14px;
  width: 37px;
  height: 37px;
  background-image: url("../images/icon_contact.png");
}

.panel--registration {
  padding-left: 2em;
  text-indent: -2em;
}

.panel--registration span {
  padding-left: 12px;
  width: 24px;
  height: 26px;
  background-image: url("../images/icon_registration.png");
}

.panel--mypage {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.panel--mypage span {
  padding-left: 14px;
  width: 14px;
  height: 22px;
  background-image: url("../images/icon_mypage.png");
}

.panel--programs {
  padding-left: 2em;
  text-indent: -2em;
}

.panel--programs span {
  padding-left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_programs.png");
}

.panel--input {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.panel--input span {
  padding-left: 16px;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon_input.png");
}

/* =====================
  Link
===================== */
.link,
.link--white {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.link li,
.link--white li {
  padding-left: 1em;
  text-indent: -1em;
}

.link--white .link__item {
  background-image: url("../images/arrow_white.png");
  color: #ffffff;
}

.link .link__item {
  background-image: url("../images/arrrow.png");
  color: #000066;
}

.link__item {
  padding-left: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 2.1;
}

.ie7 .link__item {
  background-position: left 3px;
}

.link__item:hover {
  text-decoration: none;
}

.link__danger {
  margin-left: 10px;
}

/* =====================
  Button
===================== */
.btn__item,
.btn__item--pdf,
.btn__item--link,
.btn__item--back,
.btn__item--request,
.btn__item--add,
.btn__item--info,
.btn__item--infosmall {
  display: block;
  border-radius: 2px;
  background: #ffffff;
  background-position: 220px center;
  background-repeat: no-repeat;
  color: #333333;
  text-decoration: none;
}

.btn__item:hover,
.btn__item--pdf:hover,
.btn__item--link:hover,
.btn__item--back:hover,
.btn__item--request:hover,
.btn__item--add:hover,
.btn__item--info:hover,
.btn__item--infosmall:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.btn__item,
.btn__item--pdf,
.btn__item--link {
  float: left;
  margin: 10px;
  padding: 12px 30px 12px 21px;
  width: 197px;
}

.btn__item--back,
.btn__item--request,
.btn__item--add,
.btn__item--info,
.btn__item--infosmall {
  margin: 0 auto;
  text-align: center;
}

.btn__item,
.btn__item--pdf,
.btn__item--link,
.btn__item--back {
  border: 1px solid #cccccc;
}

.btn--left {
  margin: -10px;

  *zoom: 1;
}

.btn--left:before,
.btn--left:after {
  display: table;
  content: " ";
}

.btn--left:after {
  clear: both;
}

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

.btn__item--pdf {
  background-image: url("../images/icon_pdf.png");
  background-position: 213px center;
}

.btn__item--link {
  background-image: url("../images/arrrow.png");
  background-position: 220px center;
}

.btn__item--back {
  display: inline-block;
  padding: 10px 60px;
  min-width: 78px;
  background-image: url("../images/arrow_back.png");
  background-position: 20px center;
  font-size: 16px;
}

.btn__item--request {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 35px;
  min-width: 200px;
  height: 48px;
  border: none;
  background-color: #d42c36;
  color: #ffffff;
  vertical-align: top;
  font-size: 16px;
}

.btn__item--add {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 20px;
  min-width: 200px;
  height: 48px;
  border: none;
  background-color: #000066;
  color: #ffffff;
  font-size: 16px;
}

.btn__item--info {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 20px;
  min-width: 250px;
  height: 48px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.btn__item--infosmall {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 3px;
  min-width: 100px;
  height: 28px;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.ie7 .btn__item--request,
.ie7 .btn__item--add,
.ie7 .btn__item--info,
.ie7 .btn__item--infosmall {
  height: auto;
}

.btn__col {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

button.btn__item--entry {
  min-width: 280px;
}

a.btn__item--entry {
  min-width: 158px;
}

.ie7 a.btn__item--request {
  min-width: 128px;
  height: 22px;
}

.arrow--white {
  position: absolute;
  top: 19px;
  right: 23px;
  width: 8px;
  height: 11px;
  background-image: url("../images/arrow_white.png");
  background-repeat: no-repeat;
}

.addIcn {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background-image: url("../images/icon_add.png");
  background-repeat: no-repeat;
}

.search {
  padding: 8px 19px 8px 41px;
  border: none;
  border-radius: 2px;
  background-color: #000066;
  background-image: url("../images/icon_search.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.upload,
.upload--link,
.add {
  height: 32px;
  border: none;
  border-radius: 16px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}

.upload:hover,
.upload--link:hover,
.add:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.upload,
.upload--link {
  display: inline-block;
  padding: 9px 18px 9px 40px;
  background-color: #d42c36;
  #background-image: url("../images/icon_upload.png");
}

.upload--link {
  height: 14px;
}

.download,
.download--link,
.add {
  height: 32px;
  border: none;
  border-radius: 16px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}

.download:hover,
.download--link:hover,
.add:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.download,
.download--link {
  display: inline-block;
  padding: 9px 18px 20px 40px;
  background-color: #207db4;
  background-image: url("../images/icon_download.png");
}

.download--link {
  height: 14px;
}

.add {
  padding: 9px 18px 9px 18px;
  background-color: #5fa8d4;
}

.add__icn {
  vertical-align: top;
}

.request,
.request--disabled {
  display: inline-block;
  padding: 0 5px;
  min-height: 34px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
  line-height: 34px;
}

.request {
  border: 1px solid #000066;
  background: none;
  color: #000066;
}

.request:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.request--disabled {
  border: 1px solid #cccccc;
  background: #f1f1f1;
  color: #999999 !important;
}

.request--widthType1 {
  width: 174px;
}

.request--widthType2 {
  width: 142px;
}

.request--widthType3 {
  width: 100px;
}

.bulk {
  display: inline-block;
  padding: 0 40px;
  height: 36px;
  border: none;
  border-radius: 17.5px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}

.bulk:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.submit {
  display: inline-block;
  padding: 0 20px;
  min-width: 200px;
  height: 48px;
  border: none;
  border-radius: 2px;
  background: #000066;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
}

.submit:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.cancel {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 14px;
}

.cancel:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

/* =====================
  MainTitle
===================== */
.mainTitle {
  padding: 24px 0;
  min-width: 1060px;
  background: #1271a7;
  background: linear-gradient(135deg, #1271a7 0%, #1271a7 64%, #1b5d98 70%, #244988 100%);

  *zoom: 1;
}

.mainTitle:before,
.mainTitle:after {
  display: table;
  content: " ";
}

.mainTitle:after {
  clear: both;
}

.mainTitle__left {
  float: left;
  width: 600px;
}

.mainTitle__left_k2 {
  float: left;
  width: 400px;
}

.mainTitle__right {
  float: right;
  width: 400px;
  *zoom: 1;
}

.mainTitle__right_k2 {
  float: right;
  width: 600px;
  *zoom: 1;
}

.mainTitle__right:before,
.mainTitle__right:after {
  display: table;
  content: " ";
}

.mainTitle__right:after {
  clear: both;
}

.mainTitle__heading {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3;
}

.mainTitle__heading--marginType1 {
  margin-top: 16px;
}

.mainTitle__heading--marginType2 {
  margin-top: 30px;
}

.mainTitle__companyName {
  margin-top: 0;
  color: #ffffff;
  font-size: 18px;
}

.mainTitle__place {
  margin-bottom: 12px;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
}

.mainTitle__place_left {
  margin-bottom: 12px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  width: 600px;
}

.mainTitle__btn {
  position: relative;
  display: block;
  float: right;
  margin-top: 2px;
  padding: 0 43px 0 15px;
  min-width: 50px;
  width: auto !important;
  width: 50px;
  height: 34px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  line-height: 34px;
}

.mainTitle__btn:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.mainTitle__arrow {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 8px;
  height: 11px;
  background-image: url("../images/arrrow.png");
}

/* =====================
  Form
===================== */
/*  radio
------------------------*/
.radio {
  margin: -5px 0;
}

.radio__item {
  display: block;
  margin: 5px 0;
}

.radio__button {
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.ie7 .radio__button,
.ie8 .radio__button {
  position: static;
  width: inherit;
  height: inherit;
}

.radio__button+label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.radio__button+label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  content: "";
}

.radio__button:checked+label::after {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000066;
  content: "";
}

.radio__button:focus+label {
  outline: #000066 dotted 1px;
  outline: #000066 dotted 1px\9;
}

@supports (-ms-ime-align: auto) {
  .radio__button:focus+label {
    outline: #000066 dotted 1px;
  }
}

.ie8 .radio__button,
.ie7 .radio__button {
  display: inline;
}

.ie8 .radio__button+label,
.ie7 .radio__button+label {
  padding-left: 0;
}

/*  checkbox
------------------------*/
.checkbox {
  margin: -5px 0;
}

.checkbox__item {
  display: block;
  margin: 5px 0;
}

.checkbox__button {
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.ie7 .checkbox__button,
.ie8 .checkbox__button {
  position: static;
  width: inherit;
  height: inherit;
}

.checkbox__button+label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.ie7 .checkbox__button+label,
.ie8 .checkbox__button+label {
  padding-left: 3px;
}

.checkbox__button+label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  content: "";
}

.checkbox__button:checked+label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #ffffff;
  content: "";
}

.checkbox__button:checked+label::after {
  position: absolute;
  top: 4px;
  left: 7px;
  display: inline-block;
  width: 4px;
  height: 8px;
  border: 2px solid #000066;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox__button:focus+label {
  outline: #000066 dotted 1px;
  outline: #000066 dotted 1px\9;
}

@supports (-ms-ime-align: auto) {
  .checkbox__button:focus+label {
    outline: #000066 dotted 1px;
  }
}

/*  label
------------------------*/
.label {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.textarea,
.input {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  line-height: 1.6;
}

/*  textarea
------------------------*/
.textarea {
  margin-top: 5px;
  padding: 16px 20px;
  width: 698px;
  height: 98px;
  resize: none;
}

.textarea--large {
  width: 978px;
}

.textarea--resize {
  resize: vertical;
}

/*  input
------------------------*/
.inputText__label {
  font-weight: bold;
  font-size: 14px;
}

.input {
  padding: 6.5px 20px;
  height: 22px;
}

.input--narrow {
  padding: 3.5px 10px !important;
}

.input__widthType1 {
  width: 264px;
}

.input__widthType2 {
  width: 375px;
}

.input__widthType3 {
  width: 132px;
}

.input__ticker {
  width: 56px;
}

.input__corporate {
  width: 202px;
}

.inputRow {
  *zoom: 1;
}

.inputRow:before,
.inputRow:after {
  display: table;
  content: " ";
}

.inputRow:after {
  clear: both;
}

.inputRow__label {
  float: left;
  margin-right: 1em;
  padding-top: 7px;
}

.inputRow__input {
  float: left;
}

/*  select
------------------------*/
.select {
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: url("../images/icon_select.png") right 10px center no-repeat;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.ie9 .select,
.ie8 .select,
.ie7 .select {
  background: none;
}

.select--noShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select--narrow .select__item {
  padding: 4px 20px 4px 5px;
}

.ie7 .select--narrow .select__item {
  height: 29px;
}

.ie7 .select {
  border: none;
}

.select__item {
  padding: 8px 20px 8px 5px;
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 14px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select__item::-ms-expand {
  display: none;
}

.ie9 .select__item,
.ie8 .select__item,
.ie7 .select__item {
  padding: 8px 0 8px 10px;
  width: 90%;

  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
}

.ie7 .select__item {
  width: 100%;
  height: 37px;
}

/* =====================
  Hero
===================== */
.hero {
  min-width: 1060px;
  width: auto !important;
  width: 100%;
  background-image: url("../images/hero_bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero--bgNone {
  background-image: none;
}

.hero__gradation {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#161a65), color-stop(34%, #161a65), color-stop(50%, rgba(8, 49, 130, .7)), to(rgba(2, 14, 110, .7)));
  background: linear-gradient(to right, #161a65, #161a65 34%, rgba(8, 49, 130, .7) 50%, rgba(2, 14, 110, .7));
}

.ie7 .hero__gradation,
.ie8 .hero__gradation,
.ie9 .hero__gradation {
  border: 1px solid #161a65;
  background-image: url("../images/gradation.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__inner {
  position: relative;
  margin: 0 auto;
  width: 1060px;
  height: 100%;
}

.hero--bgNone .hero__inner {
  padding: 40px 0 80px;
}

.hero__body {
  position: absolute;
  right: 0;
  bottom: 126px;
}

.hero__logo {
  margin: 0;
  text-align: right;
}

.hero__text {
  margin-top: 20px;
  color: #ffffff;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}

.hero__btn {
  position: relative;
  display: block;
  float: right;
  margin-top: 30px;
  padding: 0 59px 0 20px;
  min-width: 50px;
  width: auto !important;
  width: 50px;
  height: 49px;
  border-radius: 2px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  line-height: 49px;
}

.hero__btn:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.hero__arrow {
  position: absolute;
  top: 19px;
  right: 12px;
  width: 8px;
  height: 11px;
  background-image: url("../images/arrrow.png");
}

.hero__login {
  position: absolute;
}

/* =====================
  Login
===================== */
.login {
  padding: 30px 40px;
  width: 260px;
  border-radius: 2px;
  background: #ffffff;
}

.login__title {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
}

.login__input {
  width: 218px;
}

.login__link {
  margin-top: 3px;
  text-align: center;
}

.login__subTitle {
  margin: 45px 0 14px;
  background-image: url("../images/login_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.login__row {
  margin: -5px;

  *zoom: 1;
}

.login__row:before,
.login__row:after {
  display: table;
  content: " ";
}

.login__row:after {
  clear: both;
}

.login__col {
  float: left;
  margin: 5px;
  width: 125px;
}

.login__btn {
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding: 12px 25px 12px 11px;
  width: 87px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 14px;
}

.login__btn:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.login__label {
  display: block;
  margin: 11px 0 3px;
}

/* =====================
  Chat
===================== */
.chat {
  padding: 2px;
  background: #ffffff;
}

.chat__content {
  padding: 18px;
}

/*  msg
------------------------*/
.msg {
  overflow-x: hidden;
  overflow-y: scroll;
}

.msg__inner {
  padding: 0 26px;
}

.msg__item {
  margin: 20px 0;

  *zoom: 1;
}

.msg__item:before,
.msg__item:after {
  display: table;
  content: " ";
}

.msg__item:after {
  clear: both;
}

.msg__item--right {
  margin: 20px 0;

  *zoom: 1;
}

.msg__item--right:before,
.msg__item--right:after {
  display: table;
  content: " ";
}

.msg__item--right:after {
  clear: both;
}

.msg__item--right .msg__perple {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.msg__item--right .msg__body {
  float: right;
}

.msg__item--right .msg__text {
  background: #f7f7f7;
}

.msg__item--right .msg__date {
  text-align: left;
}

.msg__perple {
  float: left;
  margin-right: 10px;
}

.msg__body {
  float: left;
}

.msg__text {
  padding: 16px 20px;
  width: 638px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-box-shadow: 2.828px 2.828px 0 0 rgba(0, 0, 0, .1);
  box-shadow: 2.828px 2.828px 0 0 rgba(0, 0, 0, .1);
  line-height: 1.28;
}

.msg__date {
  margin-top: 10px;
  color: #999999;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.msg__link {
  margin-top: 8px;
}

.msg__file {
  margin-top: 14px;
  padding-top: 15px;
  border-top: 1px dotted #cccccc;
  text-align: right;
}

.msg__fileItem {
  display: inline-block;
  padding: 8px 24px 8px 48px;
  border: 1px solid #cccccc;
  border-radius: 17px;
  background: #ffffff;
  background-image: url("../images/icon_clip.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #111111;
  text-decoration: none;
  font-size: 13px;
}

.msg__fileItem:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}

.link-button:focus {
  outline: none;
}

.link-button:active {
  color: red;
}

/*  send
------------------------*/
.send {
  position: relative;
  padding: 17px 68px 20px 44px;
  background: #f2f2f2;

  *zoom: 1;
}

.send:before,
.send:after {
  display: table;
  content: " ";
}

.send:after {
  clear: both;
}

.send__right {
  position: relative;
  top: 6px;
  float: left;
  width: 863px;
}

.send__bottom {
  float: right;
  margin-top: 20px;
  width: 863px;
}

.send__avatar {
  float: left;
  margin: 0 19px -11px 0;
}

.send__input {
  overflow-y: hidden;
  padding: 10px 20px;
  width: 713px;
  height: 22px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  line-height: 1.6;
  resize: none;
}

.send__input.js-scroll {
  overflow-y: scroll !important;
}

.send__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 10px;
  width: 100px;
  height: 44px;
  border: none;
  border-radius: 2px;
  background: #000066;
  color: #ffffff;
}

.send__btn:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

/* =====================
  Tab
===================== */
.tab,
.tab--middle,
.tab--large {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;

  *zoom: 1;
}

.tab:before,
.tab--middle:before,
.tab--large:before,
.tab:after,
.tab--middle:after,
.tab--large:after {
  display: table;
  content: " ";
}

.tab:after,
.tab--middle:after,
.tab--large:after {
  clear: both;
}

.tab--middle li,
.tab--large li,
.tab li {
  position: relative;
  float: left;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #626262;
  background: #8d8d8d;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.tab--middle li:hover,
.tab--large li:hover,
.tab li:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.tab--middle li.is-select,
.tab--large li.is-select,
.tab li.is-select {
  background: #000066;
}

.tab--middle li {
  min-width: 110px;
}

.tab--large li {
  min-width: 156px;
}

.tab li {
  min-width: 36px;
}

.tab__title {
  display: inline-block;
  width: 100%;
}

*:not(.ie7) .tab__title,
*:not(.ie8) .tab__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab__lead {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

/* =====================
  Step
===================== */
.step,
.step--center {
  display: block;
  width: 236px;
  border-top: 1px solid #cccccc;

  *zoom: 1;
}

.step:before,
.step--center:before,
.step:after,
.step--center:after {
  display: table;
  content: " ";
}

.step:after,
.step--center:after {
  clear: both;
}

.step__item,
.step__item--active {
  float: left;
  margin-top: -10px;
  width: 53px;
  text-align: center;
}

.step__item:first-child,
.step__item--active:first-child {
  margin-left: -20px;
}

.step__item:first-child+*,
.step__item--active:first-child+* {
  margin-left: 58px;
}

.step__item:first-child+*+*,
.step__item--active:first-child+*+* {
  margin-right: -20px;
  margin-left: 58px;
}

.step {
  margin-top: 10px;
  margin-left: 20px;

  *zoom: 1;
}

.step:before,
.step:after {
  display: table;
  content: " ";
}

.step:after {
  clear: both;
}

.step--center {
  margin: 10px auto 0;
}

.step__img {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_step.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.step__item--active .step__img {
  background-image: url("../images/icon_step_active.png");
}

.step__title {
  display: inline-block;
  color: #999999;
}

.step__item--active .step__title {
  color: #111111;
  font-weight: bold;
}

/* =====================
  Legend
===================== */
.legend__title--request,
.legend__title--requested,
.legend__title--confirmed,
.legend__title--full,
.legend__title--check,
.legend__title--unCheck,
.legend__title--participate {
  float: left;
  padding: 0 5px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}

.legend__title--request,
.legend__title--requested,
.legend__title--confirmed,
.legend__title--full {
  min-width: 74px;
}

.legend__title--check,
.legend__title--unCheck,
.legend__title--participate {
  min-width: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.legend {
  *zoom: 1;
}

.legend:before,
.legend:after {
  display: table;
  content: " ";
}

.legend:after {
  clear: both;
}

.legend__item {
  float: left;
  margin-right: 40px;

  *zoom: 1;
}

.legend__item:before,
.legend__item:after {
  display: table;
  content: " ";
}

.legend__item:after {
  clear: both;
}

.legend__title--request {
  background: #cde4f1;
}

.legend__title--requested {
  background: #e6f1f8;
  color: #ffa801;
}

.legend__title--confirmed {
  background: #edfae9;
  color: #6ac831;
}

.legend__title--full {
  background: #d6d6d6;
  color: #d42c36;
}

.legend__title--check {
  background-color: #f1ffec;
  background-image: url("../images/icon_check.png");
  background-size: 19px;
}

.legend__title--unCheck {
  background-color: #eeeeee;
  background-image: url("../images/icon_un_check.png");
}

.legend__title--participate {
  background-color: #fffd87;
}

.legend__text {
  float: left;
  margin-top: 1px;
  margin-left: 10px;
  font-size: 13px;
}

.ie7 .legend__text {
  margin-top: 3px;
}

/* =====================
  Breadcrumb
===================== */
.breadcrumb {
  margin-right: -3px;
  margin-left: -3px;

  *zoom: 1;
}

.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: " ";
}

.breadcrumb:after {
  clear: both;
}

.breadcrumb__item {
  float: left;
  margin-right: 3px;
  margin-left: 3px;
}

.breadcrumb__arrow {
  margin-right: 6px;
}

.breadcrumb a {
  color: #000066;
}

.breadcrumb a:hover {
  text-decoration: none;
}

/* =====================
  Description
===================== */
.description {
  padding: 35px 0 36px;
  background: #ffffff;
  text-align: center;
}

.description--border {
  border: 1px solid #cccccc;
}

.description__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

.description__text {
  margin-top: 7px;
  font-size: 14px;
}

.description__text--large {
  font-size: 16px !important;
}

/* =====================
  Notice
===================== */
.notice {
  position: relative;
  padding: 16px 30px 17px 30px;
  border: 1px solid #d1dae0;
  border-radius: 2px;
  background: #ecf2f8;

  *zoom: 1;
}

.notice:before,
.notice:after {
  display: table;
  content: " ";
}

.notice:after {
  clear: both;
}

.notice__left {
  float: left;
  margin-right: 30px;
}

.notice__body {
  float: left;
}

.notice__title {
  margin: 0;
  color: #000066;
  font-weight: bold;
  font-size: 18px;
}

.notice__text {
  margin: 0 !important;
  font-size: 14px !important;
}

.notice__text a {
  color: #000066;
}

.notice__text a:hover {
  text-decoration: none;
}

.notice__balloon {
  position: absolute;
  bottom: -12px;
  left: 498px;
  display: inline-block;
  width: 24px;
  height: 12px;
  background-image: url("../images/notice_balloon.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* =====================
  Card
===================== */
.card {
  margin: -10px;

  *zoom: 1;
}

.card:before,
.card:after {
  display: table;
  content: " ";
}

.card:after {
  clear: both;
}

.card__item {
  position: relative;
  float: left;
  margin: 10px;
  width: 250px;
  border-radius: 2px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
}

.card__item:hover {
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  zoom: 1;
}

.card__item:hover .link__item {
  text-decoration: none;
}

.card__image {
  max-width: 100%;
}

.card__inner {
  padding: 20px 20px 87px 20px;
}

.card__place {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.card__title {
  margin: 6px 0 29px;
  font-weight: bold;
  line-height: 1.2;
}

.card__text {
  margin-top: 10px;
  line-height: 1.43;
}

.card__link {
  position: absolute;
  bottom: 23px;
  left: 20px;
  cursor: pointer;
}

.card__link .link__item {
  text-decoration: underline;
}

/* =====================
  Table
===================== */
.table__formTitle,
.table__formTitle--narrow {
  border: 1px solid #cccccc;
  background: #e9f4ff;
  text-align: left;
  font-weight: normal;
  font-weight: bold;
}

.table__full,
.table__requested,
.table__confirmed {
  text-align: center;
  font-weight: bold;
}

.table {
  width: 100%;
  font-size: 14px;
  line-height: 1.28;
}

.table thead th {
  padding: 6px 8px;
  border: 1px solid #cccccc;
  background: #000066;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
}

.table__formTitle {
  padding: 10px 8px;
}

.table__formTitle--narrow {
  padding: 0 5px 0 8px;
  height: 35px;
}

.table thead td {
  padding: 6px 10px;
  border: 1px solid #cccccc;
  background: #207db4;
  color: #ffffff;
}

.table tbody td {
  padding: 17px 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 14px;
}

.table tfoot td {
  padding: 10px;
  height: 53px;
  border: 1px solid #cccccc;
}

.ie7 .table tfoot td {
  height: 33px;
}

.table a {
  color: #000066;
}

.table a:hover {
  text-decoration: none;
}

.table .notRequested {
  padding: 30px;
  border: none !important;
  text-align: center;
}

.table .notRequested__title {
  margin: 0;
  color: #999999;
  font-size: 20px;
}

.table .notRequested__link {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}

.table__checkbox {
  text-align: center;
}

.table__checkbox label {
  display: inline !important;
  padding-left: 20px !important;
}

.ie7 .table__checkbox label {
  padding-left: 0 !important;
}

.table__checkboxWrap {
  text-align: center;
}

.table__full {
  color: #d42c36;
}

.table__requested {
  color: #ffa801;
}

.table__confirmed {
  color: #6ac831;
}

.table__fullBg td {
  background: #f2f2f2 !important;
}

.table__confirmedBg td {
  background: #e9f9e4 !important;
}

.table__evenBg td {
  background: #f1f1f1 !important;
}

.table__requiredMark {
  top: -.1em;
  color: #d83e47;
  font-size: 18px;
}

.table__formText {
  display: block;
  margin-bottom: 8px;
  color: #666666;
  font-size: 12px;
}

.table__input {
  padding: 3.5px 10px !important;
}

.table__select {
  width: 73px !important;
}

.tablesorter .header span,
.tablesorter .headerSortUp span,
.tablesorter .headerSortDown span {
  display: block;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.tablesorter .header {
  cursor: pointer;
}

.tablesorter .header span {
  background-image: url("../images/table_sort.png");
}

.tablesorter .headerSortUp span {
  background-image: url("../images/table_sort_up.png");
}

.tablesorter .headerSortDown span {
  background-image: url("../images/table_sort_down.png");
}

.borderNone {
  padding: 0 !important;
  border: none !important;
  background: #ffffff !important;
}

.inputTable tbody td {
  padding: 6px;
}

.inputTable .select {
  width: 100%;
}

.tbodyScroll-outer {
  width: 100%;
}

.ie7 .tbodyScroll-outer {
  padding: 0 !important;
}

.tbodyScrollWrap_analyst {
  *zoom: 1;
}

.tbodyScrollWrap_analyst:before,
.tbodyScrollWrap_analyst:after {
  display: table;
  content: " ";
}

.tbodyScrollWrap_analyst:after {
  clear: both;
}

.tbodyScrollWrap {
  *zoom: 1;
}

.tbodyScrollWrap:before,
.tbodyScrollWrap:after {
  display: table;
  content: " ";
}

.tbodyScrollWrap:after {
  clear: both;
}

/* =====================
  TableWidth
===================== */
.table__widthType2>*:first-child {
  width: 68px;
}

.table__widthType2>*:first-child+* {
  width: 250px;
}

.table__widthType2>*:first-child+*+* {
  width: 190px;
}

.table__widthType2>*:first-child+*+*+* {
  width: 114px;
}

.table__widthType2>*:first-child+*+*+*+* {
  width: 181px;
}

.table__widthType2>*:first-child+*+*+*+*+* {
  width: 140px;
}

.table__widthType3>*:first-child {
  width: 231px;
}

.table__widthType3>*:first-child+* {
  width: 520px;
}

.table__widthType3>*:first-child+*+* {
  width: 251px;
}

.table__widthType4>*:first-child {
  width: 79px;
}

.table__widthType4>*:first-child+* {
  width: 210px;
}

.table__widthType4>*:first-child+*+* {
  width: 83px;
}

.table__widthType4>*:first-child+*+*+* {
  width: 140px;
}

.table__widthType4>*:first-child+*+*+*+* {
  width: 81px;
}

.table__widthType4>*:first-child+*+*+*+*+* {
  width: 11px;
}

.table__widthType4>*:first-child+*+*+*+*+*+* {
  width: 89px;
}

.table__widthType4>*:first-child+*+*+*+*+*+*+* {
  width: 89px;
}

.table__widthType4>*:first-child+*+*+*+*+*+*+*+* {
  width: 89px;
}

.table__widthType4>*:first-child+*+*+*+*+*+*+*+*+* {
  width: 89px;
}

.table__widthType4>*:first-child+*+*+*+*+*+*+*+*+*+* {
  width: 99px;
}

.ie7 .table__widthType4>*:first-child {
  width: 63px;
}

.ie7 .table__widthType4>*:first-child+* {
  width: 194px;
}

.ie7 .table__widthType4>*:first-child+*+* {
  width: 67px;
}

.ie7 .table__widthType4>*:first-child+*+*+* {
  width: 132px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+* {
  width: 64px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+* {
  width: 11px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+*+* {
  width: 72px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+*+*+* {
  width: 72px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+*+*+*+* {
  width: 72px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+*+*+*+*+* {
  width: 72px;
}

.ie7 .table__widthType4>*:first-child+*+*+*+*+*+*+*+*+*+* {
  width: 82px;
}

.table__widthTypeRegister1on1>*:first-child {
  width: 84px;
}

.table__widthTypeRegister1on1>*:first-child+* {
  width: 216px;
}

.table__widthTypeRegister1on1>*:first-child+*+* {
  width: 78px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+* {
  width: 192px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+* {
  width: 84px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+* {
  width: 4px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+* {
  width: 85px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+* {
  width: 83px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+* {
  width: 144px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+* {
  width: 160px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+*+* {
  width: 98px;
}

.table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+*+*+* {
  width: 118px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child {
  width: 68px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+* {
  width: 200px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+* {
  width: 62px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+* {
  width: 176px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+* {
  width: 68px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+* {
  width: 3px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+* {
  width: 69px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+* {
  width: 67px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+* {
  width: 128px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+* {
  width: 144px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+*+* {
  width: 82px;
}

.ie7 .table__widthTypeRegister1on1>*:first-child+*+*+*+*+*+*+*+*+*+*+* {
  width: 102px;
}

.table__widthType5>*:first-child {
  width: 89px;
}

.table__widthType5>*:first-child+* {
  width: 137px;
}

.table__widthType5>*:first-child+*+* {
  width: 228px;
}

.table__widthType5>*:first-child+*+*+* {
  width: 92px;
}

.table__widthType5>*:first-child+*+*+*+* {
  width: 92px;
}

.table__widthType6>*:first-child {
  width: 249px;
}

.table__widthType6>*:first-child+* {
  width: 584px;
}

.table__widthType6>*:first-child+*+* {
  width: 125px;
}

.table__widthType6>*:first-child+*+*+* {
  width: 107px;
}

.ie7 .table__widthType6>*:first-child {
  width: 192px;
}

.ie7 .table__widthType6>*:first-child+* {
  width: 591px;
}

.ie7 .table__widthType6>*:first-child+*+* {
  width: 108px;
}

.ie7 .table__widthType6>*:first-child+*+*+* {
  width: 90px;
}

.table__widthType7>*:first-child {
  width: 333px;
}

.table__widthType7>*:first-child+* {
  width: 563px;
}

.table__widthType7>*:first-child+*+* {
  width: 112px;
}

.table__widthType8>*:first-child {
  width: 153px;
}

/*.table__widthType9 > *:first-child {
  width : 72px;
}*/

.table__widthType9>*:first-child {
  width: 594px;
}

.table__widthType9>*:first-child+* {
  width: 183px;
}

.table__widthType9>*:first-child+*+* {
  width: 142px;
}

/*.table__widthType9 > *:first-child + * + * + * {
  width : 142px;
}*/

.table__widthType10>*:first-child {
  width: 210px;
}

.table__widthType10>*:first-child+* {
  width: 498px;
}

.table__widthType11>*:first-child {
  width: 36px;
}

.table__widthType11>*:first-child+* {
  width: 155px;
}

.table__widthType11>*:first-child+*+* {
  width: 155px;
}

.table__widthType11>*:first-child+*+*+* {
  width: 155px;
}

.table__widthType11>*:first-child+*+*+*+* {
  width: 155px;
}

.table__widthType11>*:first-child+*+*+*+*+* {
  width: 155px;
}

.table__widthType12>*:first-child {
  width: 16px;
}

.table__widthType13>*:first-child {
  width: 91px;
}

.table__widthType13>*:first-child+* {
  width: 107px;
}

.table__widthType13>*:first-child+*+* {
  width: 119px;
}

.table__widthType13>*:first-child+*+*+* {
  width: 299px;
}

.table__widthType13>*:first-child+*+*+*+* {
  width: 205px;
}

.table__widthType13>*:first-child+*+*+*+*+* {
  width: 112px;
}

.table__widthType14>*:first-child {
  width: 24px;
}

.table__widthType14>*:first-child+* {
  width: 52px;
}

.table__widthType14>*:first-child+*+* {
  width: 56px;
}

.table__widthType14>*:first-child+*+*+* {
  width: 143px;
}

.table__widthType14>*:first-child+*+*+*+* {
  width: 143px;
}

.table__widthType14>*:first-child+*+*+*+*+* {
  width: 143px;
}

.table__widthType14>*:first-child+*+*+*+*+*+* {
  width: 143px;
}

.table__widthType14>*:first-child+*+*+*+*+*+*+* {
  width: 140px;
}

.table__widthType14>*:first-child+*+*+*+*+*+*+*+* {
  width: 140px;
}

.table__widthType14>*:first-child+*+*+*+*+*+*+*+*+* {
  width: 140px;
}

.table__widthType15>*:first-child {
  width: 100px;
}

.table__widthType16>*:first-child {
  width: 419px;
}

.table__widthType16>*:first-child+* {
  width: 419px;
}

.ie7 .table__widthType16>*:first-child+* {
  width: 421px;
}

.table__widthType16>*:first-child+*+* {
  width: 419px;
}

.ie7 .table__widthType16>*:first-child+*+* {
  width: 420px;
}

.chrome .table__widthType16>*:first-child+*+* {
  width: 422px;
}

.table__widthType16>*:first-child+*+*+* {
  width: 419px;
}

.table__widthType16>*:first-child+*+*+*+* {
  width: 419px;
}

.table__widthType16>*:first-child+*+*+*+*+* {
  width: 419px;
}

.table__widthType16>*:first-child+*+*+*+*+*+* {
  width: 419px;
}

.table__widthType16>*:first-child+*+*+*+*+*+*+* {
  width: 419px;
}

.table__widthType16>*:first-child+*+*+*+*+*+*+*+* {
  width: 419px;
}

/* =====================
  TimeTable
===================== */
.timeTable__weekTitle th,
.timeTable__weekTitle--check th,
.timeTable__weekTitle--check1 th,
.timeTable--scroll tbody th,
.timeTable tbody th,
.timeTable tbody td,
.timeTable__priority th,
.timeTable__priority td,
.timeTable__attendanceType th,
.timeTable__attendanceType td,
.timeTable__lunchbox th,
.timeTable__lunchbox td,
.timeTable__attendee th,
.timeTable__attendee td,
.timeTable__checkAll {
  border: 1px solid #cccccc;
}

.timeTable__weekTitle th,
.timeTable__weekTitle--check th {
  background: #e7edf0;
  font-size: 16px;
  line-height: 1;
}

.timeTable__weekTitle--check1 th {
  background: #e7edf0;
  font-size: 14px;
  line-height: 1;
}

.timeTable--scroll tbody th,
.timeTable tbody th {
  height: 33px;
  background: #207db4;
  color: #ffffff;
  text-align: right;
  line-height: 1;
}

.timeTable__check,
.timeTable__unCheck {
  background-position: center;
  background-repeat: no-repeat;
}

.timeTable {
  width: 100%;
  page-break-inside: avoid;
}

.timeTable--scroll {
  table-layout: fixed;
  page-break-inside: avoid;
}

.chrome .timeTable--scroll {
  border-spacing: 0;
  border-collapse: separate;
}

.timeTable--scroll tbody th {
  padding: 0 9px !important;
}

.timeTable--scroll tbody td {
  padding: 0;
  min-width: 87px;
  height: 33px;
  border: 1px dotted #cccccc;
}

.ie7 .timeTable--scroll tbody td {
  height: 34px;
}

.timeTable--result tbody td {
  min-width: 43px;
}

.timeTable.js-check tbody td {
  cursor: pointer;
}

.timeTable.js-check-ic tbody td {
  cursor: pointer;
}

.timeTable tbody th {
  padding: 0 20px;
}

.timeTable tbody td {
  text-align: center;
}

.timeTable__title th {
  padding: 5px 10px;
  background: #000066;
  color: #ffffff;
  font-weight: normal;
  line-height: 35px;
}

.timeTable__weekTitle th {
  padding: 11px 25px 11px 25px;
  timeTable__weekTitle--check1
}

.scroll__left .timeTable__weekTitle th {
  height: 16px;
}

.ie7 .scroll__left .timeTable__weekTitle th {
  height: 39px;
}

.timeTable__weekTitle--check th {
  padding: 16px 25px 7px 25px;
}

.timeTable__weekTitle--check1 th {
  padding: 16px 15px 7px 15px;
}

.timeTable__attendanceType th,
.timeTable__priority th {
  padding: 7.5px 20px;
  height: 24px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}

.timeTable__attendanceType td,
.timeTable__priority td {
  padding: 4px;
  height: 31px;
}

.ie7 .timeTable__attendanceType td,
.ie7 .timeTable__priority td {
  height: 30px;
}

.timeTable__attendanceTypeText,
.timeTable__priorityText {
  display: block;
  min-height: 1em;
  text-align: center;
  font-size: 12px;
}

.timeTable__lunchbox th {
  padding: 7.5px 20px;
  height: 24px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}

.timeTable__lunchbox td {
  padding: 4px;
  height: 31px;
}

.ie7 .timeTable__lunchbox td {
  height: 30px;
}

.timeTable__lunchboxText {
  display: block;
  min-height: 1em;
  text-align: center;
  font-size: 12px;
}

.timeTable__attendee th {
  padding: 9.5px 20px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}

.timeTable__attendee td {
  padding: 4px;
  height: 27px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.ie7 .timeTable__attendee td {
  height: 26px;
}

.timeTable__bgType1 {
  background: #e2e9f0;
}

.timeTable__bgType2 {
  background: #d0dbe5;
}

.timeTable .timeTable__checkAll,
.timeTable .is-checked {
  display: block;
  margin-top: 12px;
  padding: 11px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.timeTable .timeTable__checkAll_Availability {
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  width: 100%;
}

.timeTable .timeTable__checkAll:hover,
.timeTable .is-checked:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.timeTable .is-checked {
  border: 1px solid #dddddd;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.timeTable__check {
  background-image: url("../images/icon_check.png") !important;
}

.timeTable__checkBg {
  background-color: #f1ffec !important;
}

.timeTable__unCheck {
  background-image: url("../images/icon_un_check.png");
}

.timeTable__unCheckBg {
  background-color: #eeeeee;
}

.timeTable__participateBg {
  background-color: #fffd87;
}

.timeTable__radio {
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  zoom: 1;
}

.timeTable__name {
  margin-left: 12px;
  font-weight: bold;
}

.timeTable__attendeeBorder {
  border-right: 2px solid #cccccc;
}

.timeTable__disabled {
  background: #f2f2f2;
}

.ie7 .js-check.timeTable--scroll tbody td {
  height: 33px;
}

.ie7 .js-check-ic.timeTable--scroll tbody td {
  height: 33px;
}

/* =====================
  Schedule
===================== */
.schedule--scroll thead th,
.schedule--scroll tfoot th,
.schedule thead th {
  padding: 7px 20px;
  border: 1px solid #cccccc;
  background: #000066;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.schedule--scroll tbody th,
.schedule tbody th {
  border: 1px solid #cccccc;
  background: #f2f2f2;
  font-weight: bold;
}

.schedule--scroll tbody td,
.schedule tbody td {
  padding-right: 0;
  padding-left: 0;
  border: 1px dotted #cccccc;
  vertical-align: top;
}

.schedule__category--1on1,
.schedule__category--micSmall,
.schedule__category--large,
.schedule__category--tour {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}

.schedule {
  width: 100%;
}

.schedule--scroll {
  width: 100%;
  table-layout: fixed;
}

.scroll__left .schedule--scroll thead th {
  height: 52px;
}

.ie7 .scroll__left .schedule--scroll thead th {
  height: 67px;
}

.schedule--scroll tbody th {
  height: 77px;
  border-right: none;
}

.schedule--scroll tbody td {
  height: 37px;
}

.ie7 .schedule--scroll tbody td {
  height: 40px;
}

.schedule--scroll tfoot th {
  padding: 5px 20px;
  background: #bbbbbb;
  font-size: 14px;
}

.scroll__left .schedule--scroll tfoot th {
  height: 52px;
}

.ie7 .scroll__left .schedule--scroll tfoot th {
  height: 67px;
}

.schedule tbody td {
  height: 53px;
}

.ie7 .schedule tbody td {
  height: 56px;
}

.schedule__category--1on1 {
  border-bottom: 2px solid #6882d9;
}

.schedule__category--micSmall {
  border-bottom: 2px solid #f15875;
}

.schedule__category--large {
  border-bottom: 2px solid #7f2f9d;
}

.schedule__category--tour {
  border-bottom: 2px solid #d3b734;
}

.schedule__colgroup {
  border-right: 2px solid #dddddd;
}

/* =====================
  Event
===================== */
.event__item--request,
.event__item--confirmed,
.event__item--full,
.event__item--1on1,
.event__item--offsite,
.event__item--micSmall,
.event__item--large,
.event__item--tour,
.event__item--group {
  position: absolute;
  top: 1px;
  overflow: hidden;
  padding: 9px 9px 6.5px 9px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  opacity: .8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  zoom: 1;
}

.event__item--request,
.event__item--confirmed,
.event__item--full {
  left: 5.5px;
  width: 160px;
}

.event__item--1on1,
.event__item--offsite,
.event__item--micSmall,
.event__item--large,
.event__item--tour,
.event__item--group {
  left: 5px;
  width: 86px;
}

.event__btn--request,
.event__btn--requested,
.event__btn--confirmed,
.event__btn--full {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
}

.event__btn--request,
.event__btn--requested,
.event__btn--confirmed {
  width: 86px;
  height: 25px;
}

.event__btn--request:hover,
.event__btn--requested:hover,
.event__btn--confirmed:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.event__label--1on1,
.event__label--offsite,
.event__label--micSmall,
.event__label--large,
.event__label--tour,
.event__label--group {
  display: block;
  margin-bottom: 8px;
  min-height: 20px;
  width: 100%;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

.event {
  position: relative;
}

.event--scroll {
  position: relative;
}

.event__content {
  position: absolute;
  top: 43px;
  left: 75px;
}

.event--scroll .event__content {
  top: 68px;
  left: 2px;
}

.event__item--request {
  background: #c0ddee;
}

.event__item--confirmed {
  background: #e9f9e4;
}

.event__item--full {
  background: #cccccc;
}

.event__item--1on1 {
  background: #b7c5f1;
}

.event__item--offsite {
  background: #c8e094;
}

.event__item--micSmall {
  background: #fcc3ce;
}

.event__item--large {
  background: #e6d2ee;
}

.event__item--tour {
  background: #f3e8b3;
}

.event__item--group {
  background: #ffd88e;
}

.event__date {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.event--scroll .event__date {
  text-align: center;
}

.event__btn--request {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e8e8e8));
  background: linear-gradient(-180deg, white 0%, #e8e8e8 100%);
}

.event__btn--requested {
  color: #ffa801;
}

.event__btn--confirmed {
  color: #6ac831;
}

.event__btn--full {
  width: 75px;
  height: 23px;
  color: #d42c36;
}

.event__label--1on1 {
  background: #6882d9;
}

.event__label--offsite {
  background: #9dc449;
}

.event__label--micSmall {
  background: #f15875;
}

.event__label--large {
  background: #7f2f9d;
}

.event__label--tour {
  background: #d3b734;
}

.event__label--group {
  background: #f4a100;
}

.event__link {
  display: inline-block;
  color: #000066;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.4;
}

.event__link:hover {
  text-decoration: none;
}

.event .event__link {
  margin-top: 6px;
}

.event--scroll .event__link {
  margin-top: 3px;
}

.event__row1 {
  height: 36.5px;
}

.event__row1--small {
  height: 21.5px;
}

.event__row2 {
  height: 91.5px;
}

.event__row2--small {
  height: 61.5px;
}

.event__row3 {
  height: 148.5px;
}

.event__row3--small {
  height: 101.5px;
}

.event__row4 {
  height: 204.5px;
}

.event__row4--small {
  height: 141.5px;
}

.event__row5 {
  height: 260.5px;
}

.event__row5--small {
  height: 181.5px;
}

.event__row6 {
  height: 316.5px;
}

.event__row6--small {
  height: 221.5px;
}

.event__row7 {
  height: 372.5px;
}

.event__row7--small {
  height: 261.5px;
}

.event__row8 {
  height: 428.5px;
}

.event__row8--small {
  height: 301.5px;
}

.event__row9 {
  height: 484.5px;
}

.event__row9--small {
  height: 341.5px;
}

.event__row10 {
  height: 540.5px;
}

.event__row10--small {
  height: 381.5px;
}

.event__row11 {
  height: 596.5px;
}

.event__row11--small {
  height: 421.5px;
}

.event__row12 {
  height: 652.5px;
}

.event__row12--small {
  height: 461.5px;
}

.event__row13 {
  height: 708.5px;
}

.event__row13--small {
  height: 501.5px;
}

.event__row14 {
  height: 764.5px;
}

.event__row14--small {
  height: 541.5px;
}

.event__row15 {
  height: 820.5px;
}

.event__row15--small {
  height: 581.5px;
}

.event__row16 {
  height: 876.5px;
}

.event__row16--small {
  height: 621.5px;
}

.event__row17 {
  height: 932.5px;
}

.event__row17--small {
  height: 661.5px;
}

.event__row18 {
  height: 988.5px;
}

.event__row18--small {
  height: 701.5px;
}

.event__row19 {
  height: 1044.5px;
}

.event__row19--small {
  height: 741.5px;
}

.event__row20 {
  height: 1100.5px;
}

.event__row20--small {
  height: 781.5px;
}

.event__row21 {
  height: 1156.5px;
}

.event__row21--small {
  height: 821.5px;
}

.event__row22 {
  height: 1212.5px;
}

.event__row22--small {
  height: 859.5px;
}

/* =====================
  Filter
===================== */
.filter {
  margin-bottom: 10px;

  *zoom: 1;
}

.filter:before,
.filter:after {
  display: table;
  content: " ";
}

.filter:after {
  clear: both;
}

.filter__left {
  float: left;

  *zoom: 1;
}

.filter__left:before,
.filter__left:after {
  display: table;
  content: " ";
}

.filter__left:after {
  clear: both;
}

.filter__right {
  float: right;

  *zoom: 1;
}

.filter__right:before,
.filter__right:after {
  display: table;
  content: " ";
}

.filter__right:after {
  clear: both;
}

.filter__title {
  float: left;
  margin-top: 4px;
  margin-right: 29px;
  color: #000066;
  font-weight: bold;
  font-size: 18px;
}

.filter__keyword {
  float: left;
}

.filter__search {
  float: left;
  margin-left: 10px;
  height: 36px;
}

.filter__search:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.filter__input {
  width: 240px;
  height: 22px;
}

.filter__showAll {
  float: left;
  margin-top: 9px;
  margin-left: 20px;
  border: none;
  background: transparent;
}

.filter__showAll:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.filter__download {
  margin-top: 3px;
}

.filter__save {
  margin-top: 3px;
  margin-left: 10px;
}

/* =====================
  Scroll
===================== */
.scroll {
  width: 1040px;

  *zoom: 1;
}

.scroll:before,
.scroll:after {
  display: table;
  content: " ";
}

.scroll:after {
  clear: both;
}

.scroll__left {
  float: left;
}

.scroll__right {
  float: left;
  overflow: auto;
}

.ie7 .scroll__right {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 17px;
}

.scroll__widthType1 {
  width: 57px;
}

.scroll__widthType2 {
  width: 983px;
}

.scroll__widthType3 {
  width: 151px;
}

.scroll__widthType4 {
  width: 889px;
}

/* =====================
  Register 1on1
===================== */
.corporates__table th,
.analysts__table th,
.corporates__table td,
.analysts__table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tbodyScrollWrap_analyst {
  margin-left: -20px;
  width: 1060px;
}

.tbodyScrollWrap {
  margin-left: -20px;
  width: 1350px;
}

/*  availability
------------------------*/
.availability {
  padding: 40px 20px 0;
  background: #ffffff;
}

/*  corporates
------------------------*/
.corporates {
  padding: 40px 10px 40px 20px;
  background: #ffffff;
  width: 100%;
}

/*  analysts
------------------------*/
.analysts {
  padding: 40px 10px 40px 20px;
  background: #ffffff;
}

/*  unicorn
------------------------*/
.unicorn {
  padding: 40px 10px 40px 20px;
  background: #ffffff;
}

.unicorn__table {
  margin-top: 10px;
  margin-left: -20px;
  width: 1060px;
}

/* =====================
  Entry
===================== */
.entry {
  background: #ffffff;
}

.entry__inner {
  padding: 20px;
}

.entry p {
  margin-top: .6em;
  font-size: 16px;
}

.entry p:first-child {
  margin-top: 0;
}

/*  info
------------------------*/
.info {
  width: 100%;

  *zoom: 1;
}

.info:before,
.info:after {
  display: table;
  content: " ";
}

.info:after {
  clear: both;
}

.info__title {
  float: left;
  padding: 16px 20px;
  width: 209px;
  border: 1px solid #cccccc;
  background: #000066;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.info__body {
  float: left;
  padding: 16px 20px;
  width: 767px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

/*  pc_entry_sheet_warning
------------------------*/
.pc_entry_sheet_warning {
  display: inline-block;
  /*margin-top : 9px;*/
  margin-right: 20px;
  width: 400px;
  *zoom: 1;
  float: left;
}

.pc_entry_sheet_warning:before,
.pc_entry_sheet_warning:after {}

.pc_entry_sheet_warning:after {
  clear: both;
}

/*  submission
------------------------*/
.submission {
  /*margin-top : 9px; */
  *zoom: 1;
}

.submission:before,
.submission:after {
  display: table;
  content: " ";
}

.submission:after {
  clear: both;
}

.submission__tag {
  float: left;
  margin-top: 3px;
  padding: 3px 7px;
  background: #d83e47;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.submission__date {
  float: left;
  margin-left: 9px;
  font-size: 28px;
  line-height: 1;
}

/*  interpreter
------------------------*/
.interpreter {
  width: 100%;
}

.interpreter tbody th {
  padding: 10px 18px;
  width: 250px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  font-size: 16px;
}

.interpreter tbody td {
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.interpreter .select {
  width: 209px;
}

.interpreter .is-none {
  display: none;
}

.interpreter__input {
  width: 680px;
}

/*  Group meeting
------------------------*/
.groupmeeting {
  width: 100%;
}

.groupmeeting tbody th {
  padding: 10px 18px;
  width: 250px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  font-size: 16px;
}

.groupmeeting tbody td {
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.groupmeeting .select {
  width: 209px;
}

.groupmeeting .is-none {
  display: none;
}

.groupmeeting__input {
  width: 680px;
}

/*  PCEntrySheetEdit AttendanceType & WebSystemConnTest
------------------------*/
.pcEntryAttendTypeConnTest {
  width: 100%;
}

.pcEntryAttendTypeConnTest tbody th {
  padding: 10px 18px;
  width: 250px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  font-size: 16px;
}

.pcEntryAttendTypeConnTest tbody td {
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.pcEntryAttendTypeConnTest .select {
  width: 209px;
}

.pcEntryAttendTypeConnTest .is-none {
  display: none;
}

.pcEntryAttendTypeConnTest__input {
  width: 680px;
}

/*  MaxSlotPerDay
------------------------*/
.maxslotperday {
  width: 100%;
}

.maxslotperday tbody th {
  padding: 10px 18px;
  width: 250px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  font-size: 16px;
}

.maxslotperday tbody td {
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.maxslotperday .select {
  width: 209px;
}

.maxslotperday .is-none {
  display: none;
}

.maxslotperday__input {
  width: 680px;
}

/*  attendee
------------------------*/
.attendee {
  margin-left: -20px;
  width: 1300px;
}

.attendee thead th {
  padding: 7px 5px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  text-align: left;
  font-weight: normal;
  line-height: 1;
}

.attendee tbody th {
  padding: 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-weight: normal;
}

.attendee tbody td {
  padding: 12px 5px;
  border: 1px solid #cccccc;
}

.attendee .input {
  width: 121px;
}

.attendee__bgType1 th {
  background: #207db4;
}

.attendee__bgType2 th {
  background: #1a6592;
}

/*  logistics-attendee
------------------------*/
.logistics-attendee {
  margin-left: -20px;
  width: 1060px;
}

.logistics-attendee thead th {
  padding: 7px 5px;
  border: 1px solid #cccccc;
  background: #e7edf0;
  text-align: left;
  font-weight: normal;
  line-height: 1;
}

.logistics-attendee tbody th {
  padding: 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-weight: bold;
}

.logistics-attendee tbody td {
  padding: 2px 2px;
  border: 1px solid #cccccc;
}

.logistics-attendee .input {
  width: 121px;
}

.logistics-attendee__bgType1 th {
  background: #207db4;
}

.logistics-attendee__bgType2 th {
  background: #1a6592;
}

.contact__text--phone,
.contact__text--mail {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
}

.ie7 .contact__text--phone,
.ie7 .contact__text--mail {
  display: inline;
  zoom: 1;
}

.is-none {
  display: none;
}

/*  contact
------------------------*/
.contact {
  margin: 0 -10px;

  *zoom: 1;
}

.contact:before,
.contact:after {
  display: table;
  content: " ";
}

.contact:after {
  clear: both;
}

.contact__panel {
  float: left;
  margin: 0 10px;
  width: 518px;
  height: 88px;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 88px;
}

.contact__text--phone {
  padding-left: 36px;
  background-image: url("../images/icon_phone.png");
}

.contact__text--mail {
  padding-left: 44px;
  background-image: url("../images/icon_mail.png");
}

/*  float
------------------------*/
.float {
  position: fixed;
  top: 305px;
  right: 0;
  padding: 18px 14px;
  width: 62px;
  height: 52px;
  border-radius: 2px;
  background: #000066;
  text-align: center;
  text-decoration: none;
}

.float:hover {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.float__text {
  padding-top: 37px;
  background-image: url("../images/icon__chat.png");
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

/*  alert
------------------------*/
.alert {
  position: relative;
  page-break-inside: avoid;
}

.ie7 .alert {
  display: inline-block;
}

.alert__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.is-submit .alert__overlay {
  display: none;
}

.alert__overlay--bulk {
  display: none;
}

.alert__overlay--bulk.is-bulk {
  display: block;
}

.alert__overlay--auth {
  display: none;
}

.alert__overlay--auth.is-bulk {
  display: block;
}

.ie8 .alert__overlay,
.ie7 .alert__overlay {
  background: url("../images/modal_bg.png");
  background-repeat: repeat;
}

.alert .alert__modal--submit,
.alert .alert__modal--table,
.alert .alert__modal--auth {
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.alert__modal--submit {
  position: absolute;
  top: 119px;
  left: 270px;
  padding: 40px 55px 32px;
  width: 410px;
}

.is-submit .alert__modal--submit {
  display: none;
}

.alert__modal--table {
  position: fixed;
  z-index: 2;
  display: none;
  padding: 40px 10px 22px 10px;
  width: 1020px;
}

.alert__modal--table.is-submit {
  display: block;
}

.alert__modal--auth {
  position: fixed;
  z-index: 2;
  display: none;
  padding: 40px 57px 32px 57px;
  width: 374px;
}

.alert__modal--auth.is-submit {
  display: block;
}

.alert__title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.alert__btn {
  display: block;
  margin: auto;
}

/*  attendeeList
------------------------*/
.attendeeList {
  *zoom: 1;
}

.attendeeList:before,
.attendeeList:after {
  display: table;
  content: " ";
}

.attendeeList:after {
  clear: both;
}

.attendeeList__item {
  float: left;
  width: 144px;
  border: 1px solid #cccccc;
  text-align: center;
}

.attendeeList__title {
  padding: 9px 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 1;
}

.attendeeList__body {
  padding: 7px 10px 5px;
  min-height: 36px;
}

.attendeeList__type {
  display: block;
  min-height: 1em;
  font-size: 15px;
  line-height: 1;
}

.attendeeList__name {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}

.attendeeList__name>* {
  display: inline-block;
}

.attendeeList__bgType1 {
  background: #e2e9f0;
}

.attendeeList__bgType2 {
  background: #d0dbe5;
}

.readonly-input  {
  pointer-events: none;
  background-color: #f1f1f1;
}
