#subwrap{
  width : 100%;
  font-family: sans-serif;
}

ul{    
  margin-left : auto;
  margin-right : auto;
  list-style-type : none;     
  width : 100%;
  overflow : hidden;

  /* CSSリセットを行っていない場合設定 */
  margin-top : 0px;
  margin-bottom : 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

li{
  text-align : left;
  background-color: #708090;
  width : 46%;
  float : left;
  margin: 1%;
  padding-left: 2%;
}

#sche{
  font-size: 11px;
}

#news{
  text-align: center;
  background-color: #B0C4DE;
}

#footerwrap {
  background-color: #434343;
  height: 10%;
}

#footer {
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding: 8px;
}