#member_sign_bnr {
  display:none;
}

#body_wrapper {
  width:1000px;
  margin:0 auto;
}

.normal-title {
  font-size:1.6em;
  margin:20px 0;
  border-bottom:3px #eee solid;
  padding:0;
}

.normal-title span {
  border-bottom:3px #333 solid;
  padding:5px 0;
  margin:0;
}






#head_wrap {
  width:100%;
  min-width:780px;
  overflow:hidden;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#wrapper {
  width:100%;
  min-width:780px;
  max-width:1050px;
  margin:0 auto;
  padding:0;
}

.midashi {
  font-size:2.4em;
  margin:0;
  margin-top:100px;
  margin-bottom:20px;
  text-align:center;
}

b {
  background-image: linear-gradient(transparent 60%, #FEE500 60%);
  padding:0 10px;
}

.m_midashi {
  font-weight:bold;
  font-size:2em;
  margin-bottom:10px;
  margin-top:70px;
  border-bottom: 3px #000 solid;
}

.m_midashi span {
  display:inline-block;
  margin-left:5px;
  font-size: 0.6em;
}

.m_midashi span a {
  display:block;
  background:#0066cc;
  font-size:0.5em;
  color:#fff;
  padding:5px 15px;
  border-radius:3px;
  position:relative;
  top:-6px;
  transition:0.3s;
}

.m_midashi span a i {
  margin-left:5px;
}

.m_midashi span a:hover {
  background:#003579;
}




.cate_top{
  text-align:center;
  max-width:1200px;
  min-width:780px;
  height:300px;
  overflow:hidden;
  z-index:1;
  display:block;
  margin:0 auto;
  padding:0;
  position:relative;
  left:50%;
  margin-left:-600px;
}

.cate_top h1 {
  position:absolute;
  width:100%;
  text-align:center;
}

.cate_top h2 {
  position:absolute;
  width:100%;
  text-align:center;
  font-size:0.75em;
  line-height:1.7;
  color:#333;
  font-weight:normal;
  margin-top:80px;
  -moz-text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
  -webkit-text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
  -ms-text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
}

.top_nouhin_box {
  position:absolute;
  width:100%;
  text-align:center;
  margin-top:200px;
}

.top_nouhin_box strong {
  font-size:1.2em;
}

.top_nouhin_box p {
  display:inline-block;
  font-size:0.7em;
  margin:0;
  margin-left:-110px;
  border:3px #C8AC39 solid;
  color:#C8AC39;
  padding:5px;
  background: rgba(255,255,255,0.2);
}

.top_souryou_box {
  position:absolute;
  width:100%;
  text-align:center;
  margin-top:200px;
}

.top_souryou_box strong {
  font-size:1.2em;
}

.top_souryou_box p {
  display:inline-block;
  font-size:0.7em;
  margin:0;
  margin-left:110px;
  border:3px #C8AC39 solid;
  color:#C8AC39;
  padding:5px;
  background: rgba(255,255,255,0.2);
}


.osusume_bnr {
  width:100%;
  display:block;
  text-align:center;
}

.osusume_bnr a {
  display:inline-block;
  border:1px #4c77e0 solid;
  border-radius:3px;
  text-align:center;
}

.osusume_bnr a img {
  border-radius:3px;
}



/*
TOP看板下リストボタン
-----------------------------------*/
#cate_top_menu_underlist {
  width:100%;
  min-width:780px;
  max-width:1200px;
  float:left;
  margin:0;
  margin-top:20px;
  padding:0;
  list-style-type: none;
}

#cate_top_menu_underlist:after {
  clear:both;
}

#cate_top_menu_underlist div {
  width:100%;
  min-width:780px;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

#cate_top_menu_underlist li {
  float:left;
  width:25%;
}

