@charset "utf-8";

/*
 Theme Name: 小林養蜂園
Description: 小林養蜂園 様　公式ページ　CMS テーマ
    Version: ver.1
*/

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */

#blog table { border-collapse:collapse; }

#blog table th {
  padding: 10px;
	font-weight: normal;
	border: solid 1px #dcb9ad;
}

#blog table th:not([bgcolor]) {
	background-color: #fbd9cd;
}

#blog table td {
  padding: 10px;
	border: solid 1px #dcb9ad;
}

#blog table td:not([bgcolor]) {
	background-color: #fff;
}

#blog table caption {
  margin-bottom: 0.5em;
}

#blog table + * { margin-top:1.5em; }

* + #blog table { margin-top:1.5em; }

/* ::::: ブレイクポイント ::::: */

@media screen and (min-width:737px) {

  #blog table th {
    width: 30%;
    vertical-align: middle;
  }

}

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャプション
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.wp-caption-text {
  margin: 0.5em auto;
  display: table;
  line-height: 1.5;
  color: #333;
  font-size: 0.8em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 左寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.alignleft {
  margin: 0 2em 0.5em 0;
	float: left;
}

.alignleft + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 右寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.alignright {
  margin: 0 0 0.5em 2em;
	float: right;
}

.alignright + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 中央寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: block;
  text-align: center;
}

/* ****************************************************************************************************
   * ページャー
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.pager-archive,
ul.pager-archive li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pager-archive {
	letter-spacing: 2px;
	text-align: center;
}

ul.pager-archive li {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
}

ul.pager-archive li a {
	text-decoration: none;
	display: block;
}

ul.pager-archive li a:hover {
	text-decoration: underline;
}

ul.pager-archive li a:not([href]) {
  color: #aaa;
}

ul.pager-archive li a:not([href]):hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
   * 数字
/* ---------------------------------------------------------------------------------------------- */

ul.pager-archive li.num a {
  width: 2em;
	color: inherit;
  line-height: 2em;
	font-size: 12px;
  border-radius: 5px;
  border: solid 1px #aaa;
  background: #fff;
}

ul.pager-archive li.num a:hover {
	color: #fff;
	text-decoration: none;
  border: solid 1px #ff3c3c;
  background: #ff3c3c;
}

ul.pager-archive li.num.current a {
	color: #fff;
  border: solid 1px #ff3c3c;
  background: #ff3c3c;
}

/* -------------------------------------------------------------------------------------------------
   * ドット
/* ---------------------------------------------------------------------------------------------- */

ul.pager-archive li.dot {
	color: inherit;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.pager-single,
ul.pager-single li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pager-single {
  width: 100%;
  background-color: #fff;
  display: table;
  table-layout: fixed;
}

ul.pager-single li {
  vertical-align: top;
  display: table-cell;
}

ul.pager-single li.list {
  text-align: center;
}

ul.pager-single li.next {
  text-align: right;
}

ul.pager-single li a {
  padding: 0.5em 1em;
  vertical-align: top;
	display: inline-block;
  color: #aaa;
}

ul.pager-single li a[href] {
  color: #920d14;
}

ul.pager-single li a[href]:hover {
	text-decoration: underline;
}
