/* <system section="theme" selected="6653812171397406126"> */
/*フォント*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*
  Theme: Naked
  Author: Yukihy
  Description: this theme can be customized flexibly
  Responsive: yes
*/
/*サイドバー黒線#acacac　日付など灰色#888　薄い灰色#ccc 背景など薄い灰色#f5f5f5　リンク青#0693cd*/
body {
    color: #444;
    font-family: 'arial' ,游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/polygon-01.jpg?version=d521df40822702b2798181e2322e97');
    background-attachment: fixed;
    background-size: cover;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 680px) {
    body {
        font-size: 15px;
        background-size: auto;
        background-repeat: repeat;
    }
}
#content a {
    text-decoration: none;
}
#content a:hover {
    opacity: .6;
}
/*
************レイアウト・フォント************
*/
/*レイアウト*/
#content {
    position: relative;
    background-color: #f5f5f5;
}
#blog-title-inner,
#content-inner {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}
#blog-title-content {
    padding: 80px 0 40px 0;
}
#content-inner {
    padding-top: 30px;
}
#content-inner::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
#wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: -340px;
    padding-right: 340px;
}
#box2 {
    float: right;
    width: 300px;
    padding-bottom: 40px;
    margin-top: 10px;
}
article {
    position: relative;
    margin: 10px 0 40px 0;
    padding: 32px 32px 40px 32px;
    background-color: #fff;
}
#footer-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #wrapper {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }
    #box2 {
        float: none;
        width: 90%;
        margin: 20px auto 0 auto;
    }
}
@media screen and (max-width: 680px) {
    #blog-title-inner,
    #content-inner {
        width: 100%;
    }
    #content-inner {
        padding-top: 20px;
    }
    #blog-title-content {
        padding: 20px 10px 5px 10px;
    }
    article {
        margin: 10px 0 40px 0;
        padding: 10px 10px 20px 10px;
    }
    #box2 {
        width: 300px;
    }
}
/*数字フォントの変更部分*/
.entry-date a,
#box2 .urllist-date-link a,
#box2 .hatena-module-archive .hatena-module-body a,
.archive-entry-header .date a {
    font-family: 'Montserrat', sans-serif;
}

/*
************ヘッダー・ブログタイトル************
*/
#globalheader-container {
    color: #ccc;
}
#title {
    display: inline;
}
#title a {
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 5px;
}
@media screen and (max-width: 680px) {
    #title a {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

/*
************ブログの説明************
*/
#blog-description {
    color: #ececec;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    #blog-description {
        font-size: 10px;
    }
}
/*
************タイトル下***********
*/
/*メニュー*/
#n-menu {
    padding: 5px 0;
}
#n-menu .menu-inner {
    max-width: 1024px;
    width: 90%;
    height: 40px;
    margin: 0 auto;
}
#n-menu .menu-btn {
    display: none;
}
#n-menu .menu-content {
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
}
#n-menu .menu-content > li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#n-menu .menu-content > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
#n-menu .menu-content > li > a:hover {
    border-bottom: 1px solid #fff;
}
/*２階層目*/
#n-menu .menu-content > li:hover .second-level {
    visibility: visible;
    top: 40px;
    opacity: 1;
    transition: .5s;
}
#n-menu .second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    top: 60px;
    width: 200px;
    margin: 0;
    padding-left: 0;
    border: 2px solid #acacac;
    opacity: 0;
}
#n-menu .second-level > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #acacac;
    text-align: center;
}
#n-menu .second-level > li:last-child {
    border-bottom: none;
}
#n-menu .second-level > li > a {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #444;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
}
#n-menu .second-level > li > a:hover {
    background-color: #f6f6f6;
}
/*トグルメニュ*/
@media screen and (max-width:768px) {
    #n-menu {
        padding: 0;
    }
    #n-menu .menu-inner {
        width: 100%;
        height: auto;
    }
    #n-menu .btn-content {
        text-align: right;
    }
    #n-menu .menu-btn {
        display: block;
        padding: 10px 15px;
        color: #fff;
        font-size: 90%;
        cursor: pointer;
    }
    #n-menu .menu-content {
        display: none;
        width: 100%;
    }
    #n-menu .menu-content > li {
        float: none;
        width: 100%;
        height: 40px;
    }
    #n-menu .menu-content > li > a {
        width: 100%;
        padding: 0;
        line-height: 40px;
    }
    #n-menu .menu-content > li > a:hover {
        border: none;
    }
    #n-menu .second-level {
        display: none;
    }
}
@media screen and (max-width:680px) {
    #n-menu .menu-btn {
        font-size: 80%;
    }
}

/*
************記事************
*/
.entry-header {
    position: relative;
}
/*日付*/
.entry-date a {
    color: #888;
    font-size: 12px;
}
.entry-date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    content: '\f043';
}
.entry-date .hyphen {
    display: none;
}
.entry-date .date-month::before,
.entry-date .date-day::before {
    content: '.';
}
/*記事タイトル*/
.entry-title {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
}
.entry-title a {
    color: #222;
    font-size: 26px;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    .entry-title {
        margin: 0;
    }
    .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
}
/*カテゴリ*/
.entry-categories {
    margin-bottom: 10px;
}
.entry-categories a {
    margin: 0 4px 10px 0;
    color: #888;
    font-size: 12px;
}
.entry-categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}

/*編集リンク*/
.entry-header-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.entry-header-menu a {
    display: inline-block;
    padding: 10px 20px;
    border: double #ccc;
    color: #222 !important;
    font-size: 12px;
    font-weight: bold;
}

/*記事*/
.entry-content {
    color: #444;
    font-size: 16px;
}
.entry-content a {
    color: #0693cd;
}
.etnry-content p {
    margin: 1em 0;
    line-height: 1.7em;
}
@media screen and (max-width: 680px) {
    .entry-content {
        font-size: 15px;
    }
}

.entry-content h1 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    border-left: 5px solid #444;
    color: #444 ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}
.entry-content h2 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    background-color: #444;
    color: #fff ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}
.entry-content h3 {
    margin: 32px -32px 20px -32px;
    padding: 12px 16px;
    border-left: 6px solid #444;
    background-color: #f6f6f6;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}
.entry-content h4 {
    margin: 28px -16px 20px -16px;
    padding: 0 12px;
    border-bottom: 10px solid #f6f6f6;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}
.entry-content h5 {
    position: relative;
    margin: 28px 0 20px 16px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.entry-content h5::before {
    position: absolute;
    top: -webkit-calc(50% - 4px) ;
    top:         calc(50% - 4px);
    left: -16px;
    border: 5px solid #444;
    content: '';
}
.entry-content h6 {
    margin: 28px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 680px) {
    .entry-content h1 {
        margin: 30px -5px 20px -5px;
        padding: 15px 5px 15px 10px;
        border-left: 5px solid #444;
        color: #444 ;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h2 {
        margin: 30px -5px 20px -5px;
        padding: 15px 5px 15px 10px;
        background-color: #444;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .entry-content h3 {
        margin: 30px -5px 20px -5px;
        padding: 10px;
        border-left: 5px solid #444;
        background-color: #f6f6f6;
        color: #444;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h4 {
        margin: 20px 0 16px 0;
        padding: 0;
        border-bottom: 10px solid #f6f6f6;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h5 {
        position: relative;
        margin: 20px 0 16px 16px;
        color: #444;
        font-size: 16px;
    }
    .entry-content h6 {
        margin: 20px 0 16px 0;
        font-size: 16px;
    }
}

a.entry-see-more {
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    .entry-see-more {
        font-size: 12px;
    }
}

.entry-content blockquote {
    position: relative;
    margin: 0;
    padding: 30px;
    background-color: #f6f6f6;
}
.entry-content blockquote::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .2;
    font-family: serif;
    font-size: 500%;
    line-height: 1;
    content: '“';
}
.entry-content blockquote::after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
    font-family: serif;
    font-size: 500%;
    line-height: 0;
    content: '”';
}
.entry-content blockquote p {
    margin-top: 0;
}
.entry-content blockquote cite {
    font-weight: bold;
    font-style: italic;
}
@media screen and (max-width: 680px) {
    .entry-content blockquote {
        padding: 20px;
        font-size: 90%;
    }
    .entry-content blockquote::before,
    .entry-content blockquote::after {
        font-size: 400%;
    }
}

.entry-content ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}
.entry-content ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content ol {
    margin: 16px 0;
    padding: 0 0 0 40px;
}
.entry-content ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 680px) {
    .entry-content ul,
    .entry-content ol {
        margin: 16px 0;
        padding: 0 0 0 24px;
    }
}

