@charset "utf-8";
/* =======================================================================

   ●
   
======================================================================= */
/* -----------------------------------------------------------
　●
----------------------------------------------------------- */
/* :::::::::: ● :::::::::: */
/* =======================================================================

   基本
   
======================================================================= */
/* -----------------------------------------------------------
　画像サイズ
----------------------------------------------------------- */
img.fluid-image {
  max-width: 100%;
}
/* -----------------------------------------------------------
　構造
----------------------------------------------------------- */
section {}
article {}
aside {}
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {}
h2 {
  margin: 0 auto 15px;
  padding: 5px 10px;
  font-size: 120%;
  font-weight: normal;
  background: #fdf3e3; /* Old browsers */
  background: -moz-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf3e3), color-stop(100%, #e4d5b4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fdf3e3 0%, #e4d5b4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf3e3', endColorstr='#e4d5b4', GradientType=0); /* IE6-9 */
  border: 2px solid #887757;
  color: #664f2a;
  line-height: 110%;
}
h3 {
  padding: 0px;
  font-size: 130%;
  margin: 0 0 10px;
  font-weight: normal;
  color: #6B3819;
}
h3.titleB {
  margin: 0 auto 15px;
  padding: 10px 15px;
  font-size: 120%;
  font-weight: normal;
  line-height: 110%;
  background-color: #503914;
  color: #fff;
  border-radius: 5px;
}
h4 {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: normal;
  color: #396e30;
  font-size: 16px;
}
h5 {}
h6 {}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol {}
ol li {}
ul {}
ul li {}
dl {}
dl dt {}
dl dd {}
/* :::::::::: テーブル :::::::::: */
table {}
table tr th, table tr td {}
table tr th {}
table tr td {}
.bold {
  font-weight: bold;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.txtC {
  text-align: center;
}
/* =======================================================================

   全体
   
======================================================================= */
body {
  font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
#header {
  text-align: center;
}
#header h1 {
  margin: 0 auto;
  padding: 0;
}
hgroup {
  padding-top: 9rem;
}
hgroup.top {
  padding-top: 0;
}
#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}
#header_wrap.shadow {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
/* :::::::::: cookie+CSS切り替え :::::::::: */
#header #font-buttons {}
/* :::::::::: メインナビ :::::::::: */
ul#main_nav {
  margin: 0 auto 20px;
}
ul#main_nav li {
  background: #8a1b19; /* Old browsers */
  background: -moz-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a1b19), color-stop(100%, #65190b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #8a1b19 0%, #65190b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a1b19', endColorstr='#65190b', GradientType=0); /* IE6-9 */
  list-style: none;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  padding: 10px;
}
ul#main_nav a:link {
  color: #ffffff;
  text-decoration: none;
}
ul#main_nav a:visited {
  color: #ffffff;
  text-decoration: none;
}
ul#main_nav a:hover {
  color: #fff3d6;
  text-decoration: underline;
}
ul#main_nav a:active {
  color: #fff3d6;
  text-decoration: underline;
}
ul#main_nav .onavi {
  background: #fd5900; /* Old browsers */
  background: -moz-linear-gradient(top, #fd5900 0%, #ae5400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd5900), color-stop(100%, #ae5400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd5900 0%, #ae5400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd5900 0%, #ae5400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd5900 0%, #ae5400 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fd5900 0%, #ae5400 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd5900', endColorstr='#ae5400', GradientType=0); /* IE6-9 */
  list-style: none;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  padding: 10px;
}
/* :::::::::: キービジュアル :::::::::: */
#key_visual {
  margin: 15rem auto 10px;
  text-align: left;
}
#key_visual img {
  max-width: 100%;
}
/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper {}
/* :::::::::: パンくずリスト :::::::::: */
ol.bredcrumbs {
  font-size: 80%;
  text-align: right;
  margin: 0 0 15px;
  background: #8a1b19; /* Old browsers */
  background: -moz-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a1b19), color-stop(100%, #65190b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8a1b19 0%, #65190b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #8a1b19 0%, #65190b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a1b19', endColorstr='#65190b', GradientType=0); /* IE6-9 */
  list-style: none;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  padding: 10px;
}
ol.bredcrumbs a:link {
  color: #ffffff;
  text-decoration: none;
}
ol.bredcrumbs a:visited {
  color: #ffffff;
  text-decoration: none;
}
ol.bredcrumbs a:hover {
  color: #dc9792;
  text-decoration: underline;
}
ol.bredcrumbs a:active {
  color: #dc9792;
  text-decoration: underline;
}
ol.bredcrumbs li {
  display: inline;
  list-style-type: none;
}
ol.bredcrumbs li:after {
  content: " >> ";
}
ol.bredcrumbs li:last-child:after {
  content: "";
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
  margin: 0 15px 30px;
}
/* :::::::::: お知らせ欄 :::::::::: */
#infomation {
  margin: 0 10px 30px;
}
#infomation dl {
  margin: 0;
  padding: 0;
}
#infomation dt {
  padding: 0;
}
#infomation dt .date {}
#infomation dd {
  margin: 0 0 10px 0;
  padding: 4px 0;
  line-height: 120%;
}
/* :::::::::: 医院概要 :::::::::: */
#clinic_info {}
#clinic_info #map_canvas {
  width: 100%;
  height: 200px;
}
/* :::::::::: その他 :::::::::: */
.box {
  height: auto;
  padding: 10px;
}
/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents {}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
#footer {
  margin: 0 auto;
  font-size: 80%;
  padding: 10px;
  clear: both;
  color: #ffffff;
  background: #cdb889; /* Old browsers */
  background: -moz-linear-gradient(top, #cdb889 0%, #ab9153 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdb889), color-stop(100%, #ab9153)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cdb889 0%, #ab9153 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdb889 0%, #ab9153 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdb889 0%, #ab9153 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cdb889 0%, #ab9153 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdb889', endColorstr='#ab9153', GradientType=0); /* IE6-9 */
}
#footer a:link {
  color: #ffffff;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff3d6;
  text-decoration: underline;
}
#footer a:active {
  color: #fff3d6;
  text-decoration: underline;
}
#footer .copyright {
  font-size: 80%;
}
.smoothScrolls p {
  background-color: #efefef;
  padding: 5px 15px;
  display: inline-block;
  float: right;
  font-size: 80%;
  margin: 15px 5px;
}
.scroll {
  overflow: auto; /*tableをスクロールさせる*/
  /*white-space: nowrap;*/ /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}
