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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#header2 {
    min-width:1080px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
    min-width:1080px;
	position: relative;
}
#content {
	width:1080px;
	margin: 0 auto;
	padding:40px 0 60px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	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: 730px;
}
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 {}
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: #333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #333;
	text-decoration:none;
}
a:link {color: #00008b;}
a:visited {color:  #4c6cb3;}
a:hover {
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 100%;
	min-width:1080px;
	background: url(/images/bg_header.jpg) no-repeat center center;
	position: relative;
}
#blog-header-inner {}
#blog-title {
	width:1080px;
	margin: 0 auto;
}
#blog-title a {
	width: 1080px;
	height: 390px;
	background: url(/images/title_header.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
}
#blog-title a:hover {
	opacity: 0.8;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	min-width:1080px;
	background-color: #d0d2d9;
}

.gnavInner {
	width:1080px;
	margin:0 auto;
	position:relative;
}
.ldb_menu {
	width:auto;
 }
.ldb_menu-list {
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
	display:table;
 }
.ldb_menu-list li {
	width:auto;
	display:inline;
}
.ldb_menu-list li:nth-child(3):after {
	content: "\A";
	white-space: pre;
}
.ldb_menu-list li a {
	width:auto;
	margin: 10px auto;
	padding:0 25px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
}
.ldb_menu-list li a:hover {
	color:#fff;
	text-decoration:none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 100%;
	margin: 60px 0 0 0;
	padding: 29px;
	background: #fff;
	border: #e6e6e6 solid 1px;
	box-sizing: border-box;	
	position: relative;
}
.first-article {
	margin-top :0;
}

/* 記事イメージ*/
.article .thumbImg {
	float: left;
	width: 180px;
	height:180px;
	padding-right: 30px;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.article .thumbImg a img {
	width: 180px;
	max-width: 180px;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: text-bottom;
}

.article-body img {
	max-width: 100%;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
	max-height: 6.2em;
	padding-top: 20px;
	overflow: hidden;
}
.page-article .article-title {
	max-height: auto;
	padding: 0 0 30px;
	overflow: inherit;
}
.article-title a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
.article-title a:hover {
	color: #8d8d8d;
}
.page-article .article-title a:hover {
	color: #000;
}

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

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

/* 記事カテゴリ */
.article-meta.top {
	padding: 5px 0 0;
       display: inline-block;
}
.article-meta.top li.article-category {
    float: none;
    line-height: 18px;
    margin: 0;
    color: #65ccc8;
}
.article-meta.top li.article-category dt {
    text-indent: 0;
    width: auto;
    height: auto;
	float: none;
	background: none;
	display: inline-block;
}
.article-meta.top li.article-category dd {
    margin-top: 0;
	padding: 0 3px;
	float: none;
	display: inline-block;
}
.article-meta.top .article-category dd.article-category2 {
    border-left: none;
}
.article-meta.top .article-category dd.article-category2:before {
	content: ",";
	padding-right: 6px;
 }
.article-meta.top li.article-category dd a {
    color: #65ccc8;
}

/* 関連記事 */
.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 .btReadmore {
    text-align: right;
}
.article .btReadmore a {
	width: 200px;
	height: 50px;
        line-height: 50px;
	background-color: #d0d2d9;
	display:inline-block;
	text-decoration: none;
        text-align: center;
        color: #fff;
        transition: .5s;
        border: 1px solid #d0d2d9;
        font-size: 16px;
}
.article .btReadmore a:hover {
	background-color: #fff;
        color: #d0d2d9;
        border: 1px solid #d0d2d9;
}

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

/* メッセージボード */
.message-board {
	margin: 0 0 30px !important;
	padding: 20px 29px;
	border: #e6e6e6 solid 1px;
	line-height: 1.6;
	overflow: hidden;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000;
	font-size: 16px;
}
.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #91b3c9;
 color:  #010101;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #91b3c9;
 color:  #010101;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#e6e6e6;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	font-size: 6em;
}
.article-body-inner img.pict{
	height: auto;
	max-width: 100%;
}

.page-article ul {
        list-style: disc;
}

