@charset   "UTF-8";
.sub_header {
	height: 75px;
	color: navy;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	background: url(../Image/sub-header.jpg) no-repeat;
}
/* ページ選択*/
.table-navigation{
	border-collapse: collapse;
}
.table-navigation td{
	text-decoration:none;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	height:35px;
	line-height:35px;
	text-align: center;
	color: #333;
	border: 1px solid #b9b9b9;
}
#page-a a{
	display:block;
	text-decoration:none;
}
#page-a a:hover{
	background-color: #6078e2;
	color : white;
}
.table-navigation th{
	text-decoration:none;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	height:35px;
	color: #333;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
/* メインコンテンツ*/
/* ボーリングメタデータ表示用テーブル*/
.table01{
  border-collapse: collapse;
}
.table01 th{
  font-size: 12px;
  font-family: Arial;
  text-align: center;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.table01 td{
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  padding: 0px 0px 0px 8px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

/* ページ */
.main-title {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	padding-left : 24px;
	color : navy;
	background: url(../Image/titleback1.jpg) repeat;
	overflow: hidden;
}
.left {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  vertical-align : top;
}
.left2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : top;
	padding-left : 24px;
	padding-right : 24px;
}
.left3{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: left;
}
.left5 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: navy;
}
.center {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
}
.center5 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: navy;
}
.center-bk {
  background-color: #f2f2f2;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
}
.center-bk2 {
  background-color: #e2eaff;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.right {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: right;
}
.right5 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: navy;
}
/* フッター */
.footer {
	background-color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: right;
	color: white;
	padding-right : 24px;
}
/*  */
select{
	color: navy;
	height: 30px;
	font-size: 12px;
	padding: 4px 12px 4px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	text-indent: .01px;
	text-overflow: "";
}
/*    ブラインドメニュー*/
label {
  background: #7d7dff;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
}
input[type="checkbox"].on-off{
  display: none;
}
.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  padding: 5px;
}
input[type="checkbox"].on-off:checked + ul{
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off + ul{
  height: 170px;
}