#cate_top_menu_underlist li a {
  display:block;
  text-align:center;
  color:#fff;
  font-weight:bold;
  background: rgb(95,96,96); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(95,96,96,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(95,96,96,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(95,96,96,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6060', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding:10px 0;
  font-size:0.9em;
  transition:0.3s;
  margin:10px 5px;
  border-radius:50px;
}

#cate_top_menu_underlist li a i {
  margin-left:5px;
}

#cate_top_menu_underlist li .outlet {
  background: #cf0404; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cf0404 0%, #ff3019 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #cf0404 0%,#ff3019 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #cf0404 0%,#ff3019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 ); 
}

#cate_top_menu_underlist li a:hover {
  text-decoration:underline;
  text-shadow:0px 0px 43px #fff;
}

#cate_top_menu_underlist li a small {
  font-weight:normal;
  font-size:0.7em;
  margin-left:5px;
}





/*　TOP看板下リストボタン
-------------------------------*/

#top_menu_underlist {
	width:100%;
	max-width:1100px;
	min-width:780px;
	display:flex;
	margin:0;
	padding:0;
	margin:20px auto;
  list-style: none;
}

#top_menu_underlist li {
	width:100%;
	text-align:center;
}
#top_menu_underlist li a {
	border:2px #0066cc solid;
	background:#0066cc;
	display:block;
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:15px 0;
	transition:0.3s;
	border-radius:3px;
	font-weight:bold;
}
#top_menu_underlist li .outlet {
	display:block;
	text-align:center;
	color:#fff;
	border:2px #B40404 solid;
	background:#B40404;
	padding:15px 0;
	transition:0.3s;
}
#top_menu_underlist li a:hover {
	background:#fff;
	color:#0066cc;
}
#top_menu_underlist li .outlet:hover {
	background:#fff !important;
	color:#B40404;
}

#top_menu_underlist li a span {
	font-weight:normal;
	font-size:0.7em;
	margin-left:3px;
}




/* 店長のおすすめ
-----------------------------------*/
#top_osusume {
  width:100%;
  max-width:1030px;
  margin:0 auto;
  padding: 0;
  text-align:center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#top_osusume li {
  width:50%;
}

#top_osusume li a {
  display:block;
  position:relative;
  margin:20px;
  border: 3px #333 solid;
  border-radius: 20px;
  transition: 0.3s;
}

#top_osusume li a img {
  display:block;
  width:100%;
  max-width:500px;
  border-radius: 16px 16px 0 0;
}

#top_osusume li a .point span {
  display:inline-block;
  margin:0 10px;
  background:#DF0101;
  font-size:0.8em;
  padding:5px;
  line-height:.1.2;
  color:#fff;
  text-decoration:none;
}

#top_osusume li a .point {
  margin:0;
  color:#fff;
  font-weight:bold;
  text-align:left;
  font-size:0.9em;
  text-decoration:underline;
  display:block;
  margin-bottom:10px;
}

#top_osusume li a .point_text {
  margin:0;
  color:#ddd;
  font-size:0.8em;
  padding:10px;
  vertical-align:bottom;
  text-align:left;display:none;
}

#top_osusume li a .point_area {
  width:100%;
  max-width:500px;
  background: #333;
  padding-bottom: 5px;
  border-radius: 0 0 16px 16px;
  transition: 0.3s;
}

#top_osusume li a:hover .point_area {
  background: #000;
}

#top_osusume li a:hover {
  border: 3px #000 solid;
  box-shadow: 0px 9px 13px -6px rgba(0,0,0,0.6);
}

#top_osusume li a .point_area .item_price {
  margin:0;
  text-align:left;
  font-size:2.5em;
  color:#F1D92A;
  font-weight: bold; font-style: italic; font-family: "Times New Roman" ;
  text-shadow: 2px 2px 8px black;
}

#top_osusume li a .point_area .item_price .tax_notation_contents {
  font-size:0.3em !important;
  color:#fff !important;
}



/*
基本バナー
----------------------------------*/
#default_set_bnr:before , #default_set_bnr:after {
  width:100%;
  clear:both;
  display:inline-block;
  content:"";
  margin:30px 0;
}

