.login_logo{
	width:100px;
	padding:5px;
	background-color:#FFF;	
}
.login_contents{
	width:100%;
	height:800px;
	background-image:url("../images/login_back.png");
	background-repeat: no-repeat;  
	background-size:contain;
	background-color:#FFF;
}
.appli_body{
	background-color:#FFF;
	-webkit-appearance: none;
	margin:0px;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, sans-serif;
}
.header{
	background-color:#FFF;
	position:relative;
	text-align:center;
	height:60px;
}
.logo{
	width:50px;
	position:absolute;
	top:8px;
	left:50%;
	margin:0 auto;
	margin-left:-25px;
}
#appli_contents{
	max-width:420px;
	width:100%;
	margin:0 auto;
	-webkit-appearance: none;
	display:block;
	overflow:hidden;
	background-color:#FFD900;
}
.main_menu{
	padding-top:5px;
	width:100%;
	height:800px;
	background-image:url("../images/menu_back.png");
	background-repeat: no-repeat;  
	background-size:contain;
}
.owner_name{
	position:relative;
	width:85%;
	background-color:#FFF;
	margin:10px auto;
	padding:5px;
	font-size:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top:10px;
}
.login_txt{
	font-size:20px;
	border:1px solid #FFF;
	padding:8px 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:10px;
	
}
.loginBtn{
	color:#FFF;
	font-size:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#EA5514;
	border:1px solid #EA5514;
	width:80%;
	-webkit-appearance: none;
	height:40px;
}
#footer{
	text-align:center;
	max-width:420px;
	width:100%;
	position:fixed;
	bottom:0px;
	background-color:#EFEFEF;
}
.circle{
	width:30px;
	height;30px;
	background-color:#EA5514;
	color:#FFF;
	text-align:center;
	position:absolute;
	right:35px;
	top:30%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #EA5514;
}
#chat-frame {
	max-width: 420px;
	margin: auto;
	padding: 1em 2em;
	background-color: #FFF;
	height:300px;
	overflow:scroll;
}
.chat-talk {
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0;
}
.chat-talk span {
	display: block;
	margin: 0;
	padding: 0;
}
.chat-talk .talk-icon {
	float: left;
	width: auto;
}
.chat-talk .talk-content {
	position: relative;
	box-sizing: border-box;
	width: auto;
	min-height: 50px;
	border-radius: 10px;
	background-color: #FFEF9F;
	margin: 0 auto 0 70px;
	padding: 1em;
	text-align:left;
}
.chat-talk .talk-icon img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 2px solid #fff;
	border-radius: 50%;
}
.chat-talk .talk-content:before {
	position: absolute;
	top: 15px;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	border-right-color: #FFEF9F;
}
.chat-talk.mytalk .talk-icon {
	float: right;
}
.chat-talk.mytalk .talk-content {
	text-align:left;
	margin: 0 10px 0 auto;
	color: #fff;
	background: #F39800;
}
.chat-talk.mytalk .talk-content:before {
	right: -20px;
	left: auto;
	border-color: transparent;
	border-left-color: #F39800;
}
.chat-talk.talk-content .to_time {
	text-align:left;
}
.chat-talk.mytalk .my_time {
	text-align:right;
}
.chat_text{
	margin:0px;
	font-size:18px;
	border:1px solid #ccc;
	padding:3px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.icon{
	width:24px;
	vertical-align:middle;
}
.regist_icont{
	width:40px;
	cursor:pointer;
	right:10px;
	position:absolute;
	top:5px;
}
#input_form{
	width:100%;
	max-width:340px;
}
#chat_title{
	width:240px;
	font-size:20px;
	border:1px solid #ccc;
	padding:8px 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:10px;
}
.chkbox {
	margin:0px 0 0px 0px;
}
/* ラベルのスタイル　*/
.chkbox label {
	padding-left:		24px;			/* ラベルの位置 */
	padding-right:		14px;			/* ラベルの位置 */
	font-size:		13px;
	line-height:		20px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin:3px;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			18px;			/* ボックスの横幅 */
	height:			18px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 1px 1px 1px #000;
	border-radius:		4px 4px 4px 4px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	position:absolute;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	opacity:0;
}
.chkbox input[type=checkbox]:focus+label:before{
	outline: 2px dotted;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		18px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}
#updateBtn{
	border:1px solid #ddd;
	-webkit-appearance: none;
	width:300px;
	height:50px;
	font-size:16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8x;
	cursor:pointer;
	background-color:#ddd;
}
input[type="text"]{
	font-size:16px;
	border:1px solid #B5B8C8;
	padding:2px 3px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4x;
}
input[type="password"]{
	font-size:16px;
	border:1px solid #B5B8C8;
	padding:2px 3px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4x;
}