@charset "utf-8";
/* CSS Document */

#anchor {
	height: 40px;
}


hr {
	top: -180px;
}

.fixed {
    top: 120px;
}

hr.second {
	top: -210px;
}

hr.third {
	top: -250px;
}


/*----------------------------------------------------
	☆base
----------------------------------------------------*/
#contents div.bscTbl01 table.sizeS th,
#contents div.bscTbl01 table.sizeS td {
	font-size: 13px!important;
	padding: 0;
}

/* Find from the parameter list */
.serch_param {
	width:100%;
	background:#ccc;
}
.serch_param th {
	background:#f5f5f5;
	padding:10px;
	border:1px solid #999;
}
.serch_param td {
	background:#fff;
	padding:10px;
	border:1px solid #999;
}
.serch_param td a {
	background:url(../../../../../img/ss/products/microscope/roughness/surface_arrow01.png) 0 5px no-repeat;
	padding-left:10px;
}
.serch_param td a.now {
	text-decoration:none;
	color:#400073;
	font-weight:bold;
	cursor:default;
}


/*----------------------------------------------------
	☆tab
----------------------------------------------------*/
#tab_panel_wrapper {
	margin: 0 0 30px 28px;
	width:784px;
	position:relative;
}
.tabs > li{
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  display: block;
  width: 260px;
  float: left;
}
.tabs > li:before {
  content: "";
  width: 4px;
  height: 7px;
  background :rgba(0, 0, 0, 0) url("../../../../../img/ss/products/microscope/roughness/arrow01.png") no-repeat scroll 0 50%;
  vertical-align: middle;
  margin: 0 5px 0 10px;
  display: inline-block;
}
.tabs > li:hover{
	text-decoration: none;
	color: #0cbacd;
}
.tabs > li.active {
  color: #400073;
  font-weight: bold;
}
.panels {
	background:#400073;
	padding:8px;
}
.panels > .panel {
  display: none;
}
.panels > .panel.active {
  display: block;
  background:#eaeaea;
}
.param_list {
	border-bottom:1px dashed #aaa;
}
.param_list:last-child {
	border-bottom:none;
}
.param_list li {
	display:table;
	width:215px;
	height:50px;
	float:left;
	border-right:1px dashed #aaa;
	font-size:14px;
	padding:0 20px;
}
.param_list li:nth-child(3n) {
	border-right:none;
}
.param_list li a {
	display:table-cell;
	vertical-align:middle;
	background:url(../../../../../img/ss/products/microscope/roughness/surface_arrow01.png) 0 50% no-repeat;
	padding-left:10px;
	line-height:1.2;
}
.param_list li a.now {
	cursor:default;
	text-decoration:none;
	color:#400073;
	font-weight:bold;
}

#tab_panel_wrapper #btn_anchor {
	position:absolute;
	right:5px;
	top:70px;
	line-height:1;
	width:103px;
	height:45px;
}
#tab_panel_wrapper #btn_anchor span{
    color: #fff;
    display: block;
    font-size: 12px;
    left: 16px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 70px;
    line-height: 1.2;
}
#tab_panel_wrapper #btn_anchor:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

