@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*-----------------------------------------------------

	Top CSS (LastUpDate:2012.08.24)
	
		- Contents Area
		- Main Area
		- Sub Title
		- What's New
		- Menu, About, Other

-----------------------------------------------------*/
/*-----------------------------------------------------

	Contents Area

-----------------------------------------------------*/
#ContentsArea {
  padding-bottom: 195px;
}

/*-----------------------------------------------------

	Main Area

-----------------------------------------------------*/
dl#MainArea {
  height: 334px;
  margin-bottom: 37px;
  padding: 0 577px 0px 45px;
  background: url(../img/index_mainbg.jpg) no-repeat top left;
}
dl#MainArea dt {
  padding: 57px 0 0 0;
}

/*-----------------------------------------------------

	Sub Title

-----------------------------------------------------*/
h2 {
  margin-bottom: 10px;
  padding: 0 0 11px 12px;
  background: url(../img/cmn_stitbg.jpg) no-repeat bottom left;
  border: none;
}

/*-----------------------------------------------------

	What's New

-----------------------------------------------------*/
#WhatsNew {
  margin-bottom: 24px;
}
#WhatsNew #feed dt {
  width: 7em;
  float: left;
}
#WhatsNew #feed dd {
  padding: 0 0 11px 7em;
  background: url(../img/index_dotline_whatsnew.gif) repeat-x bottom left;
}

/*-----------------------------------------------------

	Menu, About, Other

-----------------------------------------------------*/
#service {
  margin-bottom: 30px;
}

/*-----------------------------------------------------
	Common
-----------------------------------------------------*/
#Menu ul li, #About ul li, #Other ul li {
  margin-bottom: 10px;
}

/*-----------------------------------------------------
	Menu, About
-----------------------------------------------------*/
#Menu, #About {
  margin-right: 25px;
  width: 282px;
  float: left;
  display: inline;
  _background: #ffffff;
  /* IE6 Hack */
}

/*-----------------------------------------------------
	Other
-----------------------------------------------------*/
#Other {
  width: 282px;
  float: left;
  display: inline;
}

/*-----------------------------------------------------
	Dialog
-----------------------------------------------------*/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.dialog {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 40px;
  width: 780px;
  text-align: left;
}
.dialog .modal_close {
  float: right;
  cursor: pointer;
  margin-top: 35px;
}
.dialog .agree {
  margin: 0 0 20px 10px;
  line-height: 20px;
}
.dialog .agree input {
  margin: 0 5px 20px 0;
}
.dialog ul {
  margin: 0 0 20px 0px;
  border: 1px solid #eee;
  padding: 20px 40px;
}
.dialog ul li {
  list-style: disc;
  margin: 0 0 5px 0;
}

/*-----------------------------------------------------

	診療時間

-----------------------------------------------------*/
#time {
  margin-bottom: 5px;
  padding: 1px;
  width: 580px;
  float: left;
  margin-right: 34px;
}
#time .time_title {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
#time table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  border: 1px solid #974102 !important;
}
#time th, #time td {
  padding: 5px 0px;
  border-top: 1px solid #ebd4b2;
  border-left: 1px solid #ebd4b2;
  font-size: 108%;
  text-align: center;
}
#time tr#Week th {
  background: #f8f6f0;
  border-top: none;
  font-weight: bold;
  width: 10%;
}
#time tr#Week th.AMPM {
  width: 20%;
}
#time th.AMPM {
  border-left: none;
}

.banner_recruit {
  position: relative;
  top: 31px;
  left: 0;
}
