@charset "utf-8";
/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
	min-width: 960px;
	margin: 50px 0 0;
	position: relative;
}


/*----- #footer_col01 -----*/

#footer_col01 {
	background: #503764;
	color: #fff;
	font-size: 14px;
}

#footer_col01 a {
	color: #fff;
}

#footer_col01 .inner {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: left;
	overflow: hidden;
}

#footer_col01 .inner div {
	float: left;
	margin: 0 0 40px 0;
}

#footer_col01 .inner div:first-child {
	margin-right: 60px;
}

#footer_col01 .inner div:first-child p {
	margin: 0 0 20px;
}

#footer_col01 .inner div strong {
	font-size: 26px;
}

#footer_col01 .inner .btn_access {
	display: block;
	padding: 5px 0;
	border: 1px solid #a89bb2;
	font-size: 15px;
	text-align: center;
}


#footer_col01 .inner h2 {
	margin: 0 0 5px;
	font-size: 16px;
}

#footer_col01 .inner ul {
	margin: 5px 0 20px;
	overflow: hidden;
}

#footer_col01 .inner ul li {
	float: left;
	margin: 0 0 0 20px;
}

#footer_col01 .inner ul li:first-child {
	margin: 0;
}

#footer_col01 .inner ul li .fa-angle-right {
	margin: 0 5px;
}

#footer_col01 .inner ul li .ico_new_window {
	background: url(/hospital/common/img/common/ico_pc_newwidow.png) right 5px no-repeat;
}

#footer_col01 .inner .mark {
	clear: left;
	float: none;
	margin: 0;
	padding: 40px 0 0;
	border-top: 1px solid #fff;
	overflow: hidden;
}

#footer_col01 .inner .mark > a,
#footer_col01 .inner .mark > img {
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

#footer_col01 .inner .mark > a:first-child,
#footer_col01 .inner .mark > img:first-child {
	margin: 0;
}

@media only screen and (orientation : portrait) {
	html.mobile #footer_col01,
	html.tablet #footer_col01 {
		font-size: 10px;
	}
	
	html.mobile #footer_col01 .inner div strong,
	html.tablet #footer_col01 .inner div strong {
		font-size: 20px;
	}
	
	html.mobile #footer_col01 .inner .btn_access,
	html.tablet #footer_col01 .inner .btn_access {
		font-size: 11px;
	}
	
	html.mobile #footer_col01 .inner h2,
	html.tablet #footer_col01 .inner h2 {
		font-size: 12px;
	}
}


/*----- #footer_menu -----*/

#footer_menu {
	right: 0;
	bottom: 95px;
	float: right;
	width: 53px;
	margin: -53px 10px 0;
	overflow: hidden;
	z-index: 100;
}

#footer_menu.scroll_visible {
	position: fixed;
	bottom: 0;
}

#footer_menu ul {
	float: left;
}

#footer_menu ul li {
	float: left;
	margin: 0 5px 0 0;
}

#footer_menu ul li a {
	display: block;
	width: 138px;
	height: 51px;
	-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);
}

#footer_menu ul li#footer_menu01,
#footer_menu ul li#footer_menu02,
#footer_menu ul li#footer_menu03 {
	display: none;
}

#footer_menu ul li#footer_menu01 a {
	background:url(/hospital/common/img/common/btn_footer_menu01.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu02 a {
	background:url(/hospital/common/img/common/btn_footer_menu02.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu03 a {
	background:url(/hospital/common/img/common/btn_footer_menu03.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu01 a.on,
#footer_menu ul li#footer_menu01 a:hover {
	background:url(/hospital/common/img/common/btn_footer_menu01_on.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu02 a.on,
#footer_menu ul li#footer_menu02 a:hover {
	background:url(/hospital/common/img/common/btn_footer_menu02_on.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu03 a.on,
#footer_menu ul li#footer_menu03 a:hover {
	background:url(/hospital/common/img/common/btn_footer_menu03_on.png) 0 0 no-repeat;
}

#footer_menu ul li#footer_menu01 a img,
#footer_menu ul li#footer_menu02 a img,
#footer_menu ul li#footer_menu03 a img {
	display: none;
}

#footer_menu ul li#gotop {
	margin: 0;
}

#footer_menu ul li#gotop a,
#footer_menu ul li#gotop a:hover {
	width: 53px;
}



/*----- #footer_col02 -----*/

#footer_col02 {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
}

#footer_col02 nav {
	float: left;
	font-size: 14px;
}

#footer_col02 nav ul li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #d3d3d3;
}

#footer_col02 nav ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

#footer_col02 p {
	font-size: 11px;
	text-align: right;
}

@media only screen and (orientation : portrait) {
	html.mobile #footer_col02 nav,
	html.tablet #footer_col02 nav {
		font-size: 10px;
	}

	html.mobile #footer_col02 p,
	html.tablet #footer_col02 p {
		font-size: 10px;
	}
}
