/*
 * n01_chat.css
 *
 * Copyright (C) 1996-2016 by Ohno Tomoaki. All rights reserved.
 */

body {
	-webkit-text-size-adjust: 100%;
	-ms-content-zooming: none;
	
	font-size: 20px;
	font-family: Arial;
	background-color: #ffffff;
	color: #000;
	overflow: hidden;
}

#article {
	left: 0;
	width: 100% ;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#chat_area {
	color: #000;
	font-size: 20px;
}

.chat_msg {
	width: 100%;
	word-break: break-word;
}

.chat_msg_time {
	color: #808080;
}

.chat_msg_name {
	color: #000080;
	font-weight: bold;
}

.chat_date {
	width: 100%;
	word-break: break-word;
	position: relative;
	border-top: 1px solid #e6e6e6;
	margin: 25px 0 10px 0;
}

.chat_date_area {
	display: inline-block;
	position: absolute;
	top: -17px;
	width: 100%;
	text-align: center;
}

.chat_date_msg {
	font-size: 20px;
	color: #808080;
	background-color: #ffffff;
}

#input_area {
	text-align: center;
	background-color: #eee;
}

.c_input_table {
	width: 100%;
}

.c_input_td {
	vertical-align: middle;
	width: 100%;
}

.c_button_td {
	vertical-align: middle;
	text-align: left;
}

#chat_msg_input {
	width: 100%;
}

#footer {
	bottom: 0;
	width: 100%;
}

.chat_tw, .chat_fb, .chat_g {
	height: 10px;
	vertical-align: top;
}

.cflag {
	vertical-align: middle;
}
