@charset "utf-8"; /**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Colony
* The first edition: 2016.8.29
* 2016.9.9 - リストマーカーの位置を調整
* latest update: 2016.10.5 - JS削除(軽量化), その他微調整
*/
/***------------------------------------------
      reset
------------------------------------------***/
html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, p, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

strong, b {
    font-weight: bold;
}

i {
    font-style: italic;
}

address, small, time {
    display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    word-wrap: break-word;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: transparent;
    outline: none;
}

table {
    word-break: break-all;
}

img {
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}

iframe, embed {
    max-width: 100%;
}

textarea {
    max-width: 100%;
}

input[type="text"], input[type="password"], input[type="search"], textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: inherit;
}

select {
    outline: none;
    border-radius: 0;
    font-size: inherit;
}

input[type="submit"] {
    outline: none;
    -webkit-appearance: button;
    border-radius: 0;
    font-size: inherit;
}

pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    font-family: 'Menlo', 'consolas', 'Courier';
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

/* fc2 */
.fc2_footer {
    margin: 20px 0;
}

#fc2_text_ad {
    font-size: 12px;
}

#change_mobile {
    display: none;
}

/***------------------------------------------
      clearfix
------------------------------------------***/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/***------------------------------------------
      blockquote
------------------------------------------***/
blockquote {
    width: 98%;
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255,.4);
    border: 1px solid rgb(206,206,206);
    border-radius: 2px;
    padding: 2.5em;
    position: relative;
    z-index: 1;
}

blockquote:before {
    content: "“";
    font-size: 700%;
    color: rgb(206,206,206);
    line-height: 1em;
    font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

blockquote:after {
    content: "”";
    font-size: 700%;
    color: rgb(206,206,206);
    line-height: 0em;
    font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/***------------------------------------------
      link
------------------------------------------***/
a {
    text-decoration: none;
    color: rgb(150,150,150);
    /* 注)基本リンク色 (approx)Pink Swan */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a:hover {
    color: rgb(51,51,51);
}

/***------------------------------------------
      common
------------------------------------------***/
span.month01:before {
    content: "January";
}

span.month02:before {
    content: "February";
}

span.month03:before {
    content: "March";
}

span.month04:before {
    content: "April";
}

span.month05:before {
    content: "May";
}

span.month06:before {
    content: "June";
}

span.month07:before {
    content: "July";
}

span.month08:before {
    content: "August";
}

span.month09:before {
    content: "September";
}

span.month10:before {
    content: "October";
}

span.month11:before {
    content: "November";
}

span.month12:before {
    content: "December";
}

span.youbiSun:before {
    content: "Sunday";
}

span.youbiMon:before {
    content: "Monday";
}

span.youbiTue:before {
    content: "Tuesday";
}

span.youbiWed:before {
    content: "Wednesday";
}

span.youbiThu:before {
    content: "Thursday";
}

span.youbiFri:before {
    content: "Friday";
}

span.youbiSat:before {
    content: "Saturday";
}

/***------------------------------------------
      layout
------------------------------------------***/
body {
    background-color: rgb(245,245,245);
    /* 注)全体背景色 White Smoke */
    color: rgb(51,51,51);
    /* 注)テキスト基本色 Night Rider */
    font-size: 13px;
    font-family: メイリオ,Verdana,Osaka;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 90%;
}

#main-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    padding-bottom: 60px;
}

#primary {
    margin-right : -300px;
    width: 100%;
    float : left;
    padding-bottom: 80px;
    -webkit-animation: slideInUp 1.5s;
    animation: slideInUp 1.5s;
}

#main {
    margin-right: 330px;
}

#secondary {
    width: 300px;
    float: left;
    -webkit-animation: slideInUp 1.8s;
    animation: slideInUp 1.8s;
}

#tertiary {
    margin: 0 auto;
    width: 100%;
    color: rgb(51,51,51);
    position: relative;
    text-align: center;
}

#tertiary:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.aside-footer-container {
    padding: 40px 0 60px;
}

/***------------------------------------------
      header
------------------------------------------***/
#header-banner {
    padding-bottom: 70px;
    position: relative;
}

