@charset "utf-8";

body {
	font-size: 14px;
	font-family: sans-serif;
	background-color: #ffe4e1;
	width: 100%;
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}

/* シャッフル中当選番号テキスト */
.textShuffle {
	text-align: center;
	font-weight: bold; 
	font-size: 500%; 
	width: 75%;
	margin: 0 auto;
	padding:15px 5px;
  	background-color: #FFFFFF;
  border-radius: 10px;
}
/* 待機中当選番号テキスト */
.textWaiting {
	text-align: center;
	font-weight: bold; 
	font-size: 500%; 
	width: 75%;
	margin: 0 auto;
	padding:15px 5px;
  	color: #FFFFFF;
  	background-color: #FF0000;
  border-radius: 10px;
}
/* 人数表示 */
.textNormal {
	font-weight: bold; 
	font-size: 150%; 
  	color: #000000;
}
/* 人数表示 */
.textAlert {
	font-size: 150%; 
  	color: RED;
}

/* 当選番号ログ表示エリア */
.numLog {
	max-width: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

.BingoBallNotSelected {
	font-size: 19px; 
	font-weight: normal ; 
	color: #cccccc;
	border: solid 1px #cccccc;
  display: table;
	height: 40px;
	margin: 3px;
	width: 40px;
	border-radius: 20px;
	background-color: #FFFFFF;
}
.BingoBallSelected {
	font-size: 19px; 
	font-weight: bold ; 
	border: solid 2px #FE9A2E;
  display: table;
	height: 40px;
	margin: 2px;
	width: 40px;
	border-radius: 20px;
	background-color: #F2F5A9;
}
.BingoBall {
	height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.txtMode {
	text-align: left;
}


/* ボタン */
.button1 {
	font-weight: bold; 
	font-family:sans-serif;
	font-size: 200%; 
	padding:10px 20px;
  margin: 5px;
  border-radius: 5px;
}
.button2 {
	font-weight: bold; 
	font-family:sans-serif;
	font-size: 150%; 
	padding:3px 5px;
top: 50%;
  margin: 5px;
  vertical-align: middle;
  border-radius: 5px;
}
/* スライダー */
.slider {
  -webkit-appearance: none;
  appearance: none;
  padding:0px;
  width: 600px;
	border: solid 1px #555555;
  vertical-align: middle;
}
.sliderText {
	text-align: left;
}
  input[type=range] {
    -webkit-appearance:none;
    background:#FFEEFF;
    height:24px;
  }
  input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    background:#333333;
    height:20px;
    width:20px;
    border-radius:3px;
  }
  input[type=range]::-ms-tooltip{
    display:none;
  }
  input[type=range]::-moz-range-track{
    height:0;
  }
  input[type=range]::-moz-range-thumb{
    background:#333333;
    height:20px;
    width:20px;
    border:none;
    border-radius:3px;
  }

/* ロゴ */
.logo {
	width: 160px; 
}
/* ロゴ */
.banner {
	width: 100%; 
}
/* ロゴの点滅 */
.logo_blink {
	width: 160px; 
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
	-moz-animation:blink 0.8s ease-in-out infinite alternate;
	animation:blink 0.8s ease-in-out infinite alternate;
}
/* 効果音メニュー */
.infomation {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding:5px 5px;
  	background-color: #FFFFFF;
  border-radius: 5px;
}
.infomation2 {
	text-align: left;
	padding:5px 5px;
  	background-color: #FFFFFF;
  border-radius: 5px;
}
@-webkit-keyframes blink {
    100% {opacity:0;}
    0% {opacity:1;}
}
@-moz-keyframes blink {
    100% {opacity:0;}
    0% {opacity:1;}
}
@keyframes blink {
    100% {opacity:0;}
    0% {opacity:1;}
}

h2 {
  font-size: 1.25em;
  margin-top: 1.11111em;
  margin-bottom: 1.11111em;
	padding: .5em .75em;
	border-left: 6px solid #13466a;
}
.copyright {
  font-size: 0.8em;
	padding:10px 10px;
	color: #555555;
}
