@charset "UTF-8";
#container {
  width: 980px;
  color: #333333;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

#container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

img.top_banner {
  display: block;
  margin-bottom: 67px;
}

/* 実コンテンツ */
#main-contents div#box1 {
  width: 980px;
  margin: 0 auto 65px auto;
}

#main-contents div#box1 h3 {
  border-bottom: 1px solid #666666;
  font-size: 1.25em;
  line-height: 1.8;
  margin: 71px 0 14px;
  padding: 0 0 0 11px;
  letter-spacing: 0.11em;
}

#main-contents div#box1 p {
  font-size: 1.05em;
  line-height: 190%;
  padding: 0 0 0 12px;
  margin: 20px 0 23px 0;
  letter-spacing: 0.065em;
  width: 95%;
}

/* こんな場所で音を気にせず使える */
#main-contents div#box1 #use_place {
  width: 980px;
  background: #eaf3fc;
  margin: 45px auto 0;
  padding: 23px 0 35px 0;
}

#main-contents div#box1 #use_place h4 {
  text-align: center;
  color: #39a5f0;
  font-size: 1.5em;
  margin: 0 0 23px 0;
}

#main-contents div#box1 #use_place ul {
  list-style-type: none;
  text-align: center;
  margin: 30px 0 0;
}

#main-contents div#box1 #use_place ul li {
  width: 190px;
  font-size: 1em;
  margin: 0 17px;
  display: inline-block;
}

#main-contents div#box1 #use_place ul li img {
  width: 190px;
  padding: 10px 0 0 0;
}

/* 商品一覧 */
#main-contents div#syohin {
  width: 980px;
  margin: 0 auto;
}

#main-contents div#syohin h3 {
  font-size: 1.95em;
  line-height: 1.8;
  margin: 100px 0 25px;
  padding: 27px 0 0 30px;
  text-align: center;
  color: #39A5F0;
}

#main-contents div#syohin #typelist {
  width: 980px;
  margin: 0 auto 95px auto;
  background: #f2f2f2;
  padding: 0 0 30px;
}

#main-contents div#syohin #typelist ul {
  text-align: center;
  padding: 0 30px 0;
  display: flex;
}

#main-contents div#syohin #typelist ul li {
  width: 50%;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-size: 1.2em;
}

#main-contents div#syohin #typelist ul li#likeyboard, #main-contents div#syohin #typelist ul li#tenkey {
  background: #5eb3f3;
}

#main-contents div#syohin #typelist ul li#li-keyboard,
#main-contents div#syohin #typelist ul li#li-tenkey {
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

#main-contents div#syohin #typelist ul li a {
  width: 100%;
  padding: 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}

#main-contents div#syohin #typelist ul li a:hover {
  text-decoration: none;
}

#main-contents div#syohin #typelist ul li a img {
  padding: 0;
}

#main-contents div#syohin h4#keyboard,
#main-contents div#syohin h4#tenkey,
#main-contents div#syohin h4#Wd {
  width: 980px;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 37px;
  height: 37px;
  text-indent: 20px;
  padding: 10px 0 3px 0;
}

#main-contents div#syohin h4#keyboard, #main-contents div#syohin h4#tenkey {
  background: #029CEC;
  margin: 0 auto 42px auto;
}

#main-contents div#syohin h4#tenkey {
  margin: 66px 0 0;
}

#main-contents div#syohin #product {
  width: 980px;
  margin: 30px auto 17px 15px;
  border-bottom: 1px dashed #cccccc;
  padding: 0 0 13px;
}

#main-contents div#syohin #product.last {
  border-bottom: 0;
}

#main-contents div#syohin #product.no-line {
  border-bottom: none;
}

#main-contents div#syohin #product .p_left {
  float: left;
}

#main-contents div#syohin #product .p_left .p_photo img {
  width: 234px;
  height: 238px;
  border: 1px solid #dddddd;
  vertical-align: top;
  display: inline;
  margin-bottom: 18px;
}

#main-contents div#syohin #product .p_left .p_photo img.image2 {
  width: 140px;
  height: 140px;
  border: 1px solid #dddddd;
  display: inline;
  margin-left: 6px;
}

#main-contents div#syohin #product .p_right {
  float: left;
  width: 57.4%;
  margin: 12px 0 0 15px;
}

#main-contents div#syohin #product .p_right .p_name {
  font-size: 1.05em;
  margin: 0 0 12px 0;
  padding: 3px 0 0 0;
  font-weight: bold;
}

#main-contents div#syohin #product .p_right .p_price {
  font-size: 0.95em;
  margin: 0 0 12px 0;
}

#main-contents div#syohin #product .p_right .p_tbl {
  margin: 0 0 12px 0;
}

.p_tbl ul {
  display: flex;
  flex-wrap: wrap;
}

.p_tbl ul li {
  background-color: #DEDEDE;
  padding: 10px 0 6px;
  width: 135px;
  text-align: center;
  font-weight: 600;
  margin: 0 5px 5px 0;
}

.p_tbl ul li.blue {
  background-color: #5EB3F3;
  color: #fff;
}

.p_tbl ul li.green {
  background-color: #80CA39;
  color: #fff;
}

.p_tbl ul li.yellow {
  background-color: #F1AE2C;
  color: #fff;
}

p.hinban {
  margin: 15px 0 0;
}

p.hinban:nth-of-type(2) {
  margin: 8px 0 0;
}

p.hinban a {
  color: #333333;
  position: relative;
}

p.hinban a::before {
  position: absolute;
  content: "";
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
}

p.hinban a:hover {
  text-decoration: none;
}

p.hinban a span {
  font-weight: bold;
  font-size: 1.05em;
  color: #205AB1;
  padding: 0 0 0 17px;
}

p.hinban a span:hover {
  color: red;
}

/* 関連ページ */
.kanren h4 {
  text-align: center;
  background-color: #205AB1;
  color: #fff;
  font-size: 1.45em;
  margin: 103px 0 0;
  padding: 15px 0;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px 0 0;
}

/* タイトル
-------------------------------*/
#wrap-container #container h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 12px;
  padding-bottom: 0;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
