@charset "UTF-8";

/*
Theme Name: jumpmatome - 65
Theme URI: --
Description: --
Author: --
Author URI: --
Tags: --
*/

/*
---------------------------------------------
	Reset
---------------------------------------------
*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: bottom;
    border: 0;
    outline: 0;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* タップした瞬間の色を消す */
    -webkit-appearance: none;
    /* モバイルのフォーム等のリセット */
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fa {
    vertical-align: middle;
}

/*
---------------------------------------------
	General Structure
---------------------------------------------
*/

html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff !important;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Meiryo, "MS PGothic", arial, sans-serif;
    font-size: 18px;
    font-feature-settings: "palt";
    color: #444;
    line-height: 1.6;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    word-break: break-all;
    word-wrap: break-word;
}

#main {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    overflow: hidden;
}

#sidebar2 {
    width: 336px;
    float: right;
}

#content {
    float: left;
    width: calc(100% - 360px);
}

.entrs-wrp {
    background: #f0f0f0;
    padding: 14px;
}

.entrs {
    overflow: hidden;
    border-radius: 4px;
}

#etry-sgl {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
}


#maintenance-mode {
    background: url(images/maintenance-mode.png) no-repeat center center;
    width: 100%;
    height: 100%;
}


/*
---------------------------------------------
	Link & Hover
---------------------------------------------
*/

a:link,
a:visited,
.link-txt {
    color: #2495fe;
    text-decoration: none;
    transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a:hover,
a:active {
    color: #ff4a34;
    transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a img:hover {
    opacity: 0.7;
    transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 480ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}





/*
---------------------------------------------
	Pagenation
---------------------------------------------
*/

#pagination {
    background: #fff;
    font-size: 15px;
    overflow: hidden;
    margin: 0 auto;
    padding: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}

#pagination span,
#pagination a {
    background: #f0f0f0;
    display: block;
    width: calc(50% - 31px);
    height: 60px;
    line-height: 60px;
    margin-right: 1px;
    float: left;
    text-align: center;
}

#pagination a {
    background: #2495fe;
    color: #fff;
    border-bottom: 3px solid #006ed5;
}

#pagination a:hover {
    background: #ff4a34;
    color: #fff;
    border-bottom: 3px solid #e51900;
}

#pagination .prev {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
}

#pagination .next {
    margin-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

#pagination .home {
    width: 60px !important;
    font-size: 1.4em;
}

.ads-pager-btm {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    letter-spacing: -.4em;
    /* 文字間を詰めて隙間をなくす */
}






/*
---------------------------------------------
	Header
---------------------------------------------
*/

.infomation {
    border: 3px double rgb(255, 74, 52);
    font-size: 14px;
    margin: 0 1em 1em 1em;
    text-align: center;
    letter-spacing: 0.05em;
}

.infomation a {
    display: block;
    padding: 1em;
}


header {
    background: url(images/mv.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto 24px;
    position: relative;
    overflow: hidden;
}

header .rogo {
    text-align: center;
}

header .rogo a img {
    max-width: 100%;
    height: auto;
    margin: 8px 0;
}

header .descr {
    background: #e00001;
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0em;
    padding: 0 7px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 396px) {
    header {
        background: url(images/mv-sp.jpg) no-repeat center center;
        background-size: cover;
        margin-bottom: 15px;
        overflow: auto;
    }
}



/*
---------------------------------------------
	Footer
---------------------------------------------
*/

footer {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
    background: #f0f0f0;
    margin-top: 14px;
}

footer h2 {
    font-size: 18px;
    font-weight: bold;
}

footer p {
    font-size: 15px;
    margin: 12px;
}

footer .rss-btn a {
    color: #fa0;
}

footer .rss-btn a .fa {
    font-size: 1.2em;
    margin-right: 0.1em;
}

#copyright {
    color: #777;
    font-size: 11px;
}



/*
---------------------------------------------
	Index & Archive etc...
---------------------------------------------
*/

