@charset "EUC-JP";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* フォント
@font-face {
}
*/

body {
  margin:0;padding:0;font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 0px;
  background: #fff;
  height: 100vh;
  
/*
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
*/
}
p {
	margin:0;padding:0;
}
img {
  vertical-align: bottom;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
	-webkit-transition: 0.13s ease-in-out;
	-moz-transition: 0.13s ease-in-out;
	-o-transition: 0.13s ease-in-out;
	transition: 0.13s ease-in-out;
}
a:hover img{
	opacity:0.6;filter: alpha(opacity=50);
}


.container {
  max-width: 1000px;
  padding: 0px;
  margin: 0 auto;
  text-align:center;
}
.container0 {
  max-width: 1000px;
  padding: 0px;
  margin: 0 auto;
  text-align:center;
  background: #fff;
}
.container1 {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

header + header {
  margin-top: 0px;
}

/* ヘッダー_b */
.header_b {
  background: #fff;
}

/* ナビゲーション */
.logo {
  margin: auto;
}


/* リストナビ */
.list_nav_sub {
  display: flex;
  align-items: center;

}
.list_nav_sub > li + li {
/*   margin-left : 20px; */
}

.list_nav_sub > li {
  margin: 0 2px 0 0;
  border-bottom : px dotted #333;
}
.list_nav_sub a {
  color: #333;
  font-size:10px;
}

.btn_nav{
  padding-bottom: 3px;
 }

 .btn_nav .name{
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
 }

.btn_nav ul{
 display: flex;
 justify-content: center;
}
.btn_nav li{
  list-style: none;
  margin : 5 ;
  width:100%;
}


/* カテゴリ */
.list_cat_header a {
  color: #444;
}
.list_cat_header {
  display: flex;
/*   border-right: 1px solid #ccc;  */
}

.list_cat_header li {
}

.list_cat_header > li {
  /* border : 1px solid #f7f3e9; */
  border-bottom : 1px solid #000;
  border-radius: 0px;
  background: #fff;
}

.list_cat_header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0px;
}
.list_cat_header a:hover {
  border-radius: 0px;
  background: #eee;
  text-decoration: none;
}

.btn_cate ul{
 display: flex;
 justify-content: center;
 font-size:11px;
}
.btn_cate li{
  list-style: none;
  width:100%;
  margin: 0px;
}

/* キーワード*/
.keyword {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.hotword a{
  max-width: none;
  padding: 2px 10px;
  font-size:11px;
  color:#333333;
  background: #fff;
  border : 1px solid #bbb;
  border-radius: 12px;
}
.hotword a:hover{
  background: #ddd;
  text-decoration: none;
}

.form {
  font-size:12px;
}

.serch {
  margin: 2px;
}

.serchform {
  display:inline-flex
}

.inptxt {
  font-size:12px;color:#333333;
  width:140px;
}

.inpbtn {
  font-size:12px;color:#333333;
  width:50px;
  margin-left:5px;
}


/* カテゴリバナー */
.list_bnr_header a {
  color: #444;
}
.list_bnr_header {
  display: flex;
}

.list_bnr_header li {

}
.list_bnr_header > li {
  border-bottom : 10px solid #ccc;
}

.list_bnr_header a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  height: 80px;
  padding: 0 5px;

  color: #222;
}
.list_bnr_header a:hover {
  background: #eee;
  text-decoration: none;
}

.bnr_cate ul{
 display: flex;
 justify-content: center;
 font-size:11px;
}
.bnr_cate li{
  list-style: none;
  margin : 3 3 ;
  width:100%;
}

/* 送料無料 */
.catchcopy {
  padding:7px;
  color: rgb(245, 0, 0);
  background-color: #f5f5f5;
  font-size:12px;
  letter-spacing: 2px;

}
.price{
  font-size:10px;

}
