* { box-sizing: border-box; }

/* ---- button ---- */
h1{
  margin: 0 0 20px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.filters {
  max-width: 1000px;
  margin: 25px auto 10px;
}

.button {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #222;
  font-size: 14px;
  cursor: pointer;
  font-family: Verdana, Arial, 'Microsoft JhengHei' ;
  font-weight: bold;
  outline: none;
}

.button:hover {
  background-color: #eee;
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #337ab7;
  border: 1px solid #337ab7;
}

.button.is-checked {
  color: #fff;
  
}

.button:active {
  
}

/* ---- button-group ---- */

.button-group{text-align:center;}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius:10px;
  margin:5px;

}



/* ---- isotope ---- */

.grid {
  max-width: 100%;
  margin: 0 auto;
  padding:0;
	text-align:center;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* character */

.character {
  width:calc(100%/4);
	padding:10px;
  max-height:230px;
  margin:0;
	text-align:center;
}
.character img{display:block; margin:auto;}


/* ---- rwd ---- */
@media screen and (min-width: 601px) and (max-width: 735px) {
.character {width: calc(100%/2);}
	._Tabs li{width:calc(100%/3); text-align:center; height:60px;}
._Tabs li a{color:#323232; background:transparent; border:none; height:60px;}
}@media screen and (max-width: 600px) {
.character {width: calc(100%/2);}
	._Tabs li{width:calc(100%/3); text-align:center; height:80px;}
._Tabs li a{color:#323232; background:transparent; border:none; height:80px;}
}

