@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/arrow01.png) 0 5px no-repeat;
	padding-left:10px;
}
.serch_param td a.now {
	text-decoration:none;
	color:#400073;
	font-weight:bold;
	cursor:default;
}

.flow_con{
	overflow:hidden;
	margin-bottom:15px;
	}

.flow_con p{
	float:left;
	width:230px;
	}

.flow_con ul{
	float:right;
	width:526px;
	padding-top:10px;
	}

#contents table.bscTbl01 .flow_ta_ttl{
	text-align:center;
	vertical-align:middle;
	background:#f3f3f3;
	}
	
.flow_ta_text{
	}
	
.text_example{
	margin-top:10px;
	text-indent: -32px;
	margin-left: 32px;
	}

.text_example span{
	font-weight:bold;
	color:#fff;
	background:#e50058;
	padding:1px 4px;
	margin-right:10px;
	}
.cv_note{
	text-align:center;
	margin-bottom:30px;
	}

.sokuteiki_con{
	overflow:hidden;
	}

.sokuteiki_con .left_box{
	float:left;
	width:305px;
	}

.sokuteiki_con .right_box{
	float:right;
	width:450px;
	}

.head03 span{
	color:#49007b;
	}
.come{
	font-size:12px;
	margin-bottom:15px;
	}
/*----------------------------------------------------
	☆tab
----------------------------------------------------*/
#tab_panel_wrapper {
	margin: 0 0 30px 28px;
	width:784px;
	position:relative;
}
.tabs > li{
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  display: table;
}
.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/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);
}

/*----------------------------------------------------
	☆関連リンク
----------------------------------------------------*/

.relevance_link{
	margin-bottom:25px;
	}
	
.word_top_text{
	margin-bottom:20px;
	}

.word_area{
	border:5px solid #c2c2c2;
	background:#fff;
	overflow:hidden;
	padding:10px 10px 0 10px;
	margin-bottom:50px;
	}
	
.word_area li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

.word_area li a{
	display:block;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	background:#eaeaea;
	border:1px solid #c5c5c5;
	text-decoration:none;
	padding:0 5px;
	color:#212121;
	}
	
.word_area li .ac{
	color:#fff;
	border:1px solid #4e0084;
	background:#4e0084;
	}
	
	
	