@charset "utf-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== link CUSTOMIZE ====== */

#main{
	padding: 20px 80px;
}

div#link_title{
	text-align: left;
}

div#link_title h2{
	font-size: 174%; /* 23px */
	line-height: 40px;
	font-weight: normal;
	border-left: solid 5px #007bbb;
	padding-left: 6px;
}

#link_list{
	margin-top: 20px;
	text-align: center;
}

#link_list li{
	float: left;
	width: 180px;
	height: 177px;
	border-right: 1px dotted #cbb994;
	padding: 13px;
}

#link_list li:nth-child(-n+4){
	border-bottom: 1px dotted #cbb994;
}

#link_list li:nth-child(4n){
	border-right: none;
}


.name{
	font-size: 138.5%; /* 18px */
	color: #007bbb;
	font-weight: normal;
}

.kana_romaji{
	color: #595857;
}
.banner{
	margin-top: 5px;
}


.discription{
	line-height: 20px;
	margin-top: 5px;
	text-align: left;
}