﻿@charset "UTF-8";
/* 画面幅別レイアウト設定 */
/* フォント設定 */
/* -------------------------------- */
/* コンテンツ用ボックス */
#contents {
  width: 100%;
  overflow: hidden;
  text-align: left;
  background-color: #D5CBB5; }

#contents p {
  padding-left: 30px; }

.profile, .guidance {
  width: 600px;
  padding: 10px 50px;
  margin: 10px 100px;
  background-color: #ebe3cf; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    .profile, .guidance {
      width: 96%;
      margin: 10px auto;
      padding: 10px 25px; } }
  @media screen and (max-width: 400px) {
    .profile, .guidance {
      width: 96%;
      margin: 10px auto;
      padding: 10px 8px; } }
  .profile table, .guidance table {
    width: 600px; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      .profile table, .guidance table {
        width: 96%; } }
    @media screen and (max-width: 400px) {
      .profile table, .guidance table {
        width: 96%; } }
    .profile table td, .guidance table td {
      vertical-align: top; }
      .profile table td span.name, .guidance table td span.name {
        display: block;
        font-size: 50px;
        font-size: 5rem;
        font-weight: normal;
        margin-top: 30px; }
        @media screen and (min-width: 401px) and (max-width: 899px) {
          .profile table td span.name, .guidance table td span.name {
            font-size: 40px;
            font-size: 4rem;
            font-weight: normal; } }
        @media screen and (max-width: 400px) {
          .profile table td span.name, .guidance table td span.name {
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: normal; } }
      .profile table td span.namef, .guidance table td span.namef {
        display: block;
        font-size: 110%; }
        @media screen and (min-width: 401px) and (max-width: 899px) {
          .profile table td span.namef, .guidance table td span.namef {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: normal; } }
        @media screen and (max-width: 400px) {
          .profile table td span.namef, .guidance table td span.namef {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: normal; } }
    .profile table td.picture, .profile table td.picture img, .guidance table td.picture, .guidance table td.picture img {
      display: block;
      width: 150px;
      height: 150px;
      float: left; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        .profile table td.picture, .profile table td.picture img, .guidance table td.picture, .guidance table td.picture img {
          width: 130px;
          height: 130px; } }
      @media screen and (max-width: 400px) {
        .profile table td.picture, .profile table td.picture img, .guidance table td.picture, .guidance table td.picture img {
          width: 130px;
          height: 130px; } }
    .profile table td.name, .guidance table td.name {
      display: block;
      height: 130px;
      text-align: right;
      padding: 10px 20px;
      background-color: #FAFAF0;
      background-image: url("img/staff/name_back.png");
      background-position: bottom right;
      background-repeat: no-repeat; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        .profile table td.name, .guidance table td.name {
          height: 114px; } }
      @media screen and (max-width: 400px) {
        .profile table td.name, .guidance table td.name {
          height: 114px; } }
    .profile table th, .guidance table th {
      width: 150px;
      padding: 5px 0px;
      text-align: center; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        .profile table th, .guidance table th {
          width: 30%; } }
      @media screen and (max-width: 400px) {
        .profile table th, .guidance table th {
          width: 26%; } }
    .profile table td.naiyou, .guidance table td.naiyou {
      padding: 5px 0px;
      border-bottom: 1px solid #A08563; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        .profile table td.naiyou, .guidance table td.naiyou {
          width: 70%; } }
      @media screen and (max-width: 400px) {
        .profile table td.naiyou, .guidance table td.naiyou {
          width: 74%; } }

.guidance td.guidance-naiyou {
  padding: 5px 0px; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    .guidance td.guidance-naiyou {
      width: 70%; } }
  @media screen and (max-width: 400px) {
    .guidance td.guidance-naiyou {
      width: 70%; } }

.guidance ul.guidance-results {
  display: block;
  padding: 8px 0; }

.guidance li {
  width: 100%;
  display: inline-block;
  list-style: none;
  border-bottom: 1px solid #A08563;
  padding: 8px 0; }
  .guidance li:last-child {
    border-bottom: 0; }

.working-daily {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-size: 14px; }
  @media screen and (max-width: 400px) {
    .working-daily {
      height: auto;
      line-height: normal; } }
  .working-daily span {
    display: inline-block; }
    @media screen and (max-width: 400px) {
      .working-daily span {
        display: block; } }

.working-daily span.attendance,
.vacation {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.working-daily span.attendance {
  background-color: #588178;
  margin: 0 4px 8px 4px; }

.vacation {
  background-color: #743838;
  margin: 0 8px 8px 0; }