.entry-content dt {
    margin-top: 1.7em;
    border-bottom: 5px solid #f6f6f6;
    font-weight: bold;
}
.entry-content dd {
    margin-bottom: 1.7em;
}
@media screen and (max-width: 680px) {
    .entry-content dd {
        margin-left: 20px;
    }
}

.entry-content table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: none;
    width: 100%;
    margin: 0 0 1.7em;
    border: 1px solid #ccc;
    font-size: 90%;
    line-height: 1.6;
}
.entry-content th,
.entry-content td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.entry-content th:first-child,
.entry-content td:first-child {
    border-left: none;
}
.entry-content th {
    display: table-cell;
    padding: 1em;
    background-color: #efefef;
    font-weight: bold;
}
.entry-content tbody {
    display: table-row-group;
    border-color: inherit;
    vertical-align: middle;
}
.entry-content td {
    padding: 1em;
    text-align: center;
}
.entry-content pre {
    padding: 24px;
    background-color: #222;
    color: #eee;
}
/*記事下*/
.entry-footer {
    font-size: 90%;
}
/*コメント欄*/
.comment-box {
    padding-bottom: 40px;
}
.comment-box  .comment {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.comment-box .entry-comment {
    margin-bottom: 10px;
}
.comment-box .comment-user-name {
    margin-bottom: 0;
}
.comment-box .comment-user-id {
    color: #333;
    font-weight: bold;
}
.comment-box .hatena-id-icon {
    width: 40px;
    height: 40px;
}
.comment-box .comment-content {
    padding: 10px 30px;
    background-color: #f6f6f6;
}
/*
************サイドバー************
*/
#box2 {
    font-size: 90%;
}
.hatena-module-title a,
.hatena-module-body a {
    color: #444;
}
#box2 .hatena-module {
    margin-bottom: 40px;
}
.hatena-module-title {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-left: 5px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
    #box2 .hatena-module {
        margin-bottom: 20px;
    }
    .hatena-module-title {
        margin-bottom: 5px;
        padding: 5px 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/*プロフィール*/
.profile-description a {
    color: #0693cd;
}
.profile-icon {
    margin: 0 16px 16px 0;
    border-radius: 4px;
    float: left;
    overflow: hidden;
}
/*検索*/
.search-form {
    position: relative;
    height: 40px;
    padding: 10px 0;
}
.search-module-input {
    width: 240px;
    width: -webkit-calc(100% - 60px) ;
    width:         calc(100% - 60px);
    height: 100%;
    margin: 0 auto;
    padding: 0 40px 0 20px;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.search-module-input:focus {
    background-color: #555;
    color: #fff;
}
.search-module-button {
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
    background-position: center;
    text-indent: -9999px;
}
/*リンク*/
.hatena-module-links .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.hatena-module-links li {
    display: block;
    border-top: 1px solid #acacac;
}
.hatena-module-links li:last-child {
    border-bottom: 1px solid #acacac;
}
.hatena-module-links a {
    display: block;
    padding: 8px 0;
    color: #0693cd !important;
}
/*最新記事・関連記事・注目記事*/
.recent-entries,
.entries-access-ranking,
.related-entries {
    margin: 0 0 10px 0;
    padding: 0;
}
.urllist-item {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}
.urllist-item a {
    color: #444;
    text-decoration: none;
}
.urllist-date-link a,
.urllist-categories a {
    color: #888;
    font-size: 10px;
}
.urllist-date-link a::before {
    font-family: 'blogicon';
    content: '\f043';
}
.urllist-categories a::before {
    font-family: 'blogicon';
    content: '\f022';
}
.urllist-title-link {
    font-size: 13px;
    font-weight: bold;
}
.urllist-entry-body {
    color: #888;
    font-size: 10px;
}
/*カテゴリ*/
.hatena-module-category .hatena-urllist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.hatena-module-category li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #acacac;
    font-size: 12px;
}
.hatena-module-category a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.hatena-module-category a:hover {
    padding: 8px 5px 8px 15px;
}
.hatena-module-category a::before {
    margin-right: 5px;
    font-family: 'blogicon';
    content: '\f006';
}
/*月間アーカイブ*/
.hatena-module-archive .hatena-urllist {
    margin: 10px 0;
    font-size: 14px;
}
.archive-module-year {
    padding: 8px 0;
}
.archive-module-months {
    font-size: 13px;
}
.archive-module-month {
    padding-left: 30px;
}
/*最新のコメント*/
.recent-comments {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.recent-comments li {
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}
.recent-comments a::before {
    font-family: 'blogicon';
    content: '\f01d';
}
/*参加グループ*/
.hatena-module-circles .hatena-urllist {
    margin: 10px 0;
    padding: 0;
}
.hatena-module-circles li {
    margin-bottom: 10px;
}
.hatena-module-circles a {
    font-weight: bold;
}

/*
************ページャー************
*/
.pager {
    overflow: hidden;
    margin-bottom: 40px;
}
.pager a {
    color: #0693cd;
}
.pager .pager-prev {
    float: left;
    width: 40%;
    text-align: left;
}
.pager .pager-next {
    float: right;
    width: 40%;
    text-align: right;
}

/*
************フッター************
*/
/*フッター*/
#footer {
    color: #ccc;
    text-align: center;
}
#footer a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    opacity: .6;
}
/*オリジナルフッター*/
#n-footer {
    padding: 40px 0;
    background-color: #eee;
}
#n-footer-inner {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
#n-footer .content {
    width: 300px;
    margin-bottom: 10px;
}
@media screen and (min-width: 680px) {
    #n-footer-inner {
        width: 640px;
    }
    #n-footer .content {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 1110px) {
    #n-footer-inner {
        max-width: 1024px;
        width: 90%;
    }
    #n-footer .content {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-left: 15px;
    }
}

#n-copyright {
    padding-top: 30px;
    padding-bottom: 60px;
}
#n-copyright h4,
#n-copyright a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
/*
************Aboutページ************
*/
.page-about .entry-content .profile-icon {
    width: 32px;
    height: 32px;
}

/*
************Archive************
*/
.page-archive .archive-heading {
    margin: 0 0 20px 0;
    font-size: 24px;
}
.page-archive .archive-entries {
    margin: 10px 0 40px 0;
}
.page-archive .archive-entry {
    position: relative;
    margin-bottom: 20px;
    padding: 24px 32px;
    background-color: #fff;
}

/*日付*/
.page-archive .date a {
    color: #888;
    font-size: 12px;
}
.page-archive .date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    content: '\f043';
}
/*記事タイトル*/
.page-archive .entry-title {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
}
.page-archive .entry-title a {
    color: #222;
    font-size: 26px;
    letter-spacing: 1px;
}
/*カテゴリ*/
.page-archive .categories {
    margin-bottom: 10px;
}
.page-archive .categories a {
    margin: 0 4px 0 0;
    color: #888;
    font-size: 12px;
}
.page-archive .categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}
@media screen and (max-width: 680px) {
    .page-archive .archive-heading {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .page-archive .archive-entries {
        margin-bottom: 30px;
    }
    .page-archive .archive-entry {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #fff;
    }
    .page-archive .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
    .page-archive .entry-description {
        font-size: 90%;
    }
}

/*
************カテゴリページ************
*/
/*パンくずリスト*/
#top-box {
    height: 60px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}
