@charset "utf-8";
  html{
	  height:100%;
  }
  body {
      font-family : Arial, Helvetica, sans-serif;
      color: #777;
	  background: transparent;
	  position: relative; 
  }
  
  .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }
  
  .affix ~ .container-fluid {
      position: relative;
      top: 50px;
  }
 
  h2{
	  color: #757575;
  }
  
  h3{
	  color:#06c;
  }
  .container {
	  padding-top:100px;
  }

  .btn {
      padding: 10px 20px;
      background-color: #FF8F01;  /* Orange */
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;  /* White */
      color: #000; /* Black */	
  }
 
  /* Set Navbar */
  .navbar {
      margin-bottom: 0px;
  }
  
  .nav-tabs li a {
      color: #777;
  }
  
  .navbar {
      font-family : Arial, Helvetica, sans-serif;
      margin-bottom: 0;
	  background: #466dad;
	  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
      border: 0;
      font-size: 20px !important;
      opacity: 15;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #FFFFFF !important;	 /* White */
  }
  .navbar-nav li a:hover {
      color: #000 !important;
	  background-color: #fff !important;
	  text-decoration: underline;
	  z-index: 10;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
	  display: block;
  }
  .dropdown-menu li a:hover {
	  background-color: #f9f9f9 !important;
  }
  li a.active {
	  text-decoration: underline;
  }
  
  .dropdown-submenu {
      position: relative;
  }

  .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
  }
  
  @media (min-width:1250px){
  div.collapse.navbar-collapse {
	  width: 1010px;
	  margin-left: auto !important;
	  margin-right: auto !important;	
  }
  }
	
  /*Set Footer	*/
  footer {
	  margin-top: 60px;
	  padding-top: 25px;
	  padding-bottom: 25px;
	  background-color: #383838;  /* Black */
	  color: #FFFFFF;  /* White */
	  text-align: center;		
  }

  footer div {
	  text-align: left;
	  width: 100%;
	  margin: 0px auto 20px;
	  padding: 0;
	  overflow: hidden;
	  zoom: 1;	
  }

  footer div div#cmpnyInfo {
	  margin: 0;
	  padding: 0 10px 0;
	  font-size: 1.2em;
	  color: #FFF;  /* White */
  }

  footer div div#cmpnyBranch {
	  margin: 0;
	  padding: 0 10px 0;
	  font-size: 1.2em;
	  color: #FFF;
	  border-top: #FFF 1px solid;	 /* White */
	  border-bottom: #FFF 1px solid;	 
  }

  footer div div#otherLink {
	  margin: 10px;
	  padding: 0 0 0 10px;
	  font-size: 1.2em;
	  color: #FFF;	  /* White */
  }

  footer dl#ftJusho {
	  margin: 0 5px 10px;
	  padding: 0 0 5px 0;
	  font-size: 0.85em;
	  color: #FFF;  /* White */
	  line-height: 1.6em;
	  border-bottom: #FFF 1px solid;  /* White */
  }

  footer dl#ftJusho {
	  border-bottom: none;	
  }

  footer dl#ftJusho dt {
	  margin: 0;
	  padding: 0;
	  font-weight: bold;
  }

  footer dl#ftJusho dd {
	  margin: 0 0 0 5px;
	  padding: 0;
  }

  footer div p {
	  margin: 0 5px 10px;
	  padding: 0 5px;
	  font-size: 0.9em;
	  line-height: 1.6em;
	  color: #FFF;  /* White */
	  border-bottom: #FFF 1px solid;  /* White */
  }

  footer div p {
	  border-bottom: none;	
  }

  footer small {
	  clear: both;
	  text-align: center;
	  margin: 20px auto 0;
	  padding: 0;
	  color: #FFF; /* White */
  }

  @media only screen and (min-width: 569px) {
	
  footer div div#cmpnyInfo {
	  float: left;
	  width: 32%;	
  }

  footer div div#cmpnyBranch {
	  float: left;	
	  width: 45%;	
	  border-left: #FFF 1px solid;	/* White */
	  border-right: #FFF 1px solid; /* White */
	  border-top: none;	
	  border-bottom: none;	
  }

  footer div div#otherLink {
	  float: left;	
	  width: 13%;
  }

  }

  p{
	  color: #212121;  /* black */
	  font-size: 16px;
  }	
  
  /* clearfix */
  .cf {
	  zoom: 1;
	  padding-top: 20px;
  }
  .cf:before, .cf:after {
	  content: "";
	  display: table;
  }
  .cf:after {
	  clear: both;
  }
  
  .down{
     /* position: relative;*/
	  background-color: #fff;
	  width: 100%;
	  margin-top: 20px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	 /* border: 1px solid #a9c6dd;
	  border-radius: 5px;*/
  }

/*  #stmMain {
	  width:100%;
  }

  ul#stmList {
	  margin:20px 0 0 0;
	  padding:0;
	  font-size:1.2em;
  }

  ul#stmList a {
	  text-decoration:underline;
  }

  ul#stmList li {
	  margin:0 0 15px 0;
	  padding:0 0 0 20px;
	  line-height:1.4em;
	  text-decoration: none;
  }*/
  
  /* Top Japanese site */
  .w3-white{
	  float: right !important;
	  padding: 12px;
  }
  
  .w3-wide{
	  letter-spacing: 1px;
  }
  
  /* Set Image */
  .Structure img{
	  max-width:100%;
  }
  
  .title{
	  background-color:#333;
	  border-left:#466dad solid 15px;
	  color:#FFFDFD;
	  padding: 4px;
	  padding-left:15px; 
  }
  
  .server_version th, td{
	  font-size: 18px;
	  font-family : Arial, Helvetica, sans-serif;
	  border: 1px #666 solid;
	  margin: 0px;
	  padding: 7px;
	  color: #000;
  }
  
  .red{
	  color: red;
  }
 
  .server_version{
	  border-collapse: collapse;
	  border: 1px solid #666;
	  max-width: 100%;
	  font-size:18px;
  }
  
  .server_version caption{
	  padding: 10px;
	  text-align: center;
	  font-size: 20px;
	  color: #000; /* black */
  }
  .tbody{
	  color: #212121;
  }
  
  .detail{
  	  padding: 15px;
	  color: #212121;
	  font-size: 18px;
	  width: 100%;
  }
  
  .detail dt{
	  clear: both;
	  margin: 0px;
	  padding: 0px;
	  float: left;
	  width: 30px;
  }
  
  .detail dd{
	  padding: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  margin-left: 30px;
  }
  
  /* Back To Top */
  a{
	  text-decoration: none;
  }
  
  .backtotop{
	  background-color: #466dad;
	  width: 45px;
	  bottom: 0;
	  right: 0px;
	  padding: 5px 0;
	  overflow: hidden;
	  z-index: 99999;
	  position: fixed;
	  display: block;
	  text-align: center;
	  border-radius: 3px 0 0 3px;
	  color: #fff;
	  display: none;
  }
  
  .backtotop i{
	  font-size: 24px;
	  margin: 0;
	  display: block;
  }
  
  .fa{
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  transform: translate (0, 0);
  }
  
  #button {
	  text-decoration: none;
  }
  
  #button:hover {
     cursor: pointer;
     background-color: #D8D8D8;
	 text-decoration: none;
  }
  
  .center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 80%;
  }
  
  