@charset "utf-8";

/* ############################################################################
 * 
 * チャットページ
 * 
 * ############################################################################ */

a{
	color: #03c;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

body,textarea{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
#contents-wrap.room{
	background:url(/chat/images/back-gray.gif) #d1d0cf;
}
/*
.bread-crumb.room{
	float:left;
	width:60%;
}
*/
.room .bread-crumb a:link,
.room .bread-crumb a:visited{
	color:#720000;
}
.room .bread-crumb a:hover,
.room .bread-crumb a:active{
	color:#ee6f18;
}
.ruleLink{
	float:right;
}
.ruleLink a{
	text-decoration:none;
	color:#401f06;
}
.contents.chat h1 {
	background: url(/chat/images/title.png) no-repeat scroll 0 0;
	height: 33px;
	padding-right: 20px;
	padding-top: 17px;
	text-align: right;
	width: 940px;
	background-size: 960px;
}
.contents.chat{
	
}
/* -------------------------------------
/* チャットロビー
/* ------------------------------------- */
.chatlobby{
	background:url(/chat/images/sakura_line.png) no-repeat top 15px center #fff;
	border-radius:10px 10px 0 0;
	font-size:14px;
}
.chatlobby .inner{
	padding:50px 20px 5px 20px;
}
.chatlobby .inner .leftArea{
	float:left;
	width:580px;
}

.chatlobby .chatDesc{
	background:url(/chat/images/sakurachat_img.png) no-repeat left bottom;
}
.chatlobby .chatDesc .chatDescWrap{
	padding:25px 20px 20px 300px;
	font-size:12px;
}
.chatlobby .chatDesc .chatDescWrap h2{
	box-shadow:none;
	border:none;
	border-bottom:2px dotted;
	margin:0 0 10px 0 ;
	font-size:16px;
	padding:5px 0 2px 0;
	font-weight:bold;
	color:#e382a4;
}
.chatlobby .chatDesc .chatDescWrap div.main-text{
	border:1px solid #f7f3f0;
	background:#fefcf8;
	padding:10px;
	border-radius:5px;
	line-height:1.3;
	color:#555;

}

.chatlobby .chatDesc div p.notice{
	margin-top:10px;
	font-weight:bold;
	line-height:1.3;
	color:#555;
}

.room-box{
	width:230px;
	float:left;
	margin:0 10px 15px 0;
	background-color:#fff;
	border:1px solid #fddfe3;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: right top 36px;
	background-size:36%;
}

.mvnAreaWrap div:nth-child(4n){
	margin-right:0;
}

.room-box .title{
	text-align:center;
	background:#e382a4;
	color:#fff;
	border-radius: 3px 3px 0 0;
}

.room-box .capacity{
	text-align:center;
	background:#fdd5d8;
}
.room-box .subtitle-area{
	font-size:80%;
}
.room-box .member{
	border-bottom:1px #ccc dotted;
	padding:2px 5px;
	min-height:20px;
}
.room-box p:last-of-type{
	border-bottom:1px #fddfe3 solid;
}

.room-box .enter-area{
	text-align:center;
	background:#fffafa;
	border-radius: 0 0 3px 3px;
}

.room-box .member-data{
	padding:0px 5px;
	color:#ea731c;
}
.room-box .member-data a{
	text-decoration:none;
}
.room-box .member-data a:hover{
	color:#ff769a;
}
.room-box .member-data img{
	vertical-align:middle;
	width:18px;
	height:18px;
	border-radius:2px;
}
.room-box .member-data .name{
	font-size:12px;
	margin-left:5px;
}
.room-box .spacer{
	border-bottom:1px #ccc dotted;
	padding:2px 5px;
	min-height:20px;
	background-color:#fffafa;
	opacity:0.8;
}

.btnEenter, .btnLogin, .btnUserRegist{
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	margin: 5px auto 5px;
	padding: 2px;
	text-align: center;
	width: auto;
	text-decoration:none;
}

.enableEnter{
	background: #2e6fa7 none repeat scroll 0 0;
	width: 100px;
}
.enableEnter span:after{
	content:'入室';
}
.enableEnter:hover, .btnLogin:hover {
    background-color: #438acb;
}

.disableEnterFull{
	background: #777 none repeat scroll 0 0;
	width: 100px;
	cursor:default;
}
.disableEnterFull span:after{
	content:'満室';
}
.disableEnterNG{
	background: #777 none repeat scroll 0 0;
	width: 100px;
	cursor:default;
}
.disableEnterNG span:after{
	content:'入室できません';
}

.btnLogin{
	background: #2e6fa7 none repeat scroll 0 0;
	padding:4px 10px;
}
.btnUserRegist{
	background: #53ac53 none repeat scroll 0 0;
	padding:4px 10px;
}
.btnUserRegist:hover {
	background-color: #67b667;
}

#fancy-alert, #fancy-LoginBox{
	font-size:16px;
}

