/*メニューエリア*/
#globalnavi li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url("clinic/clinic_img/menu-clinic_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  0px;}
    #navi3 a:hover  { width:192px; background-position:-384px  -50px;}
    #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-ani_Area
{
	position: relative;
	width: 666px;
	height: auto;
//  padding: 7px 7px;
    margin:0 0 0 0;
//  color: #2c2c2f;
    background: #FFFFFF;
}
#clinic-ani_bar
{
	width: 640px;
	height: 60px;
}
#clinic-ani_bar img
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	margin: 10px auto 0px auto;
}
#clinic-ani_img
{
//	background-color:azure;
	width: 640px;
	height: 132px;
}
#clinic-ani_img img
{
//	background-color: aliceblue;
	position: absolute;
//	top: 0;
	right: 0;
//	bottom: 0;
	left: 0;
	width: 640px;
	height: 102px;
	margin: 30px auto 0px auto;
}
#clinic-ani_contents
{
//	background-color: aliceblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: auto;
	margin: 15px auto 30px auto;/*診療内容エリアとの余白*/
}

/*診療内容エリア*/
#clinic-contents_Area
{
	position: relative;
	width: 666px;
	height: auto;
//  padding: 7px 7px;
    margin:0 0 30px 0;/*下部コメントエリアとの余白*/
//  color: #2c2c2f;
    background: #FFFFFF;
}
/*診療科目エリア*/
#clinic-contents_bar
{
	width: 640px;
	height: 60px;
}
#clinic-contents_bar img
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	margin: 10px auto 0px auto;
}

#clinic-kamoku_bar
{
//	background-color: aquamarine;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 45px;
	margin: auto;
}
#clinic-kamoku_bar img
{
//	background-color: red;
	position: absolute;
	top: 0;
//	right: 0;
	bottom: 0;
	left: 0;
	width: 115px;
	margin: 25px auto 0px auto;
}
#clinic-kamoku_contents
{
//	background-color:antiquewhite;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 142px;
	margin: 20px auto auto auto;
}
/*診療科目左エリア*/
#clinic-kamoku-left_contents
{
//	background-color:brown;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	//display: table-cell;
	border-collapse:separate;
	border-spacing: 20px 0px;
	width: 510px;
	height: auto;
	margin: auto auto auto -20px;
	float: left;
}
#clinic-kamoku_list
{
	font-size: 14px;
//	background-color: darkgoldenrod;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
	padding-top:2px;
	width: 75px;
	height: 28px;
    border: solid 1px #555;
}
/*診療科目右エリア*/
#clinic-kamoku-right_contents
{
//	background-color: cornflowerblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 143px;
	height: 45px;
	margin: auto;
	float: right;
}
/*予防診療エリア*/
#clinic-pre_bar
{
//	background-color: aquamarine;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 50px;
	margin: auto;
}
#clinic-pre_bar img
{
//	background-color: red;
	position: absolute;
	top: 0;
//	right: 0;
	bottom: 0;
	left: 0;
	width: 115px;
	margin: 30px auto 0px auto;
}
#clinic-pre_contents
{
//	background-color:antiquewhite;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 107px;
	margin: 20px auto auto auto;
}
/*予防診療左エリア*/
#clinic-pre-left_contents
{
//	background-color:brown;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	//display: table-cell;
	border-collapse:separate;
	border-spacing: 20px 0px;
	width: 510px;
	height: auto;
	margin: auto auto auto -20px;
	float: left;
}
#clinic-pre_list
{
	font-size: 14px;
//	background-color: darkgoldenrod;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
	padding-top:2px;
	width: 140px;
	height: 28px;
    border: solid 1px #555;
}
/*予防診療右エリア*/
#clinic-pre-right_contents
{
	background-color: cornflowerblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 143px;
	height: 45px;
	margin: auto;
	float: right;
}

/*コンテンツコメントエリア*/
#clinic-contents_text
{
//	background-color: aliceblue;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: auto;
	margin: 30px auto auto auto;
}
