@charset "utf-8";


#fixed-content {
 position: relative;
}


/* for PC */
@media screen and (min-width:992px) {
  aside {
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0px;
	margin-top:70px;
  }
}

/* for Smart Phone */
@media screen and (max-width:991px) {
  #fixed-content {
	 position: static !important;
  }

  .aside-clear-content {
	float:left;
	display:block;
	margin-bottom:40px;
	clear:both;
  }
  
  aside {
    width: 100%;
   position: static !important;
	margin-top:0px;

  }
}