#fancy-alert .head, #fancy-LoginBox .head{
	border-bottom:solid 1px #999;
	padding-bottom:5px;
}

#fancy-alert .body{
	padding: 20px 10px;
	font-weight:bold;
	color:#555;
}


#fancy-LoginBox .body{
	padding: 20px 10px;
	color:#555;
}

/* -------------------------------------
/* チャットルーム 
/* ------------------------------------- */
.chatWrap{
	position:relative;
}
.mainConts{
	width:758px;
	float:left;
}
.roomName{
	text-align:center;
	padding:5px 0;
	background:#fff;
	border-radius: 5px 5px 0 0;
}
#original-parts{
	display:none;
}

.system_msg{
	color:#777;
}
.user_name{
	margin-right:10px;
	color:#ea731c;
}
.date{
	color:#ccc;
}


/*発言テーブル*/
#msg-area{
	height:200px;
	overflow-y:auto;
	background:#fff;
	padding:10px;
	border-radius: 5px;
}
.msg-box{
	margin:5px 0 0;
}
#msg-area .userArea{
}
#msg-area .userArea .nameBody{
	display:table-cell;
	padding-left:10px;
	vertical-align:top;
}
.msg-box .userArea .name{
	float:left;
	color:#a9988b;
	font-size:10px;
}
.msg-box .userArea .nameBody .time{
	float:right;
	color:#bbb;
	font-size:10px;
}

.msg-box .userArea .img{
	width:50px;
	display:table-cell;
	vertical-align:top;
}
.msg-box.myself .userArea .img{
	text-align:right;
}

.msg-box .userArea .userImg{
	width:85%;
	border-radius:3px;
}
.msg-box .userArea .body-text{
	word-wrap:break-word;
}
.msg-box .body{
	padding:5px;
	margin-bottom:3px;
	/*border:1px solid #ccc;*/
	border-radius:3px;
	position:relative;
	background:#e7e7e7;
	font-size:12px;
	min-width: 200px;
	max-width: 500px;
}
.msg-box .body .balloon{
	position:absolute;
	left:-9px;
	top:15px;
	width:9px;
	height:8px;
}


/*自分*/
.msg-box.myself .userArea{
	float:right;

}

.msg-box.myself .userArea .nameBody{
	display:table-cell;
	padding-right:10px;
	vertical-align:top;
}
.msg-box.myself .userArea .name{
	color:#d26900;
}
.msg-box.myself .body{
	background:#a5d7f1;
}
.msg-box.myself .body .balloon{
	position:absolute;
	right:-9px;
	left:auto;
	top:15px;
	width:9px;
	height:8px;
}

/*システムメッセージ*/
.system-msg-box{
	padding:5px;
	color:#b6b5b4;
	font-size:11px;
}

.system-msg-box.system-voice{
	color:#186f9c;
	font-weight:bold;
}

/*右エリア*/
#member-area{
	float:right;
	width:195px;
	background:#fff;
	height:250px;
	border-radius:5px;
	position:relative;
	margin-bottom:6px;
	border:2px solid #977b53;
}
#sp_member-area{
	display:none;
}
#member-area #member-header{
	padding:3px;
	background:#977b53;
	color:#fff;
	border-radius:2px 2px 0 0;
	text-align:center;
}
#member-area #sub_title_area{
	padding:3px 2px 3px 4px;
	background:#f8f6ed;
	font-size:11px;
	color:#330000;
	border:1px #cdcbc2;
	border-style: solid none;
}
#member-area #sub_title_area .edit-icon{
	font-size:14px;
	margin-right:2px;
	color:#2d6ba1;
}
#member-body{
	padding-top:10px;
	overflow:auto;
	background: no-repeat bottom center #fff;
	background-size:contain;
}
#member-body .member-data{
	padding:0px 10px;
}
#member-body .member-data:not(:first-child){
	margin-top:10px;
}

#member-body .member-data a{
	text-decoration:none;
}
#member-body .member-data img{
	vertical-align:middle;
	width:18px;
	height:18px;
	border-radius:2px;
}
#member-body .member-data .name{
	font-size:12px;
	margin-left:5px;
	color:#6b583a;
}
#member-body .member-data .name.myself{
	color:#d26900;
}
#member-area .away{
	position:absolute;
	bottom:10px;
	left:10px;
	width:90%;
}
#member-area .away a{
	background:#777;
	font-size:14px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	padding:5px 0;
	display:block;
	text-decoration:none;
}
#member-area .away a:hover{
	background-color:#e36669;
}

#input-form{
	padding:5px 8px;
	background:#fff;
	margin-top:10px;
	border-radius:5px;
	position:fixed;
	bottom:6px;
	width: 742px;
}

#input-form textarea{
	resize: none;
}

