
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Yu Gothic;
}

  div {
  width:95%;
margin:0px auto;
  line-height: 130%;}
a{
	text-decoration: none;
	color: #999999;
}

a:hover {
color: #ccc;
}
  
  
  span {background-color:#fff;}
.after {color:#999}

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;
}
ul.tb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.tb li {
	width: 100%;
	border: 1px solid #666;
}
ul.tb li:nth-child(1){    
    background-color:#cff;
}