
/*** ------------------------------------------------------------------------------ 

WP

-----------------------------------------------------------------------------  ***/


/* article */
@media screen and (max-width: 1024px){
	article .article-post{
		padding:0 10px;
		margin:0 0 30px;
	}
}
/* #pager */
#pager{
	position:relative;
	text-align: center;
	margin:0 0 30px;
	border: 1px #CCC solid;
	font-size: 1.167em;
}
#pager li{
	width:33.3%;
	box-sizing:border-box;
}
#pager li.prev{
	float:left;
}
#pager li.next{
	float:right;
}
#pager li.stay{
	margin:0 auto;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
}
#pager a{
	color: #333;
	text-decoration: none;
	display:block;
	padding:10px 0;
}
#pager a:hover{
	background:  #F2F2F2;
}

/*  レスポンシブページネーション */
.paginations{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.paginations,
.paginations li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 
.paginations a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
 
.paginations li:not([class*="current"]) a:hover {
  background-color: #eee;
}
 
.paginations li:first-of-type a {
  border-left-width: 1px;
}
 
.paginations li.first span,
.paginations li.last span,
.paginations li.previous span,
.paginations li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.paginations li.first a::before,
.paginations li.last a::after,
.paginations li.previous a::before,
.paginations li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.paginations li.first a::before { content: "\f100"; }
.paginations li.last a::after { content: "\f101"; }
 
.paginations li.previous a::before { content: "\f104"; }
.paginations li.next a::after { content: "\f105"; }
 
.paginations li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
 
.paginations > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.paginations > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .paginations li.first,
  .paginations li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .paginations li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.current,
  .paginations li.first,
  .paginations li.last,
  .paginations li.previous,
  .paginations li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .paginations li.previous a { border-left-width: 0; }
}
@media only screen and ( max-width: 400px ) {
  .paginations li.first,
  .paginations li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .paginations li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 240px ) { /* For watches? */
  .paginations li { width: 50%;}
 
  .paginations li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/* calendar */
#wp-calendar{
	width: 100%;
	border:#CCC 1px solid;
}
#wp-calendar a{
	text-decoration: underline;
}
#wp-calendar th{
	border:#CCC 1px solid;
	text-align: center;
}
#wp-calendar td{
	border:#CCC 1px solid;
	text-align: center;
}
#wp-calendar tfoot th,
#wp-calendar tfoot td{
	border:none;
}

/*
Theme Name: Twenty Thirteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Headings
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - Galleries
 * 9.0 - Audio/Video
 * 10.0 - Post Formats
 * 11.0 - RTL
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 *//*

html .mceContentBody {
	max-width: 680px;
}

body {
	color:#333;
	line-height: 1.6;
	font-size: 12px;
	font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
}
*/

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
.article-post{
	font-size:1.167em;
}

.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
	clear: both;
	line-height: 1.3;
	font-weight: bold;
}

.article-post h1 {
	font-size: 48px;
	margin: 33px 0;
}

.article-post h2 {
	font-size: 30px;
	margin: 25px 0;
}

.article-post h3 {
	font-size: 22px;
	margin: 22px 0;
}

.article-post h4 {
	font-size: 20px;
	margin: 25px 0;
}

.article-post h5 {
	font-size: 18px;
	margin: 30px 0;
}

.article-post h6 {
	font-size: 16px;
	margin: 36px 0;
}

.article-post hr {
	border-top: #B9A959 1px solid;
	height: 0;
}


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.article-post p {
	margin: 0;
}

.article-post ol,
.article-post ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

.article-post ul {
	list-style-type: square;
}

.article-post ol {
	list-style: decimal outside;
}

.article-post li > ul,
.article-post li > ol {
	margin: 0;
}

.article-post dl {
	margin: 0 20px;
}

.article-post dt {
	font-weight: bold;
}

.article-post dd {
	margin: 0 0 20px;
}

.article-post strong {
	font-weight: bold;
}

.article-post code,
.article-post kbd,
.article-post pre,
.article-post samp {
	font-family: monospace, serif;
	font-size: 14px;
}

.article-post pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.article-post blockquote,
.article-post q {
	quotes: none;
}

.article-post blockquote:before,
.article-post blockquote:after,
.article-post q:before,
.article-post q:after {
	content: "";
	content: none;
}

.article-post blockquote {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

.article-post blockquote blockquote {
	margin-right: 0;
}

.article-post blockquote cite,
.article-post blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.article-post cite {
	border-bottom: 0;
}

.article-post abbr[title] {
	border-bottom: 1px dotted;
}

.article-post address {
	font-style: italic;
	margin: 0 0 24px;
}

.article-post del {
	color: #333;
}

.article-post ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}

.article-post sub,
.article-post sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.article-post sup {
	top: -0.5em;
}

.article-post sub {
	bottom: -0.25em;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.article-post a{
	outline:none;
}
.article-post a:link {
	color: #0074b9 !important;
	text-decoration: underline !important;
}
.article-post a:visited {
	color: #0074b9 !important;
	text-decoration: underline !important;
}
.article-post a:hover {
	color: #0074b9 !important;
	text-decoration:none !important;
}
.article-post a:active {
	color: #0074b9 !important;
	text-decoration:none !important;
}

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.article-post .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.article-post .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

.article-post .aligncenter {
	display: block;
	margin: 5px auto;
}

.article-post img.alignnone {
	margin: 5px 0;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.article-post table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.article-post caption,
.article-post th,
.article-post td {
	font-weight: normal;
	text-align: left;
}

.article-post caption {
	font-size: 16px;
	margin: 20px 0;
}

.article-post th {
	font-weight: bold;

	text-transform: uppercase;
}

.article-post td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.article-post img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.article-post .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.article-post .html5-captions .wp-caption {
	padding: 0;
}

.article-post .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.article-post .html5-captions .wp-caption.alignleft {
	margin-right: 20px;
}

.article-post .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

.article-post .wp-caption.alignright img,
.article-post .wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}

.article-post .html5-captions .wp-caption.alignright {
	margin-left: 20px;
}

.article-post .html5-captions .wp-caption.alignright img,
.article-post .html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}

