
/* ■■■860以上 */

@media only screen and (min-width: 860px){
	
#side {
	float: left;
	width: 240px;
	padding: 15px 0 0 0;
	overflow: hidden;
	background: #6090c9;
	height: 100%;
    padding-bottom: 18300px;
    margin-bottom: -11000px;
	}
}



/* ■■■860以下 */

@media only screen and (max-width: 860px){


#side {
	float: left;
	width: 100%;
	padding: 15px 0px 23px 0px;
	overflow: hidden;
	background: #6090c9;
	height: 90%;
	}
	
#side article {
	padding: 7px;
	margin-bottom: 0px;
	overflow: hidden;
	margin: 0px 27px 0px 27px;
	padding: 0px 0px 0px 0px;
	}

#side h3 {
  display: block;
  margin: 0px 30px 0px 5px;
  height: 40px;
  margin: 12px 0;
  line-height: 44px;
  background: #719dd2;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  text-align:left;
  font-size: 15px;
  text-indent: 14px;
}

#side article li {
	margin: 0px 0px 0px 0px;
}

#side a {
  display: block;
  height: 40px;
  margin: 12px 0;
  line-height: 44px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0px 0 #000080;
  text-decoration: none;
  text-align:left;
  font-size: 15px;
  text-indent: 20px;
}

}
	
