/* global-header */
#global-header-menu .global-service-kitchen {
  background-color: #c4cbd6;
}
/* service-header */

#service-header-inner {
  width: 950px;
  margin: 0 auto;
  padding-top: 8px;
}

#service-header a {
  text-decoration: none;
}

#service-header .upper {
  margin-bottom: 8px;
}

#service-header .left-area {
  width: 718px;
  float: left;
}

#service-header .lead {
  font-size: 11px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  margin-bottom: 8px;
  width: 520px;
  float: left;
}

#service-header .guide-link,
#service-header #service-header-inner .upper .left-area .about-block {
  width: 197px;
  float: right;
  text-align: right;
}

#service-header .guide-link li {
  display: inline;
  padding-left: 6px;
}

#service-header .guide-link li:first-child {
  display: inline;
  padding-right: 8px;
  border-right: 1px solid #a69078;
}

#service-header .guide-link li a {
  font-size: 11px;
  color: #fff;
}

#service-header .guide-link li a:hover {
  text-decoration: underline;
}

#service-header #serivce-logo {
  min-width: 232px;
  float: left;
  clear: left;
}

.premiumLogo {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

#service-header .tell-image {
  width: 271px;
  float: right;
}

#service-header .cart-link{
  color: #4c4c4c;
}

#service-header #header-cart {
  border-radius: 5px;
  width: 218px;
  padding-right: 15px;
  float: right;
  background-color: #ece4d9;
  box-shadow: 1px 5px 3px #6a5e4c;
}

#service-header #header-cart:hover {
  background-color: #DDD1BF;
}

#service-header .headerCartArea {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 9px 0 7px 13px;
}

#service-header #header-cart .headerCartArea__productCountArea .header-cart-icon {
  font-size: 31px;
}

#service-header #header-cart .headerCartArea__productCountArea .headerCartArea__productCount {
  position: relative;
}

#service-header #header-cart .headerCartArea__productCountArea .cart-count {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 21px;
  min-width: 9px;
  height: 14px;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 9px;
  background: #fc750f;
  display: none;
}

#service-header #header-cart .headerCartArea__productCountArea .headerCartArea__text {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  margin-top: -4px;
  text-align: center;
  color: #707070;
}

#service-header #header-cart .headerCartArea__productPriceArea {
  line-height: 1;
}

#service-header #header-cart::after {
  display: none;
}

#service-header #header-cart .headerCartArea__productPriceArea::after {
  display: none;
}

#service-header #header-cart .amount {
  clear: both;
  padding: 10px 0 7px 13px;
}

#service-header #header-cart .text {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #707070;
  font-size: 12px;
  text-align: right;
}

#service-header #header-cart .sum {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #4c4c4c;
  font-size: 20px;
  text-align: right;
  margin-bottom: 8px;
  margin-right: 5px;
}

#service-header #header-cart .yen {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  color: #707070;
  margin-right: 5px;
}

#service-header .bottom {
  position: relative;
}

#service-header #dropdown-menu-area {
  position: absolute;
  z-index: 200;
}

#service-header #category-change {
  display: block;
  width: 141px;
  background-position: 0 0;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 0 12px 11px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#service-header #dropdown-menu {
  position: relative;
  border-radius: 0 5px 5px 5px;
  background-color: #fff;
  overflow: hidden;
  display: none;
  border: 1px solid #bfbfbf;
}

* html #service-header #dropdown-menu {
  width: 212px;
  height: 450px;
}

#service-header #dropdown-menu-area .light-box-shadow {
  box-shadow: 0px 3px 3px #9f9f9f;
}

#service-header #dropdown-menu-area .deep-box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.47);
}

#service-header #dropdown-category1 {
  padding-top: 10px;
  padding-left: 5px;
  margin-top: 1px;
  width: 200px;
  float: left;
  padding-bottom: 32800px;
  margin-bottom: -32800px;
  z-index: 200;
  display: none;
}

#service-header #dropdown-category1 li {
  line-height: 0;
}

