
.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;
}


.header_fix{padding:0 0 0 0 !important;}
.table_name{
	line-height: 1.5em;
	font-size: 0.8em;
	padding: 0.2em 0 0 0;
}
@media (min-width: 661px) {
	.table_name{
	    font-size: 1.2em;
    padding: 0 1em 0 1em;
    }
}
@media (min-width: 768px) {
	.table_name{
	    font-size: 1em;
	    padding: 1em 0;
	   }
}
@media (min-width: 960px) {
	.table_name{
	    font-size: 1.2em;
    padding: 0 0.5em 0 0.5em;
	   }
}
.c_new {
	font-size: 12px !important; 
	}
.comparison_table img{
	max-width: 120px;
	
}
table.comparison_table.on_600 td{
width:25% !important;
padding:0px!important;
}
@media (min-width: 361px) {
table.comparison_table.on_600 td{
width:25% !important;
padding:4px!important;
}
}
@media (min-width: 601px) {
table.comparison_table.on_600 td{width: 25% !important;padding:4px!important;}
}
@media (min-width: 768px) {
	
table.comparison_table.on_600 td{
width:15% !important;
padding:4px!important;
}
}

