
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Yu Gothic;
}
  div {
  width:80%; margin:0px auto;
  line-height: 130%;}

a{
	text-decoration: none;
	color: #999999;
}

a:hover {
color: #ccc;
}
  
  
  span {background-color:#fff;}
.after {color:#fff}
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%;
}

ul.tb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.tb li {
	width: calc(100% / 2);
	border: 1px solid #666;
}
ul.tb li:nth-child(1){    
    background-color:#cff;
}
