
/* {{{ Navbar */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
}
.navbar .nav > .active > a {
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .brand,
.navbar .nav > li > a {
  color: #E2E4EF;
  border:0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .brand:hover,
.navbar .nav > li > a:hover,
.navbar .brand:focus,
.navbar .nav > li > a:focus {
  color: #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar .nav .active > a, 
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
  color: #fff;
  background-color: #4F5B93;
}
.navbar .navbar-search .search-query {
  background-color: #fff;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  border:0;
  border-radius:2px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.navbar .navbar-search .search-query:focus {
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.navbar .navbar-search .search-query:-moz-placeholder {
  color: #999;
}
.navbar .navbar-search .search-query:-ms-input-placeholder {
  color: #999;
}
.navbar .navbar-search .search-query::-webkit-input-placeholder {
  color: #999;
}
.navbar {
  font-family: "Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-color:#333;
  background:#333;
  box-shadow: 0 .25em .25em #666;
}
.navbar .brand {
  color: #fff;
}
.navbar a {
  text-shadow: 0 1px 0 #fff;
}
 
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.navbar .brand {
  margin-right:.75rem;
  font-size:12px;
  float: left;
  display: block;
  height: 3rem;
  padding: .75rem .75rem .75rem 1.5rem;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: .625rem;
  margin-bottom: 0;
  width:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: .125rem .5rem;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
  width:100%;
}

.navbar-fixed-top .navbar-inner {
  margin:0 auto;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 1.5rem;
}
@-ms-viewport {
  width: device-width;
}

body {
    background-color:#000;
    color:#FFF;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    margin:0;
    background: #000 url(../images/dark_v.jpg) no-repeat top center;
    -moz-background-size:100% auto;
    background-size:100% auto;
}

a {
   color:#40E0D0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.docs ul, ol {
    margin:0 0 1.5rem 1.5rem;
    padding:0;
}

small {
    font-size: 0.75rem;
}
/* use this instead of the obsolete <big> tag */
.big {
	font-size: 1.2rem;
}

blockquote {
    margin: .75rem 0 .75rem .75rem;
}

abbr {
    border-bottom:1px dotted;
    cursor: help;
}


.navbar .brand img {
    padding:0;
    opacity:.75;
    border: 0;
}
.navbar a {
    border:0;
    text-decoration:none;
}

.navbar {
  border-bottom:.25rem solid;
  overflow: visible;
  *position: relative;
  
}

/* Definition lists used on eg. the unsub page */
dl dd {
    margin:0 0 1.5rem;
    padding:0 1.5rem;
}

div.classsynopsisinfo_comment {
    margin-top:1.5rem;
}


fieldset {
    margin:0;
    padding:0;
    border:0;
}
.navbar ul {
    list-style:none;
}
.navbar a {
    display:inline-block;
}


.navbar .navbar-search .tt-hint.search-query {
    color: silver;
}

.search-query {
    z-index: 1;
}


/* We need to crunch down the dropdown on smaller displays. Firstly we'll drop
 * the descriptions, then classes (since they're two clicks away if you have
 * matching functions). */
@media screen and (max-height: 480px) {
    .tt-suggestion .description {
        display: none;
    }
}

@media screen and (max-height: 400px) {
    .tt-dataset-1 {
        /* Overriding an unfortunate element style. */
        display: none !important;
    }
}
/* }}} */

.downloads .content-box {
  margin:0 0 2.25rem;
}
.content-header .release-state {
    float: right;
    opacity: 0.8;
}
.content-header .changelog {
    color:#369;
}
.content-box .md5sum {
    display: block;
    font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace;
}
.content-box .md5sum:before {
    content: "md5: ";
    font-family: "Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.content-box .releasedate {
    float: right;
    font-size: 0.9rem;
}
.content-box pre {
    background: white;
    border: solid 1px rgb(214, 214, 214);
    margin: 0px;
    padding: 0.75rem;
    overflow: auto;
    font: normal 0.875rem/1.5rem "Source Code Pro", monospace;
}
.content-box pre.small {
    padding: 0;
}
@media (max-width: 465px) {
    .content-box h3 .release-state {
        display: none;
    }
}

.refentry .refsect1 {
  margin-bottom:3rem;
}

.refsect1 .parameter {
    cursor:pointer;
}
.refsect1 dt {
    height:1.5rem;
}

.docs code.parameter {
  font-size:1rem;
}
.docs .classsynopsis code.parameter {
  font-size:.875rem;
}
.docs .methodname strong {
    font-style:normal;
    font-weight:normal;
}
/* }}} */

.center {
    text-align:center;
}

/* {{{ Warning and notes */

div.tip,
div.warning,
div.caution,
blockquote.note {
  padding: .75rem;
  margin: 1.5rem 0;
  overflow: hidden
}

blockquote.note strong.note {
  font-size: 1.125rem;
}
div.tip strong.tip,
div.warning strong.warning,
div.caution strong.caution {
  float: left;
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
blockquote.note p,
div.caution p,
div.warning p,
div.tip p {
   margin: 1.5rem 0 0;
}
blockquote.note *:first-child + p,
div.caution *:first-child + p,
div.warning *:first-child + p,
div.tip *:first-child + p,
blockquote.note p:first-child,
div.caution p:first-child,
div.warning p:first-child,
div.tip p:first-child {
   margin: 0;
}

/* }}} */

.refsect1 .dc-description,
.refsect1 .dc-description code,
.docs .sect1 .dc-description,
.docs .sect1 .dc-description code {
    font-weight:400;
    font-size:1rem;
    font-family:"Fira Mono", "Source Code Pro", monospace;
    letter-spacing:-.0625rem;
    word-spacing:-.125rem;
    margin:0;
}

/* {{{ Parameter listing */
.docs .refentry .parameters dl {
    margin-bottom:0;
}
/* }}} */

/* {{{ Examples  */

.docs .example {
    margin: 1.5rem 0;
}

.docs .example-contents {
    margin-bottom:1.5rem;
}
.docs .example-contents pre {
    margin:0;
}
.docs .example-contents > [class$="code"],
.docs .example-contents.screen {
    padding: .75rem;
}

.docs .classsynopsis,
.refsect1 .dc-description,
.docs .sect1 .dc-description {
    padding: .75rem;
    margin-bottom: 1.5rem;
}

.docs .phpcode code {
    display: block;
}

.docs .qandaentry dt .phpcode * {
    font-weight: normal;
}

/* }}} */


/* {{{ Tables */
.docs th {
    text-align: left;
}

.docs td,
.docs th {
    padding: .25rem .5rem;
}

.doctable,
.segmentedlist {
    width: 100%;
    margin:0 0 1.5rem;
}
.doctable thead tr,
.segmentedlist thead tr {
    border:1px solid;
}
.doctable tr,
.segmentedlist tr {
    border:1px solid;
}

/* }}} */

/* {{{ lists */

.docs ol {
    list-style-type: decimal;
}
dl.qandaentry {
    border-top: 1px solid;
}

/* }}} */

.docs div.sect1, .docs div.partintro {
    position: relative;
}

.docs .verinfo {
  font-size: .875rem;
  margin:0;
}
.refname .verinfo {
  line-height:2.875rem;
  float:right;
  font-weight:normal;
}

.docs h1.refname + h1.refname {
  margin-top:-1.5rem; /* for functions with OO and procedural definitions */
}
.docs .refnamediv {
    position:relative;
}

.docs .classsynopsis {
    margin-bottom:1.5rem;
}

.classsynopsisinfo_comment,
.classsynopsis .constructorsynopsis,
.classsynopsis .methodsynopsis,
.classsynopsis .destructorsynopsis,
.classsynopsis .fieldsynopsis {
    margin-left:1.5rem;
}

#changelang {
    border: 0;
}

@media (min-width: 906px) {

  .navbar-fixed-top {
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .navbar-search {
    width: 15%;
    float: left;
  }
  .navbar-fixed-top {
    right: 0;
    left: 0;
    margin-bottom: 0;
  }
}



@media (min-width: 906px) and (max-width: 979px) {
    .navbar-search {
        width: 15% !important;
    }
}

@media (min-width: 1200px) {
  .navbar-inner,
  #breadcrumbs-inner,
  #goto div,
  #trick div,
  #layout,
  body > footer .footer-content {
    width:1170px;
  }
}
@media (min-width: 1500px) {

}

#mainmenu-toggle-overlay, #mainmenu-toggle {
    display: none;
}

@media (max-width:905px) {
  .navbar-fixed-top .container {
    width:auto;
  }
  
  .navbar-search {
    float:left;
    clear: both;
    margin-top: 0;
    padding: 0px 10px 10px 10px;
  }
  
  .navbar .nav {
    margin-right: 0;
  }


  #mainmenu-toggle-overlay {
    background: #4F5B93 url(../images/mobile-menu.png) no-repeat center center;
    float: right;
    display: block;
    height: 32px;
    width: 34px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
  }

  #mainmenu-toggle {
    height: 32px;
    width: 34px;
    line-height: 32px;
    margin-top: 10px;
    margin-right: -34px;
    float: right;
    border-bottom: 0 none;
    display: inline-block;
    opacity: 0;
  }

  .navbar .brand {
    float: left;
    margin-bottom: 0.5rem;
  }

  .navbar-search {
    margin-top: 0;
    padding: 0px 10px 10px;
  }

  
  .navbar .nav {
    clear: both;
    float: none;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 400ms;
    -webkit-transition: max-height 400ms;
    -o-transition: max-height 400ms;
    -ms-transition: max-height 400ms;
    transition: max-height 400ms;
  }
  
  .navbar .nav > li, .footmenu > li {
    float: none;
    display: block;
    text-align: center;
  }
  
  .navbar .nav > li a, .footmenu > li > a {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  #mainmenu-toggle:checked + .nav {
    /* This just has to be big enough to cover whatever's in .nav. */
    max-height: 50rem;
  }

}

@media (min-width:906px) {
  #topsearch {
    float:right;
  }
  .navbar-search .search-query {
    width:100%;
	height:3em;
  }
}

#switch_language {
    float: right;
    display: block;
    height: 32px;
    width: 64px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
  z-index: 9999;
}
.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
}
.submenu a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
  z-index: 9999;
}
.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}
.submenu .now {
  background: #ffcc99;
}

/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}

div.header2 {
    font-weight: bold;
    font-size: 20px;
	color:#FFF;
	text-align:center;
    padding: 7px;

	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(158,172,193,1) 51%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(51%,rgba(158,172,193,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(158,172,193,1) 51%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(158,172,193,1) 51%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(158,172,193,1) 51%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(158,172,193,1) 51%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.rank_stat2 {
  color: #00FFFF;
  font-weight: bold;
  font-size:170%;
  font-family:arial;
}

.verygood_stat2 {
  color: #00FFFF;
  font-weight: bold;
}
.good_stat2 {
  color: #ADFF2F;
  font-weight: bold;
}
.poor_stat2 {
  color: red;
  font-weight: bold;
}

table.company2 {
    width: 98%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 180%;
}

table.company2 th {
    font-size:70%;
    padding: 10px;
}
table.company2 td {
    font-size:80%;
    padding: 10px;
	border-bottom: 1px solid #0099cc;
}
 
table.company2 th {
    width:120px;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #00FFFF;
    font-weight: normal;
	border-bottom: 1px solid #0099cc;
}
 

 
table.company2 td {
    padding-left: 10px;
}