@charset "UTF-8";
/*
ブログ表示用テンプレート
*/
/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/
.header {
  border-top: none;
  min-height: 55px;
}

.logo_menu {
  display: block;
  width: 48px;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  line-height: 1.5;
  text-decoration: none;
  position: absolute;
  top: 13px;
  left: 4px;
}

.header_layout_left .logo_menu,
.header_layout_sidebyside .logo_menu {
  margin: 0;
  left: auto;
  right: 5px;
}

.logo_menu:hover {
  color: #fff;
}

.wrapTitle {
  display: block;
  text-align: center;
  margin: 0 50px 0 50px;
  width: auto;
}

.header_layout_left .wrapTitle {
  text-align: left;
  margin: 0 50px 0 0;
}

.header_layout_sidebyside {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: table;
  table-layout: fixed;
}

.header_layout_sidebyside .wrapTitle {
  text-align: left;
  margin: 0 50px 0 0;
}

.header_layout_sidebyside .wrapLogo {
  display: table-cell;
  text-align: left;
  width: 300px;
  vertical-align: middle;
}

.header_layout_sidebyside .main_nav {
  display: table-cell;
  text-align: right;
  border-bottom: none;
  vertical-align: middle;
}

/*ヘッダーのPC表示*/
@media (min-width: 900px) {
  .wrapTitle {
    margin: 0;
    padding: 10px;
  }
  .header_layout_sidebyside .wrapTitle {
    margin: 0;
    display: inline-block;
  }
}

/*グローバルメニュー*/
/*ブログの場合はPC表示でのみ表示*/
.headMenu li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: transform .3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #333;
}

.headMenu li:hover:after {
  transform: scale(1, 1);
}

.header_layout_sidebyside .headMenu {
  display: inline-block;
  text-align: right;
  overflow: hidden;
  white-space: normal;
}

.headMenu li {
  display: table-cell;
  padding: 0 10px;
  min-height: 43px;
  height: 43px;
  position: relative;
}

.headMenu li:hover {
  font-weight: normal;
}

.header_layout_left .headMenu li {
  max-width: none;
}

.header_layout_center .headMenu {
  display: table;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

.header_layout_center .headMenu li {
  margin: 0 10px;
}

.headMenu .menu-item span {
  font-size: 11px;
  opacity: 0.6;
}

.header_layout_sidebyside .headMenu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  height: auto;
  min-height: auto;
}

.header_layout_sidebyside .headMenu li span {
  font-size: 10px;
}

.header .main_nav {
  border-bottom: none;
}

.header .icon-line-m {
  font-size: 17px;
}

.head_title.with_logoImage {
  display: block;
  padding: 0;
}

.head_subtitle.with_logoImage {
  display: block;
  padding: 0 5px;
  vertical-align: middle;
}

.snsb_home .sns-button-horizontal .balloon-btn-set {
  margin-bottom: 0;
}

.bread_home {
  /*border: 1px solid #ccc;*/
  /*border-radius: 3px;*/
  padding: 0 5px;
  color: #666;
  /*background-color: #efefef;*/
}

/*パンくず*/
.hd_bread a {
  color: #333;
}

.hd_bread a:hover {
  color: #0044cc;
}

.hd_bread ol {
  padding: 0;
  font-size: 12px;
  opacity: 0.7;
}

.article .hd_bread ol {
  margin: 0;
  opacity: 0.7;
}

.awblog .hd_bread {
  margin: 0 0 5px;
  padding: 5px 0;
}

@media screen and (min-width: 720px) {
  .awblog .hd_bread {
    margin: 3px 0 10px;
    background-color: transparent;
    padding: 0;
  }
}

/*-----------------------------------------------*/
/*アーカイブページのスタイル*/
.header_archive {
  background-color: #fff;
  border-top: 3px solid #666;
  border-radius: 0 0 3px 3px;
  padding: 2px 15px 10px;
  margin: 0 auto 15px;
}

.blog .header_archive {
  padding: 15px 15px 5px;
}

.archive_h1 {
  margin: 0 auto 10px;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
}

.header_archive p {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .header_archive {
    padding: 5px 30px 20px;
  }
  .archive_h1 {
    font-size: 25px;
  }
}

.content {
  background-color: transparent;
}

.wrapper_post {
  /*border: 1px solid #ccc;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*background-color: #fff;*/
  margin: 0 10px 20px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .wapper_post {
    margin: 0 5px 20px;
  }
}

