.table tr, td, th {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 10pt;
	color: #414141;
	line-height: 135%; 
}


a.anccl:link {
	text-decoration: none;
	color: #003E92;
}

a.anccl:visited {
	text-decoration: none;
	color: #003E92;
}

a.anccl:active {
	text-decoration: underline;
	color: #003E92;
}

a.anccl:hover {
	text-decoration: underline;
	color: #003E92;
}


.alfb { vertical-align: top; width: 10px;}


.idx_w1 {
	width: 15%;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
 }

.menu_height { height: 100%; }


/* メディアスクリーン設定 */
@media screen and (min-width:480px) { 
	.idx_w1 { width: 10%;}
}

@media screen and (min-width:576px) and ( max-width:767px) {
	.idx_w1 { width: 10%;}
}

@media screen and (min-width:768px) and ( max-width:991px) {

	.idx_w1 { width: 10%;}
	.menu_height { height: 894px; }
}

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

	.idx_w1 { width: 6%;}
	.menu_height { height: 894px; }

}