.area-ttl {
    padding: 12px 14px 10px;
    background: #333;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    border-bottom: 4px double #fff;
    border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

.entrs .cat-name,
.entrs .tag-name,
.entrs .relate-name {
    background: #fff url(images/icn-category.png) no-repeat 14px center;
    background-size: 24px auto;
    padding: 20px 14px 20px 50px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
}

.entrs .tag-name {
    background: #fff url(images/icn-tag.png) no-repeat 14px center;
    background-size: 24px auto;
}

.entrs .relate-name {
    background: #fff url(images/icn-list.png) no-repeat 14px center;
    background-size: 24px auto;
}

.entrs .relate-contents {
    padding: 14px;
    background: #fff;
}


/*
---------------------------------------------
	Article List
---------------------------------------------
*/

/* common */
.entrs article {
    background: #fff;
    width: 100%;
}

/*---------*/

.entrs article.clm2 {
    min-height: 100px;
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    display: table;
    table-layout: fixed;
    min-height: 188px;
}

.entrs article.clm2 figure {
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    width: 220px;
    height: 160px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entrs article.clm2 figure img {
    width: 100%;
    height: auto;
    display: block;
}

.entrs article.clm2 .post-data {
    background-size: 24px auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 234px;
}

.post-data time {
    font-size: 14px;
    color: #aaa;
    margin-top: 0.5em;
    display: block;
}

.post-data time::before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 0.3em;
    vertical-align: middle;
}

.post-data .cmnt {
    z-index: 3;
    background: #f0f0f0;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    text-align: center;
    margin-top: 1em;
    position: relative;
}

.post-data .cmnt a {
    display: block;
    padding: 0.5em;
}

.cmnt a::before {
    font-family: 'FontAwesome';
    content: "\f27a";
    margin-right: 0.3em;
}

.post-data .post-ttl {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {

    .entrs article.clm2 {
        min-height: 110px;
    }

    .entrs article.clm2 figure {
        width: 82px;
        height: 82px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .entrs article.clm2 figure img {
        width: 110px;
        height: auto;
    }

    .entrs article.clm2 .post-data {
        padding-left: 96px;
    }
}

#sidebar2 .entrs article.clm2 {
    min-height: 110px;
}

#sidebar2 .entrs article.clm2 figure {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebar2 .entrs article.clm2 figure img {
    width: 110px;
    height: auto;
}

#sidebar2 .entrs article.clm2 .post-data {
    padding-left: 96px;
}

.entrs article.clm1 {
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.entrs article.clm1 figure {
    margin-bottom: 10px;
    text-align: center;
    background: #000;
}

.entrs article.clm1 figure img {
    max-width: 100%;
    height: auto;
}

.entrs article.clm1 .post-data .post-ttl {
    font-size: 20px;
}

.tabs {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14px;
    margin-bottom: -6px;
    font-size: 0.8em;
}

.tabs li {
    float: left;
    text-align: center;
    width: 50%;
    height: 3em;
    line-height: 3em;
    cursor: pointer;
    border: 1px solid #2495fe;
    color: #2495fe;
}

.tabs li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.tabs li:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.tabs .active {
    background: rgb(255, 74, 52);
    position: relative;
    border: none;
}

.tabs .active::before {
    content: " ";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 74, 52);
}

.tabs li a {
    text-decoration: none;
    color: #2495fe;
}

.tabs .active a {
    color: #fff;
}

/**/

.entrs article .new {
    background: rgb(255, 74, 52);
    padding: 0.15em 0.4em 0.2em;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-edit-link {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9999;
    font-size: 11px;
    color: #ccc !important;
}

.sgl-body .post-edit-link {
    position: relative;
    top: 0;
    right: 0;
    left: 1em;
}


#notfound {
    padding: 2em 0;
    text-align: center;
}

#notfound .msg-ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 0.8em;
}

/*
---------------------------------------------
	Single
---------------------------------------------
*/

#etry-sgl {
    margin-bottom: 14px;
    position: relative;
}

#etry-sgl hr {
    border-top: 1px solid #ddd;
}

.sgl-comments-cnt {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 74, 52);
    color: #fff;
    padding: .75em 1em;
    font-size: 13px;
}

.sgl-comments-cnt::before {
    font-family: 'FontAwesome';
    content: "\f27a";
    margin-right: 0.3em;
}

.sgl-comments-cnt::after {
    content: " ";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 74, 52);
}

#etry-sgl .post-info {
    font-size: 13px;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#etry-sgl .post-info time {
    margin-right: 1em;
}

#etry-sgl time::before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 0.3em;
}

#etry-sgl .post-info .nickname::before {
    font-family: 'FontAwesome';
    content: "\f007";
    margin-right: 0.3em;
}

#etry-sgl h1 {
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

#etry-sgl .cat {
    background: url(images/icn-category.png) no-repeat left center;
    background-size: 24px auto;
    overflow: hidden;
    padding: 14px 0 14px 36px;
    font-size: 14px;
}

