@charset "UTF-8";

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka";
	font-size: 14px;
	line-height: 1.2em;
/*	background: #fff url('../images/paper-background.gif') repeat; */
}

.container {
  width: 100%;
/*  min-width: 970px !important; */
/*  max-width: 1500px !important; */
width: 970px;
max-width: none !important;
}

.masthead .titles {
overflow: hidden;
background-image: none;
/*
background-image: url("../img/logo-1.png");
background-repeat: no-repeat;
background-position: left 19px;
*/
text-shadow: 1px 1px 2px #ddd;
}

.masthead h1 {
font-size: 34px;
/* line-height: 1em; */
float: left;
/* padding-left: 56px; */
color: #666;
margin-bottom: 0;
border-left: 10px solid #46b;
line-height: 1.1em;
padding-left: 8px;
margin-top: 25px;
}

.masthead h2 {
font-size: 15px;
line-height: 1em;
float: left;
clear: left;
padding-left: 56px;
margin-top: 0;
margin-bottom: 12px;
}

.masthead .contact {
float: right;
/* margin-top: 40px; */  /* 2 lines */
margin-top: 22px; /* 3 lines */
font-size: 14px;
line-height: 16px;
color: #777;
}

.masthead .contact a {
color: #46b;
}

.masthead .contact .strong {
font-weight: bold;
}

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
/*  border-radius: 5px; */
}
.nav-justified > li > a {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
  font-weight: normal;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
/*  border-bottom: 1px solid #d5d5d5; */
  border-bottom: 0;
}

