﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	min-height:100%;
}

body {
	font-size:13px;
	*font-size:82%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5;
	color:#333;
	background:#fff;
	padding:30px;
}

a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */
ol {
	width:90%;
	margin:0 auto;
}

ol li {
	list-style:decimal inside;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	zoom:normal;
	overflow:visible;
}

table {
	width:90%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:10px auto;
}

table th {
	font-size:100%;
	line-height:1.5;
	text-align:center;
	background:#eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
}

table td {
	font-size:100%;
	line-height:1.5;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	vertical-align: middle;
}

font {
	font-size:93% !important;
	line-height:2;
}

form {
	margin:8px 0;
}

form input {
	margin:2px 0;
}

/* ------------------------------------------------------------
	layout
------------------------------------------------------------ */

header, section {
    margin: 0 auto 2em;
    max-width: 800px;
    width: 100%;
}
footer address{
    font-weight: normal;
    font-style: normal;
    background: #e2e2e2;
    text-align: center;
    padding: 0.3em 0;
    margin-top: 5em;
    font-size: 60%;
}
h1 {
    font-size: large;
    margin-bottom: 1em;
}
h2 {
    margin-top: 3em;
    background: #d2d2d2;
    padding: 0.3em 1em;
    margin-bottom: 1em;
}
.text, .listtext {
    margin: 0 1em 1em;
}
#container table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: .5em auto 2em;
  padding: 0;
  width: 100%;
  border: #ededed 3px solid;
}
#container table th {
    font-size: 100%;
    line-height: 1.5;
    background: unset;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    width: 10%;
}
#container table td.pdf {
	width: 10%;
    text-align: center;
}
#container table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
#container table.mutual tr:nth-child(even)
{
  background-color: #eee;
}

#container table.mutual tr:nth-child(odd)
{
  background-color: #fff;
}
.tableWrap {
  overflow-x: auto;
}
/* ヘッダー付きの表 */

.scheduleTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #f2f2f2;
}

.scheduleTable thead th {
  background: #e5e5e5;
  font-weight: 600;
}
#container table.scheduleTable tr th,
#container table.scheduleTable tr td
{
    border-bottom: solid 2px #eee;
    text-align: center;
}
.scheduleTable .year {
  width: 140px;
  font-weight: 500;
}

.scheduleTable .year span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: #666;
}
.date {
    text-align: right;
}