#service-header #dropdown-category1 .category1-link,
#service-header #dropdown-category1 .category-secondhand-goods {
  background-image: url("/image/kitchen/common/icon_menu_sprite.png?20181206");
  color: #404040;
  font-size: 12px;
  background-repeat: no-repeat;
  padding: 9px 10px 8px 43px;
  display: block;
  border-radius: 5px 0 0 5px;
  line-height: 140%;
}

#service-header #dropdown-category1 .category1-link:hover {
  color: #08c;
  text-decoration: underline;
}

#service-header #dropdown-category1 .hover .category1-link {
  background-color: #ecece6;
}

#service-header #dropdown-category1 .category1-1-1 {
  background-position: 0 -40px;
}

#service-header #dropdown-category1 .hover .category1-1-1 {
  background-position: 0 -80px;
}

#service-header #dropdown-category1 .category1-1-2 {
  background-position: 0 -160px;
}

#service-header #dropdown-category1 .hover .category1-1-2 {
  background-position: 0 -200px;
}

#service-header #dropdown-category1 .category1-1-3 {
  background-position: 0 -280px;
}

#service-header #dropdown-category1 .hover .category1-1-3 {
  background-position: 0 -320px;
}

#service-header #dropdown-category1 .category1-1-4 {
  background-position: 0 -400px;
}

#service-header #dropdown-category1 .hover .category1-1-4 {
  background-position: 0 -440px;
}

#service-header #dropdown-category1 .category1-1-5 {
  background-position: 0 -520px;
}

#service-header #dropdown-category1 .hover .category1-1-5 {
  background-position: 0 -560px;
}

#service-header #dropdown-category1 .category1-1-6 {
  background-position: 0 -640px;
}

#service-header #dropdown-category1 .hover .category1-1-6 {
  background-position: 0 -680px;
}

#service-header #dropdown-category1 .category1-1-7 {
  background-position: 0 -760px;
}

#service-header #dropdown-category1 .hover .category1-1-7 {
  background-position: 0 -800px;
}

#service-header #dropdown-category1 .category1-1-8 {
  background-position: 0 -880px;
}

#service-header #dropdown-category1 .hover .category1-1-8 {
  background-position: 0 -920px;
}

#service-header #dropdown-category1 .category1-1-9 {
  background-position: 0 -1000px;
}

#service-header #dropdown-category1 .hover .category1-1-9 {
  background-position: 0 -1040px;
}

#service-header #dropdown-category1 .category1-1-10 {
  background-position: 0 -1120px;
}

#service-header #dropdown-category1 .hover .category1-1-10 {
  background-position: 0 -1160px;
}

#service-header #dropdown-category1 .category1-1-11 {
  background-position: 0 -1240px;
}

#service-header #dropdown-category1 .hover .category1-1-11 {
  background-position: 0 -1280px;
}

#service-header #dropdown-category1 .category1-1-12 {
  background-position: 0 -1360px;
}

#service-header #dropdown-category1 .hover .category1-1-12 {
  background-position: 0 -1400px;
}

#service-header #dropdown-category1 .category1-1-13 {
  background-position: 0 -1490px;
}

#service-header #dropdown-category1 .hover .category1-1-13 {
  background-position: 0 -1540px;
}

#service-header #dropdown-category1 .category1-1-50 {
  background-position: 0 -1640px;
}

#service-header #dropdown-category1 .hover .category1-1-50 {
  background-position: 0 -1690px;
}

#service-header #dropdown-category1 .category-secondhand-goods:hover {
  text-decoration: underline;
  color: #0088cc;
}

#service-header #dropdown-category1 .category-list-link {
  border-top: 1px solid #e6e6e6;
  text-align: right;
  padding: 8px 10px 5px 0;
  margin-top: 3px;
}

#service-header #dropdown-category1 .category-list-link a {
  font-size: 11px;
  color: #08c;
  line-height: 140%;
}

