@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Simple Saving Stylish Recipes Template";
 :shortdesc "Design Template for SSSR";
 :created "2016-04-26";
 :release [:revision "1.02"; :created "2016-04-26"];
 :page <http://shima-recipe.blog.jp/>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
  background: #fafafa url('http://shima-recipe.blog.jp/images/border-bg.png') repeat-x left top;
}
#wrapper {}
#container {
    margin: 0 auto;
    width: 1000px;
}
#content {
    position: relative;
}
#main {
    width: 700px;
}
#sidebar {
    width: 300px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
    float: left;
}
body.sidebar-right #sidebar {
    float: right;
}
body.sidebar-left #main {
    float: right;
}
body.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #333333;
    font: 13px/1.2 'ヒラギノ角ゴ ProN','Hiragino kakugo Pro','Meiryo UI','メイリオ','Meiryo',serif;
}
a {
    color: #910000;
    text-decoration: none;
}
a:link {
    color: #910000;
    text-decoration: none;
}
a:visited {
    color: #60011a;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    margin-bottom: 10px;
    position: relative;
}
#blog-header-inner {}
#blog-header-image {
    height: 400px;
    width: 100%;
    background-color: #287cba;
    background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0px 0;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin: 30px 0;
}
#blog-description a {
    color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header.show-image #blog-header-image {
    height: auto;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}

#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu {
  padding: 10px 0 20px 0;
}
.ldb_menu-list {
  text-align: center;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    display: inline-block;
    list-style: none;
}
.ldb_menu-list li a {
  position: relative;
  margin: 0 18px;
  padding: 18px 0;
  line-height: 1.4;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.ldb_menu-list li a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #333333;
  transition: all 0.1s ease;
}
.ldb_menu-list .ldb_menu-item-current a:before,
.ldb_menu-list .ldb_menu-item-current a:hover:before,
.ldb_menu-list li a:hover:before {
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.autopagerize_page_element {
  overflow: hidden;
}
.article {
  float: left;
  width: 300px;
  margin: 0 50px 30px 0;
  background: #ffffff;
  box-shadow: 1px 1px 3px #eeeeee;
}
.article-inner {
  position: relative;
}
.article-header,
.article-body {}
.article-first-image {
  height: 300px;
  width: 300px;
  background: #cccccc;
}
.article-first-image a {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.first-article .article-first-image {
  width: 100%;
  height: 100%;
}
.article-first-image img {
  display: inline;
}

.article.first-article {
  width: 650px;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
  padding: 20px;
}
.article-title {
  padding: 20px;
  height: 6em;
}
.article-title a {
  font-size: 20px;
  display: block;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 日付 */
.article-date {
  padding-bottom: 10px;
  border-bottom: solid 1px #999;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
}

.article-category li {
  list-style-type: none;
  margin-top: 10px;
  text-align: right;
}

/* 個別記事のみ */
body.page-article .article {
  float: none;
  width: auto;
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    height: auto;
    max-height: none;
}
body.page-article .article-title a {
  height: auto;
} 
body.page-article .article-header,
body.page-article .article-body {
  margin-left: 0;
}
body.page-article .article-header {
  border-top: solid 2px #333333;
}
body.page-article .article-body-inner {
  padding: 0 40px 20px 40px;
  overflow: hidden;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  padding: 0 20px 40px 20px;
}
.article-meta {
    padding: 16px 0 32px;
}
.article-social-btn {
  position: relative;
  top: 1px;
}
#article-options {
  padding: 20px;
  width: 610px;
}
dl.article-tags {
    margin: 1em 20px;
}

/* 関連記事 */
.article-body .related-articles {
  padding: 0 20px;
  margin:4em 0;
  line-height:1.3
}
.article-body .related-articles h3 {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #666666;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    margin:4px 0;
    /* padding-left: 16px; */
    padding-left: 0;
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    background-color: #f7f7f7;
    border: 1px solid #e4e7e8;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 14px;
    line-height: 1.6;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}
.article-body-inner img {
    max-width: 570px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
  color: #555;
}
ul.index-navigator li.current span {
  background-color: #910000;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
  background-color: #eee;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
  color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager {
  padding: 40px 20px 20px 20px;
}
ul.article-pager,
ul.archives-pager {
  width: 610px;
}
ul.article-pager li a,
ul.archives-pager li a {
  padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#555;
    padding: 40px;
}
#blog-footer a {
    color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
}
.sidewrapper .sidetitle {
  margin-bottom: 16px;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* 記事検索 */

.sidewrapper input.sf {
  border-radius: 0;
  height: auto;
  width: 100%;
  padding: 10px 10px 10px 30px;
  background-position: 10px -254px;
}
.sidewrapper input.sfbtn {
  display: none;
}

/* ヒストリービュー */

.plugin-history a {
  display: block;
  padding: 30px 0;
  border: solid 2px #333333;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  text-decoration: none;
}
.plugin-history a:hover {
  background: #666666;
  border: solid 2px #ffffff;
  color: #fafafa;
  transition: all 0.5s ease;
}

/* 月別アーカイブ */

.plugin-monthly .month {
  padding: 20px;
}
.plugin-monthly .month div {
  margin-bottom: 5px;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
}
table.caltblday .calon {
    background-color: #000;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
}
table.caltblday td a:hover {
    background-color: #910000;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}
ul.galleryThumbnail li {
    display: inline-block;
    margin: 5px;
}

/* sns-list */

.sns-list {
  margin: 20px 10px 20px 20px;
  overflow: hidden;
}
.sns-list li {
  list-style: none;
  float:left;
  margin: 0 10px 10px 0;
}

/* press */

.plugin-press {
  margin: 30px 0 0 0;
  width: 650px;
}
.plugin-press .sidetitle,
.plugin-activities .sidetitle,
.plugin-awards .sidetitle {
  margin: 0 0 30px 0;
  padding: 20px 10px;
  background: #ffffff;
  border-top: solid 2px #333333;
  border-bottom: solid 1px #333333;
}
.plugin-press .sidetitle .list-link,
.plugin-activities .sidetitle .list-link,
.plugin-awards .sidetitle .list-link {
  float: right;
}
.press-lists {
  margin-left: -20px;
  overflow: hidden;
}
.press-lists li {
  float: left;
  width: 145px;
  /* margin: 0 0 20px 20px; */
  margin: 0 0 20px 16px;
  list-style-type: none;
}
.press-lists li a:hover {
  opacity: 0.7;
}
.press-lists img {
    width: 145px;
}

/* activities */

.plugin-activities,
.plugin-awards {
  float: left;
  width:315px;
}
.plugin-activities .activities-lists li,
.plugin-awards .awards-lists li {
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1.3;
  overflow: hidden;
  list-style-type: none;
}
.plugin-activities .activities-lists li img,
.plugin-awards .awards-lists li img {
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
}

/* awards */

.plugin-awards {
  float: right;
  margin: 0 50px 0 0;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  width: 630px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #666;
  font-size: 14px;
  margin-bottom: 40px;
  padding: 20px 10px;
  background: #ffffff;
}
.archives-header h1 {
  font-weight: 700;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
    color:#666;
}

/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
  outline: 0;
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }
