@charset "utf-8";
/* CSS Document */

h2.page-name{
    position: relative;
    margin: 12px 0 15px 0;
    padding: 10px;
    background-color: #FCF4F1;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-top:solid 2px #999;
}
h3{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ebf8fc;
  border-bottom: solid 1px #999999;
  padding: 10px;
  margin-bottom: 10px; 
}
h4{
  text-indent: -1em;
  margin-left:1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
h4:before {
	font-family: FontAwesome;
	content: "\f0c8";
	line-height: 1;
	margin-right:2px;
	color:#e50012;
}

.bold{font-weight:bold;}
.kigou{font-family: sans-serif;}
.fontsmall{font-size:12px;}
.font16{font-size:16px;}
.red {color:#e50012;}

table,
table th,
table td{vertical-align:middle;}
table th{text-align:center;}

table td.bg-cell_blue {background-color: #d1e8f1;}
table td.bg-cell_pink {background-color: #fae2e2;}
table td.bg-cell_gray {background-color: #eee;}
.tbl-model th {
	text-align: center;
	font-weight: normal;
	background-color: #333;
	color: #fff;
}

.side-box {
    width: 210px;
}
.main-box {
    width: 770px;
}
.main-box{width:100%;}

.contents-search {
  position: relative;
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 30px; }
  .contents-search:before, .contents-search:after {
    content: " ";
    display: table; }
  .contents-search:after {
    clear: both; }
  .contents-search .title-contents {
    display: block;
    float: left;
    /*width: 100px;*/
	width: 170px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .contents-search .btn-search_spec {
    display: block;
    float: left;
    /*width: 160px;*/
	width:130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #333;
    background-color: #333;
    color: #fff; }
    .contents-search .btn-search_spec:hover {
      color: #333;
      background-color: #fff; }
  .contents-search .btn-search_no .title {
    display: block;
    margin-left: 15px;
    float: left;
    width: 146px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #333;
    background-color: #333;
    color: #fff; }
  .contents-search .btn-search_no .search-box {
    display: block; }
    .contents-search .btn-search_no .search-box .product_no {
      float: left;
      width: 245px;
      height: 32px;
      background: #fff;
      border: solid 1px #666666;
      padding: 4px;
      color: #333; }
    .contents-search .btn-search_no .search-box .btn_search_no {
      float: left;
      text-align: right;
      /*width: 80px;*/
	  width: 40px;
      height: 32px;
      background: #333;
      padding-right: 15px;
      color: #fff;
      background-image: url(../img/icon_search.png);
      background-repeat: no-repeat;
      background-position: 10px 6px;
      border: none; }
      .contents-search .btn-search_no .search-box .btn_search_no:hover {
        background-color: #222; }


/* download */
.dl-box{margin-bottom:30px;}
.dl-box:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.dl-box:last-child{margin-bottom:0;}

.dl-box ul.dl-list{
	list-style:none;
	margin:0 0 0 -10px;
}
.dl-box ul.dl-list:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.dl-box ul.dl-list li{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.dl-box ul.dl-list li a{
	width:250px;
	display:block;
	text-align:center;
	padding:5px 0;
	color:#333;
	background-color:#eee;
	text-decoration:none;
	border:solid 1px #ccc;
}

.dl-box ul.dl-list li.sanitary a{background-color:;}
.dl-box ul.dl-list li.psensor a{background-color:;}
.dl-box ul.dl-list li.dpmeter a{background-color:;}
.dl-box ul.dl-list li.pswitch a{background-color:;}
.dl-box ul.dl-list li.loadcell a{background-color:;}
.dl-box ul.dl-list li.degipane a{background-color:;}

.dl-box ul.dl-list li.sanitary_act a,
.dl-box ul.dl-list li.sanitary a:hover{background-color:#43B5DC; color:#fff;}
.dl-box ul.dl-list li.psensor_act a,
.dl-box ul.dl-list li.psensor a:hover{background-color:#82B756; color:#fff;}
.dl-box ul.dl-list li.dpmeter_act a,
.dl-box ul.dl-list li.dpmeter a:hover{background-color:#FDCF6F; color:#fff;}
.dl-box ul.dl-list li.pswitch_act a,
.dl-box ul.dl-list li.pswitch a:hover{background-color:#F1A073; color:#fff;}
.dl-box ul.dl-list li.loadcell_act a,
.dl-box ul.dl-list li.loadcell a:hover{background-color:#F1989B; color:#fff;}
.dl-box ul.dl-list li.degipane_act a,
.dl-box ul.dl-list li.degipane a:hover{background-color:#7FA2D7; color:#fff;}

.dl-table table tr th,
.dl-table table tr td{transition: all .3s ease-in-out;}
.dl-table table th{text-align:left;}
.dl-table table td{width:250px;}
.dl-table table tr:hover th{background-color:#ddd;}
.dl-table table tr:hover td{background-color:#f3f3f3;}
.dl-table table td{padding:5px 7px;}
.dl-table table td a{
	background:url(../download/img/icon_dl.png) 5px center #666 no-repeat;
	color:#fff;
	text-decoration:none;
	padding:1px 5px 1px 22px;
	width:130px;
	display:inline-block;
}
.dl-table table th,
.dl-table table td{line-height:1.5;}
.dl-table table td a:hover{background-color:#0059B2;}
.dl-table table td.wip{background-color:#eee; text-align:center; color:#999;}/*制作中*/
.dl-table table td.btn_dl{width:190px; font-size:14px;}
.dl-table table td.icon_pdf{padding-left:52px;}
.dl-table table td.icon_pdf:before{
	color:#fff;
	display:inline-block;
	width:40px;
	text-align:center;
	margin-right:5px;
	line-height:1.5;
	margin-left:-45px;
	vertical-align:baseline;
	padding:1px 0;
	background-color:#ff4000;
	content:"PDF";
}




