@charset "UTF-8";


/*********************************
 * ～900
 *********************************/
 
table.links td {word-break:break-all;}
 


@media screen and (max-width:900px){

 table.links {width:100%; margin-top:1em; border-bottom:1px solid #ddd;}
 table.links th {display:block; width:100%; padding:0.7em 1em 0.4em 1em; border:1px solid #ddd; border-bottom:0; vertical-align:top; line-height:1.4;}
 table.links td {display:block; width:100%; padding:0 1.2em 1em 1.2em; border:1px solid #ddd; border-top:0; border-bottom:0; font-size:90%; line-height:1.4;}
 table.links tr:nth-child(even) th,
	table.links tr:nth-child(even) td {background:#fafafa;}
	table.links a {color:#000;}

}



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

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

 table.links {width:100%; border-bottom:1px solid #ddd;}
 table.links th {display:block; width:100%; padding:0.7em 1em 0.4em 1em; border:1px solid #ddd; border-bottom:0; vertical-align:top; line-height:1.4;}
 table.links td {display:block; width:100%; padding:0 1.2em 1em 1.2em; border:1px solid #ddd; border-top:0; border-bottom:0; font-size:90%; line-height:1.4;}
 table.links tr:nth-child(even) th,
	table.links tr:nth-child(even) td {background:#fafafa;}	
	table.links a {border-bottom:1px solid transparent; color:#000; transition:0.3s;}
	table.links a:hover {border-bottom:1px solid #000;}

}


