@charset "Shift_JIS";
/* チャット会話画面の設定 */

/* メイン */
html {
	font-weight: normal;
}

/* タグ */
body {
	padding-left: 7px;
}

input.radio,
input.checkbox {
	margin: 0;
	padding: 0;
}

/* 個別 */
.chatwindow {
	font-size: 12px;
}

.com_row {
	font-size: 12px;
	line-height: 24px;
}

.break, .break_hr {
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: none;
	margin: 0;
	line-height: 1px;
}

.help, .online, .indi, .pastlog {
	font-size: 12px;
}

.help {
	padding: 3px;
}

.indi {
	font-weight:bold;
	text-decoration: none;
}
td#lineConfig {
	width: 115px;
	height: 20px;
	text-align: right;
}

td#soundEffect {
	width: 17px;
	margin: 0;
	padding: 0;
}
td#soundEffect li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
td#soundEffect #seSelect {
	display: none;
}
#se {
	position: absolute;
	top:-9999px;
}
.seIcon {
	display:none;
}
