p,h1,h2,h3,h4,h5,pre {
  margin: 0 auto 10px;
  line-height: 1.5em;
  }

hr {
	margin:20px;}

h1 {
	font-weight:bolder;
	font-size:1.5em;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:solid 2px #333;
	color:#333:
	text-align:center;
}


h2 {
	font-weight:bolder;
	text-align:center;
	font-size:1.1em;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
	border:solid 1px #004030;
	background-color:#CCFFCC;
	color:#004030;
}


h3 {
	font-weight:bolder;
	font-size:1em;
	background-color:#EFFFBF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
	border-left:double #002DB2;
	border-bottom:1px solid #002DB2;
}

h4 {
	font-weight:bolder;
	font-size:1em;
	border-top:double #002DB2;
	border-bottom:double #002DB2;
	color:#002DB2;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
}

h5 {
	border-bottom:dotted #333;
	font-size:0.9em;
	font-weight:bolder;
	padding-left:2px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:5px;
	margin-right:10px;
}

h6	{
	font-size:0.9em;
	font-weight:bold;
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	padding-left:20px;
	}


table {
	margin: 0 auto;
}

td, th {
	padding:2px;
	
}


table.top {
	margin: 0 auto;
	table-layout:fixed;
}


table.spec {
margin: 0 auto;
}

table.spec td, th {
	padding:2px;
	text-align:center;
	white-space:nowrap;
}

table.job {
border:0;
}

table.job th{
padding:5px;
background-color:#E0E0E0;
font-size:0.9em;
font-weight:bold;
text-align:center;
}

table.job td{
padding:5px;
font-size:0.9em;
background-color:#D0D7F2;
text-align:left;
}

table.job td.st{
background-color:#BBC2DD;
}

table.comp {
border:0;
}

table.comp td, th {
padding:5px;
text-align:left;
border-bottom:#5C5C5C 1px solid;
}

table.hist {
border:0;
}

table.hist th {
padding:5px;
text-align:left;
font-size:0.8em;
border-bottom:#5C5C5C 1px solid;
}

table.hist td {
padding:5px;
text-align:left;
font-size:0.8em;
border-bottom:#5C5C5C 1px solid;
}

table.group {
border:0;
}

table.group td {
	padding:4px;
	font-size:0.9em;
	border-top:#5C5C5C 1px solid;
}

ul.newsarea {
	list-style:none;
	font-size:0.9em;
	line-height:1.3em;
	padding-left:2em;
	margin-bottom:10px;
}

ul.contlist {
	margin:10px;
}

ul.contlist li {
	list-style:disc;
	margin-left:40px;
	margin-right:20px;
	margin-bottom:5px;
	font-size:0.9em;
}

ul.numlist {
	margin:10px;
}

ul.numlist li {
	list-style:decimal;
	margin-left:40px;
	margin-right:20px;
	margin-bottom:5px;
	font-size:0.9em;
}

ul.nomklist {
	margin:10px;
}

ul.nomklist li {
	list-style:none;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -2em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-left:40px;
	margin-right:20px;
	margin-bottom:10px;
	font-size:0.9em;
}

a.btn {
  display: inline-block;
  margin: 15px 15px 0;
  padding: .6em 1.1em;
  font-size: 20px;
  font-size: 1.2rem;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #fe4365;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.btn:hover, a.btn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.btn-secondary {
  background:#69C;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-secondary:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
}

a.btn-sub {
  background: #C60;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-sub:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
} 
  
a.btn:active,
a.btn-sub:active,
a.btn-secondary:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}

a.smallbtn {
  display: inline-block;
  margin: 5px 5px 0;
  padding: .4em .8em;
  font-size:0.9em;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #06C;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.smallbtn:hover, a.smallbtn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.smallbtn:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}

img{
	width: auto;
	height: auto;
	max-width: 100%;
	border-style:none;
}

