@charset "UTF-8";
/* ***********************************************************************
    SHIROYASHIKI CLINIC - <Nav>
*********************************************************************** */
/*
    1 : Global Nav
	2 : Local Nav
	3 : Footer Nav
*/

/* ***********************************************************************
    1 : Global Nav
*********************************************************************** */
#globalNav {
	display         : block;
	background-color: #684206;
	width           : 100%;
	height          : 70px;
	text-align      : center;
}
#globalNav ul {
	position  : relative;
	display   : block;
	background: url(../images/dotted_nav.png) right top no-repeat;
	width     : 1080px;
	height    : 70px;
	margin    : 0 auto;
}
#globalNav ul li {
	float       : left;
	display     : block;
	background  : url(../images/dotted_nav.png) left top no-repeat;
	width       : 179px;
	height      : 70px;
	padding-left: 1px;
	text-align  : center;
}
#globalNav ul li a { width: 179px; }
#globalNav ul li a,
#globalNav ul li ul.child li a {
	display   : block;
	height    : 70px;
	text-align: center;
	font      : normal 18px/70px "UD Shin Go Conde90 L", sans-serif;
	color     : #fff;
}
#globalNav ul li a:hover {
	text-decoration : none;
	color           : #e47e11;
}

/** text-wide **/
#globalNav ul li ul.child li a span {
	display  : inline-block;
	transform: scale(1.1, 1);
}

/** active時 **/
#greeting #globalNav ul.parent li#gn01 a,
#forpatients #globalNav ul.parent li#gn02 a,
#guide #globalNav ul.parent li#gn03 a,
#facility #globalNav ul.parent li#gn04 a,
#access #globalNav ul.parent li#gn05 a,
#news #globalNav ul.parent li#gn06 a {
	background: url(../images/globalNav_active.png) center bottom no-repeat;
	color     : #e47e11;
}

@media (max-width:800px) {
	#globalNav {
		display: none;
	}
}


/* ***********************************************************************
	2 : Local Nav
*********************************************************************** */
#localNav {
	display         : block;
	background-color: #d9cdaf;
	width           : 100%;
	height          : 40px;
	text-align      : center;
}
#greeting #localNav ul {
	width: 480px;
}
#forpatients #localNav ul {
	width: 330px;
}
#guide #localNav ul {
	width: 630px;
}
#facility #localNav ul {
	width: 300px;
	/*border: solid 1px red;*/
}
#access #localNav ul {
	width: 600px;
}

#localNav ul {
	height    : 40px;
	margin    : 0 auto;
}
#localNav ul li {
	float      : left;
	width      : auto;
	height     : 40px;
	margin-left: 80px;
}
#localNav ul li:first-child {
	margin-left: 0;
}
#localNav ul li a {
	background  : url(../images/arrow_lowerNav.png) left center no-repeat;
	width       : auto;
	height      : 40px;
	padding-left: 25px;
	color       : #684206;
	text-align  : left;
	font        : normal 16px/40px "UD Shin Go Conde90 L", sans-serif;
}
#localNav ul li a:hover span {
	opacity : 0.6;
	filter  : alpha(opacity=60);
}

/** text-wide **/
#localNav ul li a span {
	display  : inline-block;
	transform: scale(1.05, 1);
}


@media (max-width:800px) {
	#localNav {
		display: none;
	}
}


/* ***********************************************************************
	3 : Footer Nav
*********************************************************************** */