#default_set_bnr {
  margin:0 auto;
  padding:0;
  list-style:none;
  width:97%;
}

#default_set_bnr li {
  margin:0;
  padding:0;
  float:left;
  width:49%;
}

#default_set_bnr li a {
  float:left;
  display:block;
  border:1px #000 solid;
  padding:30px 0;
  padding-top:20px;
  text-align:center;
  font-size:2em;
  color:#333;
  width:100%;
}

#default_set_bnr li a .area_left {
  display:inline-block;
}

#default_set_bnr li a .area_left .up_text {
  display:inline-block;
  margin:0;
  font-size:0.5em;
  background:#fff;
  padding:5px;
  text-align:center;
  color:#666;
  position:relative;
  z-index:1;
}

#default_set_bnr li a .area_left .line {
  display:block;
  border-bottom:1px #666 solid;
  position:relative;
  top:-18px;
}

#default_set_bnr li a .area_left .down_text{
  margin:0;
}

#default_set_bnr li a .area_left .blue {
  color:#0066cc;
}

#default_set_bnr li a .area_left .red {
  color:#DF0101;
}

#default_set_bnr li a .area_right {
  display:inline-block;
  margin-left:20px;
}

#default_set_bnr li a .area_right i {
  font-size:100px;
  position:relative;
  top:-10px;
}

#default_set_bnr li a .area_right .fa-calculator {
  color:#0066cc;
}

#default_set_bnr li a .area_right .fa-tags {
  color:#DF0101;
}





/*
一覧表
------------------------------------------*/
#hyou {
  width:1000px;
  font-size:0.8em;
}

#hyou td {
  padding:10px 0;
}

#hyou , #hyou td {
  border: 1px solid #595959;
  border-collapse: collapse;
  text-align:center;
}

#hyou .bold {
  font-weight:bold;
  font-size:1.3em;
  display:block;
}

#hyou .text_position {
  position:relative;
  top:-10px;
}

#hyou .red {
  background:#B40404;
  color:#fff;
}

#hyou .green {
  background:#31B404;
  color:#fff;
}

#hyou .yellow {
  background:#FDFAE1;
}

#hyou .glay {
  background:#eee;
}

#hyou a {
  font-size:1.1em;
  margin:5px 0;
  display:inline-block;
  vertical-align:top;
}

#hyou a img {
  width: 80px;
}

#hyou .hyou_price {
  color:#DF0101;
  margin:2px 0;
  display: block;
  font-weight: bold;
}

#hyou .tax_notation_contents {
  font-size: 0.6em !important;
}

#hyou .hyou_stock {
  margin:0 auto;
  width:65px;
}

/*QAリスト
----------------------------*/
#qa_list {
  width:750px;
  margin:0 auto;
}

#qa_list a {
  font-size:1.2em;
  font-weight:bold;
  color:#0066cc;
  line-height:2;
}

#qa_list a:hover {
  text-decoration:underline;
  color:red;
}

.souryoumuryou_chk_icon {
  display: none;
}


/*関連品
----------------------------*/
#kanren_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#kanren_area p {
  margin: 0;
  width: 33.333%;
}

#kanren_area p a {
  display: block;
  border: 3px #0066cc solid;
  background: rgb(252,252,252); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(252,252,252,1) 14%, rgba(249,249,249,1) 99%);
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  padding: 5px;
  width: 85%;
  margin: 10px auto;
  transition: 0.3s;
}

#kanren_area p a:hover {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 14%, rgba(255,251,204,1) 100%);
}

#kanren_area p a img {
  width: 60px;
  margin-left: 5px;
}

#kanren_area p a span {
  display: inline-block;
  width: 70%;
  margin-left: 10px;
  position: relative;
  top: -18px;
  left:1px;
  transition: 0.3s;
}

#kanren_area p a .wtext {
  position: relative;
  top: -5px;
}

#kanren_area p a:hover span {
  left: 5px;
}