#sgl-cat li a,
#sgl-cat li span {
    background: #f0f0f0;
    color: fff;
    padding: 0.5em;
}

#sgl-main {
    margin: 14px 0;
    font-size: 18px;
}

#sgl-main h2 {
    font-size: 22px;
    padding: 12px 16px 10px;
    margin: 2em 0 1em;
    line-height: 1.4;
    background: #e00001;
    color: #fff;
    font-weight: bold;
    border-bottom: double 4px #fff;
}

#sgl-main h3 {
    font-size: 20px;
    background: #f0f0f0;
    padding: .5em .75em;
    border-radius: 6px;
    margin: 2em 0 1em;
    font-weight: bold;
}

#sgl-main h4,
#sgl-main h5,
#sgl-main h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 2em 0 1.6em;
}

#sgl-main p {
    margin-bottom: 1.6em;
}

#sgl-main img {
    max-width: 100%;
    height: auto;
}

#sgl-main iframe {
    width: 100%;
}

#sgl-main blockquote {
    background: url(images/icn-blockquote.png) no-repeat top left;
    background-size: 24px auto;
    padding-left: 38px;
    margin-bottom: 1.6em;
    font-size: 18px;
}

#sgl-main ul {
    padding-left: 2em;
}

#sgl-main ol {
    padding-left: 2.6em;
}

#sgl-main ul li {
    list-style-type: circle;
}

#sgl-main ol li {
    list-style-type: decimal;
}

#sgl-main table {
    width: 100%;
    font-size: 13px;
    margin-bottom: 2em;
}

#sgl-main table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#sgl-main table tr {
    display: table-row;
    vertical-align: inherit;
}

#sgl-main table th,
#sgl-main table td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    vertical-align: inherit;
}

#sgl-main table th {
    background: #f5f5f5;
}


#sgl-tags {
    background: #f5f5f5 url(images/icn-tag.png) no-repeat 14px center;
    background-size: 24px auto;
    padding: 14px 0 14px 50px;
    border-radius: 6px;
    margin-bottom: 14px;
}

#sgl-main .res-wrap {
    padding-left: 0 !important;
}

#sgl-main .res-wrap .res {
    list-style: none !important;
    margin-bottom: 60px;
}

#sgl-main .res-wrap .res-num {
    font-size: 12px;
    padding-bottom: 1.6em;
    display: block;
}

#sgl-main .res-wrap .res-num::after {
    content: "：名無しの読者さん(｀・ω・´)";
    color: #080;
}

#sgl-main .res-wrap .res-body {
    font-weight: bold;
}

#sgl-main .res-wrap .res-body span {
    font-weight: bold;
    color: #00f
}

#sgl-main .res-wrap .res.red .res-body {
    color: #ff0000;
}

#sgl-main .res-wrap .res.blue .res-body {
    color: #333399;
}

#sgl-main .res-wrap .res.orange .res-body {
    color: #ff6633;
}

#sgl-main .res-wrap .res.green .res-body {
    color: #00cc00;
}

#sgl-main .res-wrap .res.pink .res-body {
    color: #ff66cc;
}

#sgl-main .res-wrap .res.brown .res-body {
    color: #996633;
}

#sgl-main .res-wrap .res.large .res-body {
    font-size: 30px;
}

@media screen and (max-width: 396px) {

    #etry-sgl {
        margin-bottom: 0;
    }

    #etry-sgl h1 {
        letter-spacing: 0.06em;
        line-height: 1.4;
        font-size: 22px;
        font-weight: bold;
    }

    #sgl-main h2 {
        font-size: 20px;
    }
}



/* 2chまとめ */
.matome-res {
    margin-bottom: 60px;
}

.matome-res .hdr {
    font-size: 12px;
    color: #080;
    padding-bottom: 1.6em;
}

.matome-res .hdr .num {
    color: #444;
}

.matome-res .hdr .author-id {
    color: #aaa;
}


.matome-res .body,
.matome-res .body span {
    font-weight: bold;
}

.matome-quot,
.btm-quot {
    margin-top: 20px;
    font-size: 6px;
    color: #808080;
    text-align: right;
}

/* 記事中Style */

.kansouLink-top a {
    background: #2495fe;
    border-bottom: 3px solid #006ed5;
    color: #fff;
    padding: 0.75em;
    display: block;
    text-align: center;
    border-radius: 6px;
    font-size: 0.9em;
    position: relative;
}