#header-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url() center top;
    /* 注)ヘッダー最上部細い背景 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#blog-name-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    padding: 58px 70px;
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
    margin: 0 auto;
    width: 100%;
    font-family: メリオ,Century Gothic;
    -webkit-animation: slideInDown 1.5s;
    -moz-animation: slideInDown 1.5s;
    -o-animation: slideInDown 1.5s;
    animation: slideInDown 1.5s;
}

#blog-title a {
    color: rgb(186, 139, 124);
}

#blog-title a:hover {
    color: rgb(136, 112, 104);
}

cc {
    display: inline-block;
    color: rgb(51,51,51);
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
    padding-top: 20px;
    font-size: 13px;
}

/* blog title animation */
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-100px);
    }

    50% {
        opacity: 0;
        -o-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    50% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* main contents and side menu animation */
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(30px);
    }

    50% {
        opacity: 0;
        -o-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    50% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/***------------------------------------------
      SNS (header and footer on article)
------------------------------------------***/
#header-sns {
    margin: -34px auto 0;
    width: 90%;
    max-width: 1280px;
    list-style: none;
    padding: 0 12px;
    text-align: right;
}

#footer-sns {
    text-align: right;
}

#header-sns li, #footer-sns li {
    display: inline-block;
    margin: 0 0 4px 8px;
}

#header-sns li a, #footer-sns li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgb(51,51,51);
    line-height: 30px;
    text-align: center;
}

#footer-sns {
    text-align: right;
}

#footer-community li {
    display: inline-block;
    margin: 0 0 4px 8px;
}

#header-sns li a .fa, #header-sns li a .fa:before, #footer-sns li a .fa, #footer-sns li a .fa:before {
    line-height: 30px;
}

#header-sns li a:hover, #footer-sns li a:hover {
    color: white;
}

/* SNS brand color */
#header-sns li .c-facebook:hover, #footer-sns li .c-facebook:hover {
    background-color: rgb(59,89,152);
}

#header-sns li .c-twitter:hover, #footer-sns li .c-twitter:hover {
    background-color: rgb(73,171,242);
}

#header-sns li .c-instagram:hover, #footer-sns li .c-instagram:hover {
    background-color: rgb(81,127,164);
}

#header-sns li .c-pinterest:hover, #footer-sns li .c-pinterest:hover {
    background-color: rgb(206,15,25);
}

#header-sns li .c-google-plus:hover, #footer-sns li .c-google-plus:hover {
    background-color: rgb(221,75,57);
}

#header-sns li .c-youtube:hover {
    background-color: rgb(204,24,30);
}

#footer-sns li .c-pencil:hover {
    background-color: rgb(186,164,157);
}

/***------------------------------------------
      global navigation
------------------------------------------***/
.navi-menu {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    background-color: transparent;
}

.ordinary-navi {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    background-color: rgb(245,245,245);
    padding: 0 12px;
}

.fixed-positioning {
    position: fixed;
    top: 0;
    z-index: 100004;
}

.navi-menu-adjust {
    top: 27px;
}

/* for only smartphone */
.mobile-toggle {
    display: none;
    width: 55px;
    height: 45px;
    padding: 16px 12px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000010;
    font-size: 20px;
}

.mobile-toggle span {
    display: block;
    margin-bottom: 5px;
    width: 25px;
    height: 3px;
    background: rgb(186,164,157);
    /* 注)ドロワーハンバーガーボタンの色(スマホのみ) (approx)Tonys Pink */
    border-radius: 1000px;
}

.dropmenu {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    list-style: none;
    padding: 0 12px;
    font-size: 12px;
}

.dropmenu > li {
    display: inline-block;
    margin: 0;
    padding-right: 2.5em;
    position: relative;
}

.dropmenu .pc-hide {
    display: none;
}

.dropmenu > li > a {
    display: block;
    margin: 0;
    height: 100%;
    color: rgb(51,51,51);
    /* 注)ナビゲーションリンク色 */
    padding: 1em 0;
    text-decoration: none;
}

.dropmenu > li > ul > li {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .dropmenu {
        padding: 0;
        text-align: center;
    }

    .dropmenu > li {
        width: 17%;
        padding: 0;
    }
}

/* search modal */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.remodal, [data-remodal-id] {
    display: none;
}

.remodal-overlay {
    display: none;
    background: rgba(255,255,255,.95);
    /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
    position: fixed;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    z-index: 100005;
}