.article-post .wp-caption-dt {
	margin: 0;
}

.article-post .wp-caption .wp-caption-text,
.article-post .wp-caption-dd {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 0;
}

.article-post .mceTemp + ul,
.article-post .mceTemp + ol {
	list-style-position: inside;
}


/**
 * 8.0 Galleries
 * ----------------------------------------------------------------------------
 */

.article-post .gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.article-post .gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto;
}

.article-post .gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
	width: auto;
}

.article-post .gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width:         calc(33.3% - 11px);
	width: auto;
}

.article-post .gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width:         calc(25% - 9px);
	width: auto;
}

.article-post .gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
	width: auto;
}

.article-post .gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width:         calc(16.7% - 7px);

	width: auto;
}

.article-post .gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width:         calc(14.28% - 7px);
	width: auto;
}

.article-post .gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width:         calc(12.5% - 6px);
	width: auto;
}

.article-post .gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width:         calc(11.1% - 6px);
	width: auto;
}

.article-post .gallery-columns-1 .gallery-item:nth-of-type(1n),
.article-post .gallery-columns-2 .gallery-item:nth-of-type(2n),
.article-post .gallery-columns-3 .gallery-item:nth-of-type(3n),
.article-post .gallery-columns-4 .gallery-item:nth-of-type(4n),
.article-post .gallery-columns-5 .gallery-item:nth-of-type(5n),
.article-post .gallery-columns-6 .gallery-item:nth-of-type(6n),
.article-post .gallery-columns-7 .gallery-item:nth-of-type(7n),
.article-post .gallery-columns-8 .gallery-item:nth-of-type(8n),
.article-post .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.article-post .gallery-columns-1 .gallery-item:nth-of-type(1n),
.article-post .gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.article-post .gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.article-post .gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.article-post .gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.article-post .gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.article-post .gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.article-post .gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.article-post .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.article-post .gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.article-post .gallery .gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.article-post .gallery-item:hover .gallery-caption {
	opacity: 1;
}

.article-post .gallery-columns-7 .gallery-caption,
.article-post .gallery-columns-8 .gallery-caption,
.article-post .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.article-post .mejs-mediaelement,
.article-post .mejs-container .mejs-controls {
	background: #220e10;
}

.article-post .mejs-controls .mejs-time-rail .mejs-time-loaded,
.article-post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.article-post .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.article-post .mejs-controls .mejs-time-rail .mejs-time-total,
.article-post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.article-post .mejs-controls .mejs-time-rail span,
.article-post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.article-post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 10.0 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.article-post .post-format-aside {
	background-color: #f7f5e7;
}

.article-post .post-format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.article-post .post-format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.article-post .post-format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.article-post .post-format-audio {
	background-color: #db572f;
}

.article-post .post-format-audio a {
	color: #fbfaf3;
}

.article-post .post-format-audio:before {
	background: url(../images/dotted-line.png) repeat-y 85px 0;
	background-size: 4px 4px;
	content: "\f109";
	display: block;
	float: left;
	font-family: Genericons;
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	line-height: 1;
	width: 120px;
}

/* Chat */
.article-post .post-format-chat {
	background-color: #eadaa6;
}

.article-post .post-format-chat a {
	color: #722d19;
}

/* Gallery */
.article-post .post-format-gallery {
	background-color: #fbca3c;
}

.article-post .post-format-gallery a {
	color: #722d19;
}

/* Image: same as Standard/Defaults */

/* Link */
.article-post .post-format-link {
	background-color: #f7f5e7;
}

/* Quote */
.article-post .post-format-quote {
	background-color: #210d10;
	color: #f7f5e7;
}

.article-post .post-format-quote a {
	color: #e63f2a;
}

.article-post .post-format-quote blockquote {
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding-left: 75px;
	position: relative;
}

.article-post .post-format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.article-post .post-format-quote blockquote small,
.article-post .post-format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.article-post .format-quote .article-post-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.article-post .format-quote .article-post-content cite a:hover {
	text-decoration: none;
}


/* Status */
.article-post .post-format-status {
	background-color: #722d19;
	color: #f7f5e7;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	padding-left: 35px;
}

.article-post .post-format-status.mceContentBody {
	font-size: 24px;
}

.article-post .post-format-status:before {
	background: url(../images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	float: left;
	height: 100%;
	position: relative;
	left: -30px;
	width: 1px;
}

.article-post .post-format-status > p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	width: 13px;
	margin-top: 13px;
	position: absolute;
	left: 9px;
}

.article-post .post-format-status a {
	color: #eadaa6;
}

/* Video */
.article-post .post-format-video {
	background-color: #db572f;
}

.article-post .post-format-video a {
	color: #fbfaf3;
}


/**
 * 11.0 RTL
 * ----------------------------------------------------------------------------
 */

.article-post html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.article-post .rtl ol,
.article-post .rtl ul {
	padding: 0 40px 0 0;
}

.article-post .rtl .wp-caption,
.article-post .rtl tr th {
	text-align: right;
}

.article-post .rtl td {
	padding: 6px 0 6px 10px;
	text-align: right;
}

.article-post .rtl blockquote blockquote {
	margin-left: 0;
	margin-right: 24px;
}

.article-post .rtl.post-format-audio:before,
.article-post .rtl.post-format-status:before,
.article-post .rtl.post-format-status > p:first-child:before {
	background: none;
	content: none;
}