#service-header #dropdown-category2 {
  width: 210px;
  padding-top: 15px;
  padding-left: 13px;
  float: left;
  border-radius: 0 5px 5px 0;
  background: url("/image/kitchen/common/bg_dropdown_cate2.png") repeat-y 0 0
    #ecece6;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
  display: none;
}

#service-header .category2-list li {
  padding: 8px 0;
}

#service-header .category2-list li a {
  font-size: 12px;
  color: #5d4531;
  font-weight: bold;
}

#service-header .category2-list li a:hover {
  color: #08c;
  text-decoration: underline;
}

#service-header .search-form {
  z-index: 25;
  flex: 1;
}

#service-header .search-form-inner {
  position: relative;
  display: flex;
  height: 42px;
  align-items: center;
}

#service-header .freeword {
  font-family: "メイリオ", "Meiryo", sans-serif;
  padding: 0 10px;
  height: 100%;
  border: 1px solid #c0c0c0;
  border-left: none;
  float: left;
  font-size: 14px;
  line-height: 26px;
  flex: 1;
  box-sizing: border-box;
}

#service-header .freeword::placeholder {
	color: #9E9E9E;
  }

#service-header .tipped {
  color: #c9c9c9;
}

#service-header .submit {
  width: 68px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  border: 1px solid #c0c0c0;
  border-left: none;
  text-align: center;
  background-color: #EC771B;
  color: #fff;
  cursor: pointer;
}

#service-header #header-mypage-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 218px;
  height: 100%;
}

#service-header #header-mypage-menu .not-login-message {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 18px;
}

#service-header #header-mypage-menu .not-login-message a {
  color: #fff;
  text-decoration: underline;
}

#service-header #header-mypage-menu-button {
  display: block;
  width: 218px;
  background-position: 0 -50px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #5d4531;
  font-weight: bold;
  padding: 12px 0 11px 0;
}

#service-header #header-mypage-menu-list {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 3px #9f9f9f;
  padding: 10px 12px 5px 12px;
  display: none;
  border: 1px solid #bfbfbf;
}

#service-header #header-mypage-menu-list li {
  padding: 5px 0;
}

#service-header #header-mypage-menu-list a {
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}

#service-header #header-mypage-menu-list a:hover {
  color: #08c;
  text-decoration: underline;
}

#service-header #header-mypage-menu-list .mypage-top-link {
  border-top: 1px solid #e5e5e5;
  margin-top: 3px;
  padding-top: 10px;
}

.nooptgroup .body {
  background-color: #fff;
  border: 1px solid #ccc;
}

#service-header .service-header-button {
	height: 100%;
	background-color: #F2F2F2;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	width: 204px;
	box-sizing: border-box;
	position: relative;
}

#service-header .service-header-button::after {
	display: none;
}

#header-category-select textarea,
select {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

* html #service-header #header-category-select {
  background-image: none;
}

#service-header #service-header-inner .upper .left-area .about-block {
  margin-top: -7px;
}

#service-header #service-header-inner .upper .left-area .about {
  font-size: 11px;
  background: url("/image/kitchen/common/arrow_yellow.png") no-repeat scroll
    left center transparent;
  float: right;
  padding-left: 14px;
}
#service-header #service-header-inner .upper .left-area .about a {
  color: #fec362;
}
#service-header #service-header-inner .upper .left-area .about a:hover {
  text-decoration: underline;
}
#service-header #service-header-inner .pickUpMenuLinkArea {
  float: right;
  width: auto;
  clear: right;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
#service-header #service-header-inner .firstLinkArea {
	margin-top: 10px;
	line-height: 1.5;
}
#service-header
  #service-header-inner
  .pickUpMenuLinkArea
  .pickUpMenuLinkArea__link {
  font-size: 13px;
  background: url("/image/kitchen/common/blank-kitchen-arrow.png") no-repeat
    scroll right center transparent;
  float: right;
  padding-right: 14px;
  color: #fff;
}
#service-header
  #service-header-inner
  .pickUpMenuLinkArea
  .pickUpMenuLinkArea__link:hover {
  text-decoration: underline;
}

#service-header #service-header-inner .personalMenuList {
  font-family: "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
}

#service-header #service-header-inner .personalMenuList li {
  width: 104px;
  float: left;
  margin-left: 10px;
}
#service-header #service-header-inner .personalMenuList li:first-child {
  margin-left: 0;
}
#service-header #service-header-inner .personalMenuList li a {
  display: block;
  color: #5d4531;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  line-height: 36px;
  background: linear-gradient(to bottom, #f5f0eb 0%, #ebe3d8 80%, #ddd1bf 100%);
}

#service-header #service-header-inner .personalMenuList li a:hover {
  background: #ddd1bf;
}

#header-selected-category {
  color: #333;
  font-family: "メイリオ", "Meiryo", sans-serif;
  display: inline-block;
  max-width: 170px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;;
}

#header-cate2-select {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 42px;
  width: 204px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "alpha(opacity=0)";
}
/* サイドバー */
#content-left .section-lv3 {
  margin-bottom: 20px;
}

#content-left .section-lv3 h3 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  margin-bottom: 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #999999;
  padding: 4px 0 3px 10px;
  font-weight: bold;
  font-size: 12px;
}

#content-left .section-lv3 h3 em {
  font-size: 14px;
  font-weight: bold;
}

#content-left .category h3 {
  margin-bottom: 3px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("/image/kitchen/common/h_sidebar.png");
  background-repeat: no-repeat;
  background-position: 0 -250px;
  background-color: #ffffff;
}

#content-left .section-lv4 {
  background-color: #f7f7f7;
}

#content-left .section-lv4 .cateogry-1 h4 {
  height: 30px;
  background-position: 0 -50px;
}

#content-left .section-lv4 .cateogry-2 h4 {
  background-position: 0 -100px;
}

#content-left .section-lv4 .cateogry-3 h4 {
  background-position: 0 -150px;
}

#content-left .section-lv4 .cateogry-4 h4 {
  background-position: 0 -200px;
}

#content-left .section-lv4 ul {
  margin-bottom: 20px;
  padding-top: 5px;
}

#content-left .section-lv4 ul li {
  display: block;
  width: 100%;
  float: left;
}

#content-left .section-lv4 ul li a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  text-decoration: none;
  padding: 5px 5px 5px 15px;
}

#content-left .section-lv4 ul li a:hover {
  background-color: #e4e1da !important;
  color: #6b3f27 !important;
  text-decoration: underline !important;
}

#content-left .section-lv4 ul a.current {
  background-color: #e0e0e0 !important;
  font-size: 14px;
}

#content-left .section-lv4 ul li.current-cateogry2 a {
  background-color: #f2f2f2;
}

#content-left .section-lv4 ul li.current-cateogry2 > a {
  font-weight: bold;
}

#content-left .section-lv4 ul li.current-category2 a.current {
  background-color: #e0e0e0 !important;
  font-size: 14px;
}

#content-left .section-lv4 ul li.current-cateogry3 a {
  background-color: #e7e7e7;
}

#content-left .section-lv4 ul li.current-cateogry3 > a {
  font-weight: bold;
}

#content-left .section-lv4 ul li.current-cateogry3 a.current {
  background-color: #dbdbdb !important;
  font-size: 12px;
}

#content-left .section-lv4 ul.cateogry3-list,
#content-left .section-lv4 ul.cateogry4-list {
  padding: 0;
  margin-bottom: 10px;
}

#content-left .section-lv4 ul.cateogry3-list li a {
  padding: 5px 5px 5px 30px;
  background-image: url(/image/kitchen/icon_category_hierarchy.png);
  background-repeat: no-repeat;
  background-position: 18px 4px;
}

#content-left .section-lv4 ul.cateogry4-list li a {
  padding: 5px 5px 5px 40px;
  background-image: url(/image/kitchen/icon_category_hierarchy2.png);
  background-repeat: no-repeat;
  background-position: 30px 8px;
}

#content-left .section-lv4 li.current-cateogry4 a {
  background-color: #dbdbdb;
  font-weight: bold;
}

#content-left .section-lv4 .kitchen-side-title2 {
  padding-top: 5px;
}

#content-left .section-lv4 hr.cateogry2-separator {
  clear: both;
  width: 92%;
  height: 1px;
  border: 0;
  border-bottom: dashed 1px #c0c0c0;
  margin: 0 auto;
}

#content-left .category-type1 {
  position: relative;
}

#content-left .category-type1 .clear-search-cond {
  position: absolute;
  top: 6px;
  right: 5px;
}

#content-left .category-type1 .clear-search-cond a {
  display: block;
  width: 35px;
  height: 13px;
  background: url("/image/kitchen/common/bg_price_reset.png") no-repeat 0 0
    transparent;
  text-indent: -9999px;
  overflow: hidden;
}

#content-left .category-type1 .content-left-box {
  background-color: #f7f7f7;
}

#content-left .category-type1 .content-left-box ul li {
  border-bottom: 1px dotted #999999;
}

#content-left .category-type1 .content-left-box ul li.last {
  border-bottom: none;
}

#content-left .category-type1 .content-left-box ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 5px 5px 5px 25px;
  background-repeat: no-repeat;
  background-image: url("/image/kitchen/common/icons_sidebar.png");
  background-position: 0 5px;
}

#content-left .category-type1 .content-left-box ul li span {
  display: block;
  padding: 5px 5px 5px 25px;
}

#content-left .category-type1 .content-left-box ul li .current {
  font-weight: bold;
}

#content-left .category-type1 .content-left-box ul li .no-item {
  color: #999999;
}

#content-left .category-type1 .content-left-box ul li a:hover {
  background-position: 0 -30px;
  text-decoration: underline;
  color: #6b3f27;
  background-color: #e4e1da;
}

#content-left .category-type1 .content-left-box ul.kitchen-spec-list li a,
#content-left .category-type1 .content-left-box ul.kitchen-spec-list li span {
  padding-left: 15px;
  background-image: none;
}

#content-left .category-type1 .content-left-box ul.kitchen-spec-list li {
  border-bottom: 0;
}

#content-left .category-type1 .input-price-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content-left .category-type1 .input-price {
  float: left;
  margin: 0px 5px 0px 7px;
  font-size: 12px;
}

#content-left .category-type1 .input-price input {
  width: 45px;
}

#content-left .category-type1 .input-price-submit {
  float: left;
  margin: 2px 0px 0px 0px;
}

div#main-content div#main-content-inner div#topic-path a {
  background: url("/image/kitchen/common/bg_topic_path_link.png") no-repeat 100%
    0 transparent;
  padding: 2px 17px 1px 0;
  color: #0088cc;
  margin-right: 5px;
  font-size: 14px;
}

div#main-content div#main-content-inner div#topic-path .current {
  color: #333333;
  font-weight: bold;
  padding: 2px 0 1px 0;
  font-size: 14px;
}

#main-section .gw-attention {
  padding: 30px 0 30px 0;
}

#cart-title-box .gw-attention {
  padding-bottom: 30px;
}

div#main-content {
  z-index: 1;
  position: relative;
}

/* エラー */
p.field-error {
  color: #e60012;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  padding: 5px 0 0 0;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

/* カテゴリー閲覧履歴 */
#category-history {
  margin-bottom: 10px;
}

#category-history .category-inner #category-area,
#category-relation .category-inner #category-area {
  background-color: #f8f3ed;
  border: solid 2px #d9cfc3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 15px;
}

#category-history .category-inner #category-area h2,
#category-relation .category-inner #category-area h2 {
  margin: 0px 0px 5px 0px;
}

#category-history .category-inner #category-area ul li,
#category-relation .category-inner #category-area ul li {
  line-height: 20px;
  padding: 0px;
  display: inline;
  color: #dcdcdc;
}

#category-history .category-inner #category-area ul li a,
#category-relation .category-inner #category-area ul li a {
  text-decoration: none;
}

