#bk-caption {
	width: 91%;
	padding: 0 0 0 40px;
	text-align: center;
}
#bk-caption h3 {
	margin: 20px 20px 10px 0;
	padding: 7px 5px 5px 20px;
	color: #fff;
	background-color: #00b66e;
	border-radius: 5px;
	font-weight: normal;
}
#bk-useridTable {
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
}
#bk-useridTable img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
}
.useridTable {
	display: inline-block;
	border: 1px solid #545454;
	border-collapse: collapse;
	text-align: center;
	margin: 10px 0 10px 0;
}
.useridTable th {
	background-color: #e0e0e0;
	font-size: 1em;
	font-weight: normal;
}
.useridTable th.name {
	width: 200px;
	border-right: 1px solid #aaaaaa;
}
.useridTable tr:nth-child(even) {
	background: #eee;
}
.useridTable tbody tr {
	font-size: 0.9em;
}
.useridTable td.name {
	width: 200px;
	border-right: 1px solid #aaaaaa;
}
.useridTable td.yako {
	width: 200px;
}
.useridTable td.toyo {
	width: 200px;
}
.useridTable td.blog {
	width: 23px;
}
.useridTable td.twitter {
	width: 23px;
}
.useridTable td.youtube {
	width: 23px;
}
.useridTable td.instagram {
	width: 23px;
}
.useridTable td a {
	text-decoration: none;
}
.useridTable .blog a:link { color: #1841ce; }
.useridTable .blog a:visited { color: #1841ce; }
.useridTable .blog a:hover { color: #fe2eff; }
.useridTable .twitter a:link { color: #00aced; }
.useridTable .twitter a:visited { color: #00aced; }
.useridTable .twitter a:hover { color: #fe2eff; }
.useridTable .youtube a:link { color: #c4302b; }
.useridTable .youtube a:visited { color: #c4302b; }
.useridTable .youtube a:hover { color: #fe2eff; }
.useridTable .instagram a:link { color: #CF2E92; }
.useridTable .instagram a:visited { color: #CF2E92; }
.useridTable .instagram a:hover { color: #fe2eff; }
div#notice {
	width: 91%;
	padding: 0 0 0 40px;
}
