.hash_pop.bg-0{background-color:#af277c;color: #fff;border-color:#CF2E92}
.hash_pop.bg-1{background-color:#D81106;color: #fff;border-color:#ff0000}
.hash_pop.bg-2{background-color:#EDD60E;color: #555;border-color:#f5e763}
.hash_pop.bg-3{background-color:#000040;color: #fff;border-color:#D81106}
.hash_pop {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  padding: 10px 3px 10px 30px;
  font-size: 18px;
  border-left: 3px solid;
  border-right: 3px solid;
  border-top: 3px solid;
  border-bottom: 2px solid;
  border-radius: 3px;
  text-align: center;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 550;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.right{
  text-align:right;
}
/* 右上ボタン　*/
#search {
  margin:1px auto;
  width:80%;
  /* height:735px; */
  zoom:0.9;
}
#search h2.bar{
 font-size:14px;
}

.listTitle .sort li {
  margin-top:4px;
  background-color:#fff;
}
#search li,
#search li a,
.listTitle .sort li a.popup-modal{
  background-color:#fff;
  color:#DE1209;
  padding:5px 20px;
  width:auto;
}
.listTitle .sort li a.hash::before{
  content:"#";
  color:#ff0;
  background-color:#fff;
  width:10px;
  left:-10px;
}
#midashi{
  font-weight: 700;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#midashi .result{
text-align:center;
  color:#808080;
  padding-bottom:10px;
}
#midashi .yellow{
  color:#DE1209;
}

/* checkbox02 */
/* input[type=checkbox] {
  display: none;
}
input[type="checkbox"]:checked + label.check_label {
  background:#DD1108;
  color: #ffffff;
} */
/* .check_label:hover {
  background-color: #fcb6b1;
} */
.check_label {
  display: inline-block;
  /* float:left; */
  margin: 5px;
  /* min-width: 90px; */
  min-width: calc(30% - 10px);
  height: 35px;
  font-size:12px;
  text-align: center;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: #DD1108;
  border: 2px solid #DD1108;
  border-radius: 30px;
}
.CheckListHashpop dt{
  margin-top:0;
  margin-left:0;
  font-weight:500;
}
.CheckListHashpop dt>label{
  font-size:12px;
}
.CheckListHashpop dd{
  margin-left:0;
}
hr.clearstyle{
  opacity:0.2;
  clear:both;
  float:none;
}
.hashbtn{
 margin-top:20px;
 width:100%;
 text-align:center;
}
.hashbtn a{
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.43);/*アイコン色*/
  width: 142px;
  height:120px;
  line-height: 60px;
  font-size: 40px;
  border-radius: 10%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}
.hashbtn a p i {
  line-height: 48px;
}
.hashbtn a:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}
.hashbtn .cntbox{
	margin-top:-25px;
}
.hashbtn .buttontitle{
	margin:0;
	line-height: 14px;
	font-size:11px;
	color:#808080;
}
.hashbtn .buttoncnt{
	margin:1px 0 0;
	line-height: 26px;
	font-size:26px;
	color:#808080;
}
.hashbtn .buttoncnt1{
  color: rgb(50, 118, 243);
}
.hashbtn .odometer-inside:after{
	content:"台";
	line-height: 12px;
	font-size:12px;
}


h4.bar {
  font-size: 14px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.hash_pop.animated {
  display: none;
}
.hash_pop.animated.slideInRight {
  display: block;
}