#top-box .breadcrumb {
    height: 100%;
}
#top-box .breadcrumb-inner {
    max-width: 1024px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
}
#top-box .breadcrumb-link,
#top-box .breadcrumb-child {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
#top-box .breadcrumb-gt {
    margin: 0 10px;
}

/*from Yukihy Life*/
/*目次*/
ul.table-of-contents {
    list-style-type: decimal;
    padding: 20px 10px 20px 40px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 90%;
}
ul.table-of-contents ul {
    list-style-type: decimal;
    margin-left: 0;
    font-size: 90%;
}
ul.table-of-contents::before {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    content: '目次';
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box,
.kaerebalink-box {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 25px;
    border: double #ccc;
    font-size: small;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.booklink-image,
.kaerebalink-image {
    float: left;
    min-width: 160px;
    margin: 0 15px 0 0;
    text-align: center;
}
.booklink-image img,
.kaerebalink-image img {
    margin: 0 auto;
    text-align: center;
}
.booklink-info,
.kaerebalink-info {
    overflow: hidden;
    margin: 0;
    line-height: 120%;
}
.booklink-name,
.kaerebalink-name {
    margin-bottom: 24px;
    line-height: 1.5em;
}
.booklink-powered-date,
.kaerebalink-powered-date {
    margin-top: 10px;
    font-family: verdana;
    font-size: 8px;
    line-height: 120%;
}
.booklink-detail,
.kaerebalink-detail {
    font-size: 12px;
}
.booklink-powered-date,
.kaerebalink-detail {
    margin-bottom: 15px;
}
.booklink-link2,
.kaerebalink-link1 {
    margin-top: 10px;
}
.booklink-link2 a,
.kaerebalink-link1 a {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 5px 2px 0 0;
    padding: 10px 1px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-shadow: 1px 1px 1px #dcdcdc;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
    opacity: .6;
}
.booklink-link2 a:active
.kaerebalink-link1 a:active {
    position: relative;
    top: 1px;
}
.shoplinkamazon a {
    border: 1px solid #ff9901 !important;
    color: #ff9901 !important;
}
.shoplinkrakuten a {
    border: 1px solid #c20004 !important;
    color: #c20004 !important;
}
.shoplinkkindle a {
    border: 1px solid #007dcd !important;
    color: #007dcd !important;
}
.shoplinkkakakucom a {
    border: 1px solid #314995;
    color: #314995 !important;
}
.shoplinkyahoo a {
    border: 1px solid #7b0099 !important;
    color: #7b0099 !important;
}
.shoplinkyahoo img {
    display: none;
}
.shoplinkyahoo a {
    font-size: 10px;
}
.booklink-footer {
    display: none;
}

@media screen and (max-width: 680px) {
    .booklink-box,
    .kaerebalink-box {
        padding: 15px;
    }
    .booklink-image,
    .kaerebalink-image {
        min-width: initial;
        width: 100px !important;
    }
    .booklink-name > a,
    .kaerebalink-name > a {
        font-size: 15px;
        font-weight: bold;
    }
    .booklink-name,
    .kaerebalink-name {
        margin-bottom: 12px;
    }
    .booklink-powered-date,
    .kaerebalink-powered-date {
        margin-top: 5px;
    }
    .booklink-link2 a,
    .kaerebalink-link1 a {
        width: -webkit-calc(100% - 4px) ;
        width:         calc(100% - 4px);
        margin: 2px 0;
        padding: 10px 0;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
}

/*アプリーチ*/
#appreach-box {
    margin-bottom: 10px;
    border: double 2px #ececec;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.appreach-links {
    margin-bottom: 10px;
}
.appreach-footer {
    margin-bottom: 0;
    line-height: 0;
}

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */
/*Yukihy追加部分*/
/*PCレイアウト変更*/
@media screen and (min-width:680px) {
#blog-title-content {
    padding: 24px 0 24px 0;
}
/*アーカイブ*/
.archive-entry {
    border-bottom: 1px solid #ccc;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 32px;
    margin-right: 32px;
}
.archive-entry .archive-entry-header,
.archive-entry .categories,
.archive-entry .archive-entry-body{
    float: right;
    width: calc(100% - 150px);
}
.archive-entry .entry-title,
.archive-entry .categories {
    display: none;
}
.archive-entry .date {
    vertical-align: super;
}
.archive-entry .entry-description {
    font-size: 20px;
    margin-top: 10px;
}


/*トップ*/
.page-index article {
    width: calc(33% - 12px);
    float: left;
    padding: 0;
    margin: 0 12px 12px 0;
    overflow: hidden;
    height: 341px;
}
.page-index .pager {
    width: 100%; 
}
.page-index .entry-inner {
    position: relative;
    height: 100%;
}
.page-index .entry-header {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 40px);
    z-index: 2;
    background-color: #fff;
    opacity: 0.8;
    padding: 0 10px 20px 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-index .entry-header .entry-date a {
    font-size: 10px;
}
.page-index .entry-header .entry-title {
    padding: 0;
    line-height: 0.7;
}
.page-index .entry-header .entry-title a {
    font-size: 14px;
}
.page-index .entry-header .entry-categories {
    display: none;
}
.page-index .entry-header .entry-categories a {
    font-size: 10px;
}
.page-index .entry-content {
}
.page-index .entry-content h3 {
    display: none;
}
.page-index .entry-content p {
    margin-top: 0;
    display: none;
    color: transparent;
}
.page-index .entry-content p:nth-of-type(1) {
    display: block;
    margin: 0;
}
.page-index .entry-content .hatena-fotolife {
    height: 341px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000%;
}
.page-index a.entry-see-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent; 
    padding: 0;
    border: none;
    color: transparent;
    z-index: 10;
}
.page-index a.entry-see-more:hover {
    background-color: #eee;
}
.page-index article:first-child {
    width: calc(99% - 12px);
    float: initial !important;
    padding: 0;
    margin-right: 12px;
    overflow: hidden;
    height: 420px;
}
.page-index article:first-child .entry-header {
    bottom: 10px;
    width: calc(100% - 60px);
    padding: 0 20px 20px 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-index article:first-child .entry-header .entry-title a {
    font-size: 16px;
}
.page-index article:first-child .entry-content .hatena-fotolife {
    height: 100%;
    min-width: 100%;
    max-width: 1000%;
}
}
/*PCレイアウト変更ここまで*/
body{background:#fff;
}
    #blog-description {
        margin: 0;
        padding: 8px 0;
    }
#container {
    overflow-x: hidden;
    position: relative;
    /*-webkit-overflow-scrolling: touch;*/
}
/*SPトップページアーカイブページレイアウト変更*/
@media screen and (max-width:680px) {
#blog-title-content {
    padding: 0;
}
.page-archive #content-inner {
    padding-top: 0;
}
.page-index article {
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #eee;
    max-height: 120px;
    overflow: hidden;
}
.page-archive .archive-entry {
    position: relative;
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #eee;
    min-height: 120px;
}
.page-index .entry-inner {
    position: relative;
}
.page-index .entry-inner:after,
.page-archive .archive-entry:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.page-index .entry-header,
.page-archive .archive-entry-header,
.page-archive .categories{
    width: calc(100% - 112px);
    float: right;
}
.page-index .entry-header .entry-date,
.page-archive .archive-entry-header .date {
    height: 20px;
}
.page-index .entry-header .entry-date a,
.page-archive .archive-entry-header .date a {
    vertical-align: super;
    font-size: 10px;
}
.page-index .entry-header .entry-title,
.page-archive .archive-entry-header .entry-title {
    padding: 0;
    line-height: 0.7;
}
.page-index .entry-header .entry-title a,
.page-archive .archive-entry-header .entry-title a {
    font-size: 14px;
}
.page-index .entry-header .entry-categories a,
.page-archive .categories a {
    font-size: 10px;
}
.page-index .entry-content,
.page-archive .entry-thumb-link,
.page-archive .entry-thumb {
    display: block;
    width: 100px;
    float: left;
    margin-right: 12px;
    vertical-align: top;
}
.page-archive .entry-thumb-link {
    position: absolute;
    top: 12px;
}
.page-index .entry-content h3 {
    display: none;
}
.page-index .entry-content p {
    margin-top: 0;
}
.page-index .entry-content p,
.page-archive .entry-description {
    display: none;
    color: transparent;
}
.page-index .entry-content p:nth-of-type(1) {
    display: initial;
}
.page-index .entry-content .hatena-fotolife {
    border: none;
}
.page-index a.entry-see-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent; 
    padding: 0;
    border: none;
    color: transparent;
}
.page-index a.entry-see-more:hover {
    background-color: #eee;
}
.page-index .pager-next {
    font-size: 70%;
}
} 

