﻿
#content .box table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cbcbcb;
    /*border-top: 3px solid #09a6b0;*/
    border-top: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*table-layout: fixed;*/
}

.tab3 .tab{
  width: 275px;
  font-size: 13px;
  height: 50px;
}

#content .box thead th{
  background-color: #fffde9;
  height: 48px;
  padding: 0;
  padding-top: 2px;
  line-height: 1.4;
}
#content .box thead th:nth-of-type(1){
  width: 100px;
}
#content .box tbody th{
  background-color: #eee;
  /*background-color: #fff;*/
}
#content .box th,
#content .box td{
  font-size: 12px;
}
#content .box td{
  text-align: center;
}

.remark{
  margin-top: 10px;
  font-size: 12px!important;
}
.remark li+li{
  margin-top: 0.5em;
}

hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: dotted 1px #bbb;
  margin: 72px auto;
}


.btn-scroll-wrap{
  width: 994px;
  margin: 30px auto 0;
}
.btn-scroll-wrap:after{
  content: "";
  display: block;
  clear: both;
}
.btn-scroll-wrap a{
  font-size: 14px;
}
.btn-scroll-wrap a:hover{
  /*color: #0073cc;*/
}
.btn-scroll-wrap li{
  float: left;
}
.btn-scroll-wrap li+li{
  margin-left: 34px;
}


ul.link li {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btn_scroll.png) no-repeat left;
    background-size: contain;
    padding-left: 22px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 7px;
    font-size: 14px;
    cursor: pointer;
}


.ie11 .tab-style-base .tab span{
  top: 18px!important;
}

/* バナー */
.lineup .bnrArea a+a{
  display: block;
  margin-top: 30px;
}
