@charset "utf-8";
.mainCol {
	position: relative;
}
.fuzokuten_title {
	position: relative;
	height: 54px;
	margin: 0 0 12px;
	padding-left: 1em;
	color: #13131e;
	font-size: 131%;
	font-weight: bold;
	line-height: 54px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.fuzokuten_title:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(237,28,121); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,28,121,1) 0%, rgba(255,110,174,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c79', endColorstr='#ff6eae',GradientType=1 ); /* IE6-9 */
}
.fuzokuten_title:after {
	content: "";
	width: 49px;
	height: 46px;
	position: absolute;
	top: 2px;
	right: 0;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(238,34,124,1) 50%, rgba(255,109,174,1) 72%, rgba(255,109,174,1) 82%, rgba(255,109,174,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff6dae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.shop_input {
	background: #ffffff;
}

#fuzokuten_newface ul {
	overflow: hidden;
}
#fuzokuten_newface ul li {
  float: left;
  width: 161px;
  height: 215px;
  margin: 0 0 10px 6px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  position: relative;
}
#fuzokuten_newface ul li.more {
  float: none;
  clear: both;
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: none;
}
#fuzokuten_newface ul li.more a {
  display: block;
  width: 465px;
  height: 33px;
  margin: 0 auto;
  color: #13131e;
  text-align: center;
  line-height: 33px;
  background: rgb(253,253,253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
#fuzokuten_newface ul li.more a:hover {
  color: #ffffff;
  background: #666666;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0);
}
#fuzokuten_newface ul li .thumb img {
  max-width: 100%;
}
#fuzokuten_newface ul li div.info {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 32px;
  padding: 4px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background: #ed1cc8;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
#fuzokuten_newface ul li .lady_data {
  position: absolute;
  bottom: 0;
  width: 151px;
  height: 67px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.8);
}
#fuzokuten_newface ul li .lady_data .name {
  color: #f3388b;
  font-weight: bold;
}
#fuzokuten_newface ul li .lady_data .size {
  font-size: 85%;
}
#fuzokuten_newface ul li .lady_data .time {
  margin: 3px 0 5px;
  color: #ed1c79;
  font-size: 93%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ed1c79;
  border-radius: 50px;
}
#fuzokuten_newface ul li .bust {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  color: #ffffff;
  text-align: center;
  background: url(/pictogram/shop/bg_bust.png) center top no-repeat;
}