body {
  background: url(../img/cat_1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  font-weight: 400;
}

p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

.about {
    line-height: 1.4;
}

div.small-width{
    width: 70%;
    margin: 0 auto;
}

ul.history {
    /* text-indent: -20px; */
    margin-top: -10px;
}

ul.history li{
    /* font-size: 13pt; */
    font-size: 1.25em;
    color: #000;
    padding: 0.6em 0 0 0;
}

img.profile {
    max-height: 200px;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

.brand,
.address-bar {
  display: none;
}


.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.8);
  margin-bottom: 20px;
  padding: 30px 15px;
}

.intro-text {
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  font-size: 15pt;
  font-weight: 500;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255,255,255,0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {

.brand {
    font-family: 'Gloria Hallelujah', cursive;
    display: inherit;
    /* font-weight: 700; */
    font-size: 5em;
    line-height: normal;
    text-align: center;
    margin: 0 0 -20px;
    padding: 20px 0 0px;
    color: #fff;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.address-bar {
    font-family: 'Gloria Hallelujah', cursive;
  display: inherit;
  text-align: center;
  margin: 0 0px;
  padding: 0 0 40px;
  font-size: 1.25em;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  /* font-weight: 400; */
  color: #fff;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border: none;
}

.nav>li>a {
  padding: 35px;
}

.navbar-nav>li>a {
  line-height: normal;
}

--- Publication 用 ---
ol>li {
    font-size: 13pt;
    margin-top: 0.3em;
    /* margin-bottom: 0.5em; */
    margin-left: 1.0em;

    /* margin: 0 0 0 1em; */
    padding: 0;
}



.pub_kind {
    font-size: 14pt;
    /* text-decoration:underline;  */
    font-weight:bold;
    margin-top:1em;
}

.navbar-nav {
    
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
  font-weight:bold;
  letter-spacing: 0px;
}

}

@media screen and (min-width: 1200px) {
    /* max-width: 960px; */
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


/* Table */

/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
#results table.style {
        width: 500px;
        border-collapse: collapse;
}

/* thの指定 */
#results table.style th {
        font-weight: normal;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 3px 6px;
	font-size: small;
	white-space: nowrap;
}

/* tr tdの指定 */
#results table.style tr td {
        width: 385px;
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 3px 6px;
	font-size: small;
	white-space: nowrap;
}