@charset "utf-8";
  html{
	  height:100%;
  }
  body {
      font-family : Arial, Helvetica, sans-serif;
      color: #777;
	  background:transparent;
	  /*background-image:url(Images/pixta_10389543_L.jpg);*/
	  position: relative; 
  }
  
  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix ~ .container-fluid {
      position: relative;
      top: 50px;
  }
  
  h2{
	  color: #757575;
  }
  
  h4{
	  color: #212121;
	  font-weight:bold;
  }
  
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }

  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  
  /* 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:10px 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;	 /* White */
		
  }

  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: #000000;  /* black */
	  font-size: 16px;
	  padding:5px;
  }
  
  /* clearfix */
  .cf {
	  zoom: 1;
	  padding-top:20px;
  }
  .cf:before, .cf:after {
	  content: "";
	  display: table;
  }
  .cf:after {
	  clear: both;
  }
  
  .panel-group{
	  margin:32px auto 10px;
   	  width:100%;
  }
  
  .panel-heading{
	  font-size:20px;
  }
 
  .panel-body{
	  color: #000000;  /* black */
	  font-size:18px;
  }
  
  strong { 
	  color:#AB4345;
  }

  .center{
	  margin: auto;
      width: 80%;
      padding: 10px;
  }
  
  .title{
	  padding: 1px;
	  color:#06c;
  }
  
  /*.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }*/
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  /* Top Japanese site */
  .w3-white{
	  float: right !important;
	  padding:12px;
  }
  
  .w3-wide{
	  letter-spacing:1px;
  }
  
  /* 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%;
  }
