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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "双子を授かっちゃいましたヨ";
 :shortdesc "Default design for 双子を授かっちゃいましたヨ";
 :created "2015-12-08";
 :release [:revision "1.00"; :created "2015-12-08"];
 :page <http://futagoikuji.blog.jp/>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: #fef9ef;
}
#wrapper {}
#container {}
#content {
	clear: both;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#main {
	margin-left: -20px;
	overflow: hidden;
	zoom: 1;
}
#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: 630px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 320px;
}
body.layout-2col #sidebar-inner {}

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

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	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 {
	color: #db2159;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #db2159;
}
a:hover {
	color: #db2159;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-title {}
#blog-title a {
	display: none;
}
#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);
}
#blog-description a {
	color: #fff;
}

/* ナビゲーション
----------------------------------------------- */
.menu {
  margin: 40px auto;
  width: 960px;
	overflow: hidden;
	zoom: 1;
}
.menu ul {
	overflow: hidden;
	zoom: 1;
}
.menu ul li {
  list-style-type: none;
}
.mainNav ul {
	float: left;
	height: 37px;
}
.mainNav ul li {
	float: left;
	margin-right: 27px;
}
.mainNav ul li a {
	display: block;
	height: 37px;
	text-indent: -9999px;
}
.mainNav ul li.gnav01 {
	width: 37px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat 0 -37px;
}
.mainNav ul li.gnav01 a {
	width: 37px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat 0 3px;
}
.mainNav ul li.gnav02 {
	width: 128px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -69px -37px;
}
.mainNav ul li.gnav02 a {
	width: 128px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -69px 3px;
}
.mainNav ul li.gnav03 {
	width: 63px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -226px -37px;
}
.mainNav ul li.gnav03 a {
	width: 63px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -226px 3px;
}
.mainNav ul li.gnav04 {
	width: 54px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -321px -37px;
}
.mainNav ul li.gnav04 a {
	width: 54px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -321px 3px;
}
.mainNav ul li.gnav05 {
	width: 131px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -407px -37px;
}
.mainNav ul li.gnav05 a {
	width: 131px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -407px 3px;
}
.mainNav ul li.gnav06 {
	width: 146px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -565px -37px;
}
.mainNav ul li.gnav06 a {
	width: 146px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -565px 3px;
}
.mainNav ul li.gnav07 {
	width: 163px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -737px -37px;
}
.mainNav ul li.gnav07 a {
	width: 163px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -737px 3px;
}
.mainNav ul li.gnav08 {
	width: 130px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -927px -37px;
}
.mainNav ul li.gnav08 a {
	width: 130px;
  background: url('http://futagoikuji.blog.jp/images/gnav_bg.png') no-repeat -927px 3px;
}
.mainNav ul li a:hover {
	background: none;
}
.sns {
	float: right;
  overflow: hidden;
  zoom: 1;
}
.sns li {
  float: left;
	margin-left: 5px;
}
.sns li a {
  display: block;
  width: 32px;
  height: 32px;
}
.sns li.facebook a {
  background: url('http://futagoikuji.blog.jp/images/sns_fb.png') no-repeat left top;
}
.sns li.twitter a {
  background: url('http://futagoikuji.blog.jp/images/sns_tw.png') no-repeat left top;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	float: left;
	width: 293px;
	margin: 0 0 20px 20px;
	padding: 0;
  border: solid 1px #f9d3e3;
  background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
min-height: 255px;
}
.first-article {
	float: none;
	width: 608px;
	margin: 0 0 40px 20px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {
	padding: 15px;
	background: #f9d3e3;
	overflow: hidden;
	zoom: 1;
}
.article-title:before {
  content: '';
  float: left;
  width: 30px;
  height: 27px;
  margin: 0 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/article_ttl.png') no-repeat left center;
}
.article-title a {
	float: left;
	width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #db2159;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0 1px 1px #ffffff;
}
.first-article .article-title a {
	width: 510px;
	font-size: 24px;
}

/* 日付 */
.article-date {
	padding: 20px 19px 10px 19px;
	font-size: 13px;
	color: #999999;
}
.article-categories {
	padding: 0 19px;
	overflow: hidden;
	zoom: 1;
}
.article-categories dt {
	float: left;
	margin-right: 5px;
	font-size: 13px;
	color: #999999;
}
.article-categories dd {
	float: left;
	font-size: 13px;
	color: #999999;
}
.article-categories dd a {
	color: #e04f8b;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin: -30px 0 0 30px;
}
.article-meta {
	padding: 16px 0;
}
.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;
}

.first-article .article-body {
	padding: 19px;
}
.first-article .article-body .article-index-text {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
.first-article div.line_btn {
	display: none;
}

.page-article .first-article div.line_btn {
    display: inherit;
}

.first-article .trimming {
	max-height: 100%;
}
.trimming {
	max-height: 194px;
	border: solid 1px #ffffff;
	overflow: hidden;
}

/* 共通テーマ */
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;
}
.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%;
}

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