.page-article ol {
        list-style: decimal;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    height: auto;
	color: #000;
}
.pager02 ul.index-navigator {
     margin: 60px 0 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 25px;
	height: 25px;
	margin: 0 5px;
	padding: 0;
	color: #000;
	font-weight:bold;
	line-height:1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 25px;
	box-sizing: border-box;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	color: #fff;
	background-color: #d0d2d9;
	text-decoration: none;
}
ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background:#fff url(/rinsimple/images/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background:#fff url(/rinsimple/images/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background:#fff url(/rinsimple/images/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background:#fff url(/rinsimple/images/ico_pager_last.png) no-repeat  50% 50%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	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 {
	width: 100%;
	min-width:1080px;
	font-size: 12px;
	color:#000;
	padding: 30px;
	box-sizing: border-box;
}
#blog-footer a {
	color:#000;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	width: 100%;
	margin: 0 0 60px;
	padding: 19px 9px 22px;
	overflow: hidden;
	border: #e6e6e6 solid 1px;
	border-top: #d0d2d9 solid 10px;
	box-sizing: border-box;
	position: relative;
}
.sidewrapper .sidetitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 24px;
	position: relative;
}
.sidewrapper .sidetitle:after {
	content: "";
	width: 10px;
	height: 4px;
	margin: auto;
	background-color: #65ccc8;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.sidewrapper .sidetitle a {
	color: #000;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody a {
	color: #000;
}
.sidewrapper .side .sidebody a:hover {
	text-decoration: underline;
}
.sidewrapper .side .sidebody.category-child {}

/* プロフィール */
.profileArea {
	width: 100%;
	margin-bottom: 60px;
	padding: 0 30px;
	box-sizing: border-box;
}
.profileArea .imgProfile {
	text-align:center;
	margin: 30px 0 10px;
}
.profileArea .txtName {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight:bold;
	color: #333;
	text-align:center;
}
.profileArea .txt {
	color: #333;
	line-height: 1.5;
}
.profileArea .snsList {
	width:auto;
	margin:25px auto 0;
	display: table;
}
.profileArea .snsList li {
	padding: 0 2px;
	display: table-cell;
}
.profileArea .snsList li.twitter a {
	font-size: 33px;
	color: #65ccc8;
}
.profileArea .snsList li a:hover {
	opacity:0.7;
}

/* 最新記事 */
.plugin-recent_articles.sidewrapper .sidebody {
	margin: 0 0 25px 0;
}
.plugin-recent_articles.sidewrapper .sidebody:last-child {
	margin: 0 0 7px 0;
}

/* ギャラリー */
.plugin-recent_images .galleryThumbnail {
    display: table;
	letter-spacing: -0.5em;
}
.plugin-recent_images .galleryThumbnail li {
	width: 90px;
	height: 90px;
	margin: 0 5px 0 0;
    display: inline-block;
}
ul.galleryThumbnail li img {
	margin-bottom: 0;
    border: none;
    border-radius: 0;
	vertical-align: text-bottom;
}
.plugin-recent_images .galleryThumbnail li:nth-child(3n-3) {
	margin: 0;
}

/* 人気記事 */
div.popularArticlesWithImage.B ul li {
    margin-bottom: 0;
}
.plugin-popular_articles_with_image.sidewrapper .popularArticleWithImage .image img {
	vertical-align: text-bottom;	
}

/* 記事検索 */
.plugin-search_internal.sidewrapper .side {
	width: 100%;
	display: inline-block;
}
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	width: 250px;
	height: 35px;
	float: none;
	border: none;
	background: #e3f0f7;
	border-radius: 0;
	box-shadow:none;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:0;
	float:none;
	text-indent: -9999px;
	background:url(/images/ico_search.png) no-repeat left center;
	width:19px;
	height:20px;
    position: absolute;
    top: 20%;
    right: 3px;
}
.sidewrapper input.sfbtn:hover {
	opacity:0.5;
}

/* ヒストリービュー */
.bt_historyview.sidewrapper {
	padding: 0;
	border: none;
}
.bt_historyview.sidewrapper a {
	display: inline-block;
	width: 300px;
	height: 103px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.bt_historyview.sidewrapper a:hover {
	background:url(/rinsimple/images/btn_historyview_ov.png) no-repeat left top;
}
.bt_historyview.sidewrapper a:hover img {
	 display: 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: #666;
	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: #d0d2d9;
	color:#666;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	opacity:0.7;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 50px;
	border-top: #d0d2d9 solid 10px;
}

/* 記事下広告 */
#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 {
    bottom: 20px;
    position: absolute;
    right: 0;
}
.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:hover {
  opacity: 0.7;
  -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;
}


