@charset "utf-8";
/******************************************************************************

 ■ 	空室状況 用

******************************************************************************/
body {
	color: #000;
	font-size: 85%;
	line-height: 1.4;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../../images/main_bg.gif);
}

.avai {
	height: 545px;
	text-align: center;
	background: url(../../images/ava_bg.png) bottom center no-repeat;
}

p.ava {
	margin: 2em;
	font-weight: bold;
	font-size: 110%;
}

.table-box {
	text-align: center;
	padding: 3em;
}

/* テーブル */
.table_ava {
  border-collapse: collapse;
  table-layout: fixed;
  width: 635px;
  font-weight: bold;
  text-align: center;
}
.table_ava thead th {
  padding: 1em .8em;
  border-right: 2px solid #eeeed5;
}
.table_ava thead th:not(:first-child) {
  background: #4d9bc1;
  color: #fff;
  font-size: 1rem;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
}
.table_ava thead th span {
  font-size: .8rem;
}
.table_ava thead th:nth-child(3) {
  background-color: #f88400;
  position: relative;
}
.table_ava tbody {
  border: 2px solid #d2e8f1;
}
.table_ava tbody tr {
  background-color: #e6f1f6;
}
.table_ava tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table_ava td {
  border-left: 2px solid #d2e8f1;
}
.table_ava td {
  color: #4d9bc1;
  padding: 1em;
}
.table_ava td:nth-child(3) {
  color: #f88400;
  border-right: 2px solid #f88400;
  border-left: 2px solid #f88400;
}
.table_ava tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #f88400;
}


.box_contact {
    position: relative;
    margin: 3em 5em 3em;
    padding: 0.5em 1em;
    border: solid 3px #6b8605;
    border-radius: 8px;
}
.box_contact .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #eeeed5;
    color: #6b8605;
    font-weight: bold;
}
.box_contact p {
    margin: 0; 
    padding: 0.5em 1.5em;
	line-height: 1.8;
	text-align: left;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #fff;
  color: #6b8605;
  border: solid 2px #6b8605;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #9cad5b;
  color: white;
}



/*  ここまで **************************************************************** */ 