
.nav {
	font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align:center;
  /*height: 50px;*/
  /*line-height: 50px;*/
 
  /*padding: 0 10px;*/
  z-index: 3;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  margin-bottom: 0px;    
  }
  .nav.show_hidden {
    /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/ }
  .nav.show_hidden .hidden {
    opacity: 1; display:block;
	}
  .nav .hidden {
    opacity: 0;
	/*display:none; ---- show/hide */
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .nav .nav_social {
    float: right; }
  .nav a {
    /*display: inline-block;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
	outline:0;
    /*padding: 0 10px;*/
    color: white;
    text-decoration: none;
    /*margin-right: 20px;*/
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out; }
    .nav a:hover {
      background-color: #444; }
	  
	
.nav_compare{
	background:#e3e3e3;
	line-height:36px;
	text-align:left;
	color:#000;
	font-size:14px;
	font-weight:400;
	padding:5px 0px 5px 0px;	
}
.nav_compare .btn_compare{
    display: block;
    float: right;
    padding: 2px 10px 2px 10px;
    margin: 5px 5px 0px 5px;
    border-radius: 6px;
    background: #09F;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.nav_compare .btn_compare:hover{ opacity:0.7;}
.nav_txt{
	position:absolute;
	float:left;
	margin:15px 0px 0px 90px;
	width:340px;
	color:#FFF;
	font-size:34px;
	font-weight:400;
	text-align:left;
	line-height:24px;
	/*text-shadow: 3px 2px 2px rgba(29, 36, 46, 0.35);*/
	
}


.p_box{
	display:block;
	background:#e3e3e3;
	padding:2px 10px 15px 10px;
	line-height:16px;
	word-wrap:break-word;
	font-size:13px;
	color:#222;
}

.table_name{
	line-height: 1.5em;
    font-size: 1.2em;
    /*padding: 0 0.5em 0 0.5em;*/
}
	
.header_fix{padding:0 0 0 0 !important;}