.remodal-wrapper {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100005;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    content: "";
    display: inline-block;
    margin-left: -0.05em;
    height: 100%;
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.remodal {
    outline: none;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px 0;
    font-family: 'Oranienbaum', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'serif';
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}

.remodal-close {
    display: block;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 0;
    color: rgb(179,179,179);
    /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
    cursor: pointer;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -50px;
    left: 0;
    font-family: 'Oranienbaum', 'sans-serif';
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.remodal-close:hover, .remodal-close:focus {
    color: rgb(51,51,51);
    /* 注)サイト内検索モーダル Closeホバー時文字色 Night Rider */
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.remodal-search-form input {
    display: block;
    margin: 0 auto;
    width: 98%;
    max-width: 800px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(51,51,51);
    /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
    outline: none;
    padding: .3em;
    font-size: 20px;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/***------------------------------------------
      top page(grid)
------------------------------------------***/
#grid-container {
    margin: 0 auto;
    width: 100%;
}

.element-item {
    width: 33.33%;
    float: left;
    padding: 0 12px 24px 12px;
}

.element-wrapper {
    position: relative;
}

.element-wrapper:before {
    content: "";
    display: block;
    padding-top: 140%;
}

.inner-parent {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 10px solid white;
    box-shadow: 4px 4px 13px -1px rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}

.imgLiquidFill {
    width: 100%;
    height: 50%;
}

/* mask for no-image */
.no-image-mask {
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    left: 0;
}

.no-image-mask p {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.no-image-mask p span {
    display: table-cell;
    color: rgba(51,51,51,.4);
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

/* grid content */
.context-wrap {
    width: 100%;
    height: 50%;
    line-height: 1.3;
    padding: 10px;
}

.context {
    display: table;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

/* left */
.context-left {
    display: table-cell;
    width: 20%;
    padding-bottom: 50px;
    vertical-align: bottom;
}

.element-entry-time span {
    display: block;
}

.big-font {
    font-size: 25px;
}

/* right */
.context-right {
    display: table-cell;
    width: 80%;
    padding-bottom: 10px;
    vertical-align: bottom;
    text-align: right;
}

.number-of-comment {
    padding-bottom: 5px;
}

.element-category {
    padding-bottom: 5px;
    font-size: 12px;
}

.element-title {
    /* 注)記事タイトル文字関連(トップページ・個別記事共通) */
    margin: 10px auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.61;
}

.element-title a {
    color: rgb(124, 123, 123);
}

/* new mark on top page */
.post-wrapper {
    position: absolute;
    top: 43%;
    left: 17px;
}

.postmark {
    margin: 0;
    width: 80px;
    height: 80px;
    border: 6px double rgba(186,164,157,.7);
    border-radius: 50%;
    color: red;
    line-height: 50px;
    padding: 10px;
    position: relative;
    text-align: center;
    font-family: 'Oranienbaum', 'serif';
    font-size: 14px;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
}

.postmark:before {
    content: 'Latest';
    display: block;
    width: 48px;
    border-bottom: 1px solid rgb(186,164,157);
    color: rgb(186,164,157);
    line-height: 1;
    padding: 0 0 3px;
    position: absolute;
    top: 14%;
    font-size: 12px;
}

.postmark:after {
    content: 'entry';
    display: block;
    width: 48px;
    border-top: 1px solid rgb(186,164,157);
    color: rgb(186,164,157);
    line-height: 1;
    position: absolute;
    bottom: 14%;
    padding: 2px 0 0;
    font-size: 12px;
}

@media screen and (max-width: 1320px) {
    .element-item {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    #main-container, #blog-name-container, #header-sns, .ordinary-navi {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .element-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 950px) {
    .element-item {
        margin: 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    #main-container, #blog-name-container, #header-sns, .ordinary-navi {
        width: 100%;
    }

    #blog-name-container, #header-sns, .ordinary-navi {
        max-width: 600px;
    }

    .element-item {
        width: 100%;
        max-width: 600px;
        float: none;
    }

    .element-wrapper:before {
        padding-top: 110%;
    }

    .imgLiquidFill, .no-image-mask {
        height: 50%;
    }

    .context {
        height: 50%;
    }

    .context-left {
        padding-top: 30px;
        padding-bottom: 0;
        vertical-align: top;
    }
}

/***------------------------------------------
      individual article
------------------------------------------***/
.main-body {
    margin: 0 12px 60px;
    background-color: white;
    box-shadow: 4px 4px 13px -1px rgba(0,0,0,.1);
    overflow: hidden;
    padding: 20px 40px;
    position: relative;
}

.main-body img {
    margin: 15px 0;
}

.main-body img.emoji {
    margin: 0;
}

@media screen and (max-width: 640px) {
    .main-body {
        padding: 20px;
    }
}

.entry-header {
    font-family: メイリオ,Verdana,Osaka;
    font-size: 13px
}

.entry-title {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
}

.entry-info ul {
    display: inline-block;
    list-style: none;
}

.entry-info ul li {
    display: inline-block;
    padding-right: 1em;
}

.contents {
    padding: 20px 0;
}

.contents .inner-contents {
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    font-family: "Hiragino Kaku Gothic Pro";
    color: rgb(66, 66, 66);
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: rgb(66, 66, 66);
}

/* back to default */
.inner-contents ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: disc;
}

.inner-contents ol {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: decimal;
}

.inner-contents a:hover {
    text-decoration: underline;
}

.height-adjust {
    padding-top: 66px;
    margin-top: -46px;
}

.category-name {
    padding: 40px 0 10px;
}

.category-name a {
    padding: 0 2px;
}

/* tag on article */
.tags a {
    margin-top: 20px;
    padding: 0 2px;
}

/* new mark on article */
.entry-postmark {
    color: red;
    font-size: 12px;
}

/***------------------------------------------
      posted comment
------------------------------------------***/
.another-title {
    margin: 0 auto;
    font: 18px/1.3 'Oranienbaum', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

.border-container {
    min-height: 46px;
    padding-left: 55px;
    position: relative;
    font-weight: 600;
}

.border-container:before {
    content: "\f007";
    width: 46px;
    height: 46px;
    display: inline-block;
    background-color: rgb(207,207,207);
    /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
    border-radius: 50%;
    color: white;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    text-align: center;
}

.visitor-name {
    font-size: 14px;
}

.comment-title {
    margin-bottom: 5px;
}

.comment-body {
    padding: 10px 0;
}

.visitor-fotter-info {
    margin-top: 10px;
    text-align: right;
}

/***------------------------------------------
      comment form
------------------------------------------***/
#comment_form {
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
    vertical-align: middle;
    text-decoration: none;
}

#comment_form label {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
    margin-bottom: 10px;
    width: 100%;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
    padding: 12px;
}

#comment_form input:focus, #comment:focus {
    border: 1px solid rgb(179,179,179);
    /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 (approx)Pink Swan */
}

#comment {
    margin-bottom: 10px;
    width: 100%;
    min-height: 200px;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
    line-height: 1.5;
    padding: 12px;
}

#comment_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
    padding-top: 46px;
    margin-top: -46px;
    position: relative;
}

/* checkbox */
#no-p input:focus {
    outline: none;
}