/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
	padding: 60px 0;
}
ul.index-navigator li,
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #e04f8b;
}
ul.index-navigator li.current span {
	background: #f9d3e3;
	color: #e04f8b;
	border-radius: 4px;
}
ul.index-navigator a:hover {
	background: #f9d3e3;
	text-decoration: none;
	border-radius: 4px;
}
ul.index-navigator .paging-first a {
	background: url('http://futagoikuji.blog.jp/images/paging_first.png') no-repeat center center;
	text-indent: -9999px;
}
ul.index-navigator .paging-last a {
	background: url('http://futagoikuji.blog.jp/images/paging_last.png') no-repeat center center;
	text-indent: -9999px;
}
ul.index-navigator .paging-prev a {
	background: url('http://futagoikuji.blog.jp/images/paging_prev.png') no-repeat center center;
	text-indent: -9999px;
}
ul.index-navigator .paging-next a {
	background: url('http://futagoikuji.blog.jp/images/paging_next.png') no-repeat center center;
	text-indent: -9999px;
}

/* 記事ページ、月別アーカイブページ */
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;
  background: #f9d3e3;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
  margin-bottom: 20px;
  border: solid 1px #f9d3e3;
  background: #ffffff;
  border-radius: 4px;
	position: relative;
}
.sidewrapper .sidetitle {
  height: 50px;
  padding: 0 10px;
  background: #f9d3e3;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
  text-shadow: 0 1px 1px #ffffff;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	padding: 9px;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
.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;
}

/* プロフィール */

#profile .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/profile_ttl.png') no-repeat left center;
}
#profile figure {
  float: left;
  margin-right: 20px;
  width:110px;
}
#profile figcaption {
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #db2159;
  text-align: center;
}
#profile p {
  font-size: 15px;
  line-height: 1.53;
}

/* ワーク */

#sidework .sidebody {
  line-height: 1;
}
#sidework .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/work_ttl.png') no-repeat left center;
}
#sidework ul li {
  margin-bottom: 10px;
  list-style:none;
}
#sidework ul li:last-child {
  margin: 0;
}
#sidework ul li a:hover img {
  opacity: 0.8;
}

/* カテゴリ */

.plugin-categorize .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/category_ttl.png') no-repeat left center;
}
.plugin-categorize select {
	margin: 9px;
}
.customSelect {
	margin: 9px;
	padding: 0 10px;
	width: 280px;
	height: 40px;
	background: #fbe6e9 url('http://futagoikuji.blog.jp/images/category_btn.png') no-repeat 280px center;
	border-radius: 4px;
	line-height: 40px;
	font-size: 15px;
	color: #f090ad;
	text-align: left;
}

/* アーカイブ */

.plugin-monthly .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/archive_ttl.png') no-repeat left center;
}
.plugin-monthly .side {
	padding: 9px 0;
}
.plugin-monthly .side .sidebody {
	padding: 9px 29px;
	overflow: hidden;
	zoom: 1;
}
.plugin-monthly .year {
	font-size: 15px;
	color: #333333;
}
.plugin-monthly .toggleIndicator  {
	float: right;
	font-size: 15px;
	color: #333333;
}
.plugin-monthly .month {
	padding: 10px 10px 0 10px;
}
.plugin-monthly .month a {
	font-size: 14px;
	color: #333333;
}

/* 記事検索 */

.plugin-search_internal {
  border: none;
}
.plugin-search_internal .sidetitlebody {
  display: none;
}
.plugin-search_internal form {
	position: relative;
}
.plugin-search_internal input.sf {
	float: none;
  background: #fbe6e9 url('http://futagoikuji.blog.jp/images/search_btn.png') no-repeat 290px center;
  box-shadow: none;
  border: none;
	padding: 0 50px 0 10px;
  height: 40px;
  font-size: 15px;
  color: #f090ad;
  line-height: 40px;
  border-radius: 5px;
  width: 100%;
}
.plugin-search_internal input.sfbtn {
	position: absolute;
	top: 0;
	right: 0;
	float: none;
  height: 40px;
  width: 40px;
	border-radius: 0px;
	opacity: 0;
}

/* ギャラリー */

.plugin-recent_images .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/gallery_ttl.png') no-repeat left center;
}
.plugin-recent_images .side {
  padding: 9px;
}
.plugin-recent_images ul.galleryThumbnail {
  margin: -5px 0 0 -5px;
  overflow: hidden;
}
.plugin-recent_images ul.galleryThumbnail li {
  float: left;
  width: 96px;
  height: 96px;
  margin: 5px 0 0 5px;
}

/* 登場人物 */

#character .sidetitle:before {
  content: '';
  float: left;
  width: 29px;
  height: 24px;
  margin: 14px 15px 0 0;
  background: url('http://futagoikuji.blog.jp/images/character_ttl.png') no-repeat left center;
}
#character .sidebody ul li {
  margin-bottom: 10px;
	list-style-type: none;
  overflow: hidden;
  zoom:1 ;
}
#character .sidebody ul li:last-child {
  margin: 0;
}
#character .sidebody ul li img {
  float: left;
  margin-right: 15px;
  width: 96px;
}
#character .sidebody ul li h4 {
  margin-bottom: 8px;
  font-weight: bold;
}
#character .sidebody ul li p {
  line-height: 1.57;
}

.plugin-java_script {
	margin: 0;
	border: none;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #f9d3e3;
	border-radius: 4px;
	color: #db2159;
	font-size: 15px;
	margin: 0 0 20px 20px;
	padding: 19px;
}
.archives-header a {
	color: #db2159;
}

/* 記事下広告 */
#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;
}

/* historyView */
.side-historyView {}
.side-historyView a {
    display: block;
    height: 90px;
    background: #f9d3e3;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 90px;
    text-align: center;
    text-shadow: 0 1px 1px #ffffff;
}
.side-historyView a {
    text-decoration: none;
}


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