.kansouLink-top a::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f054";
    margin-right: 0.3em;
    vertical-align: middle;
    top: calc(50% - 0.5em - 3px);
    right: 0;
}

.kansouLink-top a:hover {
    opacity: 0.8;
}




.kijinaka-kanren {
    border-left: 5px solid #ddd;
    padding: 1em;
    background: #f7f7f7;
}

.kijinaka-kanren .title {
    color: #f00;
    font-weight: bold;
    display: block;
    margin-bottom: 0.3em;
}

.kijinaka-kanren .title::before {
    font-family: 'FontAwesome';
    content: "\f02e";
    margin-right: 0.3em;
    font-weight: normal !important;
}

/* 記事中広告 */
.ad-post-innner {
    margin-bottom: 60px;
    padding: 0 14px;
    max-width: 100%;
}

.ad-post-innner .ad-title {
    font-size: 10px;
    color: #aaa;
    margin-bottom: 0.5em;
    text-align: center;
}

.ad-post-innner2 {
    margin-bottom: 20px;
}

/* 記事下広告 */
.ads-post-btm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

/* コメント */
#comment-btns {
    position: fixed;
    bottom: 180px;
    right: 0;
    z-index: 999;
    border: 1px solid #eee;
}

#comment-btns li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    border-bottom: 1px solid #eee;
}

#comment-btns li:last-child {
    border-bottom: none;
}

#comment-btns li a {
    display: block;
}

.ad-incomments {
    border-top: 1px dashed #444;
    margin-top: .75em;
    padding-top: 1em;
    margin-bottom: 0.5em;
}


/* 404 Notfound */
#etry-sgl .notfound .first-text {
    text-align: center;
}

#etry-sgl .notfound ul {
    margin: 30px 0 10px;
    border-top: 1px solid #ddd;
}

#etry-sgl .notfound li {
    border-bottom: 1px solid #ddd;
    padding-top: 1em;
    margin-bottom: 20px;
    max-width: 540px;
    margin: auto;
}

#etry-sgl .notfound li figure {
    text-align: center;
}

#etry-sgl .notfound li p {
    margin: 0.5em 0 1em;
}

/* 固定ランダムRSS */
#rand-rss {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(2em - 20px);
}

#rand-rss li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

#rand-rss li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    text-indent: -9999px;
}

#rand-rss li img {
    display: block;
    width: 96px;
    height: auto;
}

#rand-rss li p {
    font-size: 0.85em;
    font-weight: bold;
    padding: 0 10px;
    color: #2495fe;
}

#rand-rss li:hover p {
    color: #ff4a34;
}

@media screen and (max-width:640px) {
    #rand-rss li {
        width: 100%;
    }
}


/*
---------------------------------------------
	Comment
---------------------------------------------
*/

/* 入力フォーム */

#respond {
    margin-top: -62px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    padding-top: 62px;
}

#respond form .logged-in-as {
    font-size: 12px;
    text-align: center;
    margin-bottom: 14px;
}

#respond form .comment-form-comment {
    margin-bottom: 0 !important;
}

#respond form .comment-form-comment label {
    display: block;
}

#respond form .comment-form-comment textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

#respond form .form-allowed-tags {
    font-size: 11px;
}


/* コメントリスト */
#comments {
    margin-top: -62px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    padding-top: 62px;
}

#comments .ttl {
    margin-bottom: 14px;
    padding: 12px 14px 10px;
    background: #333;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    border-bottom: 4px double #fff;
    border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

#comments ul,
#comments ol {
    padding: 0;
}

#comments ul li,
#comments ol li {
    list-style-type: none;
}

ol.commets-list li {
    border-bottom: 1px dashed #444;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
}

div.comment-info {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    color: #aaa;
}

div.comment-info br {
    display: none;
}

.commentnumber {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}

.commentnumber:after {
    content: ".";
}

cite.comment-author {
    color: #008800;
}

/* 管理人だけの装飾 */
.byuser cite.comment-author::before {
    font-family: 'FontAwesome';
    content: "\f2be";
    margin-right: 0.3em;
    vertical-align: middle;
}

.comment-body .pu-anchor {
    color: #2495fe;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.comment-body .pu-anchor:hover {
    color: #ff4a34;
}

.comment-body .pu-anchor .comment-listCon {
    padding: 0.5em;
    border: 2px solid #ddd;
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 999;
}

