@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
	/*** main px ***/
	
	#letter_list{
		}
		#letter_list ul{
			}
			#letter_list ul li{
				width:32%;
				float:left;
				margin-top:15px;
				}
				#letter_list ul li:nth-child(3n+1){
					clear:left;
				}
				#letter_list ul li:nth-child(3n+2){
					margin-right:2%;
					margin-left:2%;
				}
				#letter_list ul li a{
					text-decoration:none;
					color:#333;
					}
					#letter_list ul li a img{
						border:1px solid silver;
					}
					#letter_list ul li a p{
						padding:5px 0 0 0;
					}
	
	#old_list{
		padding:20px 0 0 0;
		margin:20px 0 0 0;
		border-top:1px dashed gray;
		}
		#old_list ul{
			display:flex;
			flex-wrap:wrap;
			}
			#old_list ul li{
				width:32%;
				margin-right:2%;
				margin-top:10px;
				}
				#old_list ul li a{
					display:block;
					text-decoration:none;
					padding:.5em 0 .3em 0;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					border-radius: 10px;
					border:1px solid silver;
					background:white;
					}
				#old_list ul li:nth-child(3n){
					margin-right:0;
					}
	


/*-----------------------------------------------------	*/
/*	 993-1024					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1024px) {
	
}



/*-----------------------------------------------------	*/
/*	 769-992					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 992px) {
	
}



/*-----------------------------------------------------	*/
/*	 480-768					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
	
}


/*-----------------------------------------------------	*/
/*	 321-480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {

}

/*-----------------------------------------------------	*/
/*	 320px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 320px) {

}


