@charset "utf-8";
/* ============================================================ */
/* header */
/* ============================================================ */
header {
	position: fixed;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 10;
}
 /* ie8
header {
	position: relative\9;
}
 */
 /* ie9 
header:not(:target) {
	position: fixed\9; 
}
*/
#header_inner {
	position: relative;
	width: 960px;
	min-width: 960px;
	margin: 20px auto 0;
	text-align: left;
}



/*----- #header_logo -----*/

#header_logo {
	padding: 0 0 10px;
}



/*----- #header_search -----*/

#header_search {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
}

#header_search a {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: #eee;
	color: #4b1981;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 50px;
	-webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#header_search a.on,
#header_search a:hover {
	background: #4b1981;
	color: #fff;
}

#search_box_pc {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#search_box_pc .inner {
	position: absolute;
	right: 0;
	top: -56px;
	padding: 10px;
	width: 250px;
	background: #4b1981;
	display: none;
}

#search_box_pc input[type="text"],
#search_box_pc form button {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search_box_pc input[type="text"] {
	float: left;
	width: 210px;
	height: 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#search_box_pc form button {
	width: 38px;
	height: 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 28px;
}



/*----- #header_nav -----*/

#header_nav ul:nth-of-type(2) li {
	position: relative;
	float: left;
	width: 15em;
	margin: 2px 10px 0 0;
}

/*----- #global_nav -----*/

#global_nav {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #e9e9e9;
}

#global_nav ul {
	display: table;
	width: 960px;
	margin: 0 auto;
}

#global_nav ul li {
	display: table-cell;
	width: 19%;
	border-right: 1px solid #d2d2d2;
	vertical-align: middle;
	text-align: center;
	line-height: 35px;
	letter-spacing: 0;
}

#global_nav ul li#gnav02,
#global_nav ul li#gnav05 {
	width: 15%;
}
#global_nav ul li#gnav01,
#global_nav ul li#gnav06 {
	width: 16%;
}

#global_nav ul li a {
	display: block;
	color: #333;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#global_nav ul li:first-child {
	border-left: 1px solid #d2d2d2;
}

#global_nav ul li a:hover {
	background: #503764;
	color: #fff;
	text-decoration: none;
}
#global_nav ul li a:hover .ico_new_window{
	background: url(/hospital/common/img/common/ico_pc_newwidow.png) right 5px no-repeat;
}
