body{
background-color:#000;
}

  div {
  width:85%; margin:0px auto;
  line-height: 130%;}
  
  p {
  color:#fff;
line-height: 140%;
}
  
  a {text-decoration: underline;color: #fff;}
a:hover {
color: #ccc;
}
  
  span {background-color:#000000;}
.after {color:#000}
ul {
  list-style-type: none; /*箇条書きのポッチを消す*/
  margin:10px auto;
text-align:left;
}
li{
display:inline-block;
}
ul li:nth-child(1){    
    width: 25%;
}

ul li:nth-child(2){    
    width: 55%;
}

ul li:nth-child(3){    
    width: 15%;
}