@charset "utf-8";


/* 隠しコンテンツの設定
----------------------------------------------- */
div.secret {
	}

/* テーブルのボーダーを削除
----------------------------------------------- */
div.secret table {
	border: none;
	}
div.secret table th{
	border: none;
	}
div.secret table td{
	border: none;
	}

div.secret b {
	font-weight: bold;
	}

/* マージンを調整
----------------------------------------------- */
div.secret table img,
div.secret table p,
div.secret table font {
	margin-bottom: 1.0em;
	}

/* 隠しコンテンツのリンク
----------------------------------------------- */
td.secretlink a:link{
	color: #fff;
	text-decoration: none;
	}
td.secretlink a:visited {
	color: #fff;
	text-decoration: none;	
	}
td.secretlink a:hover {
	color: #fff;
	text-decoration: none;	
	}
td.secretlink a:active {
	color: #fff;
	text-decoration: none;	
	}	
