body{
background-color:#000;
}


  div {
  width:95%;
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:#fff}

ul {
  list-style-type: none; /*箇条書きのポッチを消す*/
margin:0px;
}
li{
display:block;
}

ul li:nth-child(1){    
text-align:left;
}

ul li:nth-child(2){    
text-align:left;
padding-left:30px;
}
ul li:nth-child(3){    
    text-align:right;
}