@charset "utf-8";
/* CSS Document */
.contMenu {
	background-color: #ffadad;
	padding-top: 10px;
	font-size: 16px;
}
.contMenu * {
	line-height: 1.5;
}
a:link {
	text-decoration: none;
}
.drw_btn {
	display: block;
	padding:10px 15px;
	margin: 3% 4%;
	border-radius: 10px;
	text-align: center;
	background-position: left 20px center;
	background-size: 25px;
}
.drw_loginbtn {
	background: #fff;
	color: #6c5c5c!important;
	background-image: url(../img/icon_login.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 26px;
}
.drw_cartbtn {
	background: #fff;
	color: #6c5c5c!important;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: left 22px center;
	background-size: 26px;
}
.drw_registbtn {
	background: #fffbbe;
	color: #6c5c5c!important;
	background-image: url(../img/icon_newmember.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 26px;
}

#sideSearch {
	margin: 10px auto;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sideSearch th {
	width:90%;
}
#sideSearch td {
	width:10%;
}
#sideSearch {
	position:relative;
}
#sideSearch .txtArea{
	width:100%;
	padding: 0 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	background:#fff;
	border: none;
	font-size: 16px;
	height: 40px;
	margin: 0;
}
#sideSearch .shbt{
  width: 40px;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/jewlinge/assets/smp/img/sh_bt.jpg) no-repeat center center;
  /*background-color: #000;*/
  background-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
}
.shbox {
	/*width:100%;*/
	padding: 0 4%;
	background:#ffadad;
}


.boxMb{
	width:100%;
	background:#ffadad;
	padding-bottom:200px;
}
ul.accordion{
	width:100%;
	overflow: hidden;
}
ul.accordion ul{display: none;}

ul.accordion li p{
	background: #ffadad;
	color:#fff;
	text-align: left;
	padding:10px;
	border-bottom:1px solid #fff;
	cursor: pointer;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.accordion p{
    position: relative;
}

ul.accordion ul li{
	background: #fff;
	padding:10px 20px 10px 10px;
	border-bottom:1px solid #c1c6c9;
	display:block;
	position: relative;
}

ul.accordion ul li a{
	display:block;
	color: #6c5c5c;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.accordion li p::before{
	content: '';
	position: absolute;
	top: 43%;
	right: 13px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.accordion li p.active::before{
	content: '';
	position: absolute;
	top: 56%;
	right: 13px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

ul.accordion p a {
	color:#FFF !important;
	display:block;
}
ul.selectArrow li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.non_accordion {margin-top: 20px;}
ul.non_accordion li a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #6c5c5c;
	color: #6c5c5c;
	text-align: left;
}


/* drower Banner */
.drowerBanner {
 	background: #ffadad;
 	padding: 0 4%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.drowerBanner img{
	vertical-align: inherit;
}
.dNone {
	display: none;
}

.cateBox {
	border-collapse:separate;
	border-spacing: 4px;
	width: 100%;
	margin-bottom: 3%;
}
.cateBox td {
	border: 1px solid #fff;
	padding: 1% 0;
	width: 50%;
	line-height: 27px;
	text-align: center;
}
.cateBox img {
	width: 24px;
	display: inline-block;
	margin: 1% 3% 1% 0;
	vertical-align: bottom;
}
.cateBox a {
	color: #fff!important;
	font-size: 15px;
}




.banner1clum {
	position: relative;
	width: 100%;
	padding: 5px 0 0;
}
.banner2clumLeft {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 2px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.banner2clumRight {
	position: relative;
	float: right;
	width: 50%;
	padding: 0 0 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.cpBannerWrap {
	text-align: center;
	padding: 15px 0;
}
.cpBannerWrap-btn {
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 8px 18px;
	color: #fff;
	font-size: 9px;
}


.non_accordion img{
	margin-bottom: -7px;
	margin-right: 6px; 
}


/*検索窓iphone調整*/
input[type="submit"],
input[type="image"],
input[type="text"] {
-webkit-appearance: none;
border-radius: 0;
}