.nav-justified > li > a:hover {
  background-color: #ffe5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e5ff), to(#c5d5ef));
  background-image: -webkit-linear-gradient(top, #d5e5ff 0%, #c5d5ef 100%);
  background-image:      -o-linear-gradient(top, #d5e5ff 0%, #c5d5ef 100%);
  background-image:         linear-gradient(to bottom, #e5f5ff 0%,#d5e5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5ff', endColorstr='#c5d5ef',GradientType=0 ); /* IE6-9 */
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #cdf;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,150,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,150,.15);
}
.nav-justified > li:first-child > a {
/*  border-radius: 5px 5px 0 0; */
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
/*  border-radius: 0 0 5px 5px; */
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
  /*  border-right: 1px solid #d5d5d5; */
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
/*    border-radius: 5px 0 0 5px; */
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
/*    border-radius: 0 5px 5px 0; */
  }
}

.nav-justified .glyphicon {
font-size: 90%;
padding-right: 10px;
color: #46b;
}

.topimage {
margin-top: 20px;
height: 600px;
overflow: hidden;
border: 1px solid #ccc;
border-radius: 5px;
}

.topimage .blurb {
    position: absolute;
	left: auto;
	top: auto;
	right: 30px;
	bottom: 15px;
    background: #333;  
    padding: 10px 15px;  
    border: 1px solid #222;  
    border-radius: 5px;
    color: #fff;  
    opacity: 0.8;  
	font-size: 14px;
	line-height: 1.3em;
}

.topimage .blurb2 {
	left: 30px;
	top: 35px;
	right: auto;
	bottom: auto;
}

.topimage .blurb2 p {
	width: 230px;
	text-indent: -1em;
	margin: 0 0 0 1em;
	padding: 0;
}

.topimage .blurb2 a {
    color: #bbf;
    text-decoration: none;
}

.topimage .blurb2 a:hover {
    color: #f77;
    text-decoration: underline;
}

.bottomnav .nav-justified {
  margin-top: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.bottomnav .nav-justified > li > a {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
  font-weight: normal;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 0;
}

.bottomnav .nav-justified > li > a:hover {
  background-color: #ffe5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e5ff), to(#c5d5ef));
  background-image: -webkit-linear-gradient(top, #d5e5ff 0%, #c5d5ef 100%);
  background-image:      -o-linear-gradient(top, #d5e5ff 0%, #c5d5ef 100%);
  background-image:         linear-gradient(to bottom, #e5f5ff 0%,#d5e5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5ff', endColorstr='#c5d5ef',GradientType=0 ); /* IE6-9 */
}

.bottomnav .nav-justified > .active > a,
.bottomnav .nav-justified > .active > a:hover,
.bottomnav .nav-justified > .active > a:focus {
  background-color: #cdf;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,150,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,150,.15);
}

.footer {
margin-top: 20px;
}

.footer ul {
padding-left: 14px;
}

.footer a {
color: #ddf;
text-decoration: none;
}

.footer a:hover {
color: #ddf;
text-decoration: underline;
}

.panel-shiryofooter {
background-color: #777;
border-color: #666;
color: #fff;
}

.panel-shiryofootercol {
width: 33%;
float: left;
}

.panel-shiryofootercopy {
text-align: center;
clear: both;
padding-top: 12px;
}

/* search box */

form#sbox {
width: 300px;
float: right;
margin-top: 15px;
}

form#sbox button.shiryo-btn-search {
float: right;
margin-left: 0;
height: 28px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 0 4px 4px 0;
}

form#sbox .form-group {
width: 200px;
margin-left: 0;
float: right;
}

form#sbox .shiryo-input-search {
height: 28px;
border-radius: 4px 0 0 4px;
padding: 3px 12px;
}

/* item count div */

div.dcount {
float: right;
clear: right;
margin-top: 10px;
}

div.dcount span.num {
font-size: 120%;
font-weight: bold;
}

/* horizontal table of documents */

.docslist {
overflow-x: scroll;
height: 600px;
margin-top: 10px;
border: 1px solid #ccc;
background-color: #eee;
}

.docslistheight-docs {
height: 620px;
}

.docslistheight-media,
.docslistheight-objects 
{
height: 450px;
}

.docslist table {
table-layout: fixed;
}

.docslist table tr td,
.docslist table tr th {
text-align: center;
border-right: 1px solid #aaa;
border-bottom: 1px solid #ddd;
padding: 6px;
width: 211px;
}

.docslist table tr th {
color: #666;
background-color: #ddd;
border-bottom: 1px solid #ccc;
width: 140px;
}

/* docs covers */
.docslist table tr td.cov {
padding: 0px;
height: 211px;
}

/* media covers */
.docslist table tr td.covm {
padding: 0px;
height: 141px;
}

.docslist table tr td.access0 {
background-color: #8e8;
}

.docslist table tr td.access1 {
background-color: #ee8;
}

.docslist table tr td.access2 {
background-color: #e88;
}

.docslist table tr td div {
/* width: 200px; */
}

.docslist table tr td.cov div, .docslist table tr td.covm div {
/* width: 200px; */
position: relative;
}

.docslist table tr td.cov img {
width: 210px;
height: 210px;
/* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
}

.docslist table tr td.covm img {
width: 210px;
height: 140px;
/* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
}

.docslist table tr td.cov img.newbadge, .docslist table tr td.covm img.newbadge {
position: absolute;
width: 38px;
height: 15px;
top: 10px;
right: 10px;
z-index: 10;
}

.docslist table tr td a.noclick:hover {
cursor: not-allowed;
}

#arrow-left, #arrow-right {
width: 30px;
background-color: #d9e4fc;
padding-top: 230px;
text-align: center;
margin-top: 10px;
border: 1px solid #ccf;
cursor: pointer;
}

#arrow-left {
float: left;
border-right: none;
}

#arrow-right {
float: right;
border-left: none;
}

#arrow-left:hover, #arrow-right:hover {
background-color: #acbee5;
}

.pagelistcont {
border: 1px solid #ccc;
background-color: #eee;
overflow: hidden;
margin-top: 10px;
}

.pagelistcont .pagecont {
width: 187px;
height: 180px;
float: left;
text-align: center;
padding-top: 3px;
border-right: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
}

.pagelistcont .pagecont:nth-child(5n) {
width: 190px;
border-right: none;
}

.pagelistcont .pagecont a img {
margin-bottom: 2px;
width: 160px;
height: 150px;
}

.vidcont {
border: 1px solid #ccc;
background-color: #222;
overflow: hidden;
margin-top: 10px;
padding: 25px 0;
}

.btn-primary {
background-color: #46b;
border-color: #264aa3;
}

.btn-primary:hover {
background-color: #264aa3;
}

.btn-info {
background-color: #90a4d6;
border-color: #738bc8;
}

.btn-info:hover {
background-color: #738bc8;
border-color: #5874bb;
}

.btn-cflow {
width: 80%;
cursor: default;
}

.btn-cflow:hover {
background-color: #90a4d6;
border-color: #738bc8;
}

.btn-cflow:active {
background-color: #90a4d6;
border-color: #738bc8;
}

h4 .glyphicon {
padding-right: 6px;
color: #46b;
}

.subnav .btn {
padding-top: 3px;
padding-bottom: 3px;
}

.panel-margin {
margin-top: 20px;
}

.panel-title-text {
font-size: 18px;
line-height: 1.2em;
color: #555;
text-shadow: 1px 1px 2px #ddd;
}

.about-img {
margin: 6px 0 15px 10px;
}

/* contact form */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f5f5f5;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
