@charset "UTF-8";
 
table.links {width:80%; margin:2.5em auto 0 auto;  border-top:1px solid #7f7f7f;}
table.links th {display:block; padding:1.5em 1.5em 0.3em 1.5em; text-align:left;}
table.links td {display:block; padding:0 1.5em 1.5em 1.5em; border-bottom:1px solid #7f7f7f;}
table.links a {color:#101010;}


/*********************************
 * ～900
 *********************************/


@media screen and (max-width:900px){
  
	main {width:90%; margin:0 auto;}
	main h2 {margin:12% auto 0 auto; line-height:1.2;}
	
	table.links {width:100%;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

	main {width:96%; max-width:1200px; margin:0 auto;}
	main h2 {margin:8% auto 0 auto; font-size:180%; line-height:1.2;}
	
	table.links a {border-bottom:1px solid #fff; transition:0.3s;}
	table.links a:hover {border-bottom:1px solid #101010;}

}