#comments .reply-comments .reply-show-btn {
    display: inline-block;
    padding: 0.5em 0.75em;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: .75em;
    cursor: pointer;
    border: 1px solid #ddd;
}

#comments .reply-comments .reply-show-btn:hover {
    color: #ff4a34;
    border: 1px solid #ff4a34;
}

#comments .reply-comments .reply-show-btn::before {
    font-family: 'FontAwesome';
    content: "\f27a";
    margin-right: 0.3em;
    vertical-align: middle;
}

#comments .reply-comments .comments-wrp {
    display: none;
}

#comments .reply-comments .comments-wrp .comment-main {
    background: #f0f0f0;
    padding: 0.75em;
    margin-bottom: 2px;
    border-radius: 4px;
}

#comments .reply-btn {
    margin-top: 1em;
    font-size: 0.85em;
    text-align: right;
}

#comments p {
    margin-bottom: 1.2em;
}


/* 必要のないものを削除 */
p.comment-notes,
p.comment-form-email,
p.comment-form-url,
p.form-allowed-tags,
#reply-title {
    display: none;
}


/* コメントフォーム */
.comment-form-author {
    margin-bottom: 14px !important;
}

.comment-form-author label,
.comment-form-comment label {
    font-size: 13px;
    margin-bottom: 0.5em;
    display: block;
}

.comment-form-author input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 0 0.5em;
}

.form-submit {
    margin-bottom: 0 !important;
}

.form-submit #submit {
    font-family: FontAwesome;
    width: 100%;
    line-height: 60px;
    line-height: 60px;
    text-align: center;
    background: #2495fe;
    border-bottom: 3px solid #006ed5;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.form-submit #submit:hover {
    background: #ff4a34;
    border-bottom: 3px solid #e51900;
}




/*
---------------------------------------------
	Sidebar
---------------------------------------------
*/

.side-content .cat li {
    position: relative;
}

.side-content .cat li a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 48px;
}

.side-content .cat li ul li a {
    padding: 0 28px;
}

.side-content .cat li .num {
    position: absolute;
    background: #f5f5f5;
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 9px;
    border-radius: 4px;
    display: block;
    color: #777;
}

.sgl-body .side-content .sidefix {
    margin-top: -62px;
    padding-top: 62px;
}

.side-content .sidefix .post-ttl {
    background: #fff;
}

.side-content .sidefix .post-ttl a {
    display: block;
    padding: 0.5em 0 0;
    font-size: 14px;
}

.sidefix .entrs article.clm1 {
    border: none;
}

.sidefix .entrs article.clm1 figure {
    margin-bottom: 0;
}

/*---*/


.search {
    position: relative;
    z-index: 999;
}

.search form {
    padding: 14px;
    position: relative;
}

.search .screen-reader-text {
    display: none;
}

.search #s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 8px 48px 8px 8px;
}

.search #searchsubmit {
    background: rgb(255, 74, 52);
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: FontAwesome;
    cursor: pointer;
}

.search #searchsubmit:hover {
    opacity: 0.5;
}

/*---*/

#btm-ad {
    background: #e53935;
    width: 100%;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: -2px;
    left: 0;
    z-index: 9999999;
    box-shadow: 0 0 20px #0000001a;
}

#btm-ad a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-weight: bold;
}


/*
---------------------------------------------
	New Comments
---------------------------------------------
*/

#new-comments {
    overflow: hidden;
}

#new-comments ul {
    border-radius: 4px;
    overflow: hidden;
}

#new-comments li {
    background: #fff;
    padding: 1em;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    font-size: 12px;
    color: #aaa;
}

#new-comments li:nth-of-type(1) a {
    color: rgb(255, 74, 52);
}

#new-comments li a {
    font-size: 16px;
}

#new-comments li a::before {
    font-family: 'FontAwesome';
    content: "\f27a";
    margin-right: 0.3em;
    vertical-align: middle;
}


/*
 ---------------------------------------------
	Rss
---------------------------------------------
*/

#rss-post-bottom {
    margin-bottom: 2em;
}

#rss-post-bottom a {
    font-weight: bold;
}

#rss-post-bottom li {
    padding: 0.5em 0;
    border-top: 1px solid #eee;
}

#rss-post-bottom li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

#rss-post-bottom .blogroll-new-entry {
    color: #ff4a34;
    font-weight: bold;
    margin-left: 0.5em;
}

#rss-post-bottom .blogroll-ad-text,
#rss-post-bottom .blogroll-ad-default {
    opacity: 0;
    height: 0;
    padding: 0;
    position: absolute;
    top: -999em;
}