.article {
  padding: 0;
}

.article.index {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 0 15px;
  background-color: #fff;
  min-height: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}

@media (min-width: 600px) {
  .article.index {
    margin: 0 0px 20px;
  }
}

.art_header.index {
  margin: 0 0 10px 100px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 15px 15px 0;
}

/*カテゴリ／タグ表示*/
.wrap_archive_category {
  position: absolute;
  top: -2px;
  left: 0;
  overflow: hidden;
}

.label_category {
  padding: 5px 10px 3px;
  line-height: 1;
  background-color: #efefef;
  font-size: 12px;
  border-radius: 0 0 3px 0;
  display: inline-block;
}

.wrapper_post .label_category a:hover {
  color: inherit;
  opacity: 0.7;
}

@media (min-width: 600px) {
  .wrap_archive_category {
    top: 10px;
  }
  .label_category {
    padding: 5px 20px 3px;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
  }
}

.index_thum {
  width: 80px;
  height: 80px;
  margin: 30px 10px 10px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 720px) {
  .index_thum {
    width: 150px;
    height: 150px;
    margin: 45px 20px 20px;
  }
}

.index_thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_thum::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.index_content {
  vertical-align: top;
  padding: 5px 10px 10px 0;
  margin-left: 10px;
}

@media screen and (min-width: 720px) {
  .index_content {
    padding: 12px 20px 20px 0;
  }
}

.no-image {
  display: table-cell;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  color: #999;
  overflow: hidden;
  font-size: 12px;
}

.article.index h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  overflow-wrap: break-word;
  padding: 0;
  margin-bottom: 5px;
}

.wrapper_post a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.wrapper_post a:visited {
  display: block;
  color: #333333;
  text-decoration: none;
}

@media (min-width: 600px) {
  .article.index h1 {
    font-size: 20px;
  }
  .wrapper_post a {
    display: inline;
  }
  .wrapper_post a:visited {
    display: inline;
  }
}

.index .postData {
  margin: 24px 0 5px;
  padding: 0;
  font-size: 12px;
  color: #777;
}

@media (min-width: 600px) {
  .index .postData {
    font-size: 14px;
    margin-top: 27px;
  }
}

.fa {
  color: #666;
  margin-right: 0;
}

.index .postData .date {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}

.index .postData .category, .index .postData .comments, .index .postData .tag {
  display: inline-block;
  margin-right: 10px;
}

.index .more_link {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .more_link a {
  color: #0044cc;
  display: inline-block;
  background-color: transparent;
  padding: 5px 10px 7px;
  line-height: 1;
  font-size: 15px;
}

.index .more_link a:hover, .index .more_link a:focus {
  text-decoration: none;
}

.index .more_link .icon-delta-right {
  margin-left: 5px;
  font-size: 12px;
}

/*個別記事のスタイル*/
.wrap_post {
  background-color: #fff;
  margin: 0 0 15px;
}

/*個別記事のheader*/
.post .art_header {
  margin: 0 0 20px;
  padding: 5px 10px 0;
  position: relative;
}

.wrap_post_meta {
  overflow: hidden;
  margin: 10px -5px 10px -10px;
}

.wrap_post_category {
  float: left;
  overflow: hidden;
}

.wrap_post_category .label_category {
  padding: 5px 7px 3px 5px;
  font-size: 13px;
  border-radius: 0 3px 3px 0;
}

.wrap_post_category a {
  text-decoration: none;
  display: inline-block;
}

.wrap_post_category a:hover {
  color: inherit;
  opacity: 0.7;
}

.article.post h1 {
  font-size: 24px;
  margin: 15px 0 15px;
  line-height: 1.2;
}

.art_social {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .wrap_post_meta {
    margin: 0 0 15px -30px;
    width: calc( 100% + 30px);
  }
  .post .art_header {
    padding: 15px 5px 0;
  }
  .wrap_post_category {
    left: -30px;
  }
  .wrap_post_category .label_category {
    padding: 5px 30px 3px;
    font-size: 15px;
  }
}

.postData {
  font-size: 12px;
  color: #777;
}

.post .postData {
  margin: 15px 15px;
  font-size: 16px;
  text-align: left;
}

.post .postData.postData_single_head {
  font-size: 12px;
  line-height: 1;
  margin: 8px 0 0 5px;
  text-align: right;
  float: right;
}

@media (min-width: 600px) {
  .post .postData {
    margin: 15px 0;
  }
  .post .postData.postData_single_head {
    font-size: 16px;
  }
}

.date {
  margin-left: 3px;
}

.date i {
  margin-right: 3px;
  font-size: 13px;
}

@media screen and (min-width: 720px) {
  .date {
    margin-left: 10px;
  }
}

.postData .comments {
  margin: 0;
  overflow: visible;
}

.postData .comments a {
  color: #777;
}

.postAuthor {
  display: block;
  margin: 5px 0;
  text-align: right;
}

.wrap_post_au_avatar img {
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #ccc;
}

.article.post section {
  margin-bottom: 15px;
  padding: 0 15px;
}

.wrap_thumbnail {
  text-align: center;
}

.wrap_thumbnail img {
  vertical-align: bottom;
  width: 100%;
  height: 350px;
}

.post footer {
  clear: both;
}

/*.inner_thumbnail {
    display: inline-block;
    border:1px solid #ccc;
    padding: 5px
}*/
.wrap_sns_buttons_footer {
  margin: 0 0;
}

/*S IE,Edgeでobject-fitに対応するためのスタイル*/
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*E IE,Edgeでobject-fitに対応するためのスタイル*/
.inner_thumbnail .wp-caption-text {
  font-size: 10px;
  max-width: 500px;
  text-align: left;
  line-height: 1.2;
  margin: 3px 0 0;
  color: #666;
}

.art_footer {
  margin: 0px -15px 15px;
  border-top: 1px solid #CCC;
}

.article > p {
  margin: 0 0 25px;
}

.index p {
  margin: 5px 0;
  line-height: 1.4;
}

.article ul {
  list-style-type: disc;
  margin-left: 30px;
}

.article ol {
  list-style-type: decimal;
  margin-left: 30px;
}

#goPreviousPost {
  float: left;
}

