@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終わり */


/*
Text Domain:
Theme Name:		FUTOMANI
Theme URI:		
Description:	ふとまにのテーマ。
Author:			futomani
Author URI:		https://futomani.net
Version:		1.8.1
License:
License URI:
*/


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

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.theme-header {
  padding: 20px 20px 15px;
}


/* メインカラム */

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

.pagination {
  text-align: center;
  margin: 10px auto;
  width: auto;
  float: none;
  padding: 0;
  clear: both;
}

.nav-links{
  letter-spacing: .5em;
}

.entry-content {
  padding-bottom: 10px;
}

article {
  margin-bottom: 20px;
}

article header {
  width: 740px;
}

article footer {
  font-size: normal;
}

/* 繰り返し部分の下に余白を入れる */

.rounded {
  margin-bottom: 20px;
}


/* 右カラム */

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


/* フッタ */

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

/* パンくずリスト */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > span > a {
    color: #337ab7;
    text-decoration: none;
}

.breadcrumb > span > a:hover {
    text-decoration: underline;
}

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

h2 {
  margin: 5px 0 10px;
  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;
}

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

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

p {
  display: block;
  margin: 10px;
}

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

ul {
  margin: 2px 1em 5px 2.5em;
  padding: 0;
  list-style: disc !important;
}

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


/* 斜め文字 */

em {
  font-style: italic;
}


/* 引用部分 */

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


/* img */

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

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

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;
}

/*************************Wordpress必須クラス*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 10px 15px 0 10px;
}

.alignleft {
  float: left;
  margin: 10px 20px 0 10px;
}

figure {
  margin: 0 !important;
}

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

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

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

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


/* ページタイトル */

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;
}


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

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


/* 記事の日付を右寄せ、上に上げる */

p.post-meta {
  text-align: right;
  margin-top: -45px;
  margin-bottom: 15px;
}

/* 固定ページのpost metaを非表示 */

.page .post-meta {
	display: none;
}

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

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

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

/* テーブル */

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

tbody {
  font-weight: normal;
}

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

tr.color1 {
  background-color: #bfffff;
}

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

td.txt {
  text-align: left;
}

/* 記事部分2分割要素 */

.cl {
  clear: both;
}

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