@charset "utf-8";
/* CSS Document */

@import url(/css/basestyle.css);
@import url(/css/common.css);

#main-waku table,
.access{
	margin:0 5px;
	/* border-collapse:collapse; */
}

#main-waku th{
	width:100px;
	text-align:right;
	vertical-align:top;
	border-right:3px solid #4497CA;
}

#main-waku th,
#main-waku td{
	padding:3px 5px;
}

#main-waku table tr table{
	margin:0;
}

#main-waku table tr td{
	padding:3px 5px;
}

.access .f-left{
	width:260px;
}

.access .f-right{
	width:440px;
}

.access h4{
	color:#53A6D0;
	margin:10px 0 0 0;
	font-weight:bold;
}