#goNextPost {
  float: right;
}

/*ソーシャルボタンのスタイル*/
#footerContent {
  text-align: center;
  margin-top: 20px;
}

#footerContent a {
  margin: 20px;
  display: block;
}

/*広告枠のスタイル*/
.ad_label {
  text-align: center;
  color: #666;
  margin: 0 auto 5px;
}

.post_adsence {
  text-align: center;
  margin: 20px auto 20px;
}

/*著者情報のスタイル*/
.author_box {
  margin: 35px 10px 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  position: relative;
  padding: 35px 20px 20px;
}

@media (min-width: 600px) {
  .author_box {
    margin: 35px auto 20px;
  }
}

.author_title {
  position: absolute;
  top: -18px;
  left: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.wrap_au_avatar {
  width: 96px;
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
  border-radius: 48px;
  height: 96px;
  border: 1px solid #ccc;
}

.author_box .wrap_au_avatar {
  float: left;
  margin: 0 10px 10px 0;
}

.author_box_content {
  margin: 0 10px 10px 115px;
}

.author_box_name {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
}

.author_box_title {
  color: #666;
  font-size: 18px;
  display: block;
  line-height: 1.3;
}

.author_box .moreLink_authors {
  text-align: right;
  clear: both;
}

.article .author_box p {
  margin: 0 0 10px;
}

/*-----------------------------------------------*/
/*カテゴリページのスタイル*/
.des_category {
  border: 1px solid #CCC;
  padding: 10px;
  background-color: #EFEFEF;
  margin-bottom: 25px;
}

/*ページナビゲーション用のスタイル*/
.tablenav {
  color: #2583ad;
  /*margin: 1em auto;*/
  margin: 0 auto 15px;
  line-height: 2em;
  text-align: center;
  font-size: 16px;
}

.page-numbers,
.tablenav .current {
  color: #00019b;
  padding: 5px .6em;
  text-decoration: none;
  font-size: smaller;
  background-color: white;
  border-radius: 3px;
}

a.page-numbers:hover {
  background-color: #e6e6e6;
}

.tablenav .current {
  font-weight: bold;
  background-color: #EFEFEF;
}

.prev.page-numbers, .next.page-numbers {
  border-radius: 3px;
}

.tablenav .next, .tablenav .prev {
  border: 1 none;
  background: white;
  text-decoration: none;
  font-size: smaller;
}

/*-----------------------------------------------*/
/*サイドバーのスタイル*/
/*レスポンシブの場合のサイドバー幅*/
.sidebar {
  width: auto;
  margin: 0 5px;
}

/*スライドメニューの場合のサイドバー幅*/
.mobile_sidebar {
  width: 250px;
}

.sidebar ul {
  margin: 10px 10px 20px;
  list-style: none;
}

.sidebar li a {
  display: block;
  margin: 10px 0 0;
}

.sidebar li a:hover {
  background-color: #F1F1F1;
}

.sidebar .recentcomments a {
  display: inline;
}

.sidebar .recentcomments a:hover {
  background-color: transparent;
}

#calendar_wrap {
  text-align: center;
  margin: 0px auto 15px;
}

