/* メニュー */
#head_right {
	float: right;
	padding: 180px 10px 0 0;
	background: #fff;
}


/* メインメニュー */
#menu {
	list-style-type: none;
	margin: 0 auto;
}
#menu li {
	float: left;
	margin: 0;
	padding: 10px 50px;
	height: 160px;
	text-align: center;

	background-color: transparent;
	color: #fff;

	border-left:2px dotted #999;
}
#menu li:last-child  {
	border-right:2px dotted #999;
}
#menu li a {
	display: block;
	width : 100%;
/*	line-height: 50px;*/
	color: #fff;
}
/* フェードインアウト */
#menu li a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";}
#menu li a img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;}








/* メインメニュー */
.nav_f {
	margin: 0 auto;
	padding: 0;
	display: flex;
/*	height: 80px;*/
}
.nav_f {
	width: 850px;
}
.nav_f li {
	position: relative;
	list-style: none;
}
.nav_f li a {
	display: block;
	height: 80px;
	text-align: center;
	padding-top: 20px;
	font-size: 21px;
	letter-spacing: 1.8px;
	transition: 0.3s;
	text-decoration: none;
	box-sizing: border-box;
}
.nav_f li a {
	color: #fff;
	background: #336633;
}
.nav_f > li:hover > a {
	color: #ccc;
/*background: #eee;*/
}
#menu_f_news a:after,#menu_f_doctor a:after,#menu_f_info a:after,#menu_f_prev a:after,#menu_f_clinic a:after,#menu_f_intro a:after,#menu_f_access a:after {
	display: block;
	font-size: 12px;
}
#menu_f_news a:after {
	content: 'NEWS';
	color: #f66900;
}
#menu_f_doctor a:after {
	content: 'HOME DOCTOR';
	color: #f66900;
}
#menu_f_info a:after {
	content: 'INFORMATION';
	color: #f66900;
}
#menu_f_prev a:after {
	content: 'PREVENTIVE';
	color: #f66900;
}
#menu_f_clinic a:after {
	content: 'CLINIC';
	color: #f66900;
}
#menu_f_intro a:after {
	content: 'INTRODUCTION';
	color: #f66900;
}
#menu_f_access a:after {
	content: 'ACCESS';
	color: #f66900;
}
#menu_f_news a {width: 150px;}
#menu_f_doctor a {width: 150px;}
#menu_f_info a {width: 160px;}
#menu_f_clinic a {width: 120px;}
#menu_f_intro a {width: 160px;}
#menu_f_access a {width: 110px;}




/* サブメニュー */
#menu_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
	background-color: #fff;
}
#menu_nav {
	margin: 0 auto;
	list-style: none;
}
#menu_nav ul li {
	display: inline;
	border-right: 1px solid #4a7d1b;
	font-size: 18px;
	padding: 20px 45px;
}
#menu_nav ul li:first-child {
	border-left: 1px solid #4a7d1b;
}
#menu_nav ul li a {
	color: #4a7d1b;
	text-decoration: none;
	transition: 0.3s;
}
#menu_nav ul li a:hover {
	color: #ccc;
}