/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}



/* 個別記事CSS
----------------------------------------------- */

/* ソーシャルボタン変更ここから */
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}

/* ソーシャルボタン変更ここまで */

/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    width:90%;
    margin:20px auto;
    padding:20px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}

.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
}

.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
 
.booklink-info, .kaerebalink-info{
    margin:0;
        text-align:left;
    line-height:120%;
    overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
    font-size:16px;
    margin-bottom:24px;
    line-height:1.5em;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8pt;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
    margin-bottom:15px;
}
 
.booklink-link2, .kaerebalink-link1{
    margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
        width:30%;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    margin:15px 2px 0 auto;
    padding:8px 1px;
    text-align:center;
        float:left;
    }
    
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover,  .shoplinkkakakucom:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active  .shoplinkkakakucom:active {
    position:relative;
    top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
}
    
.shoplinkamazon a{
    color:#FF9901;
}
 
 .shoplinkrakuten a{
    color:#c20004;
}
 
.shoplinkkindle a{
    color:#007dcd;    
}
 
.shoplinkkakakucom a{
    color:#314995;    
}
 
.shoplinkyahoo a{
    color:#7b0099; 
}
.shoplinkyahoo img{
    display:none;
}
 
.booklink-footer{
    clear:left;
}

.shoplinkyahoo a{
     font-size:10px;
 }


/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/


/*傍線つぶやき*/

.header-nasu {
    display: flex;
    align-items: center;
    font:bold;
    text-align: center; 
}

.header-nasu:before,
.header-nasu:after {
    border-top: 3px dashed #370028;
    content: "";
    display: inline; 
    flex-grow: 1;
}

.header-nasu:before {
    margin-right: 0.5em;
}

.header-nasu:after {
    margin-left: 0.5em;
}

.fa-honey {color: #DAB30A;}

/*傍線*/


/* 吹き出しのCSS　*/
.article-body .l-fuki,
.article-body .r-fuki {
	position: relative;
	width: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #999;
	box-shadow: 1px 1px 5px #aaa;
	background-color: #fff;
	z-index: 1;
}
.article-body .r-fuki {
	margin: 20px 20% 40px 0;
	background-color: #fff;
}
.article-body .l-fuki {
	margin: 20px 0 40px 19%;
}
.article-body .l-fuki::before,
.article-body .r-fuki::before {
	position: absolute;
	content: "";
	top: 16px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #fff;
	z-index: 2;
}
.article-body .r-fuki::before {
	right: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #fff;
}
.article-body .l-fuki::before {
	left: -7px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.article-body .l-fuki::after,
.article-body .r-fuki::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	top: -10px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 5px #aaa;
}
.article-body .r-fuki::after {
	right: -110px;
}
.article-body .l-fuki::after {
	left: -110px;
}
@media screen and (max-width: 620px) {
	.article-body .l-fuki,
	.article-body .r-fuki {
		width: 70%
	}
	.article-body .r-fuki {
		margin-right: 30%;
	}
	.article-body .l-fuki {
		margin-left: 30%;
	}
}
@media screen and (max-width: 478px) {
	.article-body .l-fuki::after,
	.article-body .r-fuki::after {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
	.article-body .r-fuki::after {
		right: -84px;
	}
	.article-body .l-fuki::after {
		left: -84px;
	}
}


.my01::after {background-image:url(http://livedoor.blogimg.jp/rinsimple/imgs/8/2/826cf2ae.png);}
.man02::after {background-image:url(http://livedoor.blogimg.jp/rinsimple/imgs/f/c/fc218cd8.jpg);}
.hoka03::after {background-image:url(http://livedoor.blogimg.jp/rinsimple/imgs/6/9/6982c8ad.png);}
/* 吹き出しのCSS　*/

/*--------------------------------------
 見出し（PC）
--------------------------------------*/

h3 {
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #eaf3ff;/*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/
}

h4 {
padding: 0.6em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #eaf3ff;/*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/
}

h5 {
padding: 0.7em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #eaf3ff;/*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/
}
/*--------------------------------------
 見出し（PC）
--------------------------------------*/



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