#wp-calendar {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#s {
  width: 70%;
}

#searchsubmit {
  display: block;
  width: 120px;
  margin: 10px auto;
}

/*==================================================
  フッター
==================================================*/
.footer {
  margin-bottom: 0;
}

.wrap_foot_widget {
  width: auto;
  text-align: left;
}

.wrap_foot_widget h3 {
  font-size: 20px;
  margin: 0 0 5px;
  text-align: center;
}

.wrap_foot_widget h3.baseColor {
  padding: 5px;
  border-radius: 3px;
  font-size: 18px;
}

.ft_content {
  margin: 0 0 20px;
}

.ft_content p {
  margin: 0 10px 10px;
}

.ft_content.widget_categories li, .ft_content.widget_archive li {
  list-style: none;
  margin: 0 5px;
  text-align: center;
}

.ft_content[id^="recent-"] li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding: 5px 5px;
}

.footNav {
  position: relative;
  display: block;
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #ccc;
  z-index: 100;
}

.footNav ul {
  overflow: hidden;
  justify-content: flex-start;
}

.footNav .foot_menu, .footNav .foot_home, .footNav .foot_pc {
  -webkit-flex-basis: 27%;
  flex-basis: 27%;
}

/*==================================================
  ウィジェットで使うクラス達
==================================================*/
.main_widgets {
  margin: 0 10px 20px;
}

.main_content {
  background-color: #fff;
  border-radius: 3px;
  margin: 0 0 20px;
  overflow-wrap: break-word;
  overflow: hidden;
}

.main_widgets h3 {
  padding: 10px 10px 5px;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 600px) {
  .main_widgets {
    margin: 0 0 20px;
  }
  .main_widgets h3 {
    padding: 10px 15px 7px;
    font-size: 22px;
  }
}

.main_content p {
  margin: 15px 10px;
}

.widget_categories ul, .widget_archive ul {
  margin: 10px 30px;
}

.tagcloud {
  margin: 10px 15px;
}

/*最近の投稿・コメントの共通スタイル*/
[id^="recent-"] li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding: 5px 15px;
}

[id^="recent-"] li:last-child {
  border-bottom: none;
}

[id^="recent-"] li a {
  display: block;
  text-decoration: none;
}

[id^="recent-"] li.miniBox_txt_bottom a {
  display: inline-block;
}

[id^="recent-"] li:hover {
  background-color: #efefef;
}

[id^="recent-"] li .post-date {
  font-size: 12px;
  text-decoration: none;
  opacity: 0.7;
}

[id^="recent-"] li a .post-date {
  opacity: 1;
  color: #666;
}

[id^="recent-"] li img {
  float: left;
}

li.recentposts {
  padding-left: 0;
}

/*バナーボックスウィジェット*/
.boxBanner {
  margin: 0 0 20px;
}

/* カレンダーウィジェット　*/
.calendar_wrap th,
.calendar_wrap td {
  border: none;
  padding: 2px;
}

/*サムネイル付き最新の投稿ウィジェット*/
.wrap_recentposts_thum {
  float: left;
}

.artBox {
  margin: 0px 0px 20px;
}

.art_footer {
  margin: 0 0 15px;
}

/*前後の記事ブロック*/
.post_footer {
  /*border: 1px solid #ccc;*/
  overflow: hidden;
}

