#twitter_window {
	z-index:10000;
	background: transparent;
	width: 380px !important;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: gray;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 40%;
	right: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: transparent gray transparent transparent;
}
.tooltiptext {
	top: -15px;
	left: 20px;
	font-size: 12px;
}
.fa-circle, .fa-circle_ng, .fa-circle_pause {
	position: relative;
	top: -5px;
	left: -5px;
	font-size: 8px;
	width: 50px;
	text-align: left;
}
.fa-circle, .siteno {
	color: red;
}
.fa-circle_ng, .siteno_ng {
	color: #D8D8D8;
}
.fa-circle_pause, .siteno_pause {
	color: #f6ad49;
}
.fa-circle:before, .fa-circle_ng:before, .fa-circle_pause:before {
	content: "\f111";
	font-family: FontAwesome;
}
.siteno, .siteno_ng, .siteno_pause {
	position: relative;
	top: -7px;
	left: -10px;
	font-size: 10px;
	font-weight: 900;
}
.delbtn {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.seasonmessage {
	position: fixed;
	display: inline-block;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 10px;
	border: solid 3px #62c1ce;
	padding: 10px;
	color: #2c2c2f;
	font-weight: bold;
	font-size: 1.0em;
	border-radius: 4px;
	top: 50px;
	right: 20px;
	width: 25%;
	background: rgba(255, 255, 255, 0.7);
	font-family: "ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
.seasonmessage:after {
	background: #62c1ce;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left: -2px;
	bottom: 100%;
	padding: 1px 10px 0 10px;
	content: "お願い";
	letter-spacing: 0.1em;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	text-align: left;
}

.newsticker {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	font-size: .95em;
}
.newsticker li {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 40px;
	position: relative;
	font-weight: 550;
	text-align: left;

}
.newsticker li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
        position: absolute;
        left: 0em;
        top: 50%;
        margin-top: -1.0em;
        background: #62c1ce;
	color: #fff;
        height: 1.4em;
        width: 1.4em;
        line-height: 1.4em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;

}
.pointno {
	opacity:0.8;
	background-color: #a8da82;
	color: #222;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -10px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size:12px;
}
.newsticker {
	overflow: hidden;
	list-style: none;
	font-weight: normal;
	line-height: 1.4em;
/*	position: absolute;
	width: 250px;
	height: 240px;
	top: 50px;
	right: 100px;*/
}
