@charset "utf-8";


/**************************************************50
 * link
 **************************************************/
/* -- about -- */
#link_about{
}
#link_about p{
	padding: 0 20px;
}
#link_about table{
	border-collapse: separate;
	border-spacing: 5px;
	margin: 20px auto 0;
	width: 660px;
}
#link_about table tr th{
	background-color: #E8F6FF;
	border: 1px solid #D8E0F0;
	padding: 1em 1em;
	width: 100px;
}
#link_about table tr td{
	border: 1px solid #D8E0F0;
	padding: 1em 1em;
}

/* -- list -- */
#link_list{
	margin-top: 50px;
}
#link_list ul{
	padding: 0 20px;
}
#link_list ul > li{
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 145px;
}
#link_list ul > li:not(:nth-child(6n+1)){
	margin-left: 2px;
}
#link_list ul > li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#link_list ul > li a:hover img{
	opacity: 0.8;
}
#link_list ul > li p{
	font-size: 75%;
	padding-right: 1em;
}


