@charset "utf-8";
/* CSS Document */

#topics_index .ttl00 {
  font-size: 2.5rem;
  padding: 0 20px;
  text-align: left;
}
#topics_index #letter{
    padding: 0 5px;
}

#topics_index #letter .main{
    font-size: 1.6rem;
}

#topics_index #letter ul{
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin:40px 0;
}

#topics_index #letter ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
	margin:0 0 25px 0;
    width: 100%;
    text-align: center;
}
#topics_index #letter ul li p{
    text-align: center;
    margin-top:5px;
}
#topics_index #letter ul li img{
    border: 5px solid #e1e1e1;
}