#rss-post-bottom .blogroll-ad-text a,
#rss-post-bottom .blogroll-ad-default a {
    display: none;
}


/*
---------------------------------------------
	Other
---------------------------------------------
*/
.rep-ad {
    border: 1px solid #ddd;
    padding: 2em;
    margin: 1em;
    text-align: center;
}

.rep-ad span {
    font-size: 14px;
}

.rep-ad a,
.rep-ad span {
    font-weight: bold;
}


.rplc-rss-title {
    font-size: 20px;
    background: #f0f0f0;
    padding: .5em .75em;
    border-radius: 6px;
    font-weight: bold;
}

.rplc-rss {
    padding: 0 !important;
    margin-bottom: 2em !important;
}

.rplc-rss img {
    position: absolute;
    display: block;
    top: 1em;
    left: 0;
    width: 64px;
    height: 64px;
}

.rplc-rss li {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 1em 0 1em calc(64px + 1em);
    list-style: none !important;
    min-height: calc(64px + 2em);
}

.rplc-rss li a {
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 580px) {
    .rplc-rss {
        margin: 0 1em;
    }

    #etry-sgl .rplc-rss {
        margin: 0;
    }
}

#etry-sgl .rplc-rss-title {
    font-size: 12px;
    color: #080;
    padding: 0;
    padding-bottom: 1.6em;
    font-weight: normal;
    background: none;
    margin: 0;
}

#etry-sgl .rplc-rss-title:after {
    content: "(｀・ω・´) ";
}

#etry-sgl .rplc-rss li:last-child {
    border: none;
}



/*
---------------------------------------------
	Tools
---------------------------------------------
*/

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flow-hide {
    overflow: hidden;
}

.for-1clm {
    display: none;
}

.for-2clm {
    display: block;
}




/*
---------------------------------------------
	Responsive setting
---------------------------------------------
*/

.sp {
    display: none;
}

@media screen and (max-width: 1000px) {

    #content,
    #sidebar2 {
        width: 100%;
        float: none;
    }

    .for-1clm {
        display: block !important;
    }

    .for-2clm {
        display: none !important;
    }

}

@media screen and (max-width: 728px) {
    .entrs-wrp {
        padding: 0;
    }

    #etry-sgl {
        padding: 14px;
        border-bottom: 1px solid #f0f0f0;
    }

    #etry-sgl .post-info time {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    #main {
        padding: 0;
    }

    .sgl-comments-cnt {
        right: 14px;
    }

    div.comment-info br {
        display: block;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* font-size */
    body {
        font-size: 17px;
    }

    #pagination {
        font-size: 14px;
    }

    header .descr {
        font-size: 12px;
    }

    footer {
        font-size: 14px;
    }

    .area-ttl {
        font-size: 16px;
    }

    .post-data time,
    .post-data .cmnt {
        font-size: 13px;
    }

    .post-data .post-ttl {
        font-size: 17px;
    }

    .entrs article.clm1 .post-data .post-ttl {
        font-size: 18px;
    }
}

@media only screen and (min-width: 480px) {
    .pc-hide {
        display: none;
    }
}

@media screen and (min-width: 1000px) {

    #sidebar2 p,
    #sidebar2 li {
        font-size: 15px;
    }
}


/*
---------------------------------------------
	サイト固有のカスタマイズ
---------------------------------------------
*/

.ad-wrp {
    max-width: 100%;
    overflow: hidden;
}

.ad-wrp-infeed {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}





/*
    Plugin
*/

/* fit-sidebar */
.fit-sidebar-fixed {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: fixed;
}

.fit-sidebar-blank {
    z-index: 0;
    background-color: transparent;
    visibility: hidden;
}


/*
    ad
*/

#adingoFluctZoominline_1000137206,
#adingoFluctZoominline_1000137206,
.amoad_native {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    left: 0;
    right: 0;
}

.page-categories-list ul {
    padding-left: 0 !important;
}

.page-categories-list li {
    position: relative;
    font-size: 15px;
    list-style-type: none !important;
}

.page-categories-list li a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 14px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 48px;
}

.page-categories-list li .num {
    position: absolute;
    background: #f5f5f5;
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 9px;
    border-radius: 4px;
    display: block;
    color: #777;
}

.categories-all {
    background: #2495fe;
    color: #fff !important;
    border-bottom: 3px solid #006ed5;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    padding: 0.5em;
    margin: 14px;
}