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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "template for ryourirecipe";
 :shortdesc "based default2012";
 :created "2016-05-24";
 :release [:revision "1.00"; :created "2016-05-24"];
 :page <http://ryourirecipe.blog.jp/>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #ffffff;
}
#wrapper {
}
#container {
	margin: 0 auto;
	width: 960px;
}
#content {
	position: relative;
}
#main {
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
}
body.layout-2col #main {
	width: 640px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	text-decoration:none;
}
a:link {
    color: #d9a698;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #e8cac1;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
}
#blog-header-inner {
  height: 400px;
	background: #f4f1ea url('http://ryourirecipe.blog.jp/images/blog_header.png') no-repeat center center;
}
#blog-title {
  text-indent: -9999px;
}
#blog-title a {
  display: block;
  height: 400px;
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	display: none;
}
#blog-description a {
	color: #fff;
}

/* メニューバー
----------------------------------------------- */

.ldb_menu {
  margin-bottom: 20px;
  border-bottom: solid 1px #b3b3b3;
}
.ldb_menu-list {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  zoom: 1;
}
.ldb_menu-list li {
  float: left;
  list-style-type: none;
}
.ldb_menu-list li a {
  display: block;
  width: 150px;
  text-align: center;
  line-height: 60px;
  color: #b3b3b3;
}
.ldb_menu-list li.ldb_menu-item-current a,
.ldb_menu-list li a:hover {
  position: relative;
  text-decoration: none;
  color: #d93000;
}
.ldb_menu-list li.ldb_menu-item-current a:after,
.ldb_menu-list li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #d93000;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	float: left;
	padding: 40px 0 0 0;
	margin: 0 20px 0 0;
	width: 300px;
}
.first-article {
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
  margin-bottom: 20px;
  min-height: 150px;
}

.page-index .first-article .article-title {
  min-height: auto;
}

.article-title a {
	display: inline-block;
	height: 2.7em;
  color: #d9a698;
	font-size: 30px;
	font-weight: bold;
  line-height: 1.333;
	letter-spacing: 1px;
	text-decoration: none;
}
.article-title a:hover {
  color: #e8cac1;
}
.page-index  .first-article .article-title a {
	height: auto;
}

/* 日付 */
.article-date {
  margin-bottom: 10px;
	color: #808080;
	font-size: 12px;
}

/* カテゴリ */

.article-category {
  overflow: hidden;
  zoom: 1;
}
.article-category li {
  float: left;
  list-style-type: none;
}
.article-category li a {
	font-size: 12px;
}
.page-monthly .article-title,
.page-category .article-title {
    margin-bottom: 20px;
    min-height: 117px;
}
.page-monthly .first-article .article-description,
.page-category .first-article .article-description {
    height: 140px;
}

/* カバー画像 */
.article-cover-image img {
}

.article-description {
  height: 140px;
  overflow: hidden;
}
.first-article .article-description {
  height: auto;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px solid #cecece;
	padding-bottom: 14px;
}
.page-article .article-footer {
    padding-bottom: 0;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}

.page-index .first-article,
.page-article .article {
	float: none;
	width: 620px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
  margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.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;
}

/* ブロトピバナー */
.blotopi {
    margin-bottom: 20px;
}

/* 続きを読む */
.article-continue {
  margin: 30px auto 40px auto;
  text-align: right;
  line-height: 1;
}
.article-continue a {
  padding: 12px;
  background: #d9a698;
  color:#ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-continue a:hover {
  background: #e8cac1;
  transition: all 0.3s ease;
}

/* 共通テーマ */
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 {
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.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%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}


/* ページ送り
----------------------------------------------- */
.pager {
	clear: both;
	overflow: hidden;
}
/* トップページ */
ul.index-navigator {
  height: auto;
  margin: 100px auto;
}
ul.index-navigator li a {
	color: #333333;
}
ul.index-navigator li.current span {
  background: #d9a698;
	color: #ffffff;
}
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,
ul.archives-pager {
	padding: 60px 20px;
}
ul.article-pager li a,
ul.archives-pager li a {
	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:first-child {
	padding-top: 40px;
}
.sidewrapper {
  padding-bottom: 30px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.sidewrapper .sidetitle {
  padding-bottom: 20px;
	margin: 20px 0;
  border-bottom: solid 1px #cdcdcd;
	color: #a67f74;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* プロフィール */

.plugin-profile .profile_box dt {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #a67f74;
}
.plugin-profile .profile_box dd {
}
.plugin-profile .profile_box dd p {
	margin-bottom: 30px;
	line-height: 1.7;
	text-align: left;
}

/* アーカイブ */

.plugin-monthly .month {
  padding: 10px;
}

/* 記事検索 */

.plugin-search_internal input.sf {
  background: none;
  border-radius: 0;
  padding: 10px;
  width: 250px;
  height: auto;
}
.plugin-search_internal input.sfbtn {
	text-indent: -9999px;
	border: none;
	border-radius: 0;
  background: url('http://ryourirecipe.blog.jp/images/icon_search.png') no-repeat center center;
	width: 40px;
	height: 40px;
}

/* カレンダー */
.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;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-bottom: solid 1px #cdcdcd;
	color: #a67f74;
	font-size: 20px;
	margin: 40px 0 20px 0;
	padding: 0 0 20px 0;
}
.archives-header h1 {
	font-weight: bold;
}
.archives-header a {
	color: #a67f74;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	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;
}

/* ページトップへ */
.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;
}
.to-pagetop a {
  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;
}