#no-p input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

#no-p input[type=checkbox] + label {
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    line-height: 1.5px;
    position: relative;
    left: 0;
}

@media (min-width: 1px) {
    #no-p input[type=checkbox] {
        display: none;
        margin: 0;
    }

    #no-p input[type=checkbox] + label {
        padding: 2px 0 0 24px;
    }

    #no-p input[type=checkbox] + label:before {
        content: "";
        display: block;
        margin-top: -10px;
        width: 18px;
        height: 18px;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 0;
    }

    #no-p input[type=checkbox] + label:before {
        border: 1px solid rgb(220,220,220);
        /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
        border-radius: 2px;
    }

    #no-p input[type=checkbox]:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
    }

    #no-p input[type=radio]:checked + label:after {
        margin-top: -4px;
        width: 8px;
        height: 8px;
        background: rgb(51,51,51);
        /* 注)secretコメントチェックマーク色 Night Rider(1/3) */
        border-radius: 8px;
        top: 2px;
        left: 5px;
    }

    #no-p input[type=checkbox]:checked + label:after {
        margin-top: -8px;
        width: 16px;
        height: 8px;
        border-bottom: 3px solid rgb(51,51,51);
        /* 注)secretコメントチェックマーク色 Night Rider(2/3) */
        border-left: 3px solid rgb(51,51,51);
        /* 注)secretコメントチェックマーク色 Night Rider(3/3) */
        left: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* send and delete button */
#sendbtn, #delbtn {
    margin-top: 20px;
    margin-right: 20px;
    width: 156px;
    height: 30px;
    background-color: rgb(152,126,117);
    /* 注)send, deleteボタン背景色 (approx)Hemp */
    border: none;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    color: white;
    /* 注)send, deleteボタン文字色 */
    cursor: pointer;
    padding: 4px 0;
    font-family: 'Oranienbaum', 'serif';
    font-size: 14px;
    /* 注)コメントsend/ deleteボタンフォント大きさ */
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#sendbtn:hover, #delbtn:hover {
    background-color: rgb(186,164,157);
    /* 注)send, deleteボタンホバー時背景色 (approx)Martini */
}

