@charset "Shift_JIS";
/*----------------------------------------------------------------
   Costume
  -----------------------------------------------------------------*/
.gallery_list li.vip a::before {
    position: absolute;
	content:'';
	width:30px;
	height:24px;
	background-image:url(../images/VIPicon.png);
	background-size:cover;
    left: 15%;
    bottom: 20%;
}




/*.gallery_list li.vip a::before {
	background:#0ff;
    border-radius: 8px;
    bottom: 50px;
    color: #fff;
    content: "VIP";
    display: block;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    padding: 2px 3px;
    position: absolute;
    right: 5px;
    width: 3em;
}	
*/