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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "based on default2012";
 :shortdesc "おやこぐらし。専用テンプレート";
 :created "2016-01-19";
 :release [:revision "1.00"; :created "2016-01-19"];
 :page <http://oyakogurashi.blog.jp/>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url('http://oyakogurashi.blog.jp/images/background.png') repeat left top;
}
#wrapper {}
#container {
	margin: 60px auto 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: 620px;
}
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: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a {
	color: #2e90c5;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #723c94;
}
a:hover {
	color: #197bb0;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
}
#blog-header-inner {
	background-size: cover;
	text-indent: -9999px;
        width: 100%;
}
#blog-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
        width: 100%;
}
#blog-title a {
	display: block;
	color: #fff;
}
#blog-header-inner img {
        width: 100%;
}
#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);
        height: 0;
}
#blog-description a {
	color: #fff;
}

/* メニューバー */

.menulist {
	position: relative;
	z-index: 1;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.menulist-inner {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	zoom: 1;
}
.ldb_menu {
	float: left;
	/*width: 450px;*/
	overflow: hidden;
	zoom: 1;
}
.ldb_menu ul li {
	float: left;
	list-style-type: none;
}
.ldb_menu ul li a {
	display: block;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #ff9999;
	line-height: 59px;
	text-align: center;
	text-decoration: none;
}
.ldb_menu ul li a:hover {
	background: url('http://oyakogurashi.blog.jp/images/gnav_back.png') repeat left top;
	color: #666666;
}
.snslink {
	float: right;
	width: 156px;
	overflow: hidden;
	zoom: 1;
}
.snslink li {
	float: left;
	margin: 14px 0  0 21px;
	width: 31px;
	list-style-type: none;
}
.snslink li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}
.snslink li.twitter a {
	background: url('http://oyakogurashi.blog.jp/images/sns_tw.png') no-repeat left top;
}
.snslink li.facebook a {
	background: url('http://oyakogurashi.blog.jp/images/sns_fb.png') no-repeat left top;
}
.snslink li.instagram a {
	background: url('http://oyakogurashi.blog.jp/images/sns_ig.png') no-repeat left top;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin-bottom: 40px;
	padding: 30px 30px 20px 30px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 40px;
	position: relative;
}
.article-title {
	margin-bottom: 20px;
}
.article-title a {
	font-size: 30px;
	font-weight: bold;
	color: #ff9999;
	letter-spacing: 1px;
	text-decoration: underline;
}
.article-title a:hover,
.page-article .article-title a {
	text-decoration: none;
}

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

/* カテゴリー */

.article-categories {
	overflow: hidden;
	zoom; 1;
}
.article-categories dt {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.article-categories dd {
	float: left;
	color: #999999;
}
.article-categories dd a {
	font-size: 12px;
	color: #66ccff;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {}
.article-social-btn {}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	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;
}

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

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

/* メッセージボード */
.message-board {
	background-color: #ffffff;
	border: 1px solid #b6e4fe;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}
body.layout-2col .message-board {
    margin-top: 0px;
}

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

.article-body-inner .cover-image {
	margin-bottom: 30px;
}
.article-body-inner .article-txt {
	color: #333333;
	text-decoration: none;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	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{
        height: auto;
        margin: 1em 0 1.5em!important;
        max-width: 100%;
    }


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

#article-options {
	margin-bottom: 100px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	height: auto;
	margin: 100px auto;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	font-weight: bold;
	color: #333333;
	border-radius: 100%;
}
ul.index-navigator li.paging-first a {
	display: block;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -30px 0;
	text-indent: -9999px;
}
ul.index-navigator li.paging-prev a {
	display: block;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat 0px 0;
	text-indent: -9999px;
}
ul.index-navigator li.paging-next a {
	display: block;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -90px 0;
	text-indent: -9999px;
}
ul.index-navigator li.paging-last a {
	display: block;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -60px 0;
	text-indent: -9999px;
}
ul.index-navigator li.paging-first a:hover {
	background: #73ceff url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -30px 0;
}
ul.index-navigator li.paging-prev a:hover {
	background: #73ceff url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat 0px 0;
}
ul.index-navigator li.paging-next a:hover {
	background: #73ceff url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -90px 0;
}
ul.index-navigator li.paging-last a:hover {
	background: #73ceff url('http://oyakogurashi.blog.jp/images/paging-sprite.png') no-repeat -60px 0;
}
ul.index-navigator a:hover,
ul.index-navigator li.current span {
	background: #73ceff;
	color: #ffffff;
	border-radius: 100%;
}
ul.index-navigator a:visited {
}

/* 記事ページ、月別アーカイブページ */
ul.archives-pager {
	margin-bottom: 80px;
}
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 {
	padding: 40px;
	background: #333333;
	color:#ffffff;
}
#blog-footer a {
	color:#ffffff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	position: relative;
	padding: 20px;
	background: #ffffff;
	font-size: 12px;
	overflow: hidden;
}
.sidewrapper .sidetitle {
	margin: 0 0 20px 0;
	padding: 0 0 14px 0;
	border-bottom: solid 1px #333333;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 29px;
}
.sidewrapper .sidetitle:before {
	content: '';
	float: left;
	margin: 0 12px 0 0;
	width: 32px;
	height: 29px;
	background: url('http://oyakogurashi.blog.jp/images/sidetitle_back.png') no-repeat left top;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side a {
	color: #333333;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.sidebar-wrapper {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}

/* プロフィール */

.plugin-profile {
	margin-bottom: 40px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}
.plugin-profile img {
	margin-bottom: 28px;
}
.plugin-profile dl dt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.plugin-profile dl dd {
	font-size: 14px;
	text-align: left;
	line-height: 1.714;
	color: #333333;
}

/* 広告 */

.side-ad {
	margin-bottom: 40px;
}

/* リンク */

.plugin-links .side ul li {
	margin-bottom: 20px;
	list-style-type: none;
}
.plugin-links .side ul li:last-child {
	margin: 0;
}
.plugin-links .side ul li a figure figcaption {
	margin-bottom: 10px;
	color: #333333;
	text-align: left;
}

/* 最新記事、人気記事 */

.plugin-recent_articles .side a:before,
.plugin-popular_articles .side a:before {
	content: '■';
}

/* 記事検索 */

.sidewrapper input.sf {
	padding: 0 10px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	background: #e8f7ff;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.sidewrapper input.sfbtn {
	width: 35px;
	height: 35px;
	background: url('http://oyakogurashi.blog.jp/images/search_btn.png') no-repeat left top;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-indent: -9999px;
}

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

.plugin-history .side a {
	display: block;
	background: url('http://oyakogurashi.blog.jp/images/history_back.png') repeat left top;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
	color: #666666;
	text-decoration: none;
}

/* カレンダー */
.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 {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
        width: auto;
	border-radius: 4px 4px 0 0;
        display: block;
        margin: 0 auto;
}
#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;
}

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