@charset "euc-jp";
/* CSS Document */
#evArea {
	overflow: hidden;
	width: 720px;
	background: url(https://assets.chatpia.jp/common/event/img/twitter.jpg?180214) no-repeat #770c61;
	margin-left: 20px;
}
#evArea dl, #evArea dt, #evArea dd {
	margin: 0 !important; padding: 0 !important;
	background: none !important;
	text-indent: 0 !important;
}
#evArea dl {
	overflow: hidden;
}
#evArea dt {
	display: block;
	width: 100% !important;
	line-height: 1.5em!important;
	color: #fff000;
	font-size: 14px;
	font-weight: bold;
}
#evArea dt.orange {
	color: #ff9900;
}
#evArea dt:after { content: "："; }
#evArea dt.comm { color: #f7ca53; }
#evArea dd {
	display: block;
	margin-bottom: 2px ;
	color: #fff;
}
#evArea ul.note li { margin-bottom: 0 !important; }
#evArea .f10px {
	color: #bcbabf;
	font-size: 10px;
}
#evArea dd b {
	font-size: 18px;
	font-weight: bold;
	color: #fc78a7;
	margin-right: 3px;
}
#evArea dd strong {
	font-size: 1.4em;
	font-weight: bold;
}	
#evArea .event-box {
	margin-bottom: 20px;
	margin-left: 15px;
	background-color:rgba(0,0,0,0.8) ;
	border-radius:12px;
	box-shadow:inset 0 0 0 2px #ff0,inset 0 0 0 4px #000,inset 0 0 0 6px #FFF,3px 3px 6px #000;	
}

#evArea .event-box.is_first {
	width:400px;
	margin-top: 360px;
	padding:20px ;

}
#evArea .event-box.is_second {
	width:650px;
	padding:20px ;

}


/*テキストエリアボックス*/
#evArea .event-box.is_first .event-box-about{
  display:block;
  color:#fff;
  box-sizing: border-box;
}

#evArea .event-box-about__text{
	margin-bottom: 20px !important;
	
}
/*-------------送信フォーム-------------*/
.event-box-about.is_two dd div{
    padding-top: 24px;
}

.serial-code__text{
		display: block;
		margin:0 0 5px 0;
	  }

.serial-code input,button{
	margin: 5px 0 10px 0;
}

.serial-code__input {
	width: 270px;
	padding:10px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
}

.serial-code__input::-webkit-input-placeholder{
    color: #c2c2c2;
}
.serial-code__input::-moz-placeholder{
    color: #c2c2c2;
}
.serial-code__input:-ms-input-placeholder{
    color: #c2c2c2;
}

.serial-code__submit {
	width: 100px;
	margin-left: 10px;
	padding: 7px;
	font-size: 16px;
	border-radius: 4px;
	color: #fff;
	background-color: #ffc00b;
	border: none;
	cursor: pointer;

}

.serial-code__submit:focus {
outline: none;
}

.serial-code__text {
display: block;
	
}
.serial-code__text.is_alrt {
	 color: #f00;
}
.serial-code__text.is_done {
	color: #ff0;
}

.serial-code__notes{
	display: block;
}


.is_result{
	font-size: 16px;
}
.is_login{
	margin: 8px 0 0 0;
	color: #ff0;
}

/*---------注意事項--------------*/
.notes__text{
	display: block;
}
.notes__text::before{
	color: #f00;
	content: "※"
}
/*-------------チャットピア公式twitterテキストリンク-----------------------*/
.twitterlink a:hover{
	color: #1fa2f2;
}
.twitterlink .twitterlink__text.is_highlight{
	color: #1fa2f2;
}

.twitterlink .twitterlink__text.is_done{
	color: #ff0;
}