@charset "windows-31j";
/*-------------------------------------------------------------------------------------------------
 ECSページで共通使用するCSS
-------------------------------------------------------------------------------------------------*/

/* 画像は親要素の幅全体に表示 */
img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
header img,#footer img {
	width: auto;
}
/* リストは接頭表示なし*/
ol,ul {
	list-style-type: none;
}
/* hタグ */
h3 {font-weight: bold; font-size: 1.2em;}
h2 {font-weight: bold;}
header h3,header h2,
#footer h3,#footer h2 {
	font-weight: normal;
}


/* support */
#content .support,
#content .member,
#content > .order,
#content .project,
#content .news_area {
    padding: 30px 30px 50px 30px;
}
#content .err-cont { padding: 30px 30px 0px 30px; }
#content .support .rower-in, #content .order .rower-in, #content .member .rower-in, #content .err-cont .rower-in { overflow: hidden; }
#content .col-1 { width: 90%; margin: auto; }
#content .col-3 { border-left: 1px solid #6a6a6a; width: 33%; }
#content .col-3:first-child { border-left: none; }
#content .col-3 li { margin-top: 10px; }
#content .support .accordion {
	margin-top: -130px; /* リンク位置上昇分 */
	padding-top: 130px; /* 上昇分を戻す分 */
}

@media only screen and (max-width: 480px) {
	/* support */
	#content .support .col-3 { float: none; border-left: none; border-top: 1px solid #ddd; margin: 20px 0; padding: 20px 0; width: 100%; }
	#content .support .col-3:first-child { border-top: none; margin-top: 0; padding-top: 0; }
	#content .support .col-3 li { margin-top: 10px; }
	#content .support .l-nav { display: none; }
	#content .support .info-main, #content .support .faq-main { float: none; width: 100%; }
	#content .support .accordion {
		margin-top: 0px;
		padding-top: 0px;
	}
	#content .support .accordion .ac-cont { display: none; }

}

/* 携帯用FAQのアコーディオン設定 */
.ac-head, .ac-pc { font-size: 13px; font-weight: bold; border-bottom: 1px dotted #6a6a6a; padding: 10px 30px 10px 0; }
.ac-head {
	background-image: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size:9px 6px;
	cursor: pointer;
	display: none;
 }
.ac-head.open {
	background-image: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-up.png);
}
.ac-cont { margin-bottom: 30px; padding: 20px 0 0; display: block; }
@media only screen and (min-width: 481px) {
	.ac-cont { display: block !important; }
}
.ac-cont h3 { font-size: 13px; }
.ac-cont .anchor-link {color: #A37E29;}

/* support image and description */
.ac-cont .infoTextBox { clear: left; float: left; width: 70%; }
.ac-cont .infoImage { float: right; width: 25%; text-align: right; }
@media only screen and (max-width: 480px) {
	.ac-head { display: block; }
	.ac-pc { display: none; }
	.ac-cont { display: none; }
}

.caution {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 15px 20px;
}

.l-nav { width: 22%; float: left; }
.l-nav ul { margin-bottom: 10px; }
.l-nav ul li {
	margin-bottom: 10px;
}
.l-nav ul li,
.link-item li a {
	background: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-03.png) no-repeat left 5px;
	background-size: 6px;
	padding-left: 10px;
}

.return_table {
	border-collapse: separate;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	margin: 0 0 0 15px;
	width: 90%;
}
.return_table th,
.return_table td {

	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	color: #464646;
	font-size: 85%;
	line-height: 150%;
	padding: 6px 6px;
	vertical-align: middle;
}
.return_table th {
	background: #e6e6e6;
	text-align: center;
}
.novelty-item { padding: 20px 0; }
.novelty-item .image, .novelty-item .item-info { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; }
.novelty-item .image img { width: 68px; max-width: none; }
.novelty-item label { display: block; }
.novelty-item .item-info { width:60%; margin-left: 10px; }