.comment-info {
    text-align: right;
}

/***------------------------------------------
      trackback
------------------------------------------***/
.op, #for-trackback-word {
    display: block;
    width: 100%;
    max-width: 600px;
}

.op {
    margin: 30px auto 10px;
    border: 1px solid rgb(220,220,220);
    /* 注)トラックバックボーダー色 Gainsboro */
    border-radius: 0;
    padding: .5em;
    outline: none;
    font-size: 13px;
    /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
    margin: 0 auto;
}

.op:focus {
    border: 1px solid rgb(179,179,179);
    /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}

/***------------------------------------------
      related post, trackback list
------------------------------------------***/
/* with thumbnail */
#fc2relate_entry_thumbnail_area {
    margin: 120px auto 30px;
    position: relative;
    z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
    display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
    overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
    content: "You may also like";
    /* 注)関連記事 タイトル変更はここです */
    display: block;
    margin: auto;
    width: 100%;
    border-top: 1px solid silver;
    padding-top: 20px;
    position: absolute;
    top: -70px;
    z-index: 3;
    font: 16px/1.3 'Oranienbaum', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
    font-size: 16px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
    height: 98px;
    float: left;
}

@media screen and (max-width: 1320px) {
    #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
        width: 50%;
    }
}

@media screen and (max-width: 567px) {
    #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
        width: 100%;
        float: none;
    }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
    padding-right: 1em;
    word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.related-overlay {
    border-radius: 50%;
    position: relative;
}

.related-overlay:before {
    content: "";
    width: 90px;
    height: 90px;
    background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonynoimage.jpg) center center /cover no-repeat;
    /* 注)No image画像 関連記事リスト */
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

.related-overlay:after {
    content: "No image";
    display: block;
    width: 90px;
    height: 90px;
    background-color: rgba(255,255,255,.7);
    color: rgba(51,51,51,.6);
    line-height: 90px;
    position: absolute;
    z-index: 3;
    font-family: 'Oranienbaum', 'serif';
    text-align: center;
}

@media screen and (max-width: 479px) {
    #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
        width: 90px !important;
        height: 90px !important;
    }

    #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
        width: 90px !important;
        height: 90px !important;
    }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off, .tb_dl {
    margin-top: 30px;
    background: rgb(248,248,248);
    /* 注)関連記事・トラックバック一覧背景色 (approx)Whisper */
    border-radius: 4px;
    padding: 20px;
}

.fc2relate_entry_thumbnail_off .relate_dt, .tb_dt {
    font-weight: bolder;
    padding-bottom: 5px;
}

.date {
    padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul, .tb_ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tb_li {
    margin-top: -46px;
    padding-top: 46px;
}

/***------------------------------------------
      index (title list), search page
------------------------------------------***/
.list-title {
    margin: 0 auto;
    line-height: 1.5;
    font-weight: bolder;
    font-size: 14px;
    /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
    text-decoration: none;
}

.list-entry {
    padding: 5px 0;
}

.list-entry-date, .list-entry-category {
    text-align: right;
}

.list-entry-category {
    font-size: 12px;
    /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 72px;
    height: 72px;
    float: right;
}

.thumbnails {
    display: inline-block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
}

.search-noimage {
    width: 100%;
    height: 100%;
    background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonynoimage.jpg) center center /cover no-repeat;
    /* 注)No image画像 検索結果 */
}

.search-noimage:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnails .no-image-text {
    margin: auto;
    width: 100%;
    height: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: 'Oranienbaum', 'serif';
    font-size: 12px;
    /* 注)検索結果ページNo imageフォント大きさ */
    text-align: center;
}

/***------------------------------------------
      side menu(secondary)
------------------------------------------***/
.side-menu {
    display: inline-block;
    margin: 0 auto;
    width: 300px;
    line-height: 1.8;
    padding: 0 20px 30px;
    vertical-align: top;
    font-size: 12px;
    /* 注)サイドメニューフォント大きさ */
}

.side-menu img {
    vertical-align: -1px;
}

.sidebar-style {
    text-align: left;
}

