﻿
@font-face{
font-family: 'Liberation Serif';
src: url('../font/LiberationSerif-Regular.ttf');
}


/* html,bodyタグの設定 */
html, body{


width:95%;
height:100%;

	margin-top: 47px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
		
		

}

/* ヘッダーの固定 */
div#header-fixed
{
	position: fixed; /* ヘッダーの固定 */
	top: 0px; /* 位置(上0px) */
	left: 0px; /* 位置(右0px) */
	width: 100%; /* 横幅100%　*/
	height: 70px; /* 縦幅 */
	background-color:#ECECEC; /* 背景色 */

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
}
 






hr.myhr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

span.myfont2_2ex {
font-size: 2.2ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#222;
}

span.myfont2_4ex {
font-size: 2.4ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#222;
}

span.myfont2_8ex {
font-size: 2.8ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#222;
}

span.tahoma2_8ex {
font-size: 2.8ex;
font-weight: normal;
font-family:'Tahoma';
color:#222;
}

span.myfont3_4ex {
font-size: 3.4ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#444;
}

span.myfont4_0ex {
font-size: 4.0ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#666;
}

span.myfont2_8exWhite {
font-size: 2.8ex;
font-weight: normal;
font-family:'Liberation Serif';
color:#FFFFFF;
}

table.mytable2 {
/*  width: auto; */
  border-spacing: 0;
  font-size:12px;
}
table.mytable2 th {
  color: #fff;
/* padding: 8px 15px; */
  padding: 2px 4px 2px 4px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
/* font-weight: bold; */
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 100%;
  white-space: nowrap;
  
/*  text-align: center; */
/*  text-shadow:0 -1px 0 rgba(34,85,136,0.9); */
/*  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset; */
}
table.mytable2 th:first-child {
/*  border-radius: 5px 0 0 0;	 */
}
table.mytable2 th:last-child {
/*  border-radius:0 5px 0 0; */
  border-right:1px solid #258;
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset; */
}
table.mytable2 tr td {
/*   padding: 8px 15px;*/
  padding: 2px 2px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.mytable2 tr td:last-child {
  border-right: 1px solid #84b2e0;
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1); */
}
table.mytable2 tr {
  background: #fff;
}
table.mytable2 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.mytable2 tr:last-child td {
/*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1); */
}
table.mytable2 tr:last-child td:first-child {
/*  border-radius: 0 0 0 5px; */
}
table.mytable2 tr:last-child td:last-child {
/*  border-radius: 0 0 5px 0; */
}
table.mytable2 tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


table.list{
line-height:1.33em;
border-collapse:collapse;
}
 
table.list td{
margin:0px;
padding:5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
vertical-align:top;
}
 
.list td.ttl{
padding:5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
font-weight:bold;
}