.input-textarea-wrap{
	padding-top:5px;
}

.submitArea{
	border-bottom:1px solid #ccc;
	text-align:right;
	padding-bottom:5px;
}
.submitArea span{
	margin-top:5px;
}
.submitArea span a{
	text-decoration:none;
}

#sound-flg{
	margin-right:10px;
}
#sound-flg i{
	color:#ef9756;
	font-size:110%;
}
#sound-flg i.fa-bell-slash{
	color:#777;
}

#input-form #text{
	width:740px;
	border:none;
	font-size:11px;
}
#submit_button, #btn_submit_subtitle{
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background:#2d6ba1;
	color:#fff;
	font-size:12px;
	padding:3px 15px;
	border-radius:3px;
	box-shadow:none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

input#submit_button:hover{
	background:#5999d2;
}

#removed-message{
	display:none;
}

#fancy-subtitle{
	font-size:16px;
	width:250px;
}
#fancy-subtitle .head{
	border-bottom:solid 1px #999;
	padding-bottom:5px;
	margin-bottom:10px;
}
#fancy-subtitle .body{
	text-align:center;
}
#fancy-subtitle .body .text{
	width:100%;
	box-sizing:border-box;
}
#fancy-subtitle #btn_submit_subtitle{
	margin-top:10px;
}

/*ルールと使い方ページ*/
.attenBox{
	margin:20px 0;
	padding: 15px 10px;
	background:#f0f0f0;
}
.attenBox ul{
	margin-top:10px;
	padding:0 10px;
}
.attenBox ul li{
	padding-left: 20px;
	position: relative;
}
.attenBox ul li:before{
	content: "\f1b0";
	position: absolute;
	top: 0;
	left: 0;
	color: #933E00;
	font-size: .9rem;
	font-family: FontAwesome;
}


.ruleBox h3{
	font-weight:bold;
	margin-top:20px;
}

.ruleBox .ruleDetail{
	padding-left: 21px;
}

.ruleBox .ItemArea{
	margin-top:10px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f9f9f7 none repeat scroll 0 0;
}
.ruleBox .ItemArea .fa-ban{
	font-size: 18px;
}
.ruleBox .ItemArea .fa-exclamation-triangle{
	font-size: 16px;
}



@media only screen and (max-width: 640px) {
	body{
		background:none #f1ede4;
	}
	.bread-crumb.room{
		display:none;
	}
	#header{
		display:none;
	}
	#member-area{
		display:none;
		position:fixed;
		top:50px;
		right:15px;
		border:2px solid #977b53;
	}
	#member-area #member-header{
		padding:1px;
		border-radius:2px 2px 0 0;
		font-size:90%;
	}
	#member-area #member-body{
		padding-top:3px;
		border-radius:5px;
	}
	#member-area #member-body .member-data{
		padding:2px 5px;
	}
	#member-body .member-data:not(:first-child){
		margin-top:5px;
	}
	#contents-wrap.room{
		border:none;
		position:fixed;
	}
	#sp_member-area{
		display:block;
		position:fixed;
		right:15px;
		top:13px;
		z-index:9999;
	}
	#sp_member-area a{
		width:40px;
	}
	.defButtonGray{
		border-radius: 5px;
		text-align:center;
		color:#542807 !important;
		font-size:.5rem;
		padding:3px 10px;
		line-height:1.2;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.defButtonGray i{
		font-size:.8rem;
	}
	.mainConts{
		float:none;
		width:97%;
		margin:0 auto 10px;
	}
	#contens-inner{
		width:100%;
	}
	#input-form{
		width:100%;
		margin:0;
		padding:0px 10px;
		bottom:0px;
		left:0;
		right:0;
		background:none #f1ede4;
		box-sizing:border-box;
		border-radius:0;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		backface-visibility: hidden;
	}
	#input-form .input-textarea-wrap{
		padding-top:0px;
	}
	#input-form #text{
		width:100%;
		font-size:16px;
		box-sizing:border-box;
	}
	#input-form .enterCheck{
		display:none;
	}
	#submit_button{
		padding:0 10px;
		line-height:2;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.submitArea{
		border:none;
		padding-top:3px;
		padding-bottom:3px;
	}
	#sound-flg {
		margin-right: 5px;
	}
}


.clear{
	clear: both;
}

.mini_index{
	position: relative;
	width: auto;
	margin: 40px 0px 0px 0px;
	padding: 5px 10px;
	border-left: 8px solid #3498db;
	background:#ffffff;
	font-size: 1.1rem;
	font-weight: 800;
	box-shadow: unset;
}

.mini_index::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #cccccc;
}

.dark-orange{
	color:#ff711c;
}

.chat_how_img{
	width: 45%;
}
.chat_how_img img{
	width: 100%;

}
.chat_how_txt{
	width: calc(55% - 30px);
}