/* ----- 共通 ----- */
.page-header, .entry-content, .entry-footer,
.post-navigation, .back-navigation{
  font-size:16px;
}
.pagetitle a, .entry-footer, .entry-footer a, .entry-footer p, .screen-reader-text,
.entry-content p, .shoplist_subtitle p,
.page-header h1, .page-title, .page-description{
  color:#333;
}
/* 大カテゴリ */
article{
  width: 96%;
  margin: 20px auto;
  border-bottom:1px solid #ddd;
}
/* 記事タイトル */
.entry-header .pagetitle {
  width: auto;
  color:#333;
  margin: 5px auto 25px auto;
  padding: 0 2%;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.entry-header .pagetitle a {
  text-decoration:none;
  font-weight: bold;
}
.entry-header .pagetitle a:hover {
  text-decoration: underline;
}
.entry-header .pagetitle.pagetitlemini {
	margin-bottom: 10px;
}
.entry-header .pagetitlemini a{
	display: block;
	font-size:16px;
}
/* 本文 */
.entry-content{
  margin:0 2% 20px 2%;
  text-align:left;
  word-break: break-word;
}
#main .entry-content h2 { /*見出しデザインのh2の書式を上書き*/
    color: #333;
    border-bottom: none;
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    padding: 0;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
/* 投稿時間と記事カテゴリ */
.entry-footer {
  margin:0 22px 10px;
  text-align:right;
  font-size: 12px;
}
.entry-footer p, .entry-footer ul{
	display:inline-block;
}
/* 記事カテゴリの邪魔な文 消す */
.screen-reader-text{
  display:none;
}
ul.post-categories li {
  display: inline-block;
}
/* ----- 共通 ----- */

/* 一覧ページ、アーカイブ */
/* ページャー */
.pagination {
display:inline-block;
clear:both;
padding:0;
position:relative;
font-size:16px;
line-height:15px;
}

.pagination span, .pagination a {
display:inline-block;
/* float:left; */
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#333;
background: #fff;
}

.pagination a:hover{
color:#1590CF;
background: #ddd;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #ddd;
color:#1590CF;
}
/* 一覧ページ、アーカイブ */


.page-path span{
  color:#707864;
}

/* ----- 記事一覧ページ ----- */
/* ----- 記事一覧ページ ----- */

/* ----- カテゴリアーカイブ -----  */
.page-header{
  margin:20px 0;
}
/* 最初のタイトル部分 */
h1.page-title,span.page-description{
  font-family: "メイリオ", "Meiryo",Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka",
  "ＭＳ Ｐゴシック",sans-serif;
  font-weight:bold;
}
/* ----- カテゴリアーカイブ -----  */

/* ----- 記事個別ページ ----- */
/* 前後の記事リンクと記事一覧に戻るリンクの設定 */
/* 色 */
.post-title{
  color:#1590CF;
}
/* 段空け */
.post-navigation{
  margin-top:2em;
}
.postdate{
	width: auto;
	margin:0 auto;
	font-size: 14px;
	color:#333;
	text-align:left;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 2%;
}
/* 前後の記事へのリンク */
.nav-previous, .nav-next{
  display: inline-block;
  margin: 0 10px;
}
/* 記事一覧に戻る */
.back-navigation{
  margin-top:0.5em;
}
/* ----- 記事個別ページ ----- */
