@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1, h2 {
	margin-bottom: 1em;
	padding: 16px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	background: #03C;
}

h3 {
	margin-bottom: 1em;
	padding: 0 16px;
	font-size: 120%;
	font-weight: bold;
}

a img {
	border: none;
}

a:link {
	color:#0000FF;
	text-decoration: underline;
}
a:visited {
	color: #69F;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #3CF;
}

.container {
	width: 90%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 2em;
}

.content {
	padding: 0;
	margin-bottom: 10em;
}

.content img {
	max-width: 100%;
}

.content div p {
	padding: 0 2em;
}

/*（A）（B）（C）括弧付きリスト*/
.alpha-list {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: alpha-counter;
  padding-left: 1.5em;
}
.alpha-list li {
  counter-increment: alpha-counter;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 3em;
}
.alpha-list li::before {
  content: "（" counter(alpha-counter, upper-alpha) "）　";
  position: absolute;
  left: 0;
}
	

.content hr {
	margin: 0 1em 2em;
}

.content form {
	margin: 0 auto 3em;
	width: 90%;
}

.content textarea.dlbox {
	margin: 0 auto;
	width: 100%;
	font-size: smaller;
}
.content div.seihin {
	display: inline-block;
	border: 3px double #ccc;
	margin: 0 2em 2em 2em;
	padding: 1em 0 0 1em;
}
.content div.seihin p {
	display: block;
	float: left;
	max-width: 250px;
	margin-right: 1.5em;
	padding: 0 1em 0 0;
	border-right: 1px solid #666;
	font-size: smaller;
}
.content div.seihin p span:first-of-type {
	font-weight: bold;
	color: red;
	font-size: 16px;	
}
.content div.seihin p:last-of-type {
	margin-right: 0;
	border-right: 0;
}
.content table {
	margin: 0.5em 2em 1em;
	border: 1px solid #ccc;
	border-collapse: collapse; /*セル同士の間隔をあけない*/
}
.content table caption {
	margin-bottom: 0.5em;
	text-align: left;
}
.content tr.trtitle, .content tr.trtitle2 {
	color: #fff;
	font-weight: bold;
	background: #09F;
}

.content td {
	padding: 0.5em;
	border: 1px solid #ccc;
}
.content tr.trtitle td:nth-child(3) p {
	display: inline;
	padding-right: 36px;
	background: url(img/icon_dl_32x32.png) center right no-repeat;
	white-space: nowrap;
}
.content td img {
	vertical-align: middle;
}
.content tr.trtitle td:nth-child(1) {
	padding: 0.5em;
	vertical-align: top;
	color: #FFF;
	font-size: larger;
	font-weight: bold;
	background: #06C;
}
.content td.tdcontents {
	font-size: smaller;
	vertical-align: top;
}
.content td.tdlink p.ziplink {
	padding-left: 50px;
	background: url(img/icon_zip_48x48.png) left bottom no-repeat;
}

.content td.tdlink p.pdflink {
	padding-left: 50px;
	background: url(img/icon_pdf_48x48.png) left bottom no-repeat;
}

.content td.tdlink a {
	white-space: nowrap;
}

.content td.tdlink span {
	display: block;
	text-align: right;
	font-size: smaller;
}

.content td hr {
	margin: 1em;
}


details { padding-left: 0.5em; }
details li {
	margin-left: 2em;
	list-style: none; }
summary {
	color: #09F;
	text-decoration: underline;
	cursor : pointer; }

.content p.toTop {
	margin: 1em 2em 5em;
	text-align: right;
}

.lh2 { line-height: 2; }
.uline { text-decoration: underline; }
.red { color: red; }
.bold { font-weight: bold; }
.smaller { font-size: smaller; }
.textR { text-align: right; }
.border1 { border:1px solid #333; }
.imgw600 { width: 90%; max-width: 700px; }
.imgw800 { width: 100%; max-width: 800px; }
.imgw100per { width: 100%; }

.mgT0 { margin-top: 0 }
.mgT1em { margin-top: 1em; }

.mgB0 { margin-bottom: 0 }
.mgB1em { margin-bottom: 1em; }
.mgB2em { margin-bottom: 2em; }
.mgB3em { margin-bottom: 3em; }

.vaT { vertical-align: top; }

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}