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

body {
  margin:0;padding:0;font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 0px;
  background: #fff;
/*
  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: #000;
  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);
}

hr{
  border-top: 1px dotted #444;
}

.form {
  font-size:12px;
}
.container {
  max-width: 200px;
  padding: 0 0px;
  margin: 0 auto;
}

/* お知らせ */
.info {
  display: flex;
  flex-flow: column;
  align-items: left;
  max-width: none;
  font-size:12px;
}

/* 検索 */
.serch {
}
.serchform {
  display:inline-flex
}
.inptxt {
  font-size:12px;color:#333333;
  width:140px;
}
.inpbtn {
  font-size:12px;color:#333333;
  width:50px;
  margin-left:5px;
}

/* キーワード */
.hotword{
  max-width: none;
  font-size:12px;
  margin-top:10px
  font-size:12px;color:#333333;
}

/* バナー */
.bnr {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-top: 50px;
}
.bnr ul{
}
.bnr li{
  margin-bottom: 25px;
}
.bnr p{
  margin-bottom: 25px;
  text-align:center;
  font-size: 11px;
}

/* 見出し */
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 50px;
  border : 1px solid #000000;
  font-size:12px;
  font-weight: bold;
  margin-top: 0px;
}

/* カテゴリ */
.cate {
  margin-bottom:50px;
  background: #ffffff;
}
.cate_btn > li {
  border-bottom: 1px solid #000;
  margin:0;
  font-size:12px;
}
.cate_btn a {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.cate_btn a:hover {
  background: #eee;
  text-decoration: none;
}

/* 定番・シリーズ  */
.classic {
  margin-bottom:50px;
  background: #ffffff;
}
.classic_btn > li {
  border-bottom: 1px solid #333;
  margin:0;
  font-size:12px;
}
.classic_btn a {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.classic_btn a:hover {
  background: #eee;
  text-decoration: none;
}

/* 用途から  */
.scene {
  margin-bottom:50px;
  background: #ffffff;
}
.scene_btn > li {
  border-bottom: 1px solid #000;
  margin:0;
  font-size:12px;
}
.scene_btn a {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.scene_btn a:hover {
  background: #eee;
  text-decoration: none;
}


/* 価格帯から  */
.pric {
  margin-bottom:50px;
  background: #ffffff;
}
.pric_btn > li {
  border-bottom: 1px solid #000;
  margin:0;
  font-size:12px;
}
.pric_btn a {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.pric_btn a:hover {
  background: #eee;
  text-decoration: none;
}

