body {
  margin: 0;
  background-color: #f3f3f3;
}


/* Disable ugly boxes around images in IE10 */

a img {
  border: 0px;
}

::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.mdl-layout__content {
  padding-bottom: 3em;
}

.my-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.my-header {
  overflow: visible;
}

.header-light {
  background-color: white;
  color: #767777 !important;
}

.header-green {
  background-color: #00758e;
}

.header-green .material-icons {
  color: #ffffff !important;
}

.my-logo-image {
  width: 100%;
}

.my-header .mdl-layout__drawer-button {
  background: transparent;
  color: #767777;
}

.my-header .mdl-navigation__link {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

.mdl-layout__drawer>.mdl-layout__title,
.mdl-layout__drawer>.mdl-layout-title {
  padding-left: 0;
  line-height: 0;
}

.mdl-layout-title {
  width: 100%;
}

.mdl-layout-title img.header-nav {
  max-height: 60px;
  max-width: 100%;
}

.mdl-card {
  min-height: auto;
}

.mdl-radio {
  height: auto;
}

.my-textcard {
  width: 330px;
}

.my-drawer {
  border-right: none;
}

.my-drawer-separator {
  height: 1px;
  background-color: #dcdcdc;
  margin: 8px 0;
}

.mdl-mini-footer {
  padding: 8px 16px;
}

.login-form {
  margin-top: 3em;
}

.pointer {
  cursor: pointer;
}

.warrper {
  max-width: 560px;
  padding: 20px 10px;
}

.width100per {
  width: 100%;
}

.mt10px {
  margin-top: 10px;
}

.mt30px {
  margin-top: 30px;
}

.text-danger {
  color: #d50000;
}

.text-label {
  font-size: 12px;
  margin: 0;
}

.text-danger {
  font-size: 12px;
}

.pull-right {
  float: right;
}

.img-self {
  max-width: 150px;
  width: 100%;
}

.f-size-23 {
  font-size: 23px;
}


/* @modify TrungDao */

.hidden {
  display: none;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.image-add-box .mdl-button.mdl-js-button {
  left: 150px;
}

.image-add-box .preview-box {
  max-width: 150px;
}

.image-add-box .preview-box img {
  min-height: 40px;
}

a.width100per {
  padding: 0;
}

.button-border {
  border: solid 4px;
  padding: 1px;
}


/* End */

.mrg-bt-20 {
  margin-bottom: 20px;
}

.custom-alert {
  width: 300px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

.mdl-card {
  margin: auto;
}

.reserve-credentials .radio {
  font-size: 12px;
}

.complete_booking h6,
.complete_booking p {
  font-weight: bold !important;
}

.complete_booking_company {
  margin: 10px 0;
}


/*
 * プレースホルダーのデザイン調整
*/

input::placeholder {
  color: rgba(0, 0, 0, .26);
  font-size: 16px;
}


/* IE */

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .26);
  font-size: 16px;
}


/* Edge */

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .26);
  font-size: 16px;
}


/* 固定電話の注記 */

.fixed-line-phone {
  font-size: 10px;
  color: red;
}


/* JQuryバリデーションのエラーメッセージ用 */

label.error {
  font-size: 13px;
  color: blue;
}


/* 保有資格情報のデザイン */

.qualification-item {
  color: rgb(0, 150, 136);
  font-size: 12px;
  top: 4px;
}

.qualification-select {
  margin-right: 5px;
}

.qualification-select-font {
  border: 1px solid #eee;
  font-size: 11px;
}

.complete_reserv {
  color: blue;
  font-weight: bold;
}

.not_complete_reserv {
  text-align: center;
  color: red;
}

.confirm_reserv_text {
  text-align: center;
}

.confirm_reserv_alert_text {
  color: red;
}

.image-two-side {
  display: flex;
  flex-direction: row;
}

.image-half-side {
  width: 150px;
}

.file-without-label {
  width: 110px;
  overflow: hidden;
}