/*トップサーチフォーム*/
#top-search {
    display: none;
}
@media screen and (max-width:768px) {
#top-search {
    display: block;
    background-color: #fff;
}
#top-search .top-search-form {
    position: relative;
    height: 40px;
    padding: 2px 0;
    width: calc(100% - 20px);
    margin: 0 auto;
}
#top-search .top-search-module-input {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px) ;
    width:         calc(100% - 60px);
    height: 100%;
    margin: 0 auto;
    padding: 0 40px 0 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
#top-search .top-search-module-input:focus {
    background-color: #ddd;
    color: #444;
    outline: 0;
}
#top-search .top-search-module-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=d521df40822702b2798181e2322e97) no-repeat right center;
    background-position: center;
    text-indent: -9999px;
}
}
/*******グローバルナビ********/
.slideButton {
    display: none;
}
#slideMenu {
    position: relative;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dcdcdc;
}
#slideMenu > .slideMenuInner {
    list-style-type: none;
    max-width: 1024px;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    padding-left: 0;
}
#slideMenu > .slideMenuInner li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    border-right: 1px dashed #dcdcdc;
}
#slideMenu > .slideMenuInner li:last-child {
    border-right: none;
}
#slideMenu > .slideMenuInner > li a {
    display: block;
    position: relative;
    padding: 0 10px;
    margin: 0;
    color: #111;
    height: 100%;
    font-size: 70%;
    text-decoration: none;
    line-height: 60px;
}
#slideMenu > .slideMenuInner > li:hover a {
    background-color: #f5f5f5;
}

/******スライドメニュー*******/
@media screen and (max-width:768px) {
    #menuButton {
    }
    #menuButtonInner {
        position: absolute;
        z-index: 10;
        top: 15px;
        right: 0;
        text-align: right;
    }
    .slideButton {
        display: inline-block;
        margin: 5px;
        padding: 8px 10px;
        background-color: #111;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        line-height: 0.7;
    }
    .text-menu {
        font-size: 6px;
    }
    #slideMenu {
        position: static;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
        visibility: hidden;
    }
    #slideMenu > .slideMenuInner {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
        width: 260px;
        height: 100%;
    }
    #slideMenu > .slideMenuInner > li {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        text-align: left;
    }
    #slideMenu > .slideMenuInner > li a {
        display: block;
        position: relative;
        width: calc(100% - 16px);
        height: 100%;
        padding: 0 0 0 16px;
        background-color: #fff;
        color: #111;
        font-size: 70%;
        line-height: 40px;
    }
    #slideMenu > .slideMenuInner > li a:after {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        right: 16px;
    }
    .closeArea {
        cursor: pointer;
        height: 130%;
    }
    #layer {
        display: none;
        position: fixed;
        z-index: 20;
        top: 0;
        right: 260px;
        width: 100%;
        height: 130%;
        background-color: #222;/*レイヤーの色*/
        opacity: .4;/*レイヤーの透明度*/
        cursor: pointer;
    }

}

body {
    font-size: 17px;
    line-height: 2.0em;
    font-family: 'arial' ,游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.7;
    color: #333333;
    font-weight: 500;
    position: relative;
}

/*材料部分デザイン*/
ingredients {
    margin-bottom: 16px;
}
h3.ingredients-title {
    margin-bottom: 8px !important;
    border-bottom: 1px solid #111 !important;
}
.ingredients ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ingredient {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
.ingredient:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.ingredient-name {
    display: block;
    width: 70%;
    float: left;
    font-size: 90%;
    font-weight: bold;
}
.second-ingredient-name {
    display: block;
    width: calc(70% - 30px);
    padding-left: 30px;
    float: left;
    font-size: 90%;
}
.ingredient-amount {
    display: block;
    width: 30%;
    float: right;
    text-align: right;
    font-size: 80%;
}

/*サイドバータブメニュー*/
.tab{
    display: block;
    float: left;
    width: calc(33% - 1px);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #dcdcdc;/*反応していないタブの背景色*/
    font-size: 12px;/*横に入りきらない場合はここの数字を小さく*/
    color: #444;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tab:last-child {
    border-right: 1px solid #ccc;
}
.active{
    background-color: #fff;/*反応しているタブの背景色*/
    border-bottom: none;
}
.hatena-module-title2{
    margin-bottom: 10px;
}
#box2 .urllist-item {
    padding: 0;
    margin-bottom: 0;
}
#box2 .hatena-module-title {
    border-left: none;
    border-bottom: 2px solid #111;
    color: #111;
    text-align: center;
    letter-spacing: 8px;
}
#box2 .search-module-input {
    border: 1px solid #dcdcdc;
}
#box2 .hatena-module-category a::before{
    color: #c00;
}

#blog-title {
    background: #fff;
 }
#title a{
    letter-spacing: 5px;
    font-family: "Kokoro";
    color:#000; /* タイトルの文字色 */
    font-size:50px; /* タイトルの文字サイズ */
} 

#blog-description {
    color:#9d896c; /* タイトルの文字色 */
    font-size:18px; /* タイトルの文字サイズ */
    letter-spacing: 10px;
}
a.entry-see-more {
    background-color: #fff;
    color: #444;
    border: 1px solid #444;
    border-radius: 3px;
}
#content {
    background-color: #fff;
}
.entry-date a,
.page-archive .date a {
    font-weight: normal;
    color: #c00;
}
.entry-title a {
    font-weight: normal;
    letter-spacing: 0;
}
article {
    position: relative;
    margin: 10px 0 40px 0;
    padding: 32px 32px 40px 0px;
    background-color: #fff;
}
#box2 .search-module-input:focus {
    background-color: #f2f2f2;
    color: #444;
}
@media screen and (max-width: 680px) {
    #title a {
        font-size: 20px;
    }
    #blog-description {
        font-size: 10px;
        letter-spacing: 3px;
    }
    article {
        margin: 10px 0 40px 0;
        padding: 10px 10px 20px 10px;
    }
}
/*記事下シェアボタン*/
.bottom-share-btn {
    text-align: center;
    margin-bottom: 20px;
}
.bottom-share-btn a {
    display: inline-block;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 100%;
}
.bottom-share-btn a:hover {
    background-color: #9D896C;
}
/*記事下フォローボタン*/
.bottom-follow-btn {
    text-align: center;
}
.bottom-follow-btn a {
    display: inline-block;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 120%;
}
.bottom-follow-btn a:hover {
    background-color: #9D896C;
}
/*サイドバーフォローボタン*/
.follow-btn {
    text-align: center;
}
.follow-btn a {
    display: inline-block;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    text-align: center;
}
.follow-btn a:hover {
    background-color: #9D896C;
}
/*
************タイトル下***********
*/
/*メニュー*/
#n-menu {
    padding: 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dcdcdc;
}
#n-menu .menu-inner {
    max-width: 1024px;
    width: 90%;
    height: 60px;
    margin: 0 auto;
}
#n-menu .menu-btn {
    display: none;
}
#n-menu .menu-content {
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
}
#n-menu .menu-content > li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    border-right: 1px dashed #dcdcdc;
}
#n-menu .menu-content > li:last-child {
    border-right: none;
}
#n-menu .menu-content > li > a {
    display: block;
    height: 100%;
    padding: 0 10px;
    margin: 0;
    color: #444;
    font-size: 70%;
    font-weight: normal;
    text-decoration: none;
    line-height: 60px;
}
#n-menu .menu-content > li > a:hover {
    background-color: #f5f5f5;
    border-bottom: none;
}

