/*メニューエリア*/
#globalnavi li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url("time/time_img/menu-time_btn.png");
	padding-top: 50px;
}

/* global navi normal
---------------------*/
    #navi1 a { width:192px; background-position:0       0;}
    #navi2 a { width:192px; background-position:-192px  0;}
    #navi3 a { width:192px; background-position:-384px  0;}
    #navi4 a { width:192px; background-position:-576px  0;}
    #navi5 a { width:192px; background-position:-768px  0;}


/* global navi rollover
----------------------*/
    #navi1 a:hover  { width:192px; background-position:0       -50px;}
    #navi2 a:hover  { width:192px; background-position:-192px  -50px;}
    #navi3 a:hover  { width:192px; background-position:-384px  0px;}
    #navi4 a:hover  { width:192px; background-position:-576px  -50px;}
	#navi5 a:hover  { width:192px; background-position:-768px  -50px;}

/*トップスライドエリア*/
#slideArea
{
	position:relative;
   	width:100%;
	height:360px;
	margin-top:40px;
//	background:#FF9;
}

#slideBox
{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto auto auto;
	width:960px;
	height:360px;
}

/*コンテンツエリア*/
#contentsArea
{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	width:100%;
	height:auto;
	margin-top: 40px;
	margin-bottom: 100px;/*フッターとの余白*/
}

#contentsBox
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:960px;
	height:100%;
}

#contents
{
	width:666px;
	height:100%;
	background:#FFFFFF;
    border: solid 7px #ECE5D4;
	float:left;
}

/*診療対象動物エリア*/
#clinic-time_Area
{
	position: relative;
	width: 666px;
	height: auto;
//  padding: 7px 7px;
    margin:0 0 0 0;
//  color: #2c2c2f;
    background: #FFFFFF;
}
#clinic-time_bar
{
	width: 640px;
	height: 60px;
}
#clinic-time_bar img
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	margin: 10px auto 0px auto;
}
#clinic-time_graf table
{
  border:solid 2px #006839;
}
#clinic-time_graf th
{
	padding: 8px;
	color: #FFFFFF;
	background-color: #006837;
}
#clinic-time_graf td
{
	font-size: 25px;
	padding: 8px;
	text-align: center;
	background-color: #FFFFFF;
}
#clinic-time_graf
{
	background-color: aliceblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: auto;
	margin: 30px auto auto auto;
}
#clinic-time_contents
{
//	background-color: aliceblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: auto;
	margin: 15px auto auto auto;/*診療内容エリアとの余白*/
}

/*時間外診療エリア*/
#overtime_bar
{
//	background-color: aquamarine;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 50px;
	margin: auto;
}
#overtime_bar img
{
//	background-color: red;
	position: absolute;
	top: 0;
//	right: 0;
	bottom: 0;
	left: 0;
	width: 230px;
	margin: 30px auto 0px auto;
}

