/* ********** NEWマーク ********** */

html {
  min-height: 100%;
  position: relative;
}


/* サイドメニュー */

#side .side_box {
  position: relative;
}

#newMk {
  position: absolute;
  top: 463px;
  left: 10px;
  opacity: 0.7;
}


/* ページトップ　NEW-大 */

#newMk_b {
  position: absolute;
  top: 20px;
  left: 600px;
  width: 90px;
  height: 90px;
  background-image: url(../images/product/big_new.png);
  background-repeat: no-repeat;
  opacity: 0.7;
}


/* ******************** */


/* 特徴 */

.box_in dl {
  font-size: 16px;
  margin: 5px 5px 10px 5px;
}

.box_in dt {
  font-weight: bold;
}

.box_in dt span {
  color: #87C631;
}

.box_in dd {
  margin-left: 1em;
}

.toku_subTb {
  margin-left: 50px;
  margin-bottom: 10px;
}

.toku_subTb th {
  vertical-align: top;
}

.toku_subTb td {
  padding-right: 20px;
}


/* 注意※ */

.box_in dd span,
.wmsg {
  color: red;
  font-size: 80%;
}


/* 計測数値、FAQ */

p span {
  color: #87C631;
  font-weight: bold;
  padding-right: 3px;
}


/* 計測数値 */

span.ind1 {
  padding-left: 1.2em;
  color: #000;
  font-weight: normal;
  padding-right: 0px;
}

span.ind6 {
  padding-left: 6.2em;
  color: #000;
  font-weight: normal;
  padding-right: 0px;
}


/* FAQ */

#content p.faq_q {
  margin: 10px 15px 0px 38px;
  padding: 0px;
  text-indent: -22px;
}

#content p.faq_a {
  margin: 0px 10px 5px 33px;
  padding: 0px;
  text-indent: -17px;
}


/* 仕様 */

#content table th {

  text-align: left;
}

#content table caption {
  text-align: left;
  font-weight: bold;

}


/* ボックス内 */

.box_in_left {

  float: left;
  width: 320px;
  padding-left: 5px;
}

.box_in_right {

  float: right;
  width: 310px;
  padding-right: 5px;
}


/* TOPテーブル */

#content table.product_tb {

  border-collapse: collapse;
  width: 630px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;

}

#content table.product_tb thead th {
  text-align: center;

}

#content table.product_tb tbody {
  border: solid 1px #466a15;
  margin-bottom: 5px;

}

#content table.product_tb tbody th {

  text-align: center;
  background-color: #c6de9e;
  border-right: solid 1px #466a15;
}

#content table.product_tb tbody td {
  padding: 5px;

  border-bottom: dotted 1px #466a15;
  border-right: dotted 1px #466a15;
}

/* 機能アイコン */

.icon_kei, .icon_view, .icon_sd, .icon_cloud {
  display: inline-block;
  text-align: center;
  padding: 1px;
  width: 52px;
  box-sizing: border-box;
  font-size: 11px;
  cursor: default;
}

.icon_kei {
  background-color: #5d9db1;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}

.icon_view {
  background-color: #b15d8d;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}

.icon_sd {
  background-color: #e2dd61;
  color: #605b17;
  border-radius: 5px;
  margin-right: 5px;
}

.icon_cloud {
  background-color: #5d70b1;
  color: #fff;
  border-radius: 5px;
}

#popTxt {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  display: none;
}

#popTxt #hint {
  background-color: #000;
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}

#popTxt #sankaku {
  position: absolute;
  right: 20px;
  width:0px;
	height:0px;
	background: transparent;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}




#content table.table_product {
  border-collapse: collapse;
  width: 630px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

#content table.table_product2 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

#content table.table_product th,
#content table.table_product2 th {
  background-image: none;
  background-color: #D3E2BA;
  text-align: left;
  padding: 3px;
  border: solid 1px #666;
  line-height: 110%;
  white-space: nowrap;
}

#content table.table_product th[colspan="4"] a {
  font-size: 110%;
}

#content table.table_product tr.hedTh th {
  background-color: #AFCB81;
}

#content table.table_product td,
#content table.table_product2 td {
  background-image: none;
  padding: 3px;
  border: solid 1px #666;
  line-height: 130%;
}

#content table.table_product td.noLine {
  white-space: nowrap;
}

.imgCenter {
  text-align: center;
}


/*バナー*/

.netatmobn{
	margin-top: 20px;
	text-align: center;
}

.netatmobn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}