.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

.gesture{
	width:100%;
	background-color:#000;
	padding:0.5rem 0 5rem 0;
	margin-bottom:1rem;
}

.cat_ban{
	margin:0.5rem 0;
}

.cat_ban img{
	width:100%;
}

.catlink{
	width:100%;
	margin:0;
	padding:0;
}

.catlink li{
	width:24%;
	margin:0 1% 0 0 ;
	padding:0;
	float:left;
	list-style-type:none;
}

.catlink li img{
	width:100%;
}

.catlink li:last-child{
	margin:0;
}

.photolist{
	width:100%;
	margin:5rem 0;
	padding:0;
	background-color:#000;
	list-style-type:none;
}

.photolist .beside{
	height:auto;
}

.photolist .beside img{
	width:100%;
}


.photolist .length img{
	height:auto;
}

.photolist .length img{
	width:80%;
	margin:0 10%;
}

.space{
	width:100%;
	min-height:10rem;
	height:auto;
}

.space img{
	width:100%;
	margin:2.5rem 0 ;
}


#special #stafflist .cf:before, #special #stafflist .cf:after {content: ""; display: none;}
#special #stafflist .cf:after {clear: none;}
#special #stafflist .cf {zoom:auto;}

#special #stafflist .lo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1%;
}

#special #stafflist .lo article {
	width: 25%;
	border-radius: 0.5rem;
	border: solid 0.2rem #fff;
	background: #f7f7f7;
	float:left;
}

@media screen and (min-width: 650px) {#special #stafflist .lo article {width: 33.33%;}}
@media screen and (min-width: 900px) {#special #stafflist .lo article {width: 25%;}}
@media screen and (min-width: 1200px) {#special #stafflist .lo article {width: 16.66%;}}

#special #stafflist .lo article a {

}

#special #stafflist .lo article a img {
	border-radius: 0.5rem;
}

#special #stafflist .lo article a .data p {

}

#special #stafflist .lo article a .name {
}

#special #stafflist .lo article .name {
	display: block;
	padding: 2%;
	font-size:1.2rem;
}


#special #stafflist .lo article .shopname {
	display: block;
	padding: 2%;
	font-size:1.2rem;
}

#special #stafflist .lo article .class {
	display: block;
	padding: 2%;
}

#special #stafflist .lo article a .type {
}

#special #stafflist .lo article a .type span {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	background: #999;
	line-height: 100%;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
}