#plugin-compact-monthly-archive dt, #plugin-compact-monthly-archive dd, #plugin-compact-monthly-archive dl {
    float: left;
    display: block;
    width: 100%;
}

#plugin-compact-monthly-archive dd {
    display: flex;
}

#plugin-compact-monthly-archive a {
    padding: 0;
    margin: 0;
}

.sidebar-style .profile img {
    margin-bottom: 20px;
}

.side-menu h4 {
    margin: 0 auto 20px;
    background-color: rgb(186,164,157);
    /* 注)サイドメニュープラグインタイトル背景色 (approx)Martini */
    color: white;
    line-height: 1.3;
    padding: .4em .2em;
    text-align: center;
    font-size: 14px;
}

.side-menu a:hover {
    color: rgb(51,51,51);
}

.side-menu ul {
    margin-left: 1.5em;
    list-style-type: disc;
}

/* only smartphone */
#sidenav {
    margin: 0 auto;
    width: 100%;
    background-color: rgb(245,245,245);
    /* 注)スマホドロワーメニュー背景色 White Smoke */
    font-size: 14px;
}

#sidenav > aside {
    height: 100%;
    overflow: auto;
    padding: 40px 0 100px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#tertiary a {
    color: rgb(51,51,51);
}

#tertiary a:hover {
    color: rgb(150,150,150);
}

/***------------------------------------------
      official plug-in
------------------------------------------***/
/* calendar */
.calender {
    margin: 0 auto;
    width: 260px;
    border-spacing: 3px 6px;
    table-layout: fixed;
    font-size: 12px;
    text-align: center;
}

.calender caption {
    margin-bottom: 10px;
}

#prevMonth {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}

.calender-month-style {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    font-size: 15px;
    text-transform: uppercase;
}

#nextMonth {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}

.sun {
    color: rgb(161,12,0);
}

