@charset "utf-8";
/*------------------------------------------------------------------*/
/*ライブチャット チャットログ (一般ユーザ画面用)                    */
/*------------------------------------------------------------------*/

/* チャットログ表示部分 */
div#chatlog{
	width		: auto;
	height	: auto;
	padding	: 5px;
	overflow: auto;
	overflow-x: hidden;
	border	: 1px solid #CCCCCC;
}

ul#outputList li{
	position: relative;
	margin	: 5px 0;
}
ul#outputList li:after{
	content	: "";
	display	: block;
	height	: 0;
	clear		: both;
}


/* インライン化 */
ul#outputList span{
	display	: inline-block;
}


/* アイコン */
ul#outputList span.icon{
	padding-top		: 2px;
	vertical-align: top;
}

ul#outputList span.icon a, ul#outputList span.icon span{
	display	: block;
	width		: 15px;
	height	: 15px;
	margin	: 1px 1px 0 1px;
	padding	: 0px;
	float		: left;
	border	: 1px solid #FFFFFF;
	z-index	: 10000;
}
ul#outputList span.icon a:hover{
	border	: 1px solid #FF0000;
}


/* 時刻・ハンドルネーム */
ul#outputList span.time{
	padding	: 2px 0;
	color		: #333333;
	font-size		: 9px;
	line-height	: 100%;
	vertical-align	: middle;
}


/* 吹き出しベース */
ul#outputList span.message{
	position	: relative;
	max-width	: 70%;
	min-height: 12px;
	margin		: 0 3px;
	padding		: 3px;
	text-align: left;
	line-height		: 110%;
	border-radius	: 5px;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
}
ul#outputList span.message:before{
	content		: "";
	position	: absolute;
	display		: block;
	z-index		: 0;
}
ul#outputList span.message:after{
	content	: "";
	position: absolute;
	display	: block;
	z-index	: -1;
}





/*----------------------------------*/
/* 女の子の発言                     */
/*----------------------------------*/
ul#outputList li.girl{
	text-align	: left;
}

/* アイコン */
ul#outputList li.girl span.icon{
}

/* 時刻・ハンドルネーム */
ul#outputList li.girl span.time{
}

/* 吹き出し */
ul#outputList li.girl span.message{
	background-color	: #FFFFFF;
	border	: 1px solid #FF7FBF;
}
ul#outputList li.girl span.message:before{
	top			: 5px;
	left		: -9px;
	border	: 5px solid transparent;
	border-right	: 5px solid #FFFFFF;
}
ul#outputList li.girl span.message:after{
	top			: 4px;
	left		: -11px;
	border	: 6px solid transparent;
	border-right	: 6px solid #FF7FBF;
}


/*----------------------------------*/
/* ユーザの発言                     */
/*----------------------------------*/
ul#outputList li.user{
	text-align	: right;
}

/* アイコン */
ul#outputList li.user span.icon{
}

/* 時刻・ハンドルネーム */
ul#outputList li.user span.time{
	text-align	: right;
}

/* 吹き出し */
ul#outputList li.user span.message{
	background-color	: #FFFFFF;
	border	: 1px solid #696969;
}
ul#outputList li.user span.message:before{
	top			: 5px;
	right		: -9px;
	border	: 5px solid transparent;
	border-left	: 5px solid #FFFFFF;
}
ul#outputList li.user span.message:after{
	top			: 4px;
	right		: -11px;
	border	: 6px solid transparent;
	border-left	: 6px solid #696969;
}


/*----------------------------------*/
/* システムの発言                   */
/*----------------------------------*/
ul#outputList li.sys{
	text-align	: center;
}

/* アイコン */
ul#outputList li.sys span.icon{
	padding-top	: 0;
	vertical-align	: top;
}

ul#outputList li.sys span.message{
	margin	: 0;
}


/*==============================================================================================*/

/*
--------------------------------------------------------------------
 チャット映像
--------------------------------------------------------------------
*/
/* テロップ */
div.chattelop{
	height				: 24px;
	color					: #1277ED;
	font-size			: 12px;
	line-height		: 24px;
	background		: #F8F8F8;
	border				: 1px solid #CCCCCC;
	border-left		: none;
	border-right	: none;
}


/* チャットWRAP */
div#chatwrap{
	margin-top		: 4px;
	table-layout	: fixed;
}

div#chatwrap div.chatBaseR{
	padding	: 1px;
	border	: 1px solid #696969;
}


/* チャット映像 */
div#chatwrap div.videoBoxPC,
div#chatwrap div.videoBoxSP {
	position	: relative;
	height		: 276px;
}

div#chatwrap div.videoBoxPC div.videoFrame,
div#chatwrap div.videoBoxSP div.videoFrame {
	position		: absolute;
	width				: 320px;
	height			: 276px;
	top					: 0;
	left				: 50%;
	margin-left	: -160px;
	padding			: 0;
	background	: #FFAAAA;
}
div#chatwrap div.videoBoxSP div.videoFrame {
	background	: transparent;
	box-shadow	: 0 0 2px rgba(0, 0, 0, 0.5);
}

div#chatwrap div.videoBoxPC div.chatmovie{
	width						: 320px;
	height					: 240px;
	margin					: 0 auto;
	margin-top			: 4px;
	padding					: 1px;
	background-color: #FFFFFF;
	border					: 1px solid #000000;
}

div#chatwrap div.videoBoxPC div.chatcontrol,
div#chatwrap div.videoBoxSP div.chatcontrol{
	position	: absolute;
	width			: 41px;
	height		: 32px;
	bottom		: 2px;
	right			: 32px;
}
div#chatwrap div.videoBoxPC div.chatcontrol {
	bottom	: 12px;
}

