@charset "UTF-8";
/* -----------------------------------------------------------
	Reset CSS
----------------------------------------------------------- */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input, select {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

dd, dl, dt, h1, h2, h3, h4, h5, h6, h7, p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  margin-top: 60px;
  background-color: #f4f1f8;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-alert {
  font-weight: bold;
  color: #f00;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #1976d2;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}

.square_btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.spacer {
  background: #f5f2fa !important;
  width: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.spacer_vertical {
  background: #f5f2fa !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-right: 1px solid #f5f2fa !important;
  border-left: 1px solid #f5f2fa !important;
}

#loading {
  position: fixed;
  top: 0;
  z-index: 200000000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invisible {
  display: none !important;
}

/* -----------------------------------------------------------
	Header
----------------------------------------------------------- */
header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  border-bottom: 2px solid #f4f1f8;
  z-index: 100;
}

header .searchbox input {
  width: 300px;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.5em;
}

header .suggest {
  font-size: 12px;
  width: 500px;
  position: absolute;
  top: 50px;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 2px;
  display: none;
}

header .suggest ul {
  margin: 0;
  padding: 1em;
  list-style: none;
}

header .suggest ul li a {
  font-size: 14px;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #eee;
}

header .suggest ul li a:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#header_menu {
  padding: 0 20px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 15%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  border-right: 2px solid #f4f1f8;
}

#logo a {
  color: #333;
  display: block;
  text-decoration: none;
}

#logo a:hover {
  color: #ccc;
}

.sub_title {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.sub_title h3 {
  font-size: 20px;
}

.sub_title .new_entry {
  background: #1565c0;
  color: #fff;
  padding: 0.25em 1em;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.table_responsive {
  width: 100%;
  margin: 0 auto 40px;
  overflow: auto;
}

/* -----------------------------------------------------------
	Main
----------------------------------------------------------- */
main {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#news_list {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  font-size: 12px;
  padding: 1.25em;
  height: 300px;
  overflow: auto;
  margin-bottom: 40px;
}

#news_list ul {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style: none;
}

#news_list ul li {
  margin-bottom: 1em;
}

#contents {
  width: 81%;
  background: #f5f2fa;
  padding: 25px 2% 70px;
}

#contents h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0.5em;
}

#contents .main_title {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

#contents .main_title h2 {
  margin-bottom: 0;
}

#contents .main_title p {
  font-size: 14px;
}

#contents .main_title .new_entry {
  background: #1565c0;
  color: #fff;
  padding: 0.25em 1em;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

#contents .top_digest {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

#contents .top_digest li {
  width: 24%;
  background: #fff;
  padding: 12px 0;
}

#contents .top_digest li p {
  font-size: 14px;
  padding: 0 12px;
}

#contents .top_digest li span.price {
  font-size: 32px;
  font-family: 'Century Gothic';
  font-weight: bold;
  padding: 0.25em 12px;
  display: block;
}

#contents .top_digest li span.comparison {
  font-size: 14px;
  padding-left: 12px;
  display: block;
}

#contents .top_digest li .plus {
  color: #33691e;
  font-weight: bold;
}

#contents .top_digest li .minus {
  color: #d32f2f;
  font-weight: bold;
}

#monthly_summary th {
  padding: 0.5em 1em;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #666;
  background: #fff;
}

#monthly_summary td {
  padding: 0.5em 1em;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #666;
  background: #fff;
}

#monthly_summary .bg_beige {
  background: #fcefea;
}

#monthly_summary .bg_orange {
  background: #f8c492;
}

#monthly_summary .font_red {
  color: #f00;
}

#monthly_summary .font_blue {
  color: blue;
}

#monthly_summary .font_gray {
  color: #8e8e8e;
}

#monthly_summary a {
  color: #333;
  text-decoration: underline;
}

#monthly_summary .font_gray a {
  color: #8e8e8e;
}

.form_table {
  margin-bottom: 20px;
}

.form_table th {
  min-width: 150px;
  padding: 0.5em 1em;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #666;
  background: #333;
  color: #fff;
}

.form_table td {
  padding: 0.5em 1em;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #666;
  background: #fff;
}

.form_table input[type="text"] {
  padding: 0.25em;
}

.form_table .medium_width {
  width: 400px;
}

