/*==========================

	navBox

============================*/
#wrapper {
	position: relative;
	width: 100%;
}
#navBox {
	background: #000000;
	border: 1px solid #737373;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	 width: 84%;
}
p#navBtn {
	font-size: 1.5rem;
	padding: 0 0 0 5%;
	line-height: 3;
	color: #ecdfb7;
	cursor: pointer;
	position: relative;
}
p#navBtn:after {
	content:"";
	display:block;
	position:absolute;
	top:22.5%;
	right:15px;
	width:0;
	height:0;
	width:0px;
	height:0px;
	border-style: solid;
	border-width: 13px 0 0 13px;
	border-color: transparent transparent transparent #ecdfb7;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ecdfb7;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
p#navBtn.active:after {
	content:"";
	display:block;
	position:absolute;
	top:45%;
	right:15px;
	width:0;
	height:0;
	width:0px;
	height:0px;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent transparent transparent #ecdfb7;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ecdfb7;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menuList {
	background: #000;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	display: none;
	/*min-height: 405px;*/
	height: auto;
	position: absolute;
	width: 100%;
	left: -1px;
}
#menuBg {
	background: rgba(0, 0, 0, 0.5) ;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

/*==========================

	search

============================*/
#search {
	border-collapse: separate;
	border-spacing: 10px 8px;
	margin: 0 auto;
	width: 97%;
}
#search td {
	background: #333333;
	text-align: center;
	line-height: 3.2;
	font-size: 1.2rem;
}
#search td.checked {
	background: #ff6e9d;
	text-align: center;
}
#formBox input[type=checkbox] {
	display: none;
}
.checkLabel {
	display: block;
	width: 100%;
}
#formBox input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
#input_search .glDarkPink {
	line-height: 3;
	margin: 0 auto 5%;
	width: 95%;
}
/*==========================

	section1

============================*/

#section1 {
	width:95%;
	margin:0 auto 10%;
}
h3 {
	color: #ff6e9d;
	font-size: 2.0rem;
	line-height: 3.5;
	text-align: center;

}
#listBox li.heightLine {
	background:#000000;
	border:1px solid #414141;
	margin:0 auto 3%;
	padding: 3% 3% 8% 3%;
	width: 42%;
	position: relative;
}
#listBox li.heightLine:nth-child(odd){
	float: left;
}
#listBox li.heightLine:nth-child(even){
	float: right;
}
#listBox li a {
	display: block;
}
#listBox li .imgBox {
	width: 100%;
	margin: 0 auto 3%;
	position: relative;
}
#listBox li .imgBox img {
}
#listBox li .imgBox span {
	font-size: 13px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42px;
	background: url(../img/common/appear.jpg) no-repeat 6px center #a40035;
	background-size:10px auto;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	color: #ffffff;
	line-height: 19px;
	height: 18px;
	text-align: right;
	padding: 0 2% 0 5%;
	border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-ms-border-radius: 10px 0 0 0;
	-o-border-radius: 10px 0 0 0;
	z-index: 2;
}
#listBox li .gravureDetail {
	width:100%;
	margin: 0 auto 10%;
}
#listBox li h4 {
	color:#ff6e9d;
	font-size: 1.4rem;
}
#listBox li .shopName {
	font-size: 1.2rem;
	height: auto;
	min-height: 45px;
	padding: 0 0 5%;
	line-height: 1.2;
}
.iconExplanation {
}
.iconExplanation li {
	color: #000000;
	font-size: 1.0rem;
	height: auto;
	line-height: 22px;
	height: 22px;
	text-align: center;
	margin: 0 0 2%;
}
.iconExplanation li:last-child {
	margin: 0;
}
.bgPink {
	display: block;
	background: #ffbfd3;
}
.bgCream {
	display: block;
	background: #ecdfb7;
}
.bgLove3 {
    bottom: 2%;
    position: absolute;
    right: 6%;
}
input[type="submit"] {
    font-size: 1.4rem;
}


