@charset "utf-8";
@media only print and (min-width:768px) and ( max-width:991px) {
	/*Header固定部分解除	*/
body header {
  margin-right: auto;
  margin-left: auto;
  color: #500;
  top: 0px;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(85, 85, 85, 0.70);
  box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.70);
  width: 100%;
  display: block;
  background-color: #FFFFFF;
	height: 152px;
	position: static;
}
	/*トップナビゲーション部分*/
.top_navi_area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 320px;
  height: 2rem;
  position: static;
  top: 0px;
  background-color: #009933;
}
	body {
    padding-top: 0;
}
	h1#headerlogo {
    padding-top: 0;
	}
	
	
	
	
	/**/
}