.property_list {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.property_list thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
}

.property_list tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
}

.property_list tbody tr:nth-of-type(2n) td {
  background: #f6f6f6;
}

.normal_table_not_fluid {
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  margin-bottom: 40px;
}

.normal_table_not_fluid thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
  white-space: nowrap;
}

.normal_table_not_fluid tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  white-space: nowrap;
  text-align: center;
}

.normal_table_not_fluid tbody td.price {
  text-align: right;
}

.normal_table_not_fluid tbody td.text {
  text-align: left;
}

.normal_table_not_fluid tbody tr:nth-of-type(2n) td {
  background: #f6f6f6;
}

.vacancy_table {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.vacancy_table thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
  white-space: nowrap;
}

.vacancy_table thead td {
  font-size: 20px;
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

.vacancy_table tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  white-space: nowrap;
  text-align: center;
}

.vacancy_table tbody td.price {
  text-align: right;
}

.vacancy_table tbody td.text {
  text-align: left;
}

.normal_table {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.normal_table thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
  white-space: nowrap;
}

.normal_table tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  white-space: nowrap;
  text-align: center;
}

.normal_table tbody td.price {
  text-align: right;
}

.normal_table tbody td.text {
  text-align: left;
}

.normal_table tbody tr:nth-of-type(2n) td {
  background: #edfbfa;
}

.normal_table tbody .btn_accordion {
  cursor: pointer;
}

.normal_table tbody .accordion {
  display: none;
}

.normal_table tbody .body_accordion {
  padding: 1em;
  text-align: left;
}

.normal_table tbody .body_accordion p {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.normal_table tbody .body_accordion ul {
  padding: 0 0.5em;
  margin: 0 0 1.5em;
  list-style: none;
  display: -webkit-flex;
  display: flex;
}

.normal_table tbody .body_accordion ul li {
  margin-right: 1em;
}

#task_list {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

#task_list thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
}

#task_list tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  text-align: center;
}

#task_list tbody td.type {
  white-space: nowrap;
}

#task_list tbody td.type span {
  display: block;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}

#task_list tbody td.type .estimate {
  background: #512da8;
}

#task_list tbody td.status span {
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  display: block;
}

#task_list tbody td.status .not_yet {
  background: #37474f;
}

#task_list tbody td.status .waiting {
  background: #d81b60;
}

#task_list tbody td.status .complete {
  background: #388e3c;
}

#task_list tbody td.priority .high {
  font-weight: bold;
  color: #d81b60;
}

#task_list tbody td.priority .middle {
  font-weight: bold;
  color: #00897b;
}

#task_list tbody td.priority .low {
  color: #1e88e5;
}

#task_list tbody tr:nth-of-type(2n) td {
  background: #f6f6f6;
}

.repair_table {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.repair_table thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  white-space: nowrap;
}

.repair_table tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  text-align: center;
  white-space: nowrap;
}

.repair_table tbody td.construction_name {
  text-align: left;
}

.repair_table tbody td.estimate_price {
  text-align: right;
}

.repair_table tbody td.status span {
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  display: block;
}

.repair_table tbody td.status .not_yet {
  background: #37474f;
}

.repair_table tbody td.status .waiting {
  background: #d81b60;
}

.repair_table tbody td.status .complete {
  background: #388e3c;
}

.repair_table tbody td.priority .high {
  font-weight: bold;
  color: #d81b60;
}

.repair_table tbody td.priority .middle {
  font-weight: bold;
  color: #00897b;
}

.repair_table tbody td.priority .low {
  color: #1e88e5;
}

.repair_table tbody tr:nth-of-type(2n) td {
  background: #f6f6f6;
}

#task_summary {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#task_summary .image {
  width: 49%;
}

#task_summary .image object {
  width: 100%;
  height: 1000px;
}

#task_summary .text {
  width: 49%;
  background: #fff;
  border-radius: 5px;
}

.room_status {
  font-size: 11px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.room_status thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
  white-space: nowrap;
}

.room_status thead .room_full th {
  background: #004d40;
}

.room_status tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  text-align: center;
  white-space: nowrap;
}

.room_status tbody td.price {
  text-align: right;
}

.room_status tbody td.text {
  text-align: left;
}

.room_status tbody tr.order {
  font-weight: bold;
  color: #f4511e;
}