#category-history .category-inner #category-area ul li a:hover,
#category-relation .category-inner #category-area ul li a:hover {
  text-decoration: underline;
}

#category-history .category-inner #category-area,
#category-relation .category-inner #category-area {
  font-size: 12px;
}
/*ショッピングガイドページ*/
#shopping-guide,
#about-security {
  color: #666;
  width: 174px;
}

#shopping-guide {
  border: 1px solid #e8ede4;
  padding: 10px 12px 18px;
  line-height: 19px;
  margin-top: 30px;
}

#about-security {
  border-right: 1px solid #e8ede4;
  border-left: 1px solid #e8ede4;
  border-bottom: 1px solid #e8ede4;
  padding: 10px 12px 15px;
}

#shopping-guide .no-margin,
#about-security .no-margin {
  margin: 0;
}

#shopping-guide .title {
  color: #60a32e;
  font-weight: bold;
  margin-bottom: 6px;
}
#shopping-guide .title a:link,
#shopping-guide .title a:visited {
  color: #60a32e;
  text-decoration: none;
}
#shopping-guide .title a:hover {
  text-decoration: underline;
}

#shopping-guide .list-title {
  font-weight: bold;
}
#shopping-guide .link-list a:link,
#shopping-guide .link-list a:visited,
#shopping-guide .list-title a:link,
#shopping-guide .list-title a:visited {
  color: #666;
  text-decoration: none;
}
#shopping-guide .link-list a:hover,
#shopping-guide .list-title a:hover {
  color: #666;
  text-decoration: underline;
}

#about-security .title {
  font-weight: bold;
  margin-bottom: 7px;
}

#about-security .text-box {
  margin-bottom: 9px;
}

#about-security .text {
  color: #808080;
  font-size: 11px;
  line-height: 13px;
}

#about-security .text-margin {
  margin-bottom: 16px;
}

#about-security .logo-area {
  text-align: center;
}

#CertificationPageForm {
  float: left;
  width: 44px;
}

/* pagetop */
div#main-content div#main-content-inner div#pagetop div#pagetop-inner {
  background: none;
}
#pagetop {
  clear: both;
  padding-top: 40px;
  margin-bottom: 10px;
}

#pagetop #pagetop-inner {
  border: 1px solid #d9d9d9;
  background-color: #fffdfa;
  border-radius: 2px;
  line-height: 25px;
  text-align: right;
  padding: 0 10px 0 0;
}

#pagetop #pagetop-inner a.pagetop {
  background: url("/image/pagetop.png") no-repeat scroll 100% 0 transparent;
  padding: 0 15px 0 0;
}

