@charset "UTF-8";
/* 新スタイル */
#container_n {
  width: 980px;
}

#container {
  width: 736px;
}

#main-contents_n {
  width: 814px;
  float: right;
}

/* タイトル
--------------------------------------*/
h1 {
  font-size: 1.8em;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCCCC;
}

.title-banner {
  margin: 10px 0 10px 0;
}

#headTracking {
  margin: 0 0 10px 0;
  text-align: center;
}

.item-photo img {
  border: 1px solid #999999;
}

/* メニュー
--------------------------------------*/
#menuArea {
  background-color: #EEEDE8;
  padding: 2% 2% 1%;
  margin: 0 0 2%;
  box-sizing: border-box;
}

#menuAreaList {
  display: flex;
  flex-wrap: wrap;
}

.menuAreaListAnchor {
  display: inline-block;
  width: 32%;
  margin: 0 1% 1% 0;
}

.menuAreaListAnchor a {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 3px #AAA;
  padding: 5%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  opacity: 1;
  transition: 0.2s;
  background-image: url(/static/images/seihin_joho/tap_select/yaji_maru_bl_12.png);
  background-repeat: no-repeat;
  background-position: 98% 94%;
  background-size: 5%;
}

.menuAreaListAnchor a:hover {
  opacity: 0.6;
}

.menuAreaListAnchor a:hover img {
  opacity: 1 !important;
}

.menuAreaListAnchor a span {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  font-size: 0.8em;
  line-height: 1.3;
  padding: 1% 0 0;
  color: #000;
}

.menuAreaListAnchor a span strong {
  display: block;
  font-size: 0.95rem;
  margin: 0 0 2%;
}

.menuAreaListAnchor a img {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}

.menuAreaListAnchor:nth-of-type(3) a img {
  width: 20%;
}

/* 見出し
--------------------------------------*/
.capCategory {
  font-size: 1.2em;
  font-weight: bold;
  color: #2842A3;
  background-image: url("/static/images/product/oatap/tapacc/tapacc_caption.png");
  background-repeat: no-repeat;
  width: 955px;
  height: 46px;
  padding: 13px 0 17px 25px;
  margin: 0 0 10px 0;
}

.capExplanation {
  font-size: 0.8em;
  font-weight: normal;
  color: #000;
  margin: 0 0 0 15px;
}

.middle-category {
  float: left;
  margin: 0 0 30px 0;
  padding: 0 0 0 10px;
  border-bottom: 2px solid #3042A8;
  width: 100%;
}

.middle-category img {
  float: left;
}

.middle-category span {
  margin: 18px 0 0 15px;
  font-size: 1.05em;
  font-weight: normal;
  float: left;
}

/* 一覧
--------------------------------------*/
.item-area {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.item-list {
  display: flex;
  width: 487px;
  background-image: url(/static/images/product/oatap/tapacc/tapacc_dots.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  padding: 0 0 20px;
}

.item-list.no-dots {
  background: none;
  padding: 0;
}

.itemListRight {
  margin: 0 0 0 10px;
}

.item-photo {
  width: 200px;
  height: 200px;
  margin: 0 15px 10px 0;
}

.item-text {
  width: 260px;
}

.item-text dt {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.4em;
  width: 230px;
}

.item-text dd {
  font-size: 0.9em;
  line-height: 1.4em;
}

.item-no {
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

.item-no2 {
  font-weight: bold;
  margin: -1px 0px 0px 0px;
}

.colorChip {
  margin: 0 3px 0 0;
  vertical-align: -1px;
}

.item-photo-sp {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #999999;
  border-collapse: collapse;
  margin: 4px 3px 0px 0px;
}

.return {
  margin: 10px 0px 30px 0px;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
}

.cableboxBannerArea {
  margin: 5px 0 5px auto;
  text-align: right;
}