/*トグルメニュ*/
@media screen and (max-width:768px) {
    #n-menu {
        padding: 0;
    }
    #n-menu .menu-inner {
        width: 100%;
        height: auto;
    }
    #n-menu .btn-content {
        text-align: right;
    }
    #n-menu .menu-btn {
        display: block;
        padding: 5px 15px;
        color: #333;
        font-size: 80%;
        font-weight: normal;
        cursor: pointer;
    }
    #n-menu .menu-content {
        display: none;
        width: 100%;
    }
    #n-menu .menu-content > li {
        float: none;
        width: 100%;
        height: 35px;
        border-right: none;
        border-top: 1px dashed #dcdcdc;
    }
    #n-menu .menu-content > li > a {
        width: 100%;
        padding: 0;
        line-height: 35px;
    }
    #n-menu .menu-content > li > a:hover {
        border: none;
    }
    #n-menu .second-level {
        display: none;
    }
}
@media screen and (max-width:680px) {
    #n-menu .menu-btn {
        font-size: 80%;
    }
}
/*見出し*/
.entry-content h1 {
    margin: 36px 0 20px 0;
    padding: 0;
    border: none;
    letter-spacing: 0px;
}
.entry-content h2 {
    margin: 36px 0 20px 0;
    padding: 0;
    background-color: #fff;
    color: #111;
    letter-spacing: 0px;
}
.entry-content h3 {
    margin: 32px 0 20px 0;
    padding: 0 0 10px 0;
    border: none;
    background-color: #fff;
    color: #111;
    letter-spacing: 0px;
}
.entry-content h4 {
    margin: 28px 0 20px 0;
    padding: 0 0 10px 0;
    border: none;
    letter-spacing: 0px;
    color: #111;
    font-weight: normal;
    border-bottom: 2px solid #111;
}
.entry-content h5 {
    margin: 28px 0 20px 0;
    color: #222;
    font-weight: normal;
}
.entry-content h5::before {
    display: none;
}
.entry-content h6 {
    margin: 28px 0 20px 0;
}
@media screen and (max-width: 680px) {
    .entry-content h1 {
        margin: 30px 0 20px 0;
        font-size: 20px;
    }
    .entry-content h2 {
        margin: 30px 0 20px 0;
        font-size: 19px;
    }
    .entry-content h3 {
        margin: 30px 0 20px 0;
        font-size: 18px;
    }
    .entry-content h4 {
        margin: 20px 0 16px 0;
        font-size: 17px;
    }
    .entry-content h5 {
        margin: 20px 0 16px 0;
        font-size: 16px;
    }
    .entry-content h6 {
        margin: 20px 0 16px 0;
        font-size: 15px;
    }
}
/*スポンサーリンクを中央によせるｃｓｓ*/
.ad-sp{
text-align: center;
}

/*itunes 表示の仕方*/
.itunes-preview-embed {
  margin-bottom: 20px;
}
.itunes-preview-info {
  overflow: hidden;
}
.itunes-preview-img {
  float: left;
  padding: 10px;
}
.itunes-preview-meta {
  padding: 10px;
}
.itunes-preview-meta .itunes-preview-title {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

/*「つづき」の下のコメント欄削除*/
.page-index .entry-footer{
    display: none;
    
}

/*画像をセンタリング*/
.hatena-fotolife {
    text-align:center;
}

/*ブログタイトルをセンタリング*/
#blog-title {
    text-align: center;
}

/*目次のカスタマイズ*/
.table-of-contents li,
.table-of-contents ul{
    list-style-type: decimal;
}

.table-of-contents ul ul{
    display: none;
}


.table-of-contents:before{
    content: "目次";
    font-size: 150%;
}

.table-of-contents{
    padding: 20px 10px 20px 40px !important;
    border-radius: 5px;
    background: #FCFCFC;/*背景色はここから変更*/
}

.table-of-contents ul{
    font-size: 90%;
}

.table-of-contents  ul{
    margin-left: 0;
}



/*装飾 カスタマイズ*/

/*背景グレー*/
.background-gray{
    background: #f0f0f0;
    padding: 30px;
    margin: 5px;
}

/*破線で囲む*/
.background-dashed{
    border: 2px dashed #dcdcdc;
    padding: 20px;
    margin: 5px;
}

/*safran futoで囲む*/
.background-safran-futo{
    border: 4px solid #F3D617;
    margin: 2em 0;
    padding: 2em;
}

/*mizuiro futoで囲む*/
.background-dashed-mizuiro{
    border: 3px dashed #00a0e9;
    margin: 2em 0;
    padding: 2em;
}

/*gold futoで囲む*/
.background-dashed-gold{
    border: 2px dashed #AA9A00;
    margin: 2em 0;
    padding: 2em;
}



/*背景 赤*/
.background-red{
    background: #cc0000;
    padding: 30px;
    margin: 5px;
}

/*背景 サクラ*/
.background-sakura{
    background: #FFE6F3;
    padding: 30px;
    margin: 5px;
    border-radius:2px; /* 角丸 */
    
}

/*背景 黄色*/
.background-yellow{
    background: #FFE928;
    padding: 30px;
    margin: 5px;
}

/*背景 silk*/
.background-silk{
    background: #BBAE98;
    padding: 30px;
    margin: 5px;
}

/*背景 濃いグレー*/
.background-darkgray{
    background: #333;
    padding: 30px;
    margin: 5px;
}

/*背景 limegreen*/
.background-lime{
    background: #A5D152;
    padding: 30px;
    margin: 5px;
}

/*背景 リネン*/
.background-linen {
    background: #FAF0E6;
    padding: 30px;
    margin: 5px;
}

