﻿@charset "utf-8";

@import "reset.css";
@import "common.css";

body {
	background-color:#fff;
	margin:15px;
	line-height:150%;
	text-align:center;
	color:#444;
}
a {
	color:#444;
	text-decoration:none;
}
/*
a:after {
    content: "(" attr(href) ") ";
	text-align:center;
}*/
/* button 要素のスタイリング */
.print-button {
  all: unset;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
  min-width: 150px;
  justify-content: center;
  transition: all 0.05s ease-out;
	background:url(/ccd/css/img/ttl_lnkbtn.gif);
}
.print-button p {
  font-weight: bold;
}
@media print{
  .print-button {
	  display: none;
  }
}

#container {
	width:auto;
	margin:0 auto;
	text-align:left;
}
h1 {
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:2em;
}
#date {
	text-decoration:underline;
	line-height:160%;
	font-size:11px;
}
table {
	width:100%;
	font-size:11px;
	margin-bottom:20px;
}
th {
	font-weight:bold;
}
td, th {
	padding:5px 10px;
	border:#ccc 1px solid;
}
.total-background-glay,
thead th {
	background-color:#ddd;
	border-bottom:999 4px solid;
}
tbody th {
	background-color:#eee;
	border-bottom:#ccc 3px double;
}
tfoot {
	text-align:right;
}
tfoot th {
	background-color:#e0e0e0;
	border-top:#999 3px double;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