/*ノベルティを選択しない*/
.novelty-item .item-info.last {margin-top: 8px; }

.novelty-item.checked { background: #e6e6e6; }
.payment { font-size: 14px; }
.payment li {border-top: 1px solid #6a6a6a;padding: 15px 0 15px 30px;}
.payment li:first-child { border-top: none; }
.payment li.notindent { padding-left: 0; }

.payt th, .payt td { padding: 3px 0px; vertical-align: middle; }

/*注文完了画面*/
.order-number { background: #e6e6e6; padding: 20px 0; }
.order-number p { font-weight: bold; width: 280px; margin: auto; }

.sp-step { display: none; }

/* contact */
#contact { width: 96%; margin: auto; }
.point-container { width: 100%; clear: both; overflow: hidden; }
.point-container .data-tb { width: 100%; font-size: 11px; }
.point-container thead th,
.point-container thead th {
	background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.point-container th, .point-container td .data { text-align: center; padding: 10px 0; }
.point-container td .sp-label { display: none; }
.point-container td  {
	padding: 0 1px;
	border-left: 1px dotted #ccc;
	border-bottom: 1px solid #6a6a6a;
}
.point-container td:first-child {
	border-left: 0px;
}


.order-info { margin: 2% 0 0; }
.order-info th, .order-info td { border-top: 1px solid #6a6a6a; font-weight: normal; padding: 10px; text-align: left; }
.order-info th { width: 120px; }
.order-item { border-top: 1px solid #6a6a6a; font-size: 11px; padding-top: 20px; }
.order-item ul li { padding: 0; }
.link-item li { margin-bottom: 5px; }
.group { border-bottom: 1px solid #6a6a6a; }
.input-box { margin: auto; }
.input-head, .input-data { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; padding: 2%; }
.input-data-wino { display: inline-block; /display: inline; /zoom: 1; vertical-align: middle; padding: 2%; }
.input-head { font-weight: bold; width: 25%; }
.input-head em, .required em { color: #c10808; }

@media only screen and (max-width: 480px) {
	.input-head {width: 100%;}
}

.required em {   margin-right: 4px;}
.required {
text-align: right;
margin-right: 20px;
font-size: 10px;
margin-top: 12px;
}

/* cart */
.cart-item02 { width: 100%; font-size: 12px; border-collapse: collapse; }
.cart-item02 th, .cart-item02 td { text-align: center; }
.cart-item02 th {background: #6a6a6a;padding: 5px 0;color: #fff;}
.cart-item02 td { vertical-align: top; border-top: 1px solid #6a6a6a; padding: 10px 0; }
.cart-item02 td.review_entry { vertical-align: top; border-top: 0px solid; padding: 0 0 0 10px; text-align: left;}
.cart-item02 td.item-nm { text-align: left; padding-right: 5px; }
.cart-item02 td.item-nm { max-width: 300px; }
.cart-item02 td.price { font-size: 100%; }
.cart-item02 td.number { min-width: 30px; }
.cart-item02 td .label { display: none; }
.cart-item02 td.img { padding: 10px; width: 160px; }


.cart-item02 td.btn-area { min-width: 190px; }
.cart-item02 td.btn-area ul li { margin: -6px 0 0 2px !important; }
.cart-item02 .sp-btn-area { display: none; }

.cart-item tfoot td, .cart-item02 tfoot td { font-weight: bold; border-top: 1px solid #6a6a6a; text-align: right; padding-right: 10px; }
.txt-information { text-align: center; font-size: 15px; font-weight: bold; }
@media only screen and (max-width: 480px) {
	.cart-item02 .allpoint { display: block; margin-top: 5px; }
	.cart-item02 .sp-btn-area { display: table-row; }
	.cart-item02 .empty, .cart-item02 .btn-area { display: none; }
	.cart-item02 .price,.cart-item02 .totalprice { padding-left: 2px; padding-right: 2px; }
	.cart-item02 { font-size: 10px; }
	.cart-item02 td.item-nm { width: 105px; line-height: 1.2;  }
	.cart-item02 td.img { width: 55px; padding-left: 0;  padding-right:2px; }
	.cart-item02 tfoot td { font-size: 10px; }
	.cart-item02 .sp-btn-area td { width: 100%; }
}



.input-data { width: 70%; word-break: break-all;}
@media only screen and (max-width: 480px) {
	.input-data {
	    width: 100%;
	    margin: 0 auto;
	}
}

div.input_ov {
	display:block;
}
div.input_dt {
	display:block;
	margin: 10px 0 10px 50px;
}

@media only screen and (max-width: 480px) {
	div.input_dt {
		margin: 10px 0 10px 20px;
	}
}



/*-----------------------------------------------------------------------
    WRAPPER
 -----------------------------------------------------------------------*/
#wrapper { margin-top: 30px; padding-bottom: 30px; position: relative; }
#main { max-width: 780px; width: 77.9%; float: right; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; margin-bottom: 50px; }
.row {  margin-bottom: 20px; position: relative; }
.row  { margin-top: 3px; }
.info-main, .faq-main { width: 74%; }

#rower-content {
	background: #fff;
	position: relative;
	border:1px solid #ddd;
	-pie-box-shadow: 0px 0px 1px #ccc;
	margin-bottom: 20px;
	font-size:12px;
	padding: 30px 30px 50px 30px;
}
#rower-content.news_area h2 {
	font-weight: bold;
    font-size: 20px;
    width: 100%;
    border-bottom: solid 1px #6a6a6a;
}
#rower-content.news_area h3 {
	font-weight: bold;
    font-size: 15px;
    width: 100%;
    border-bottom: solid 1px #999;
}
#rower-content.news_area .date {
	color:#221815;
	font-size:12px;
	margin-bottom:5px;
}
#rower-content.news_area .backnumber {
	background: #e6e6e6;
	border: 0px solid #bbb;
	padding: 20px;
	margin-bottom: 30px;
	word-break: break-all;
}

#content .col-1 {
	width: 96%;
	margin: auto;
}

#side { max-width: 186px; width: 20%; float: left; background:#e9e9e9; border-radius:5px; margin-bottom:40px; }

.image { position: relative; }
.image a { position: relative; display: block; }


/*-----------------------------------------------------------------------
    SP
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	#wrapper {
		margin-top: 2%;
		padding-bottom: 30px !important;
	}

	#rower-content {
		margin: 5px 3px;
		padding: 5px 3%;
	}
}

h4 { font-weight:bold;}

/*住所検索でのみ使用*/
.search-postcode .ttl-postcode, .search-postcode .input-postdata { border-top-width: 1px; padding: 10px 85px 10px 10px; clear: both; }
.search-postcode .ttl-postcode { font-weight: bold; border-style: solid; border-color: #eee; background: #6a6a6a; color: #fff;}
.search-postcode .input-postdata { position: relative; border-style: dotted; border-color: #e5e5e5; }
.search-postcode .input-postdata label { margin-left: 5px; }
.search-postcode .input-postdata .btn {
	position: absolute;
	right: 0;
	margin: -2px 10px 0 0;
	top: 4px;
	cursor: pointer;
}
.search-postcode .zip-search-param {
    padding: 15px 5px;
}

.example { font-size: 11px; }
.checklist { border: 0px solid #EEE; text-align: center; background: #B09975; padding: 2%; color: #fff}
#privacy-rules {
    border: 1px solid #ddd;
	width: 95%;
	height: 200px;
	overflow: auto;
	margin: auto;
	padding: 20px;
}
.error { min-height: 220px; }

.input-data .sp_delete { display:none; }

/*-----------------------------------------------------------------------
    06. UTILITY
 -----------------------------------------------------------------------*/
.paging-container { padding: 0 3px; }
.paging-container .item-count {	font-weight: bold; font-size: 13px; float: left; }
.paging-container .item-count span { font-weight: normal; font-size: 11px; }

.anchor { padding: 0 0 0 20px; }
.anchor li { margin-bottom: 8px; }
.anchor .arrow { background: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-04.png) no-repeat left center; background-size: 10px 20px; padding-left: 18px; }
.oldie .anchor .arrow { background-image: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-05.png); background-position: left 1px; }

.pager { text-align: right; float: right; width: 310px; }
.pager ul { float: right; }
.pager li { font-size: 12px;  float: left; margin-left: 12px; }
.pager li.current a { text-decoration: none; font-weight: bold; }
.pager li.disable a { color: #d6d6d6; }
.pager li.prev { text-align: left; }
.rower-ttl { border-bottom:1px solid #6a6a6a; font-size: 21px; margin: 0 0 20px; padding: 0 0 12px 0;}
.ttl-tb {
	background: url(https://www.boutiqueknightsbridge-shop.jp/images/parts/arrow-01.png) no-repeat left center;
	background-size: 13px;
	margin: 0 0 18px;
	font-size: 13px;
	padding: 0 0 0 16px;
}
.col-3 { width: 33.3%; }
.col-in { padding: 0 0 0 20px; }
.notes { font-size: 12px; }
.notes a.link {text-decoration:underline; display: inline;}
.minus {vertical-align: middle; margin-left: 5px;}
.vm {vertical-align: middle;}
.normal { width: auto; }
.normal-credit {width: auto; vertical-align: middle;}
.indent { padding: 0 0 0 10px; }
.price, .sale-price { font-size: 12px;}
.sale-price, .emphasis, .emphasis:hover { font-weight: bold; color: #c9030b; }
.c_form01 { width: 100%; padding: 1px; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.float-l { float: left; }
.float-r { float: right; }
.no-item { color: #f00; font-weight: bold;}

.en {font-size: 16px; font-weight: bold; }
.css-rollover:hover img { opacity: 0.75; filter: alpha(opacity=75); -ms-filter: "alpha( opacity=75 )";}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mr20{margin-right: 20px; !important;}

.member-block {
	border: 1px solid #ddd;
	overflow: auto;
	height: 250px;
	padding: 20px;
	margin-top: 10px;
}
.heading1 {
	font-weight: bold;
	font-size: 18px;
}
.heading2 {
	font-weight: bold;
	font-size: 15px;
}

/* コンテンツタイトルバー */
.ttl {
    font-size: 16px;
    border-radius: 3px;
    padding: 5px 0 5px 8px;
    position: relative;
	background: #B09975;
	color: #fff;
}

/* SP用ヘッダ部・左メニュー */
@media (max-width: 480px){
	header .sp_menu .nav .inner fieldset legend,header .sp_menu .nav .inner figure.color figcaption {
			border-bottom: 2px solid #cdcdcd;
	}


	header .sp_menu .nav .inner fieldset.category {
		padding-bottom:0;
	}

	/*-- マイページ左部メニュー--*/
	.l-nav { width: 100%; }
}

/*-----------------------------------------------------------------------
    SMART PHONE(LANDSCAPE)
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	#content .support { padding: 8%; }
	.col-in { padding: 0 0 0 8px; }
	#content .support,
	#content .member,
	#content .order,
	#content .err-cont,
	#content .news_area
	{padding: 4% 3%; }
	#content .col-1 { width: 100%; }
	.pager { width: 100%; float: none; text-align: center; }
	.pager ul { float: none; }
	.pager ul.pointhis-pager{ width:60%; margin:0 auto; } /* point history */
	.pager li { margin-left: 2%;margin-right: 2% }

	.item-nm { font-size: 10px;  word-break: break-all; }
	.btn-area li { margin-bottom: 20px; }


}

/*-----------------------------------------------------------------------
    SMART PHONE(PORTRAIT)
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	#content .project { padding: 5%; }
	.member .anchor  { display: block; padding-left: 0; }

}

/*-----------------------------------------------------------------------
 * Fix 1,1pixels image
 -----------------------------------------------------------------------*/
img[width="1"][height="1"] { display: none; }

img[src*="pixel.kau.li"] { display: none; }

/*-----------------------------------------------------------------------
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
 -----------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:1000%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden !important; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*-----------------------------------------------------------------------
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
 -----------------------------------------------------------------------*/
#cboxOverlay{background: rgba(0, 0, 46, 0.78); cursor: pointer; opacity: .75; filter: alpha(opacity=75); -ms-filter: "alpha( opacity=75 )";}
.black #cboxOverlay{background-color:#AAA; opacity: .60; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxLoadedContent{background:#fff;}
#cboxClose{ border: 1px solid #444; background: #575757 url(https://www.boutiqueknightsbridge-shop.jp/images/common/closealert.png) no-repeat 4px 4px; color: #fff; font-size: 20px; position: absolute; top: 0; right: 0; width: 37px; height: 37px; z-index: 99999; text-indent: -9999px; }
#alert { padding: 50px 30px 30px; }
#alert .btn-area li { margin-bottom: 20px; }

@media only screen and (max-width: 480px) {
	#cboxClose {  }
	#alert { padding: 50px 10px 15px; }
	#alert .btn-area li { margin-bottom: 15px; }
}

/*-----------------------------------------------------------------------
    linkbox_wrap
    注意点・確認などを表示するテキストボックスのスタイル
 -----------------------------------------------------------------------*/
div.linkbox_wrap  { display:none;}
div.linkbox_wrap.enable {display:block;}
div.linkbox_wrap .linkbox_bg {
	z-index:200;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
}

div.linkbox.gift {
	position:absolute;
	top:-1000px;
	left:7%;
	width:80%;
	padding:3% 3% 1% 3%;
	z-index:210;
	background:#fff;
	border-radius:8px;
}
div.linkbox.reserve {
	position:absolute;
	top:-1000px;
	left:22%;
	width:50%;
	padding:3% 3% 1% 3%;
	z-index:210;
	background:#fff;
	border-radius:8px;
}
div.linkbox p{
	font-size:13px;
	color:#221815;
	padding-bottom: 10px;
}
div.linkbox .dialog_title{
	font-size:16px;
	font-weight:bold;
	color:#221815;
	padding-bottom: 6px;
	padding-right: 12px;
	margin-bottom:10px;
	border-bottom:1px solid;
}
div.linkbox .close {
	float:right;
	cursor:pointer;
	padding:0 0 0 5px;
	margin:-15px -15px 0 0;
}
div.linkbox .close .close_btn {
	width:20px;
}
div.linkbox h3 {
	font-size:20px;
	margin-bottom:55px;
}
div.linkbox .linkbox_btn {
	text-align: center;
}
div.linkbox .linkbox_btn li {
	line-height: 2;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	margin: 15px;
}
@media (max-width: 480px){
	div.linkbox.gift {
		left:5%;
		width:90%;
		padding:5% 5% 2% 5%;
	}
	div.linkbox.reserve {
		left:5%;
		width:90%;
		padding:5% 5% 2% 5%;
	}

	div.linkbox p{
		font-size:12px;
	}
	div.linkbox .close {
		margin:-5px -5px 0 0;
	}
	div.linkbox h3 {
		font-size:15px;
		margin-bottom:15px;
	}
	div.linkbox .close img {
		width:100%;
	}
	div.linkbox .linkbox_btn li {
		margin: 7px;
	}

	div.linkbox_wrap .linkbox #btn_close img,
	div.linkbox_wrap .linkbox #btn_next img{
		width: 72px !important;
		height: auto;
		margin:0 10px;
	}
}

/*購入フロー：ステップ画像*/
div.step img {
	width: auto;
	max-width: 100%;
	margin: auto;
	display: inherit;
}

/*-----------------------------------------------------------------------
    gift_area
    ギフト選択ページ用のスタイル
 -----------------------------------------------------------------------*/
div.container .giftselect{
	text-align: center;
	width: 32.9%;
	margin: 0px 0px 2%;
	padding: 3%;
	display: inline-block;
	cursor: pointer;
}
div.container .giftselect:hover { background: #B09975; }

div.container .giftarea{
	width: 90%;
	padding-bottom: 10px;
	margin: auto;
}

div.container label.no_gift_wrapping{
	vertical-align: 850%;
}
div.container .gifttitle{
	margin-bottom:3px;
}
div.container .giftprice{
	margin-bottom:3px;
}

#dispLength.err{
	color:red;
	font-weight:bold;
}
.input-data.gift-msg {
    width: 90%;
    word-break: break-all;
}

@media screen and (max-width: 480px) {
	.input-data.gift-msg {
	    width: 100%;
	}

	div.container .giftarea{
		text-align: left;
	}
	div.container .giftselect{
		text-align: center;
		width: 49%;
		margin: 0px 0% 10px;
		padding: 4px 4px 10px 4px;
		display: inline-block;
		cursor:pointer;
	}
	div.container label.no_gift_wrapping{
		vertical-align: 650%;
	}
}

div.disp_check_goods_cell_none {
	margin-left: 40px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------
    ラジオボタン用のスタイル
 -----------------------------------------------------------------------*/
 /* 横並びのラジオボタン用 「・選択肢１　・選択肢２　・・・」*/
input.inline-radio {
	margin: 3px 15px 3px 15px;
}

header .util02 nav ul li {
	border-left:none;
}
header .util02 nav {
	padding:0;
}

header ul#menu li a{
	padding:10px 17px;
    display: block;
}

header ul#menu li a:hover {
	background-color:#E9E9E9;
	opacity: 1;
}

header .util02 nav ul.child {
    display: none;
    position: absolute;
	padding: 0;
	z-index:91;
	border:1px solid #ccc;
	border-top:none;
}

header .util02 nav li.kids ul {
    right: 134px;
}

header .util02 nav li.baby ul {
    right: 61px;
}

header .util02 nav ul.child li {
	border-left:none;
	float:none;
	text-align:left;
}

header .util02 nav ul.child li a {
	width:180px;
	padding:8px 17px!important;
    display: block;
	border:none;
	background-color:#FFFFFF;
}

header .util02 nav ul.child li a:hover {
	background-color:#E9E9E9;
	opacity: 1;
}

@media (max-width: 480px){
	header .sp_menu .nav .inner fieldset legend,header .sp_menu .nav .inner figure.color figcaption {
			border-bottom: 2px solid #cdcdcd;
	}

	header #acMenuAll {
			padding:10px 10px 10px 28px;
			font-size:12px;
			font-weight:bold;
			clear:both;
			border-top:1px solid #ddd;
	}

	header #acMenu dt{
			padding:10px 10px 10px 28px;
			font-size:12px;
			font-weight:bold;
			clear:both;
			border-top:1px solid #ddd;
			background:url(https://www.boutiqueknightsbridge-shop.jp/images/parts/toggle_ico.png) no-repeat right 10px center;
	}

	header legend + #acMenu dt{
			border-top:none;
	}

	header #acMenu dd{
			display:none;
			padding:0 10px 10px;
			font-size:12px;
			font-weight:bold;
			clear:both;
	}

	header #acMenu dd ul li {
			padding:5px 10px 5px 25px;
	}

	header .sp_menu .nav .inner fieldset.category {
			padding-bottom:0;
	}
}

@media (max-width: 480px){
	header .sp_menu .nav .inner fieldset legend,header .sp_menu .nav .inner figure.color figcaption {
			border-bottom: 2px solid #cdcdcd;
	}

	header .sp_menu .nav .inner fieldset.category {
			padding-bottom:0;
	}

	.input-data .sp_delete{ display:block; }
}

/*--------------------------------------------------*/

/* 追加バナーエリア */
.ord_comp_bnr_area {
	display: inline-block;
	width: 100%;
}


/* ---------------------------------------------------------------------------------------------
  button style
 --------------------------------------------------------------------------------------------- */
#content .btn-list { text-align: center; margin-top: 3px; }
#content .btn-list li { display: inline-block; /display: inline; /zoom: 1; margin-left: 8px; }
#content .btn-list li:first-child { margin-left: 0; }

#content .btn-after, #content .btn-delete { background: #a4c7d2; text-decoration: none; padding: 3px 12px; color: #fff; border-radius: 2px; position: relative; }
#content .btn-after:hover, #content .btn-delete:hover { color: #fff; background: #a4c7d2; text-decoration: underline; }

/* ボタン共通 */
.btn-small, .btn-cart, .btn-review, .btn-normal, .btn-01, .btn-02, .btn-03, .btn-slim,
input[type="button"].btn-submit, input[type="submit"].btn-submit, .btnstyle {
	-webkit-appearance: none;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	position: relative;
	border-radius: 5px;
	margin: 3px;
}

/*色*/
.btn-small, .btn-review, .btn-normal, .btn-01, .btn-cart,
input[type="button"].btn-submit, input[type="submit"].btn-submit {
	background: #B09975;
	color: #fff;
}

.btn-small:hover, .btn-review:hover, .btn-normal:hover, .btn-01:hover, .btn-cart:hover,
input[type="button"].btn-submit:hover, input[type="submit"].btn-submit:hover {
	background: #d2bb97;
	color: #fff;
}
.btn-cart,.btn-point {
	background: #6a6a6a;
	color: #fff;
}
.btn-cart:hover,.btn-point:hover {
	background: #bbb;
	color: #fff;
}

.btn-02, .btn-03, .btn-detail, .btn-slim {
	background: #6a6a6a;
	color: #fff;
}
.btn-02:hover, .btn-03:hover, .btn-detail:hover, .btn-slim:hover {
	background: #bbb;
	color: #fff;
}

/*大きさ*/
.btn-small, .btn-cart {
	padding: 4px 5px;
	width: 100px;
}
.btn-review {
	padding: 5px 1px;
	width: 130px;
}
.btn-normal, .btn-01, .btn-02, .btn-03,
input[type="button"].btn-submit, input[type="submit"].btn-submit {
	padding: 8px 20px;
	min-width: 200px;
}
.btn-03 {
	padding: 5px;
	width: 80px;
}
.btn-detail{
	padding: 5px;
	width: 160px;
}
.btn-slim {
	padding: 2px 10px;
	min-width: 100px;
}
@media (max-width: 480px){
	.btn-small, .btn-cart {
		padding: 4px 5px;
		width: 100px;
	}

	.btn-review {
		padding: 8px 0px;
		width: 120px;
	}

	.btn-normal, .btn-01, .btn-02, .btn-03,
	input[type="button"].btn-submit, input[type="submit"].btn-submit {
		padding: 10px 10px;
		min-width: 125px;
	}

	.btn-detail{
		padding: 8px 5px;
		width: 140px;
	}
	.btn-slim {
		padding: 2px 10px;
		min-width: 50px;
	}

}

/*ボタンエリア*/
.btn-area {
	text-align: center;
		margin:30px 0 30px 0;
}
.btn-area li {
	line-height: 2;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 0;
}
@media (max-width: 480px){
	.btn-area {
		margin:20px 0 20px 0;
	}
	.btn-area li {
		line-height: 2;
		display: inline-block;
		vertical-align: top;
		margin: 0 3px 5px 0;
	}
}


/*エラー文言*/
.alert_txt01 {
	color: red;
	font-weight: bold;
}