/*---------------------------------------------------------------

  no-disp

-------------------------------------------------------------- */
#file_path {
  margin-bottom: 30px;
}
#footstep_wrap {
  display: none;
}

#keep_page {
  display: none;
}

/*---------------------------------------------------------------

  Header

-------------------------------------------------------------- */
#header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#header2_school {
	width: 1100px;
	height: 120px;
	margin: 0px auto;
	padding: 5px 0px;
}
#header2_school > div {
	vertical-align: top;
}

#he_left {
	width: 300px;
	position: relative;
}
#he_left .logo_background {
	position: absolute;
	z-index: -1;
	margin-left: -304px;
	margin-top: -55px;
}
#he_left p#logo, #he_left h1#logo {
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 0;
}
#he_left p#logo a, #he_left h1#logo a {
	display: block;
}



/*---------------------------------------------------------------

  Global Navigation

-------------------------------------------------------------- */
/*グローバル*/
#header_search_wrap {
	clear: both;
	background: #336633;
}
#school_gnavi_wrap {
	display: block;
	width: 1100px;
	height: 32px;
	margin: 0px auto;
	padding: 20px 0px;
}
#school_gnavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#school_gnavi li {
	display: block;
	float: left;
	width: 20%;
	heidht: auto;
	margin: 0;
	padding: 0;
}
#school_gnavi li a {
	display: block;
	line-height: 32px;
	font-size: 2.0rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #fff;
	vertical-align: text-bottom;
}
#school_gnavi li a:last-child {
	border-right: 1px solid #fff;
}

/*---------------------------------------------------------------

  Footer

-------------------------------------------------------------- */
#footer {
	clear: both;
	width: auto;
	height: auto;
	background: none;
	background-position-x: 130%;
	background-position-y: -4%;
	background-color: #ffffff;
	/* background-size: auto 91%; */
	border-top: 2px solid #001337;
	margin: 0px;
	padding: 20px 0 0;
	text-align: left;
}
#footer > div {
	width: 1100px;
	margin: 0 auto;
}

#author_box {
	padding: 0px 0px 0px 30px;
}
#author_box p {
	margin: 0;
	padding: 0;
}
#author_box p span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.7;
}
#author_box p span.f_author {
	font-size: 2.1rem;
	font-weight: bold;
}
#author_box p span.f_number {
	font-size: 1.5rem;
}
#author_box p span.f_address {
	margin-top: 7px;
}
#author_box p a {
	color: #333;
}
#author_box p a:hover {
	color: #FF4500;
}

#information {
	margin-top: 20px;
	display: block;
}
#information div {
	background: #ccd0d7;
	width: 250px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	padding: 10px 8px 10px 0px;
	text-align: center;
}
#information div a {
	padding: 7px 0 7px 34px;
	text-decoration: none;
	color: #595a5c;
}

p#copyright {
	background-color: #001337;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
	font-size: 1.4rem;
	margin: 25px 0 0 0;
}


/*---------------------------------------------------------------

  Top Page

-------------------------------------------------------------- */
#main #main_a h1.school_top_h1, #main_header h1.school_top_h1 {
  padding: 0;
  margin: 0 0 30px;
  border: none;
}
.school_top_h1 img {
  width: 100%;
  height: auto;
}
#main #main_a h1.school_top_h1:before,
#main_header h1.school_top_h1:before {
  content: none;
  border: none;
}



/*
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
_|                                                    _|
_|  SP  ～670px 			          	                 _|
_|                                                    _|
_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
*/
@media screen and (max-width: 670px) {

	/*---------------------------------------------------------------

	  Header

	-------------------------------------------------------------- */
	/* ヘッダ */
	#header2_school {
		display: block;
		width: 100%;
		height: auto;
		min-height: 90px;
		margin: 0px;
		padding: 0px;
		position: relative;
	}

	#header2_school > div#he_left {
		display: block;
	}
	#he_left p a img,
	#he_left h1 a img {
		width: 150px;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#he_left .logo_background {
		display: none;
	}
	#he_left p#logo {
		margin: 0;
		top: 26px;
		left: 10px;
	}
	#spm_wrap {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0px;
		right: 0px;
		width: 160px;
		height: 90px;
		margin: 0px auto;
		padding: 0px;
		text-align: right;
	}
	#header #spm_wrap button {
		top: 0px;
		right: 0px;
		position: absolute;
		background-image: url(/img/school/common/btn_menu.png);
		display: block;
		width: 80px;
		height: 90px;
		margin: 0px;
		padding: 0px;
		color: transparent;
		font-size: 0px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #ffffff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: none;
	}
	#top_search.open {
		display: block;
		position: static;
		width: 100%;
		height: auto;
		padding: 0px;
		background: #FFF;
		clear: both;
		margin: 0px;
		z-index: 10;
	}
	#sp_header_search_link {
		display: block;
		position: static;
		text-align: center;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		table-layout: fixed;
		clear: both;
		float: none;
		word-break: normal;
		border-top: 1px solid #cccaca;
	}
	#sp_header_search_link ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0px;
	}	
	#sp_header_search_link ul li {
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 0px;
	}
	#sp_header_search_link ul li a {
		display: block;
		min-height: 1em;
		width: auto;
		height: auto;
		margin: 0px 40px 0px 40px;
		padding: 17px;
		overflow: visible;
		text-indent: 0px;
		font-size: 1.8rem;
		white-space: normal;
		text-decoration: none;
		border-radius: 14px;
		background-color: #316533;
		color: #FFF;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 25px;
		text-align: center;
	}
	#sp_header_search_link ul li a.disaster {
		background-color: #cc0000;
		border-radius: 0;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	#sp_header_search_link ul li a.daily_doctor {
		background-color: #1975d1;
		border-radius: 0;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	.sp_article_search label {
		text-align: left;
		margin-left: 6px;
		display: block;
		color: #ffffff;
		font-size: 1.5rem;
	}
	#spm_sp {
		padding: 10px;
		position: fixed;
		background: rgba(0,0,0,0.5);
		width: 100%;
		z-index: 100;
		top: 0;
		color: #fff;
		font-weight: bold;
		font-size: 1.4rem;
	}



	/*---------------------------------------------------------------

	  Global Navigation

	-------------------------------------------------------------- */
	#header_search_wrap {
		display: none;
		background: #BADFFF;
	}
	#header_search_wrap.acc_open {
		display: block;
	}
	#school_gnavi_wrap {
		display: none;
	}

	/*---------------------------------------------------------------

	  Footer

	-------------------------------------------------------------- */
	#footer {
		background-image: none;
	}
	#footer > div {
		width: 100%;
	}	
	#author_box {
		background: none;
		padding: 0 10px 10px 10px;
		text-align: center;
	}
	#author_box p span {
		font-size: 1.3rem;
	}
	#author_box p span.f_author {
		display: block;
	}
	#author_box p span.f_author:after {
		display: none;
	}
	#information div {
		margin-bottom: 10px;
	}
	p#copyright {
		margin: 12px 0 0 0;
	}
	
	/* ページトップ */
	#back_or_pagetop{
		order: 40;
	}
	#back_or_pagetop > div {
		min-width: 0;
		margin: 0;
	}
	#back_or_pagetop > div a {
		font-size: 1.2rem;
		margin: 0;
		padding: 10px;
		width: auto;
	}
	#to_top {
		background-size: 81px 76.5px;
		background-repeat: no-repeat;
		width: 85px;
		height: 75px;
		right: 10px;
		bottom: 25px;
	}

}