.calender td {
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.calender td a {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(45,48,62,.2);
    /* 注)カレンダーリンクボーダー色 (approx)Pattens Blue */
    border-radius: 50%;
    color: rgb(51,51,51);
    line-height: 28px;
}

.calender td a:hover {
    background: rgb(152,126,117);
    /* 注)カレンダーリンクホバー時背景色 (approx)Pattens Blue */
    border-color: rgb(152,126,117);
    color: white;
}

/* profile */
.plugin-myimage {
    margin-bottom: 10px;
    text-align: center !important;
}

/* mail form */
.sidebar-style form {
    display: block;
    margin: 0 auto;
    width: 98%;
    max-width: 260px;
}

.sidebar-style input:not([type="submit"]), .sidebar-style textarea, .sidebar-style select {
    display: inline-block;
    margin-left: 1%;
    width: 98% !important;
    background-color: white;
    border: 1px solid rgb(207,207,207);
    border-radius: 2px;
    outline: none;
    padding: .5em;
}

.sidebar-style input[type="submit"] {
    margin-left: 1%;
    background-color: rgb(152,126,117);
    border: none;
    color: white;
}

/* search */
.plugin-search {
    margin: 0 auto;
    width: 98%;
}

.plugin-search input {
    margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
    display: inline-block;
    margin: 2px;
    border: 1px solid rgb(220,220,220);
    /* 公式タグボーダー色 Gainsboro */
    padding: .3em .2em .2em;
}

/***------------------------------------------
      pager
------------------------------------------***/
/* general */
.pager {
    margin: 70px auto 50px;
    width: 100%;
}

.simple-pagination {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.simple-pagination ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.simple-pagination li {
    display: block;
    margin: 3px;
    box-shadow: 1px 0 0 0 rgb(229,229,229), 0 1px 0 0 rgb(229,229,229), 1px 1px 0 0 rgb(229,229,229), 1px 0 0 0 rgb(229,229,229) inset, 0 1px 0 0 rgb(229,229,229) inset;
    float: left;
    list-style: none;
}

.light-theme a, .light-theme span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    color: rgb(51,51,51);
    line-height: 35px;
    vertical-align: middle;
    font-size: 12px;
    /* 注)汎用ページ送りフォント大きさ */
    text-align: center;
}

.light-theme a:hover {
    background-color: rgb(186,164,157);
    /* 注)汎用ページ送りマウスホバー時背景色 (approx)Martini */
    color: white;
    opacity: 1;
}

.prev, .next {
    border: none !important;
    font-weight: bolder;
}

.light-theme .current {
    background: rgba(212,217,220,.4);
    /* 注)汎用ページ送り現在ページ背景色 (approx)Pattens Blue+不透明度0.4 */
    color: rgb(51,51,51);
}

.light-theme .ellipse {
    color: rgb(51,51,51);
    font-weight: bold;
}

.light-theme .prev, .light-theme .next {
    background-color: rgb(152,126,117);
    /* 注)汎用ページ送りprev/ next背景色 (approx)Hemp */
    box-shadow: none;
    color: white;
}

/* article */
.posted-pager {
    display: table;
    table-layout: fixed;
    margin: 0 auto 50px;
    width: 98%;
    font-size: 12px;
    /* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell, .page-center-cell, .page-right-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-center-cell {
    text-align: center;
}

.page-right-cell {
    text-align: right;
}

.prev-a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

.prev-a:before {
    content: "\f104";
    margin: auto;
    width: 35px;
    height: 35px;
    background-color: rgb(152,126,117);
    /* 注)個別記事prevページ送り背景色 (approx)Hemp */
    color: white;
    line-height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.page-center-cell {
    width: 50px;
    height: auto;
    text-align: center;
}

.center-a {
    width: 100%;
    height: 100%;
}

.center-a .fa {
    width: 35px;
    height: 35px;
    background-color: rgb(152,126,117);
    /* 注)個別記事homeページ送り背景色 (approx)Hemp */
    color: white;
    line-height: 35px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.center-a .fa:before {
    line-height: 35px;
}

.next-a {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    position: relative;
    text-align: right;
}

.next-a:before {
    content: "\f105";
    margin: auto;
    width: 35px;
    height: 35px;
    background-color: rgb(152,126,117);
    /* 注)個別記事nextページ送り背景色 (approx)Hemp */
    color: white;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.prev-a:hover:before, .center-a:hover .fa, .next-a:hover:before {
    background-color: rgb(186,164,157);
    /* 注)個別記事ページ送りホバー時背景色 (approx)Pattens Blue */
}

/* side pagination */
.side-pager-left, .side-pager-right {
    width: 180px;
    height: 80px;
    opacity: 0;
    position: fixed;
    top: 40%;
    z-index: 100003;
    font-size: 12px;
    /* 注)サイドページ送りフォント大きさ */
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
}

.side-pager-left {
    left: -157px;
}

.side-pager-right {
    right: -157px;
}

.page-div-right, .page-div-left {
    display: block;
    margin: 0;
    width: 180px;
    height: 80px;
}

.side-pager-right a, .side-pager-left a {
    display: block;
    width: 100%;
    height: 100%;
    color: rgb(51,51,51);
    word-break: break-all;
    -webkit-transition: none;
    transition: none;
}

.page-table {
    display: table;
    width: 100%;
    height: 100%;
}

.circle-cell {
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: top;
}

.circle {
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(186,164,157,.2);
    /* 注)個別記事ページサイドページ送りnext, prev背景色 (approx)Martini+不透明度0.2 */
    border-radius: 50%;
    line-height: 80px;
    position: relative;
    z-index: 100003;
    text-align: center;
}

.title-cell {
    display: table-cell;
    width: 100%;
    padding: 0 10px;
    vertical-align: middle;
}

.appear {
    opacity: 1;
}

/* title list */
.titlelist-pager {
    display: table;
    table-layout: fixed;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 300px;
}

.t-prev-a, .t-center-a, .t-next-a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.t-prev-a .fa, .t-center-a .fa, .t-next-a .fa {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgb(152,126,117);
    /* 注)全記事リストページ送りprev/ next背景色 (approx)Hemp */
    color: white;
    line-height: 35px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.t-prev-a .fa:before, .t-center-a .fa:before, .t-next-a .fa:before {
    line-height: 35px;
}

.t-prev-a:hover .fa, .t-center-a:hover .fa, .t-next-a:hover .fa {
    background-color: rgb(186,164,157);
    /* 注)全記事リストページ送りホバー時背景色 (approx)Martini */
}

/***------------------------------------------
      rss thumbnail
------------------------------------------***/
#feedContainer {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
}

.rss-container {
    width: 12.5%;
    float: left;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .rss-container {
        width: 20%;
    }
}

@media screen and (max-width: 640px) {
    .rss-container {
        width: 25%;
    }
}

@media screen and (max-width: 510px) {
    .rss-container {
        width: 33.33%;
    }
}

@media screen and (max-width: 400px) {
    .rss-container {
        width: 50%;
    }
}

.rss-container:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.rss-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.rss-image {
    width: 100%;
    height: 100%;
}

.rss-image img {
    width: auto;
    max-width: initial;
    height: 120%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.time-stamp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.time-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rss-date {
    display: table-cell;
    color: white;
    vertical-align: middle;
    text-align: center;
}

#rss-thumbnail-list a:hover .time-table {
    opacity: 1;
}

#rss-thumbnail-list a:hover .rss-no-image {
    opacity: .3;
}

.no-image-overlay {
    width: 100%;
    height: 100%;
    background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/colonynoimage.jpg) center center /cover no-repeat;
    /* 注)No image画像 RSS新着サムネイル */
    position: relative;
}

.no-image-overlay:before {
    content: "";
    background: rgba(255,255,255,.7);
    /* 注)RSS新着No image背景色 Black+不透明度0.7 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.rss-no-image {
    margin: auto;
    width: 100%;
    height: 1.5em;
    color: rgba(51,51,51,.4);
    /* 注)RSS新着No imageテキスト文字色 Night White+不透明度0.4 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    font: 12px/1.5em 'Oranienbaum', 'serif';
    text-align: center;
}

.rss-date {
    font-size: 12px;
}

/***------------------------------------------
      footer
------------------------------------------***/
#pagetop {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    right: 60px;
    bottom: 140px;
    z-index: 100003;
    text-align: center;
}

#pagemiddle {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
}

#pagebottom {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    right: 60px;
    bottom: 90px;
    z-index: 100003;
    text-align: center;
}

