@charset "utf-8";
/* CSS Document */
#theme01{
	width: 960px;
	margin: 0 auto;
}
.theme h3 {

  background: #f7f7f7;
  margin: 0 auto;
  padding: 14px 25px;
  color: #000;
  font-size: 25px;
  border-bottom: solid 1px #ccc;
  border-left: solid 2px #ff1f79;
}

/* --------------------------------------------------
  list
-------------------------------------------------- */
/* type01 */
.list_type01 {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_type01 li {
  margin: 0 10px 20px 0;
  width: 300px;
  border: solid 1px #9E9E9E;
  border-radius: 7px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.list_type01 li:nth-child(3n) { margin-right: 0; }
.list_type01 li a {
  padding: 0 0 40px;
  display: block;
  position: relative;
	text-decoration: none;
}
.list_type01 li a .pic img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.list_type01 li a p {
  background: #ffe6f0;
  margin: 0 0 10px;
  padding: 4px 8px;
  color:#171717;
	line-height: 1.5;
	font-weight: 600;
  font-size: 16px;
	text-decoration: none;
}
.list_type01 li a .derail {
  margin: 0 0 10px;
  padding: 0 15px;
  color: #000;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.list_type01 li a .derail span {
  border-bottom: solid 1px #ff1f79;
  z-index: 2;
}
.list_type01 li a .derail dt { width: 102px; }
.list_type01 li a .derail dt {}
.list_type01 li a .price {
  background: #f7f7f7;
  width: 100%;
  height: 57px;
  line-height: 59px;
  color: #ff0000;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.list_type01 li a .price span { font-size: 20px; }




#theme01 .more {
  /*margin: 2vw 0 0;*/
  padding: 0 0 4vw;
  text-align: center;
}
#theme01 .more a {
  margin-left: auto;
  padding: 10px	 0;
  width: 300px;
  color: #ff1f79;
  font-size: 14px;
  border: solid 1px #ff1f79;
  border-radius: 4px;
  display: block;
  /*position: relative;*/
	text-decoration: none;
}
#theme01 .more a:hover {
	opacity: 0.8
}
