@charset "utf-8";


/* ---------------------------------------------------------
 　■ 歴史能力検定用CSS
--------------------------------------------------------- */
#rekiken-box{
	margin: 18px 0 0 0;
}

#rekiken-mainimg{
	margin: 0 0 8px 0;
}

/* 開催テーブル */
.rekiken-data{
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.rekiken-data td{
	padding:3px 5px;
	height:40px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	border:#333333 solid 2px;
	background-color:#FFFFFF;
}

.rekiken-data td span{
	color:#FF0000;
}

/* 公式サイトリンク */
.officiallink{
	margin:30px 10px 10px 10px;
	text-align:center;
}

/* 年二回文章 */
.rekiken-text{
	padding:0 0 0 40px;
}

/* 等級 */
.text-class{
	margin:0 0 30px 42px;
	width:520px;
}

.text-class td{
	padding:0 0 15px 0;
	width:260px;
	vertical-align:top;
}

.text-class dd{
	line-height:1.5;
}
