/* 空白用 */
.tkr-height-5 { height: 5px; }
.tkr-height-10 { height: 10px; }
.tkr-height-20 { height: 20px; }
.tkr-height-30 { height: 30px; }
.tkr-height-40 { height: 40px; }
.tkr-height-40 { height: 50px; }
span.tkr-dummy { width: 0px; height: 0px; display: none; }


/*
 コンテンツで使用するCSS
*/

/* 顔文字フレーム */
div#id-frmKaomoji { position: absolute; z-index: 1; top: 0px; left: 0px; display: none; border: 1px solid #bebebe; background-color: #ffffff; }

/* 顔文字項目一覧 */
div#kao-parent { }
table.tkr-parent { margin: 0px; padding: 0px; border-bottom: 1px solid #bcbcbc; }
table.tkr-parent td { margin: 0px; padding: 3px 0px; background-color: #dcdcdc; text-align: center; cursor: pointer; }

/* 顔文字一覧 */
div.frmKaomoji-child { background-color: #ffffff; }

ul.tkr-child-ul { list-style: none; margin: 5px; padding: 3px 0px; }
ul.tkr-child-ul li { margin: 3px 5px; padding: 2px 5px; display: inline; cursor: pointer; }

.tkr_auto-float-clear {
	zoom: 100%;
}
.tkr_auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}
