@charset "utf-8";
body
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #FAF7F0;
	margin: 0;
	padding: 0;
	color: #555;
}
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a img
{
    border-style:none;
}

a:link, a:visited
{
	color: #666666;
	text-decoration:none;
}
a:hover
{
	color: #2CAAD8;
}

.red
{
	color:#F00;
	
}

/*ヘッダーエリア*/
#headerArea
{
	position:relative;
   	width:100%;
	height:136px;
//	background:#6A3906;
}

#headerLine
{
	position:relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
   	width:100%;
	height:35px;
	background:#6A3906;
}

#headerLinebox
{
	position:relative;
	display: table;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
   	width:960px;
	height:35px;
}
#headerLinebox p
{
	font-size: 14px;
	color: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
}

#headerBox
{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:20px auto auto auto;
	width: 960px;
	height: 81px;
}

#logogroup
{
	width:400px;
	height:81px;
	float:left;
}
#logogroup h1
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width:400px;
	height:81px;
}

#logogroup-tel
{
	width:230px;
	height:81px;
	float:right;
}
#logogroup-tel h1
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width:230px;
	height:81px;
}

.clearfix:after
{ /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix
{
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix
{
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

/*メニューエリア*/
#navArea
{
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 40px;
//	background-image: url(common_img/menu_img/menu-bk_btn.jpg);
//	background-repeat: repeat-x;
}

#globalnavi
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 960px;
	height: 50px;
	overflow: hidden;
}

#globalnavi ul{
	padding:0;
	margin:0;
	height: 50px;
}

#globalnavi li{
	float: left;
	height: 50px;
	display: block;
}

/*サブメニューエリア*/
#subnavArea
{
	position: relative;
	width: 100%;
	height: 50px;
}

#subnaviBox
{
	display: table;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 960px;
	height: 50px;
}
#subnaviBox p
{
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
//	margin-top: 12px;
}

/*タイトルエリア*/
#titleArea
{
/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; //水平方向
	justify-content: center; //水平方向
	-webkit-align-items: center; //垂直方向
	align-items: center; //垂直方向
	height:120px;*/
  
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 40px;
}

#titleBox
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 960px;
	height: 120px;
/*	margin: 0 auto;*/
}

/*サイドエリア*/
#side
{
	width:260px;
//	height:100%;
	background:#FAF9F5;
	float:right;
	margin-left:20px;
}
#side img
{
	margin-bottom:13px;	
}

#side-border01
{
	border-bottom:1px solid gray;
	margin-bottom:20px;

}

#clinictime_sidebar
{
	width: 260px;
	height: 28px;
}
#clinictime_sidebar img
{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	padding: 0;
	margin: 0;
}
#clinictime_sidehyo
{
	width: 260px;
	height: 85px;
}
#clinictime_sidehyo img
{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	height: 70px;
	padding: 0;
	margin: 15px 0 0 0;
}
#clinictime_contents
{
//	background-color: aqua;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	padding: 0;
	margin: 10px 0 30px 0;
	font-size: 14px;
}

#address_sidebar
{
	width: 260px;
	height: 28px;
}
#address_sidebar img
{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	padding: 0;
	margin: 0;
}
#address_contents
{
//	background-color: aqua;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	height: 64px;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 14px;
}
#address_map
{
//	background-color: aqua;
	position:relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding:5px 5px 0px 5px;
	border:1px solid #ddd;
	width:248px;
	margin: 10px 0 0 0;
}

/*フッターエリア*/
#footerArea
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

   	width:100%;
	height:auto;
	margin-top:auto;
	color: #FFFFFF;
	background:#6A3906;
}

#footerBox
{
	width: 960px;
	height: 100%;
}

#footerNav
{
	display:inline-block;
	font-size:12px;
	width:960px;
	text-align:center;
	margin:15px auto 30px auto;
	padding:0px;
}
#footerNav p
{
	margin:0px;
}
#footerNav a:link, a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}
#footerNav a:hover
{
	color: #2CAAD8;
}

/*フッターロゴ・住所エリア*/
#footerAdressBox
{	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	margin-bottom:30px;

	width: 100%;
	height: 50px;

}
#footerLogo
{
	font-size:12px;
	border-right:2px solid #CCC;
	padding-right:20px;
}
#footerAdress
{
	font-size:13px;
	line-height:180%;
	padding-left:20px;
}
#footerAdress td
{
	vertical-align:bottom;
}

#footerCopyright
{
	font-size:12px;
	width:960px;
	text-align:center;
}