.pre-next-posts-single {
  background-color: #f6f6f6;
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.pre-next-posts-single > div {
  display: table-cell;
  width: 50%;
}

.pre-next-posts-single a {
  padding: 10px;
  display: block;
}

.next_post {
  text-align: right;
  border-left: 1px solid #ccc;
}

.pn_caption {
  font-weight: bold;
}

.pn_post_title {
  font-size: 14px;
}

.pn_end {
  padding: 10px;
}

/*サイドバーの設定*/
.sideBox ul li {
  border-bottom: none;
  display: inline;
}

.sideBox ul li a {
  display: inline;
}

.sideBox ul li a:hover {
  background-color: #F1F1F1;
}

.sideBox .recentcomments {
  display: list-item;
  border-bottom: 1px dotted #CCCCCC;
  padding: 5px;
}

.sideBox .recentcomments a {
  display: inline;
}

.sideBox .recentcomments a:hover {
  background-color: transparent;
}

/*================================================
ここからタブレット用1カラム（600px以上）のスタイル
==================================================*/
@media (min-width: 600px) {
  /*ヘッダー*/
  .header {
    border-bottom: none;
  }
  .content {
    padding-top: 15px;
  }
  .head_title.with_logoImage {
    display: block;
  }
  .head_subtitle.with_logoImage {
    display: block;
    padding: 5px 5px 5px 10px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
  }
  /*アーカイブページのスタイル*/
  .wrapper_post {
    margin: 0 0 0;
  }
  .index_title {
    margin-left: 0;
  }
  .no-image {
    height: 150px;
    width: 150px;
    font-size: 16px;
  }
  .wrapper_post a {
    /*color:#0044cc;*/
    text-decoration: none;
  }
  .wrapper_post a:visited {
    /*color:#0044cc;*/
    text-decoration: none;
  }
  .art_header.index {
    margin: 0 0 10px;
  }
  .article.index h1 {
    font-size: 25px;
  }
  .article.index h1 a {
    color: #333333;
    text-decoration: none;
  }
  .article.index h1 a:visited {
    color: #333333;
    text-decoration: none;
  }
  .postData a {
    text-decoration: none;
  }
  .more_link {
    text-align: right;
  }
  .more_link a {
    color: #666;
    background-color: #efefef;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 15px;
  }
  .more_link a:hover, .more_link a:focus {
    text-decoration: none;
    opacity: 0.8;
  }
  .more_link .icon-delta-right {
    margin-left: 5px;
    font-size: 12px;
  }
  /*記事のスタイル*/
  .article.post h1 {
    font-size: 30px;
    margin: 20px 0 20px;
  }
  .post .art_header {
    padding: 5px 0 0;
  }
  .article.post {
    margin: 25px 30px;
  }
  .postData {
    font-size: 14px;
  }
  .article.post section {
    padding: 0 0;
  }
  /*サイドバーのスタイル*/
  .sidebar ul {
    margin: 10px 15px 20px;
  }
  .sidebar [id^="recent-"] ul {
    margin: 0;
  }
  .sidebar li a {
    display: inline-block;
    margin: 0;
  }
  .sb_content .children {
    margin: 5px 0 5px 20px;
  }
  .sb_left .sb_content, .sb_right .sb_content {
    padding: 0 0 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
  }
  /*フッター*/
  .wrap_foot_widget {
    width: calc( ( 100% - 60px ) / 3);
    float: left;
    text-align: left;
    margin: 0 10px;
  }
  .wrap_foot_widget h3 {
    text-align: left;
  }
  .ft_content.widget_categories li, .ft_content.widget_archive li {
    text-align: left;
  }
  /*ウィジェットのスタイル*/
  .main_content p {
    margin: 15px 20px;
  }
  .main_content.widget_text ul, .main_content.widget_text ol {
    margin: 10px 40px;
  }
}

/*end min-width;600px*/
/*================================================
ここからPC用（900px以上）のスタイル
================================================*/
@media (min-width: 900px) {
  /*サイドバー*/
  .sidebar {
    width: 300px;
    margin: 0;
  }
  .sidebar h3 {
    padding: 8px 10px;
    margin: 0 0 10px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px 3px 0 0;
  }
  .sidebar li a:hover, [id^="recent-"] li:hover {
    background-color: transparent;
  }
  /*記事ブロック*/
  .wrap_post {
    /*border:1px solid #ccc;*/
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .article.post {
    margin: 0 30px 25px;
    overflow: initial;
  }
  .post_adsence {
    margin: 20px -30px 20px;
  }
  /*記事末のアドセンスレイアウト*/
  .ad_left {
    margin: 20px auto 20px;
    text-align: left;
  }
  .ad_left .ad_label {
    text-align: left;
  }
  /*記事中のアドセンスレイアウト*/
  .ad_left_art {
    text-align: left;
    margin: 20px 0 30px;
  }
  .ad_left_art .ad_label {
    text-align: left;
  }
  /*前後の記事ブロック*/
  .post_footer {
    border-radius: 0 0 5px 5px;
  }
}

/*end min-width:960px*/

/*# sourceMappingURL=style-blog.css.map */