#pagemiddle-sp {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    z-index: 100003;
    right: 60px;
    bottom: 165px;
    font-size: 11px;
    text-align: center;
}

#pagetop a, #pagebottom a, #pagemiddle-sp a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.end {
    width: 100%;
    overflow: hidden;
    padding: 30px 10px;
}

.foot, #copyright {
    font-size: 12px;
}

#designer {
    color: rgb(186,164,157);
}

#ad1, #ad2 {
    font-size: 11px;
    text-align: left;
}

/***------------------------------------------
      less than 1024
------------------------------------------***/
@media screen and (max-width: 1024px) {
    #primary, #secondary, #main {
        margin: 0 auto;
        float: none;
    }

    #secondary {
        width: 100%;
        border: none;
        text-align: center;
    }

    #aside-container {
        padding-top: 60px;
    }

    #pagetop {
        right: 8px;
        bottom: 190px;
    }

    #pagebottom, #pagemiddle-sp {
        right: 8px;
    }

    #pagemiddle {
        display: none;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.4);
        border: 1px solid rgba(179,171,180,.5);
        border-radius: 50%;
        color: rgb(94,157,31);
        position: fixed;
        z-index: 100003;
        bottom: 140px;
        right: 8px;
        font-size: 11px;
        text-align: center;
    }

    #pagemiddle a {
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 40px;
    }
}

/***------------------------------------------
      less than 603
------------------------------------------***/
@media screen and (max-width: 603px) {
    .side-menu:not(.drawer-sidemenu) {
        width: 98%;
        max-width: 450px;
    }
}

/***------------------------------------------
      personal settings
------------------------------------------***/
/* shadow for image */
.shadow-attachment {
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
    width: 100%;
    position: relative;
}

.box-for-video:before {
    content: "";
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
    /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* for image */
.zoom-in {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.zoom-in:before {
    content: "";
    background: rgba(0,0,0,.6);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom-in:after {
    content: "\f065";
    margin-top: -17px;
    color: white;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 3;
    font-family: 'FontAwesome';
    font-size: 20px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
    opacity: 1;
}

.zoom-in-round {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.zoom-in-round:before {
    content: "";
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom-in-round:after {
    content: "\f065";
    margin-top: -17px;
    color: white;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 3;
    font-family: 'FontAwesome';
    font-size: 20px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
    opacity: 1;
}

.emoji {
    vertical-align: middle;
}

/* for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
    border-color: rgb(179,179,179) !important;
}

#darkbox {
    z-index: 100005 !important;
}

/* tree category */
.side-menu .main_menu, .side-menu .sub_menu {
    list-style: none !important;
}

.sub_menu ul {
    margin-left: 1em;
}

/* colorbox overlay */
#cboxOverlay, #cboxWrapper, #colorbox {
    z-index: 100005 !important;
}
