@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){

	img{
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
	#container{
		width: 100%;
	}
	
/*
-767 style
-------------*/

body {
	margin: 0 auto;
	font-size: 90%;
	background-color: #000000;
}

/*
Header
-------------*/

header {
	margin: 0 autox;
	padding: 0 20px;
	background-color: #000;
	}

#header {
	max-width: 767px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;		
	background-color: #000;
	}

header address {
	float: right;
	display: block;
	right: 0;
	width: 70%;
	color: #777;
	line-height: 1.4em;
	font-size : 70%;
	text-align: right;
	}

h1 {
	max-width: 87px;
	margin: 0px 0px 20px 0px;
}

.globalnav ul {
    font-size: 90%;
    text-align: center;
    display: table;
    table-layout: fixed;
	width: 100%;
	margin-right: 0px;
	background:#000;
}
 
.globalnav ul li {
	width: 49.7%;
	margin-bottom: 2px;
	min-height: 40px;   
	line-height: 40px;
    display: block;
	float:left;
	background-color: #333;
	border-right: 0px;
	letter-spacing: 0.1em;
}

.navhome, .navorder {
	margin-right: 2px;
	}

.globalnav ul li:last-child {
    border-right: 0px;
	}
 
.globalnav ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    display: block;
	}

.globalnav ul li a:hover {
	color: #0081ba;
	background-color: #444;
	}

.globalnav ul li a:active {
	color: #4cc8ff;
	background-color: #333;
	}
					  
body#vcxo .globalnav ul li.navproducts a{
	color: #999;
	background-color: #444;
	}


/*Products Nav
-----------------*/

.products_lists {
	max-width: 940px;
	margin: 20px auto 0px;
	overflow: hidden;
	padding: 0px 20px 15px 20px;
	position:relative;
	}

dl{ 
 	 width : 23.5%;
 	 min-height: 67px;
	 box-sizing: border-box;
	 background-color: #333;
	 margin : 0% 1.5% 1.5% 0%;
 	 padding : 10px;
 	 float: left;
 	 overflow: hidden;}

dl:hover {
	background-color: #555;}

dl:active {
	background-color: #333;}
	
.products_lists a:hover > dl dt {
	color: #4cc8ff;
	}

body#tcxo .products_lists a dl.tcxo{background-color: #444;}
body#tcxo .products_lists a dl.tcxo dt{color: #4cc8ff;}
body#tcxo .products_lists a dl.tcxo:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:0px;
  border-color:#444 rgba(192,192,192,0);}

dt{  
	  font-size: 90%;
	  font-weight : bold;
	  min-height: 30px;
	  color: #0081ba; 
	  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	  text-align : left;
	  padding-bottom : 10px;}

.xtal, .xtal32768, .clkosc, .clkosc32768, .vcxo, .tcxo, .ocxo, .mcf {
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: 35px auto;
	margin-left:0;}

.xtal {
	background-image: url(../image/xtal.png);}

.xtal32768 {
	background-image: url(../image/xtal32768.png);}

.clkosc {
	background-image: url(../image/clkosc.png);}

.clkosc32768 {
	background-image: url(../image/clkosc32768.png);}

.vcxo {
	background-image: url(../image/vcxo.png);}

.tcxo {
	background-image: url(../image/tcxo.png);}

.ocxo {
	background-image: url(../image/ocxo.png);}

.mcf {
	margin-right: 0px;
	background-image: url(../image/mcf.png);}

dd.text1{  
 	 display: none;}

/*Product Lists
-----------------*/

.products_all {
	max-width: 940px;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 0px 20px 20px 20px;}
	
.products_wrap {
	background-color:#444;
	margin: 0px auto 0px;
	padding: 20px;}

caption { 
	text-align: left; }

h2 {
	font-size: 250%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-bottom: 5px;}

.h2name {
	font-size:100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #ccc;
	margin-bottom: 20px;}

.table {
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
	background-color: #fff;
	border-collapse: collapse;}

.table th, .table td{
	color: #333;
	border: 1px #bbb solid;
	vertical-align: middle;
	}

.table th {
	background-color: #ccc;
	font-size: 65%;
	padding: 3px;}
	
.table td{
	font-size: 80%;
	border: 1px #bbb solid;
	padding: 5px 5px;}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
}

/*Table
-----------------*/	
.photo, .opetemp, .supplyvol{
	display:none;
}

/*PDF
-----------------*/	
.aboutpdf {
	font-size:70%;
	color: #ccc;
	margin-top: 20px;
	text-align: right;}	

.aboutpdf a:link { color:#ccc; text-decoration:underline }
.aboutpdf a:visited { color:#ccc; text-decoration:none }
.aboutpdf a:hover { color:#0081ba; text-decoration:underline }
.aboutpdf a:active { color:#ccc; text-decoration:none }	

/*Footer
-----------------*/

footer {
	clear: both;
    font-size : 70%;
	line-height:1.4em;
	color: #333;
	padding: 0px 20px 0px
}

.footer_copy {
	max-width: 767px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: center;
}
}