/* チャット映像切り替え */
div#chatwrap .chatchannel{
	width		: 167px;
	height	: 25px;
	overflow: hidden;
	float		: left;
}

div#chatwrap .chatchannel li{
	width					: 32px;
	height				: 25px;
	margin-right	: 1px;
	overflow			: hidden;
	float					: left;
	text-indent		: -9999px;
	background		: url('../images/livechat/chat_channel.png') no-repeat;
}

div#chatwrap .chatchannel li.ch1off{ background-position: 0 0; }
div#chatwrap .chatchannel li.ch2off{ background-position: -32px 0; }
div#chatwrap .chatchannel li.ch3off{ background-position: -64px 0; }
div#chatwrap .chatchannel li.ch4off{ background-position: -96px 0; }
div#chatwrap .chatchannel li.ch5off{ background-position: -128px 0; }

div#chatwrap .chatchannel li.ch1onair{ background-position: 0 -25px; }
div#chatwrap .chatchannel li.ch2onair{ background-position: -32px -25px; }
div#chatwrap .chatchannel li.ch3onair{ background-position: -64px -25px; }
div#chatwrap .chatchannel li.ch4onair{ background-position: -96px -25px; }
div#chatwrap .chatchannel li.ch5onair{ background-position: -128px -25px; }

/* チャットステータスアイコン */
div#chatwrap .chaticons{
	width		: 41px;
	height	: 32px;
	padding-right: 8px;
	float		: right;
}
div#chatwrap .chaticons li{
	width					: 40px;
	height				: 32px;
	margin-right	: 1px;
	overflow			: hidden;
	float					: left;
	text-indent		: -9999px;
	background					: url('../images/livechat/icon_chat_audio.png') no-repeat;
	background-size			: 100%;
	background-position	: top center;
}
div#chatwrap .chaticons li.video	{ background-image: url('../images/chatlist/video.gif');	}
div#chatwrap .chaticons li.mic {
	background-position	: bottom center;
}


/* チャット音量 */
div#chatwrap div.videoBoxPC .chatvolume{
	width					: 80px;
	height				: 25px;
	padding-left	: 24px;
	float					: right;
	background					: url('../images/livechat/chat_volume.png') no-repeat;
	background-size			: 17px;
	background-position	: 1px center;
}
div#chatwrap div.videoBoxSP .chatvolume{
	display	: none;
}



/* チャット発言欄 */
div#chatform{
	position					: relative;
	padding						: 1px 10px;
	background-color	: #E5E4E6;
	border-bottom			: 1px solid #696969;
}

div#chatform > form > div {
	padding	: 1px 0;
}


/* チャットフォームボタン共通 */
div#chatform input[type="submit"],
div#chatform input[type="button"]{
	height			: 26px;
	margin			: 0;
	padding			: 0 5px;
	color				: #FFFFFF;
	font-size		: 14px;
	font-weight	: bold;
}
/*div#chatform input.enter   { background: url('../images/livechat/chat_btn_login.png')   no-repeat left; }*/
/*div#chatform input.exit    { background: url('../images/livechat/chat_btn_logout.png')   no-repeat left; }*/
/*div#chatform input.sendmsg { background: url('../images/livechat/chat_btn_comment.png') no-repeat left; }*/
div#chatform input.kaomoji { background: url('../images/livechat/chat_btn_kaomoji.png') no-repeat left; }

div#chatform input.enter		{ background: #FF0066; }
div#chatform input.exit			{ background: #A5595E; }
div#chatform input.sendmsg	{ background: #CC0017; }

div#chatform div.colorbox{
	position	: relative;
	display		: inline-block;
}

div#chatform div.colorbox ul#colorpicker{
	position	: absolute;
	display		: none;
	top				: 27px;
	right			: -2px;
	width			: 93px;
	height		: auto;
	z-index		: 9999;
	border		: 2px solid #999999;
	background: #FFFFFF;
}

/* チャットカラーリスト */
div#chatform div.colorbox ul#colorpicker li{
	position		: relative;
	float				: left;
	width				: 25px;
	height			: 25px;
	margin			: 2px;
	text-indent	: -9999px;
	border			: 1px solid #999999;
	cursor			: pointer;
}

/* Cookie無効中 */
div#chatDenyCookie{
	position		: absolute;
	top					: 0;
	left				: 0;
	width				: 100%;
	height			: 100%;
	fint-size		: 12px;
	background	: #E5E4E6;

	/* iOSで自動的に文字の大きさが変わらないようにする */
	-webkit-text-size-adjust: 100%;
}




/*
========================================================================
 スマホ横
========================================================================
*/
@media screen and (min-width:480px) and (max-width:599px) {
}




/*
========================================================================
 タブレット
========================================================================
*/
@media screen and (min-width:600px) and (max-width:959px) {
}




/*
========================================================================
 パソコン
========================================================================
*/
@media screen and (min-width:960px) /*and ( max-width:1279px )*/ {
/*
--------------------------------------------------------------------
 チャットログ
--------------------------------------------------------------------
*/
/* チャットログ表示部分 */
div#chatlog{
	height	: 727px;
}


/*
--------------------------------------------------------------------
 チャット映像
--------------------------------------------------------------------
*/
/* チャットWRAP */
div#chatwrap div.chatBaseL {
	width	: 360px;
	float	: left;
}
div#chatwrap div.chatBaseR{
	width	: 496px;
	float	: right;
}


/* チャット映像 */
div#chatwrap div.videoBoxPC,
div#chatwrap div.videoBoxSP {
	width	: 334px;
}

}




/*
========================================================================
 ワイドPC
========================================================================
@media screen and (min-width:1280px) {
}
*/
