@charset "UTF-8";

/* リセットcss */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


/* 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
*/

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/* リセットcss終わり */


/*************************画面構成タグ*/

body {
  background-color: #eee;
  font-family: "メイリオ", "Yu Gothic", sans-serif;
  font-size: normal;
  color: #333;
  line-height: 2em;
}

body a:link {
  color: #CC6600;
  text-decoration: none;
}

body a:visited {
  color: #996600;
}

#container {
  width: 1020px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px dashed #aaa;
  border-radius: 10px;
}

header {
  padding: 20px 20px 15px;
}

article {
  width: 740px;
  float: left;
  padding: 10px;
}

nav {
  width: 240px;
  float: right;
  padding: 10px;
}

footer {
  border-top: 1px dotted #555;
  width: 1020;
  clear: both;
  text-align: center;
  font-size: small;
  margin: 0 10px 10px;
}


/*************************基本タグ*/


h2 {
  margin: 5px 0px 0px;
  padding: 6px 15px;
  border-bottom: 1px dotted #555;
  font-size: 20px;
}

h2:before {
  content: "●";
  color: #ffb432;
  padding-right: 0.5em;
}

h3 {
  margin: 5px 0 5px 10px;
  border-left: 7px solid #00D5FF;
  padding: 6px 15px;
  font-size: 18px;
  clear: both;
}

h4 {
  margin: 11px 0 10px ;
  padding: 3px 8px;
}

h4:before {
  content: "■";
  color: #ffb432;
  padding-right: 0.5em;
}

h5{
  margin: 11px 0 10px ;
  padding: 3px 8px;
}

h5:before {
  content: "●";
  color: #ffb432;
  padding-right: 0.5em;
}

h6 {
  margin: 11px 0 10px ;
  padding: 3px 8px;
  font-weight: normal;
}

h6:before {
  content: "・";
  color: #ffb432;
  padding-right: 0.5em;
}

strong {
  font-weight: bold;
  color: #C00;
}

ul {
  margin: 2px 1em 5px 2.5em;
  padding: 0;
}

ol {
  margin: 2px 1em 5px 2.5em;
  padding: 0;
}


/* テーブル */

table {
  margin: 0 auto 15px;
  text-align: center;
  max-width: 720px;
}

tbody {
  font-weight: normal;
}

table, td, th {
  border: 1px #888 solid;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: top;
}


/* テーブルの記事部分 */

td.txt {
  text-align: left;
}

img {
  display: block;
  margin: 5px auto;
}

p {
  margin: 10px;
}

address {
  margin: 10px;
}

blockquote {
  margin-left: 10px;
	border-left: 5px  solid #ccc;
}

/*************************各クラスタグ*/


/* ページタイトル */

h1 {
  font-size: 24px;
  background: url(img/sun36px.png) no-repeat left center;
  padding-left: 48px;
  height: 56px;
  line-height: 60px;
}

h1 a {
  text-decoration: none;
}

h1 a:visited {
  color: #333;
}

h1 a:link {
  color: #333;
}

p.post-meta {
  font-size: 10px;
  margin-top: 0px;
  float: right;
}


/* ページタイトル下部の説明 */

div.description {
  font-size: 10px;
	padding-left: 10px;
}


/* ナビ部分のulタグを左にずらす */

nav h4 {
  border-bottom: 1px dotted #555;
}

nav ul {
  margin: 0 0 2em 2em;
  padding: 0;
}

/* ナビ部分のulの入れ子構造 */
nav ul ul {
  margin: 0px;
  padding-left: 0.5em;
}


img.new {
  display: inline;
  margin: auto 1em;
}

.imgleft {
  float: left;
  margin: 10px;
}

.cl {
  clear: both;
}

.block {
  width: 360px;
  margin-left: 10px;
  float: left;
}

/* バックボタンはなくして上に戻るボタンにする予定 */

div.back {
  width: 100px;
  background: #666;
  text-align: center;
  margin: 5px;
  padding: 1px;
  float: right;
  border-radius: 1em;
  clear: both;
}

a div.back {
  text-decoration: none;
}

a:visited div.back {
  color: #fff;
}

a:link div.back {
  color: #fff;
}


/* 画像の下の説明文字 */

figcaption {
  margin-top: 0;
  text-align: center;
  font-size: small;
  font-weight: bold;
}

figcaption:before {
  content: "■";
  color: #ffb432;
  padding-right: 0.5em;
}

figcaption::after {
  content: "■";
  color: #ffb432;
  padding-left: 0.5em;
}

/* アコーディオンメニュー */

summary {
  margin-bottom: 10px ;
  padding: 3px 8px;
  font-weight: bold;
  border-bottom: 1px dotted #555;
}

summary:before {
  content: "■";
  color: #ffb432;
  padding-right: 0.5em;
}

details[open] summary:after {
  content: "-";
  float: right;
  padding-right: 2px;
}

details:not([open]) summary:after {
  content: "+";
  float: right;
}