/* kitchen-links */
#kitchen-links {
  color: #666666;
  text-align: center;
}
#kitchen-links a {
  text-decoration: none;
  color: #666666;
}
#kitchen-links a:hover {
  text-decoration: underline;
}
#kitchen-links .layout {
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
  width: 950px;
  margin-bottom: 27px;
}
#kitchen-links .layout .site {
  font-weight: bold;
  margin-bottom: 26px;
}
#kitchen-links .layout .main-category {
  font-weight: bold;
}
#kitchen-links .layout .space {
  margin-bottom: 27px;
}
#kitchen-links .layout .kitchen-area {
  padding-left: 12px;
}
.kitchen-link-area-list {
  display: flex;
  justify-content: space-between;
}
#kitchen-links .layout .inshokuten-area {
  float: left;
  padding: 0 12px 0 33px;
}
.kitchen-link-area-item-first {
  flex: 2;
}
.kitchen-link-area-item {
  flex: 1;
}
.kitchen-sitemap-category-link-list {
  height: 240px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#kitchen-links li .kitchen-static-link {
  padding-left: 15px;
}
#kitchen-links .layout .inshokuten-area .link-area1 {
  float: left;
}
#kitchen-links .layout .small-space {
  margin-bottom: 6px;
}
#kitchen-links ul {
  padding: 0 0 10px 0;
}
#kitchen-links li {
  padding: 0 0 3px 0;
}
/*spサイトに切り替えるボタンのcss */
#spChangeArea {
  background-color: #5d4531;
  text-align: center;
  padding: 20px 0;
}
#spChangeArea .btn-change {
  -webkit-appearance: none;
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  background-color: #5d4531;
  border: 5px solid #99928d;
  width: 940px;
  margin: 0 auto;
}
.inuki-area .toInuki-link {
  background: url("/image/kitchen/common/kitchen.png") no-repeat scroll 0 0
    transparent;
  display: block;
  float: right;
  height: 47px;
  text-indent: -9999px;
  width: 120px;
  display: block;
  padding-right: 31px;
}
.balloonMessageArea {
  position: relative;
}
.balloonMessage {
  display: none;
  position: absolute;
  background: #FCF7D4;
  border: 3px solid #BFBFBF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 10;
}
.balloonMessage:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(252, 247, 212, 0);
  border-width: 10px;
}
.balloonMessage:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(191, 191, 191, 0);
  border-width: 14px;
}
.balloonMessage.balloonMessage--favoriteAddCart {
  width: 165px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  right: 15px;
  top: -65px;
  padding: 5px 0;
}
.balloonMessage.balloonMessage--favoriteAddCart:after {
  top: 100%;
  left: 50%;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--favoriteAddCart:before {
  top: 100%;
  left: 50%;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}
.balloonMessage.balloonMessage--pgAddedCart {
  width: 165px;
  text-align: center;
  font-size: 13px;
  line-height: 31px;
  color: #333333;
  top: -40px;
}
.balloonMessage.balloonMessage--pgAddedCart:after {
  top: 100%;
  left: 45px;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--pgAddedCart:before {
  top: 100%;
  left: 45px;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}
.balloonMessage.balloonMessage--pgAddedfavorite {
  width: 190px;
  text-align: center;
  font-size: 13px;
  line-height: 31px;
  color: #333333;
  top: -40px;
}
.balloonMessage.balloonMessage--pgAddedfavorite:after {
  top: 100%;
  left: 45px;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--pgAddedfavorite:before {
  top: 100%;
  left: 45px;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}
.balloonMessage.balloonMessage--footerFavoriteList {
  width: 165px;
  font-size: 13px;
  line-height: 31px;
  color: #333333;
  top: -71px;
  left: -5px;
  padding: 3px 15px;
}
.balloonMessage.balloonMessage--footerFavoriteList:after {
  top: 100%;
  left: 45px;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--footerFavoriteList:before {
  top: 100%;
  left: 45px;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}
.balloonMessage.balloonMessage--toppageFavoriteList {
  width: 165px;
  font-size: 13px;
  line-height: 31px;
  color: #333333;
  top: -75px;
  left: -30px;
  padding: 3px 15px;
}
.balloonMessage.balloonMessage--toppageFavoriteList:after {
  top: 100%;
  left: 65px;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--toppageFavoriteList:before {
  top: 100%;
  left: 65px;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}
.balloonMessage.balloonMessage--detail {
  width: 165px;
  font-size: 13px;
  line-height: 31px;
  color: #333333;
  top: -75px;
  padding: 3px 15px;
}
.balloonMessage.balloonMessage--detail:after {
  top: 100%;
  left: 65px;
  border-top-color: #FCF7D4;
  margin-left: -10px;
}
.balloonMessage.balloonMessage--detail:before {
  top: 100%;
  left: 65px;
  border-top-color: #BFBFBF;
  margin-left: -14px;
}

.ui-autocomplete__CategoryName {
	color: #f90;
	padding-left: 10px;
	font-weight: bold;
}

.ui-widget-content {
	background: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	border-radius: 0;
	color: initial;
	font-weight: bold;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: bold;
	margin: -1px;
}
.ui-menu .ui-menu-item {
	padding: 2px 0;
}
.ui-menu .ui-menu-item a {
	font-weight: bold;
	font-size: 14px;
	line-height: 2.25;
}
