@charset "utf-8";
/* CSS Document */

#lingerie_select ul {
	font-size:100%;
	margin-top:10px;
	padding:5px;
	background:#999999;
}

#lingerie_select ul a {
	display:block;
	padding:10px;
	background-position:95% center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
}

#lingerie_select ul span {
	display:block;
	padding:10px;
	background-position:95% center;
	background-repeat:no-repeat;
	color:#FFF;
}

#lingerie_select ul > li {
background: #4f4f4f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4f4f4f 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4f4f4f 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

border-bottom:1px solid #666;
}

#lingerie_select ul > li > a {
	background-image:url(../images/a_link.png);

	-moz-background-size:19px 20px;
	-webkit-background-size:19px 20px;
	-o-background-size:19px 20px;
	-ms-background-size:19px 20px;
}

/*  ******************************************/

#lingerie_name {
	padding-top:10px;
	padding-bottom:2px;
	border-bottom:1px solid #666666;
}

#lingerie_list ul {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #490540;
}

#lingerie_list ul li {
	float:left;
}

#lingerie_list ul li:nth-of-type(1) {
	width:40%;
	text-align:center;
}

#lingerie_list ul li:nth-of-type(2) {
	width:60%;
}

#lingerie_list ul li p {
	font-size:82%;
	border-bottom:1px dotted #490540;
}
#lingerie_list ul li p:nth-last-of-type(1) {
	border-bottom:0;
}
#lingerie_list ul li p:not(:nth-of-type(1)) {
	margin-top: 5px;
}
#lingerie_list ul li p:nth-of-type(1) span {
	color:#ae0a40;
	margin-right:5px;
}

#lingerie_list .kind_area {
	margin: 10px auto;
	padding: 2px;
	background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}

#lingerie_list .kind_area ul {
	display: flex;
	flex-wrap: wrap;
	background-image: linear-gradient(99deg, rgb(45 3 30) 10.6%, rgba(28, 28, 28, 1) 118%);
	border-bottom: 0;
	padding: 0 5px 5px 5px;
	font-size: 85%;
}

#lingerie_list .kind_area ul li {
	clear: both;
	width: 50%;
	padding-top: 5px;
}
#lingerie_list .kind_area ul li:nth-of-type(1) {
	text-align: left;
}
#lingerie_list .kind_area ul li a {
	color: #ffffff;
}
#lingerie_list .kind_area ul li.active a {
	color: #a748d5;
}