/* 背景 gradient */
.background-gra-pink{
    padding: 30px;
    margin: 5px; 
    border: 1px solid #EDEDED;
    /* 上⇒下への白からピンクに変わっていくグラデーションを指定 */
    background-image: linear-gradient(#fff, #ffc0cb);
}
.background-gra-pink2 {
  padding: 30px;
  margin: 5px; 
  border: 1px solid #ededed;
  background-image: linear-gradient(#fff 50%, #ffc0cb);
}

/*グラデーション囲み枠ピンク*/
.background-gra-pink3 {
  margin: 2em 0;
  padding: 2em;
  background: -webkit-linear-gradient(top, #F9F1EF 0%, #fce6e3 100%);
  background: -moz-linear-gradient(top, #F9F1EF 0%, #fce6e3 100%);
}  


/*recommended記事のカスタマイズ*/
.recommend {
    border: 2px double #000;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.recommend::before {
    background-color: #fff;
    color: #000;
    content: "recommended !!";
    font-weight: bold;
    font-family: 'Mv Boli','Marker Felt';
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/*ポイントのカスタマイズ*/
.point {
    border: 2px solid #cc0000;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.point::before {
    background-color: #fff;
    color: #cc0000;
    content: "POINT";
    font-weight: bold;
    font-family: 'Segoe Script','Bradley Hand'; 
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.point2::before {
  color: #bbe600;
  content: "ポイント！";
  font-family: 'Segoe Script','Bradley Hand'; 
  background: #FFFFFF;
  font-weight: bold;　
  padding: 5px 10px;
  left: 15px;
  top: -15px;
  position: absolute;
}

.point3 {
  background: #FFFFFF;
  margin: 5px 5px; 
  padding: 14px 10px 10px 10px;
  position: relative;
  border-width: 6px;
  border-style: solid;
  border-color: #F7D9E5;

}

.point3::before {
  color: #AA9A00;
  content: "point !";
  font-family: 'Segoe Script','Bradley Hand'; 
  background: #FFFFFF;
  font-weight: bold;　
  padding: 5px 10px;
  left: 15px;
  top: -15px;
  position: absolute;
}

/*メモのカスタマイズ*/
.memo {
    border: 1px dotted #00a0e9;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.memo::before {
    background-color: #fff;
    color: #000;
    content: "memo";
    font-weight: bold;
    font-family: 'Segoe Script','Bradley Hand'; 
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
 
/*文字色*/ 
.pink{
    color: #FF1493; 
}
.e-red{
    color: #cc0000;
}
.rose{
    color: #FD6C9E; 
}
.applegreen{ 
    color: #003366;
}
.rosebonbon{
    color: #F9429E;
}
.midnightblue{
    color: #003366;
}
.gold {
   color: #AA9A00;
} 
.safran {color: #F3D617;
}
.honey {color: #DAB30A;
}
.poppy {color: #ED0000;/*poppy*/
}
.blue {color: #357AB7
}


/*iconのカスタマイズ*/
.fa-pink {color: #FF1493;
}
.fa-gold {color: #AA9A00;
}
.fa-red {color: #cc0000;
}
.fa-white {color: #fff;
}
.fa-black {color: #000;
}
.fa-yellow {color: #FFE928;
}
.fa-blue {color: #001459;
}
.fa-beige {color: #A8A697;
}
.fa-rose {color: #FD6C9E;
}
.fa-rosebonbon {color: #F9429E;
}
.fa-red1 {color: #ED0000;/*poppy*/
}
.fa-safran {color: #F3D617;
}
.fa-lemon {color: #F7FF3C;
}
.fa-honey {color: #DAB30A;
}
.fa-wine {color: #6D071A;
}
.fa-sliver {color: #BDC3C4;
}

/*titleに使う傍線*/

/* ボーダーで区切る */
.header-border1 {
  display: flex;
  align-items: center;
  font: 1.2em 'Segoe Print','Savoye LET',sans-serif;
  text-align: center; 
}
.header-border1:before,
.header-border1:after {
   border-top: 2px solid #003366;
   content: "";
   display: inline; 
   flex-grow: 1;
}
.header-border1:before {
   margin-right: 0.5em;
}
.header-border1:after {
   margin-left: 0.5em;
}


/*見出しのカスタマイズ1*/
.header-check{
    position:relative;
    margin:0 -1px;
    font:bold 30px/1.6 'Segoe Script','Bradley Hand',sans-serif;
    text-align:left;
    color:#333;
    background:#FBE000 !important;
    -webkit-transform: rotate(-3deg) skew(-3deg);
    -moz-transform: rotate(-3deg) skew(-3deg);
    -o-transform: rotate(-3deg) skew(-3deg);
    -ms-transform: rotate(-3deg) skew(-3deg);
    transform: rotate(-3deg) skew(-3deg);
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),
                30px 0 0 0 #FBE000,
                -30px 0 0 0 #FBE000;
}

/* 見出しのカスタマイズ2 */

.header-shopping {
    display: flex;
    align-items: center;
    font:bold 30px/1.6 'Segoe Script','Bradley Hand', sans-serif;
    text-align: center; /* for no-flexbox browsers */
}

.header-shopping:before,
.header-shopping:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

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

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



/* 見出しのカスタマイズ3 */

.header-stripe {
  font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Segoe Script','Savoye LET','Snell Roundhand',sans-serif;
  text-align: center;
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  background-image: linear-gradient(
  -45deg,
  #fff 25%,
  #ffc0cb 25%, #ffc0cb 50%,
  #fff 50%, #fff 75%,
  #ffc0cb 75%, #ffc0cb);
  background-size: 10px 10px;
}   

/* 見出しのカスタマイズ4 */

.header-memory {
    display: flex;
    align-items: center;
    font:bold 20px/1.6 'Segoe Script','Bradley Hand', sans-serif;
    text-align: center; /* for no-flexbox browsers */
}

.header-memory:before,
.header-memory:after {
    border-top: 3px dashed #F9429E;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

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

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

/* 見出しのカスタマイズ5 */

.point2 {
  background: #FFFFFF;
  margin: 5px 5px; 
  padding: 14px 10px 10px 10px;
  position: relative;
  border-width: 3px;
  border-style: double;
  border-color: #bbe600;

}

/*斜めのボーダーの下線*/
.header1 {
  position: relative;
  font:bold 30px/1.6 'Segoe Script','Bradley Hand', sans-serif;
}

.header1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #CECECE, #CECECE 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #CECECE, #CECECE 2px, #fff 2px, #fff 4px);
}

/*文字横に一重線*/
.header2 {
    display: flex;
    align-items: center;
    font:bold 20px/1.6 'Segoe Script','Bradley Hand', sans-serif;
    text-align: center; /* for no-flexbox browsers */
}

.header2:before,
.header2:after {
    border-top: 1px solid #000;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.header2:before {
    margin-right: 0.5em;
}

.header2:after {
    margin-left: 0.5em;
}

/*文字横にシルバー破線*/
.header3 {
    display: flex;
    align-items: center;
    font:bold 20px/1.6 'Segoe Script','Bradley Hand', sans-serif;
    text-align: center; /* for no-flexbox browsers */
}

.header3:before,
.header3:after {
    border-top: 5px dashed #BDC3C4;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.header3:before {
    margin-right: 0.5em;
}

.header3:after {
    margin-left: 0.5em;
}

/*見出しのカスタマイズ6*/
.header-check1{
    position:relative;
    margin:0 -1px;
    font:bold 30px/1.6 'Segoe Script','Bradley Hand',sans-serif;
    text-align:left;
    color:#fff;
    background:#F9429E !important;
    -webkit-transform: rotate(-3deg) skew(-3deg);
    -moz-transform: rotate(-3deg) skew(-3deg);
    -o-transform: rotate(-3deg) skew(-3deg);
    -ms-transform: rotate(-3deg) skew(-3deg);
    transform: rotate(-3deg) skew(-3deg);
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),
                30px 0 0 0 #F9429E,
                -30px 0 0 0 #F9429E;
}

/* マーカー色 */

.marker_lemon_hoso {
background: linear-gradient(transparent 60%, #F7FF3C 60%);
}
.marker_rosebonbon_hoso {
background: linear-gradient(transparent 90%, #F9429E 90%);
}
.marker_lemon_futo {
background: linear-gradient(transparent 0%, #F7FF3C 0%);
}
.marker_safran_hoso {
background: linear-gradient(transparent 60%, #F3D617 60%);
}
.marker_safran_futo {
background: linear-gradient(transparent 0%, #F3D617 0%);
}
.marker_peach_futo {
background: linear-gradient(transparent 0%, #FDBFB7 0%);
}
.marker_pistache_futo {
background: linear-gradient(transparent 0%, #BEF574 0%);
}
.marker_rosecandy_futo {
background: linear-gradient(transparent 0%, #F9E5EC 0%);
}
.marker_pearlgray_futo {
background: linear-gradient(transparent 0%, #EFEFEF 0%);
}
.marker_mistblue_futo {
background: linear-gradient(transparent 0%, #CDF2F2 0%);
}
.marker_linen_futo {
background: linear-gradient(transparent 0%, #FAF0E6 0%);
}
.marker_gran_futo {
background: linear-gradient(transparent 0%, #fce6e3 0%);
}
.marker_lightaqua_futo {
background: linear-gradient(transparent 0%, #BCD4E6 0%);
}
.marker_champagne_futo {
background: linear-gradient(transparent 0%, #FBF2B7 0%);
}
.marker_rosebebe_futo {
background: linear-gradient(transparent 0%, #F9D1D8 0%);
}
.marker_aqua_futo {
background: linear-gradient(transparent 0%, #79F8F8 0%);
}
.marker_lightblue_futo {
background: linear-gradient(transparent 0%, #87CEFA 0%);
}


/* マステ風 */

.maste {
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #efefef 25%, #efefef 50%,
    #fff 50%, #fff 75%,
    #efefef 75%, #efefef
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}


.tape{
  position: absolute;
  top: -0.75em;
  background-color: rgba(255,255,255,.4);
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-3deg);
}
.maste p {
  color: #65513f;
  padding: 15px 10px 10px 10px;
}


/* マステ風３ */

.maste3 {
  position: relative;
  background-color: #F7FF3C;
  padding: 1em;
}

.tape3 {
  position: absolute;
  top: -0.75em;
  background-color: rgba(255,255,255,.4);
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  color: #65513f;
  font-weight: bold;
  transform: rotate(-3deg);
}
.maste3 p {
  color: #65513f;
 
  padding: 15px 10px 10px 10px;
}

/* 背景手書き囲みappkegreen */
.background-tegaki1 {
  border:solid 2px #34C924;
  width:200px;
  margin:25px auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:10px;
}

/* 背景手書き囲み２midnight blue */
.background-tegaki2 {
  border:solid 2px #003366;
  padding: 30px;
  margin: 2px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

/* pinkの背景に白のボーダー */
.background-gran {
  background-color: #fce6e3;
  border: 2px solid #fff;
  box-shadow: 0 0 0 5px #fce6e3;
  margin: 2em 0;
  padding: 2em;
}

/* 太さの違うボーダーの囲み枠 */
.background-border1 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 2px #003366 solid;
   position: relative;
   z-index: 10;
}

.background-border1:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #003366 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠2 圧力鍋レシピ */

.background-border2 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #EDEDED solid;
   position: relative;
   z-index: 10;
}
.background-border2:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 5px #fce6e3 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}
/* 太さの違うボーダーの囲み枠3 下ごしらえ */
.background-border3 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #EDEDED solid;
   position: relative;
   z-index: 10;
}
.background-border3:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 5px #EDEDED solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 ファッション1 */
.background-border4 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 3px #FAF0E6 solid;
   position: relative;
   z-index: 10;
}

.background-border4:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #F9429E solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 ファッション2 */
.background-border5 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 3px #FAF0E6 solid;
   position: relative;
   z-index: 10;
}

.background-border5:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #F3D617 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 ファッション6 */
.background-border6 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 2px #A42424 solid;
   position: relative;
   z-index: 10;
}

.background-border6:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #A42424 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 ファッション10 */
.background-border10 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 3px #EDEDED solid;
   position: relative;
   z-index: 10;
}

.background-border10:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #357AB7 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 作り置き */
.background-border7 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 2.5px #F3D617 dotted;
   position: relative;
   z-index: 10;
}

.background-border7:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 2.5px #F3D617 dotted;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠11 */

.background-border11 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #EDEDED solid;
   position: relative;
   z-index: 10;
}
.background-border11:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 2px #A5D152 dashed;/*ライムグリーン*/
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠12 おばあちゃんのレシピ */
.background-border12 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 2px #B3B191 solid;
   position: relative;
   z-index: 10;
}

.background-border12:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #B3B191 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 炒めもの */
.background-border13 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #BBAE98 solid;
   position: relative;
   z-index: 10;
}

.background-border13:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 5px #BBAE98 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 焼き物 */
.background-border14 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #5472AE solid;
   position: relative;
   z-index: 10;
}

.background-border14:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 3px #5472AE solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 粉もの */
.background-border15 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #FAF0E6 solid;
   position: relative;
   z-index: 10;
}

.background-border15:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 3px #FAF0E6 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 煮物 */
.background-border17 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #E1CE9A solid;
   position: relative;
   z-index: 10;
}

/* 太さの違うボーダーの囲み枠 和え物 */
.background-border18 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 5px #FFE4C4 solid;
   position: relative;
   z-index: 10;
}

.background-border17:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 3px #E1CE9A solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}
/* 太さの違うボーダーの囲み枠19  */

.background-border19 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: .8px #462E01 solid;
   position: relative;
   z-index: 10;
}
.background-border19:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 3px #462E01 solid;/*コーヒー*/
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 太さの違うボーダーの囲み枠 20 茹でもの */
.background-border20 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 3px #F2DDE3 solid;
   position: relative;
   z-index: 10;
}

.background-border20:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #F2DDE3 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}


/* 特集の囲み枠 関係 */
.background-border21 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 3px #FFE4E1 solid;
   position: relative;
   z-index: 10;
}

.background-border21:before {
   content: "";
   padding: 0 .5em;
   position: absolute;
   background: #fff;
   margin: 3px;
   border: 0.8px #FFE4E1 solid;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* 特集の囲み枠 ファッション */
.background-border16 {
   margin: 2em 0;
   padding: 2em;
   background: #fff;
   border: 10px #BBACAC solid;
   position: relative;
   z-index: 10;
}

/*アメリカ生活*/
.background-border22 {
    border: 3px dashed #1560BD;
    margin: 2em 0;
    padding: 2em;
}

/* 薄い水色のストライプ*/
.background-stripe-lightblue {
  padding: 30px;
  margin: 5px;
  border: 1px solid #EDEDED;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #D2EDF2 25%, #D2EDF2 50%,
    #fff 50%, #fff 75%,
    #D2EDF2 75%, #D2EDF2
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}

/* きいろのストライプ*/
.background-stripe-lemon {
  padding: 30px;
  margin: 5px;
  border: 1px solid #fff;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #F7FF3C 25%, #F7FF3C 50%,
    #fff 50%, #fff 75%,
    #F7FF3C 75%, #F7FF3C
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}

/* lightroseの縦のストライプ*/
.background-stripe-lightrose {
  padding: 30px;
  margin: 5px;
  border: 1px solid #fff;
  background-image: linear-gradient(
    0deg,
    #F7D9E5 25%,
    #fff 25%, #fff 50%,
    #F7D9E5 50%, #F7D9E5 75%,
    #fff 75%, #fff
  );
  /* 幅  px、高さ  pxで背景画像のサイズを指定 */
  background-size: 15px 15px;
}



/* マステ４グラデーション*/
.maste4 {
  position: relative;
  border: 1px solid #FBFCFA;
  /* #fffの後にスペースを開けて50%と指定 */
  background-image: linear-gradient(#fff 50%, #74D0F1);  
  padding: 1em;
}

.tape4 {
  position: absolute;
  background-color: rgba(255,255,255,.4);
  border-left:2px solid rgba(0,0,0,.1);
  border-right:2px solid rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;  
  top: -0.75em;
  color: #F7230C;
  font-weight: bold;
}

.maste4 p {
  color: #003366;
  padding: 15px 10px 10px 10px;
}
/* マステ5グラデーションpink*/
.maste5 {
  position: relative;
  border: 1px solid #FBFCFA;
  /* #fffの後にスペースを開けて50%と指定 */
  background-image: linear-gradient(to bottom, #F9DAD6 0%, #FCE6E3 10%, #F9F1EF 20%, #F9F1EF 70%, #FCE6E3 90%, #F9DAD6 100%);  
  padding: 1em;
}

.tape5 {
  position: absolute;
  background-color: rgba(255,255,255,.4);
  border-left:2px solid rgba(0,0,0,.1);
  border-right:2px solid rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;  
  top: -0.75em;
  color: #AA9A00;
  font-weight: bold;
}

.maste5 p {
  color: #aaa;
  padding: 15px 10px 10px 10px;
}

/*マステ６*/
.maste6 {
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(
    -90deg,
    #fff 25%,
    #FFE4C4 25%, #FFE4C4 50%,
    #fff 50%, #fff 75%,
    #FFE4C4 75%, #FFE4C4
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}


.tape6 {
  position: absolute;
  top: -0.75em;
  background-color: rgba(255,255,255,.4);
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  color: #DAB30A;
  transform: rotate(-3deg);
}
.maste6 p {
  color: #003366;
  padding: 15px 10px 10px 10px;
}


.memo2 {
  position: relative;
  padding: 30px;
  margin: 5px;
  background: #EFEFEF;
  border-left:6px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
}


/*goldの傍線の囲い*/
.background-solid1{
    border: 1px solid #AA9A00;
    padding: 5px;
    margin: 5px;
}

/*goldの傍線の囲い*/
.background-border-gold{
    border: 3px solid #AA9A00;
    margin: 2em 0;
    padding: 2em;
}

/*sliverの傍線の囲い*/
.background-border-sliver{
    border: 10px solid #BDC3C4;
    margin: 2em 0;
    padding: 2em;
}

/*cafeの傍線の囲い*/
.background-border-cafe{
    border: 10px solid #785E2F;
    margin: 2em 0;
    padding: 2em;
}


/* 紺のストライプ*/
.background-stripe-midnightblue {
  padding: 5px;
  margin: 5px;
  border: 1px solid #fff;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #003366 25%, #003366 50%,
    #fff 50%, #fff 75%,
    #003366 75%, #003366
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}


/* ストライプの囲み枠gray */
/*外側*/
.background-border8 {
   margin: 2em 0;
   padding: 2em;
   border: 1px solid #fff;
   background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #CECECE 25%, #CECECE 50%,
    #fff 50%, #fff 75%,
    #CECECE 75%, #CECECE
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
    background-size: 8px 8px;
    position: relative;
    z-index: 10;
}
/*内側*/
.background-border8:before {
   content: "";
   padding: .5em;
   position: absolute;
   background: #fff;
   margin: 7px;
   border: 1px solid #EDEDED;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* ストライプの囲み枠黄色のボーダー */
/*外側*/
.background-border9 {
   margin: 2em 0;
   padding: 2em;
   border: 1px solid #fff;
   background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #F7FF3C 25%, #F7FF3C 50%,
    #fff 50%, #fff 75%,
    #F7FF3C 75%, #F7FF3C
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
    background-size: 8px 8px;
    position: relative;
    z-index: 10;
}
/*内側*/
.background-border9:before {
   content: "";
   padding: .5em;
   position: absolute;
   background: #fff;
   margin: 8px;
   border: 1px solid #fff;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}



/* goldの囲み枠にストライプのボーダー */
/*外側*/

.background-kakomi1 {
   border: 1px solid #AA9A00;
   margin: 2em 0;
   padding: 2em;
   position: relative;
   z-index: 10;
}
/*内側*/
.background-kakomi1:before {
   content: "";
   padding: .5em;
   position: absolute;
   margin: 8px;
   background-image: linear-gradient(
    -90deg,
    #fff 25%,
    #D2EDF2 25%, #D2EDF2 50%,
    #fff 50%, #fff 75%,
    #D2EDF2 75%, #D2EDF2
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
   background-size: 15px 15px;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/* ストライプの囲み枠granのボーダー */
/*外側*/
.background-border-gran {
   margin: 2em 0;
   padding: 2em;
   border: 1px solid #fff;
   background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #fce6e3 25%, #fce6e3 50%,
    #fff 50%, #fff 75%,
    #fce6e3 75%, #fce6e3
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
    background-size: 8px 8px;
    position: relative;
    z-index: 10;
}
/*内側*/
.background-border-gran:before {
   content: "";
   padding: .5em;
   position: absolute;
   background: #fff;
   margin: 8px;
   border: 1px solid #fff;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   z-index: -10;
}

/*傍線あれこれ*/

.border1 {
  border-top: 1px dashed #AA9A00;
  }

.border2 {
  border-top: 1px solid #C60800;
}

.border3 {
  border-top: 3px solid #000; 
  border-bottom: .8px solid #000;
  padding: .5em;
  margin: 8px;
  }
  
.border4 {
  border-top: 3px dashed #F400A1;
}  


/*ファッションのまとめの囲み*/
.header-fashion {
    display: flex;
    align-items: center;
    font:bold 20px/1.6 'Segoe Script','Bradley Hand', sans-serif;
    text-align: center; /* for no-flexbox browsers */
}

.header-fashion:before,
.header-fashion:after {
    border-top: 3px solid #000; 
    border-bottom: .8px solid #000;
    padding: .5em;
    margin: 8px;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

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

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



/*line paper*/

.lined-paper {
  height: 600px;
	position: relative;
	background-color: #ffffe7; 
	background-image: 
		linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
		linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
		linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
	background-size: 100% 1.5em;
}

.lined-paper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	background-color: #ffffe7; 
	background-image: 
		linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
		linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px);
}

/* ページトップへ戻るボタン */
#page-top-area {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#page-top-button {
    color: rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#page-top-button:hover {
    color: rgba(0,0,0,0.6);
}

.card1 {
  position: relative;
  border: 1px solid #EDEDED;
  margin: 1em;
  padding: 1em 1em;
  background: #fff;
}

.card1:before{
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 15px;
  vertical-align: middle;
  content: "\f02e";
  font-family: FontAwesome;
  color: #F9429E;
  font-size: 35px;
  line-height: 1;
}

/*tableタグのカスタマイズ*/
table th, table td {
  border: solid 0px;
  /*実線 1px 黒*/
}


/*浮き上がるボタン1*/
.button_gu{
  display: inline-block;
  background-color: #0131B4;/*背景色*/
  color: #FFF!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_gu:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
/*浮き上がるボタン2*/
.button_black{
  display: inline-block;
  background-color: #000;/*背景色*/
  color: #FFF!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_black:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
/*浮き上がるボタン3*/
.button_blue{
  display: inline-block;
  background-color: #ED0000;/*背景色*/
  color: #FFF!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_blue:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

/*浮き上がるボタン4*/
.button_1{
  display: inline-block;
  background-color: #fff;/*背景色*/
  border: 1px solid #333;
  color: #03224C!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_1:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

/*浮き上がるボタン5*/
.button_2{
  display: inline-block;
  background-color: #FEBFD2;/*背景色*/
  color: #fff!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_2:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

/*浮き上がるボタン6*/
.button_3{
  display: inline-block;
  background-color: #BBAE98;/*背景色*/
  color: #333!important;/*文字色*/
  font-size: .9em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.button_3:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

/*浮き上がるボタン7*/
.button_4{
    text-align:center; /*ボタンの中央配置 */
    margin:20px auto 20px auto;  /*ボタンの上右下左の余白 */
    max-width: 300px;  /*ボタンの横幅 */
    text-align: center;  /*ボタン内の文字中央寄せ */
    padding: 10px;  /*ボタン内文字の余白 */
    background-color: #1E7FCB;  /*ボタンの背景色 */
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;  /*ボタンの角を少し丸く */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;  /*ボタン内文字は太字 */
    color: #ffffff !important;  /*ボタン内の文字色 */
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;/*変化を緩やかに*/
}
.button_4:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

  
/* この記事が気に入ったらフォロー */
/* フォローボタン */
ul.social-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    -webkit-padding-start: 0;/* user agent stylesheet の無効化 */
}
.social-icon li a {
    display: block;
    margin: 0 5px 5px 0;
    color: #fff;
    width: 50px;/* 丸ボタンの幅 */
    height: 50px;/* 丸ボタンの高さ */
    line-height: 50px;/* 高さに揃える */
    border-radius: 50%;
    text-align:center;
}
.social-icon .hatena {
    background: #fff;
    color: #3d3f44;
  }
.social-icon .hatena .lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -20%;
}
.social-icon .twitter {
    background: #00a1e9;
    color: #fff;
}
.social-icon .feedly {
    background: #87c040;
    color: #fff;
}
.social-icon .instagram {
    background: #fff;
    color: #2e6ca5;
}
/* この記事が気に入ったらバナー */
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
 
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
    background-size: cover;
}
 
.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 18px;
}
 
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 480px) {
.social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/*カエレバのボタン位置変更*/
.shoplinkrakuten img{display:none;}
.shoplinkamazon img{display:none;}
.shoplinkkindle img{display:none;}