.room_status tbody tr.order td {
  background: #fff3e0;
}

.room_status tbody tr.vacant {
  font-weight: bold;
  color: #f00;
}

.room_status tbody tr.vacant td {
  background: #fce4ec;
}

.room_status tbody tr.repair {
  font-weight: bold;
  color: #006978;
}

.room_status tbody tr.repair td {
  background: #e0f7fa;
}

.room_status tbody tr.will_leave {
  font-weight: bold;
  color: #455a64;
}

.room_status tbody tr.will_leave td {
  background: #eceff1;
}

.room_status tbody tr.order {
  font-weight: bold;
  color: #f4511e;
}

.room_status tbody tr.order td {
  background: #fff3e0;
}

.room_status tbody tr.processing {
  font-weight: bold;
  color: #33691e;
}

.room_status tbody tr.processing td {
  background: #dcedc8;
}

.room_status tbody tr.waiting_estimate {
  font-weight: bold;
  color: #00897b;
}

.room_status tbody tr.waiting_estimate td {
  background: #e0f2f1;
}

.room_status tbody tr.waiting_approval {
  font-weight: bold;
  color: #303f9f;
}

.room_status tbody tr.waiting_approval td {
  background: #e8eaf6;
}

.room_status tbody input[type="text"] {
  width: 65px;
  font-size: 10px;
  text-align: center;
}

#parking_status {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  margin-bottom: 40px;
}

#parking_status thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
}

#parking_status tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
  text-align: center;
}

#parking_status tbody tr.vacant {
  font-weight: bold;
  color: #f00;
}

#parking_status tbody tr.vacant td {
  background: #fce4ec;
}

#owner_occupancy_rate {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#owner_occupancy_rate h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#owner_occupancy_rate .all_occupancy_rate td {
  background: #ccc;
}

#owner_occupancy_rate .col {
  width: 32%;
}

#owner_occupancy_rate table {
  font-size: 12px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

#owner_occupancy_rate thead th {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  border-right: 1px solid #f5f2fa;
}

#owner_occupancy_rate tbody td {
  padding: 0.25em 0.5em;
  background: #fff;
  border-right: 1px solid #f5f2fa;
  border-bottom: 1px solid #f5f2fa;
}

#owner_occupancy_rate tbody tr.vacant {
  font-weight: bold;
  color: #f00;
}

#owner_occupancy_rate tbody tr.vacant td {
  background: #fce4ec;
}

.fixed_button {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.fixed_button input {
  width: 96%;
  border-style: none;
  padding: 15px 0;
  border-radius: 5px;
  background: #039be5;
  color: #fff;
}

.fixed_button input.btn_danger {
  width: 96%;
  border-style: none;
  padding: 15px 0;
  border-radius: 5px;
  background: #f00;
  color: #fff;
}

#bukken_status {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #999;
}

#bukken_status table {
  width: 100%;
}

#bukken_status th {
  background: #111;
  color: #fff;
}

#bukken_status td {
  font-size: 13px;
  padding: 0.5em;
}

#bukken_status .extremely_danger {
  background: #d81b60;
  color: #fff;
  font-weight: bold;
}

#bukken_status .super_danger {
  background: #ec407a;
  color: #fff;
  font-weight: bold;
}

#bukken_status .danger {
  background: #f06292;
  color: #fff;
  font-weight: bold;
}

#bukken_status .caution {
  background: #f48fb1;
}

#bukken_status .alert {
  background: #f8bbd0;
}

#bukken_status .normal {
  background: #fce4ec;
}

#bukken_status .null {
  background: #ccc;
}

#bukken_status .before_leave {
  background: #bbdefb;
}

/* -----------------------------------------------------------
	Sidebar
----------------------------------------------------------- */
#sidebar {
  width: 15%;
  background: #fff;
}

#sidebar h3 {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background: #0d47a1;
}

#sidebar ul {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#sidebar ul a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

#sidebar ul a.current {
  background: #333;
  color: #fff;
}

#sidebar ul a:hover {
  background: #333;
  color: #fff;
}

#side_profile {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#side_profile .photo {
  width: 20%;
}

#side_profile .photo img {
  width: 100%;
  border-radius: 50%;
}

#side_profile .name {
  width: 75%;
}