/* -----------------------------------------------------------
　アコーディオン
----------------------------------------------------------- */
.accordion {
  margin: 10px 0;
}
.accordion dt {
  font-weight: normal;
  background: #fdf3e3; /* Old browsers */
  background: -moz-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf3e3), color-stop(100%, #e4d5b4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdf3e3 0%, #e4d5b4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fdf3e3 0%, #e4d5b4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf3e3', endColorstr='#e4d5b4', GradientType=0); /* IE6-9 */
  border: 2px solid #887757;
  color: #664f2a;
  position: relative;
  cursor: pointer;
  background: inherit;
  margin: 0 0 10px;
}
.accordion dt h2 {
  margin: 0;
  padding: 5px;
  border: 0;
}
.accordion dt h2:before {
  content: url(../images/yaji.png);
  float: right;
  margin: 2px 0 0 10px;
  width: 20px;
}
.accordion dd {
  margin: 0 0 20px;
}
.brownbg {
  background-color: #6c1a0d;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  font-size: 80%;
}
.vacancybox {
  width: 100%;
  border: 1px solid #CCC;
  margin: 0 auto 50px;
  text-align: center;
  background: #fdfcf8; /* Old browsers */
  background: -moz-linear-gradient(top, #fdfcf8 0%, #f7eeca 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfcf8), color-stop(100%, #f7eeca)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfcf8 0%, #f7eeca 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfcf8 0%, #f7eeca 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfcf8 0%, #f7eeca 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fdfcf8 0%, #f7eeca 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfcf8', endColorstr='#f7eeca', GradientType=0);
  padding: 10px 0;
  font-size: 110%;
}
.bana-tokucyo img {
  float: left;
  width: 46%;
  margin: 0 5px 10px;
}
.index-cap {
  margin: 0 auto 20px;
}
.index-cap .title {
  background-color: #a3442a;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  font-weight: bold;
}
.index-cap .combox {
  border: 2px solid #a3442a;
  padding: 10px;
  background-image: url(../images/index-cap-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.box #clinicname {
  font-size: 150%;
  padding: 0px;
  margin: 0 0 10px 0;
}
.box #clinicname .nameS {
  font-size: 75%;
}
.fontB {
  font-weight: bold;
}
.red {
  color: #F30;
}
p {
  margin: 0 auto 20px;
}
.fontS {
  font-size: 90%;
}
.fontM {
  font-size: 16px;
}
.colorRB {
  color: #ba2f25;
  font-weight: bold;
}
.colorBB {
  color: #6B3819;
  font-weight: bold;
}
.conthead {
  border: 3px double #cccccc;
  margin: 0 10px 10px;
  padding: 20px 10px;
  background: #f8f3e5; /* Old browsers */
  background: -moz-linear-gradient(top, #f8f3e5 61%, #eadebe 65%, #eadebe 65%, #f2ebd7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #f8f3e5), color-stop(65%, #eadebe), color-stop(65%, #eadebe), color-stop(100%, #f2ebd7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f3e5 61%, #eadebe 65%, #eadebe 65%, #f2ebd7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f3e5 61%, #eadebe 65%, #eadebe 65%, #f2ebd7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f3e5 61%, #eadebe 65%, #eadebe 65%, #f2ebd7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f8f3e5 61%, #eadebe 65%, #eadebe 65%, #f2ebd7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f3e5', endColorstr='#f2ebd7', GradientType=0); /* IE6-9 */
  color: #513914;
  font-size: 130%;
  border-radius: 5px;
  text-align: left;
  font-weight: bold;
}
/*-------------------------------------------------
   院内写真
-------------------------------------------------*/
.viewport {
  width: 260px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.flipsnap { /* 260px(item width) * 10(item count) */
  width: 2600px;
}
.flipsnap2 {
  width: 1560px;
}
.flipsnap3 {
  width: 1560px;
}
.item {
  float: left;
  width: 260px;
  font-size: 50px;
  text-align: center;
  color: #666;
}
.text-center {
  text-align: center;
}
.support_img {
  padding: 3px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  text-align: center;
}
.caution {
  font-size: 85%;
  color: #ff0000;
}
/*  --------------------------------------
					cost.html
----------------------------------------*/
.cost_table table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 0 auto 30px;
  line-height: 100%;
}
.cost_table th, .cost_table td {
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 100%;
}
.cost_table th {
  background-color: #a18734;
  color: #ffffff;
  font-weight: normal;
  padding: 5px;
}
.cost_table td {
  padding: 15px 10px;
}
.box .lists {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 44px;
}
.box .lists li {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: circle;
}
/*  --------------------------------------
					recruite.html
----------------------------------------*/
.box .tabler table {
  padding: 0px;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.box .tabler td, .box .tabler th {
  border: 1px solid #CCC;
  padding: 10px 15px;
}
.box .tabler th {
  background-color: #EEE7D0;
  text-align: center;
  color: #423818;
}
.box .tabler tr .left p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.box .tabler tr .right {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.box .tabler tr .right p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.recruit_formbana {
  text-align: right;
  margin: 0 0 30px;
}
.recruit_link {
  text-align: center;
}
.recruit_link li {
  list-style: none;
  margin: 10px 0 0 0;
}
.recruit_link li a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 15px;
  color: #fff;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-decoration: none;
  border-radius: 5px;
  border: 1px #906649 solid;
  box-shadow: inset 0 0 0 1px rgba(184, 143, 114, 1);
  background: rgb(110, 78, 56);
  background: -moz-linear-gradient(top, rgb(110, 78, 56) 0%, rgb(71, 50, 36) 100%);
  background: -webkit-linear-gradient(top, rgb(110, 78, 56) 0%, rgb(71, 50, 36) 100%);
  background: linear-gradient(to bottom, rgb(110, 78, 56) 0%, rgb(71, 50, 36) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e4e38', endColorstr='#473224', GradientType=0);
}
.recruit_link li a::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
}
.box .eqbox {
  height: auto;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
}
.box .eqbox .txtarea {
  width: 490px;
  float: left;
  line-height: 130%;
}
.box .eqbox .imgl {
  float: left;
  padding: 0px;
  margin: 0 10px 0 0;
}
.box .eqbox .imgr {
  float: right;
  ;
  width: 200px;
}
.box .eqbox h3 {
  padding: 10px 0;
  margin: 0 0 10px 0;
  background-color: #edddac;
  text-align: center;
  vertical-align: middle;
}
/*入間藤沢幸楽園ライフ*/
.box_life {
  width: 100%;
  overflow: hidden;
}
.box_life h3 {
  padding: 2px !important;
  margin: 0 0 10px 0;
  background-color: #edddac;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.box_life figure {
  width: 150px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
.box_life p {
  font-size: smaller;
}
.prev {
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  background-color: #7d6417;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 15px;
}
.prev:hover {
  background-color: #ad9354;
}
.prev a {
  color: #fff !important;
  text-decoration: none;
  display: block;
}
.inquiry {
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  background-color: #b1984d;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 15px;
}
.inquiry:hover {
  background-color: #cfb76f;
}
.inquiry a {
  color: #fff !important;
  text-decoration: none;
  display: block;
}
.anchor_adjust {
  margin-top: -40vw !important;
  padding-top: 40vw !important;
}
.locum {
  width: 100%;
  border-collapse: collapse;
}
.locum th {
  background: #efefef;
  padding: .8rem;
  font-weight: normal;
  border: 1px solid #ccc;
  text-align: center;
}
.locum td {
  padding: .8rem;
  border: 1px solid #ccc;
  text-align: center;
}
.locum td.wrapable {
  max-width: 40%;
  text-align: left;
}
dl.list_visitation {
  margin: 0 auto;
  padding: 0;
}
dl.list_visitation dt {
  margin: 0 auto .5rem;
  padding: .5rem 1rem;
  background: #6c1a0d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
dl.list_visitation dt::after {
  display: inline-flex;
  margin: 0 auto 0 16rem;
  padding: 0;
  content: "▼";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
dl.list_visitation dt.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
dl.list_visitation dd {
  margin: 0 auto 1.5rem;
  padding: 0;
}
dl.list_visitation dd table {
  width: 640px;
  border-collapse: collapse;
  margin: .5rem auto 0 !important;
}
dl.list_visitation dd table tr:nth-child(1) th {
  background: #efefef;
}
dl.list_visitation dd table th {
  background: #fff;
  padding: .5rem;
  font-weight: normal;
  border: 1px solid #ccc;
  text-align: center;
}
.statusTable tr:first-child th:first-child {
  width:25%!important;
}
dl.list_visitation dd table th:nth-child(1) {
  width: 25%;
}
dl.list_visitation dd table td {
  padding: .5rem;
  border: 1px solid #ccc;
  text-align: center;
}