.txtwrap{
	padding:12px 16px;
}
.txtwrap p{
	margin-bottom:16px;
	font-size:15px;
	line-height:1.5; 
	color: rgba(0,0,0,.75)
}
.center{
	text-align: center;
}
.fixed-top{
	position: fixed;
	top: 0;
	width: calc(100% - 32px);
	display: none;
}

td{
	border:1px solid #999;
	padding:4px;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
}
td:first-child{
	width: 50%;
	height: 50px
}
td:nth-child(2){
	width: 25%;
	height: 50px
}
td:nth-child(3){
	width: 25%;
	height: 50px
}
thead td{
	color: #000;
	font-weight: bold;
	
}
.normalTheme thead td{
	background-color: #f1f1f1;
}
td img{
	width: 80%;
	margin:0 auto;
}
td.area{
	text-align: left;
	font-weight: bold;
	text-align: left;
	height: 30px;
	padding-left: 24px;
}
.normalTheme td.area{
	background-color: #f1f1f1;
}
td span{
	display: inline-block; 
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
@media screen and (min-width:450px){
  .txtwrap{
  	width: 450px;
  	margin:0 auto;
  }
  .fixed-top{
	width: 450px;
  }
}
.point{
	font-size: 40px
}
.normalTheme .point{
	background-color: #000;
}
.darkTheme{
	background-color: #000;
	color: #A8A8A8
}
.darkTheme .txtwrap p{
	
	color: #A8A8A8
}
.darkTheme thead td{
	background-color: #252525;
	color: #A8A8A8
}
.darkTheme td.area{
	background-color: #252525;
	color: #A8A8A8
}
.darkTheme .point{
	background-color: #fff;
}
