@charset UTF-8;

@font-face {
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
     src: url('http://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff2') format('woff2');
     src: url('http://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff2') format('woff2');
     src: url('http://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2') format('woff2');
     font-display: swap;
 }

* {
    letter-spacing: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    padding: none
}

a:hover {
    color: #f26100;
}

body {
    font-size: 12px;
    line-height: 1.8;
    color: #222;
    text-align: center;
    position: relative;
    background-color: #f4f4f4;
}

body,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

input,
select {
    font-family: Helvetica, Arial, sans-serif, "ＭＳ Ｐゴシック";
}

table {
    border-collapse: collapse
}

li {
    list-style: none;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

.clearfix {
    min-height: 1px
}

/*      Header
****************************************/

#header {
    height: auto;
    padding-top: 10px;
    background-color: #052465;
}

#header .wrapper {
    text-align: left;
    width: 1040px;
    margin: 0 auto;
}

#header .logo {
    height: 35px;
    width: 245px;
    float: left;
    margin: 27px 0;
}

#header .ad {
    height: 90px;
    width: 728px;
    float: right;
    padding-bottom: 10px;
}

#gNav {
    height: 24px;
    background-color: #01102e;
    clear: both;
    padding: 8px 0;
}

#gNav ul {
    height: 24px;
    width: 1040px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

#gNav li {
    height: 24px;
    line-height: 24px;
    float: left;
}

#gNav a {
    color: #fff;
}

#gNav .about {
    border-right: 1px solid #999fab;
    padding-right: 16px;
}

#gNav .all {
    border-right: 1px solid #999fab;
    padding: 0 16px;
    margin-right: 20px;
}

#gNav .twitter {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

#gNav .twitter a {
    height: 24px;
    width: 24px;
    display: block;
    background: url(http://vippers.jp/site/image/img_set.png) 0 -22px;
    text-indent: -9999px;
}

#gNav .rss {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

#gNav .rss a {
    height: 24px;
    width: 24px;
    display: block;
    background: url(http://vippers.jp/site/image/img_set.png) -24px -22px;
    text-indent: -9999px;

}

#gNav .sidewrapper {
    padding: 0;
    border: none;
}

#gNav .sf {
    height: 24px;
    width: 196px;
    line-height: 24px;
    background-color: #999fab;
    float: left;
}

#gNav .sfbtn {
    height: 24px;
    width: 24px;
    float: left;
    border: none;
    color: transparent;
    background: url(http://vippers.jp/site/image/img_set.png) -48px -22px;
    cursor: pointer;
}

#gNav .sidetitlebody {
    display: none;
}

/*      Contents
****************************************/

#contents {
    width: 1040px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 60px;
}

#pankuzu {
    height: 34px;
    width: 1040px;
    line-height: 34px;
    display: inline;
}

#pankuzu a {
    color: #052465;
    font-weight: bold;
}

/*      Main
****************************************/

#main {
    height: auto;
    width: 728px;
    float: right;
}


/*      Top RSS
****************************************/

#topRss {
    height: 360px;
    width: 706px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    margin-bottom: 14px;
    padding: 10px;
}

#topRss div {
    width: 708px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

#topRss iframe {
    height: 360px;
    position: absolute;
}

#tRss {
    width: 690px;
    background-image: none;
    text-align: left;
}

#tRss #rss1 {
    width: 345px;
    float: left;
}

#tRss #rss2 {
    width: 345px;
    float: left;
}

#tRss #rss3 {
    float: left;
}

#tRss ul {
    overflow: hidden;
}

#tRss li {
    height: 26px;
    width: 335px;
    overflow: hidden;
    padding-right: 10px;
}

#tRss .rss1 p {
    height: 26px;
    width: 335px;
    overflow: hidden;
    padding-right: 10px;
}

#tRss .rss2 p {
    height: 26px;
    width: 335px;
    overflow: hidden;
    padding-right: 10px;
}

#tRss ul li:nth-child(odd) {
    background-color: #eaedf6;
}

#tRss a {
    width: 333px;
    height: 26px;
    background: url(http://vippers.jp/site/image/arrow_list.png) no-repeat 4px center;
    padding-left: 14px;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
}

#main .ad li {
    margin-top: 8px;
}

/*       Article
****************************************/

.article {
    height: auto;
    width: 708px;
    border: 1px solid #dadada;
    background-color: #fff;
    margin-bottom: 14px;
    word-wrap: break-word;
}

.articleHeader {
    width: 688px;
    border-top: 5px solid #052465;
    border-bottom: 1px solid #052465;
    background: url(http://vippers.jp/site/image/cm_bg.png) no-repeat right 0;
    overflow: hidden;
    padding: 7px 10px 10px 10px;
    min-height: 72px;
    margin-bottom: 10px;
}

.article h2 {
    height: auto;
    width: 600px;
    float: left;
    margin: 8px 0 8px 0;
    min-height: 26px;
}

.article h2 a {
    line-height: 1.2;
    font-size: 20px;
    color: #052465;
    font-weight: bold;
}

.article h2 a:hover {
    text-decoration: none;
    color: #f26100;
}

.article h1 {
    height: auto;
    width: 600px;
    float: left;
    margin: 8px 0 8px 0;
    min-height: 26px;
}

.article h1 a {
    line-height: 1.2;
    font-size: 20px;
    color: #052465;
    font-weight: bold;
}

.article h1 a:hover {
    text-decoration: none;
    color: #f26100;
}

.article .comment {
    height: auto;
    width: 80px;
    float: right;
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    line-height: 1.4;
    margin-bottom: 10px;
}

.article .comment a {
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-align: right;
    line-height: 24px;
    color: #ffffff;
}

.article .meta {
    clear: both;
}

.article .meta * {
    font-size: 14px;
}

.article .meta li {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
}

.article .meta span {
    background-color: #333333;
    color: #ffffff;
    padding: 2px 6px;
    font-family: Arial, sans-serif;
    margin-right: 4px;
}

.res_content .res_head {
    height: 26px;
    width: 692px;
    border-bottom: 1px solid #dadada;
    font-size: 12px;
    color: #052465;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: normal
}

.res_content .res_meata {
    color: #222;
}

.res_content .res_num {
    color: #222;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

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

blockquote.res_quote,
blockquote.res_quote a{
    font-weight: bold;
}


.res_body {
    padding: 0 20px;
    font-size: large;
    font-weight: bold;
    line-height: 1.6;
}

/*       Link
****************************************/
.introduction a {
    padding-left: 30px;
    color: #052465;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: url(http://vippers.jp/site/image/arrow_list.png) no-repeat 5px center;
}

.introduction a:hover {
    color: #f26100;
    text-decoration: underline;
}

/*       aside
****************************************/

.aside {
    margin-top: 30px;
}

.aside h3 {
    height: 36px;
    width: 688px;
    line-height: 36px;
    border-left: 6px solid #052465;
    border-bottom: 1px solid #052465;
    padding-left: 16px;
    font-size: 18px;
    font-weight: bold;
}

/*      Relevant Post & Category Post
****************************************/

#relevantPost {
    background: none;
    text-align: left;
}

#relevantPost div {
    height: 488px;
    width: 708px;
    position: relative;
    overflow: hidden;
}

#relevantPost iframe {
    position: absolute;
    left: -720px;
}


#relevantPost ul,
#categoryPost ul {
    margin-top: 20px;
}

#relevantPost li,
#categoryPost li {
    height: 35px;
    line-height: 34px;
    background: url(http://vippers.jp/site/image/border_dot.png) repeat-x 0 bottom;
}

#relevantPost a,
#categoryPost a {
    display: block;
    overflow: hidden;
    width: 688px;
    height: 34px;
    line-height: 34px;
    background: url(http://vippers.jp/site/image/arrow_list.png) no-repeat 5px center;
    font-size: 14px;
    padding-left: 20px;
}

#adArticleFooter {
    margin: 20px 0 0 20px;
}

#adArticleFooter ul {
    overflow: hidden;
}

#adArticleFooter li {
    height: 250px;
    width: 300px;
    float: left;
}

#adArticleFooter li:first-child {
    margin-right: 20px;
}

/*      Amazon Ranking
****************************************/

#amazonRanking h3 {
    margin-bottom: 20px;
}

#amazonRanking .section {
    margin-top: 20px;
    overflow: hidden;
}

#amazonRanking .btnLeft {
    height: 118px;
    width: 18px;
    border-right: 2px solid #020f2a;
    border-bottom: 2px solid #020f2a;
    background: #052465 url(http://vippers.jp/site/image/arrow_arank_left.png) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
    float: left;
    margin-top: 15px;
}

#amazonRanking .btnRight {
    height: 118px;
    width: 18px;
    border-right: 2px solid #020f2a;
    border-bottom: 2px solid #020f2a;
    background: #052465 url(http://vippers.jp/site/image/arrow_arank_right.png) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
    float: left;
    margin-top: 15px;
}

#amazonRanking .listArea {
    height: 200px;
    width: 630px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px;
}

#amazonRanking .azlink-widget {
    position: absolute;
    width: 1590px;
}

#amazonRanking .azlink-widget-item {
    height: 200px;
    width: 150px;
    float: left;
    margin-left: 10px;
}

#amazonRanking .azlink-widget-item:first-child {
    margin-left: 0;
}

#amazonRanking .azlink-widget-item a {
    display: block;
    height: 200px;
    width: 150px;
    overflow: hidden;
}

#amazonRanking .azlink-widget-img {
    height: 148px;
    width: 148px;
    line-height: 148px;
    overflow: hidden;
    border: 1px solid #cccccc;
    display: block;
}

#amazonRanking .azlink-widget-title {
    width: 144px;
    margin-left: 3px;
}

/*       Entry Page Nav
****************************************/

#entryPageNav li {
    height: 40px;
    width: 678px;
}

#entryPageNav li a {
    display: block;
    height: 40px;
    width: 678px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

#entryPageNav a:hover {
    text-decoration: none;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

#entryPageNav .next {
    margin-bottom: 4px;
}

#entryPageNav .next a {
    padding-left: 50px;
    background: #444 url(http://vippers.jp/site/image/arrow_pnav_left.png) no-repeat 20px center;
}

#entryPageNav .prev a {
    padding-right: 50px;
    background: #444 url(http://vippers.jp/site/image/arrow_pnav_right.png) no-repeat 700px center;
    text-align: right;
}

/*       Page Nav
****************************************/

#pageNav {
    height: auto;
    width: 728px;
    text-align: center;
    margin-top: 30px;
}

#pageNav span,
#pageNav a {
    padding: 6px 10px;
    margin: 0 2px;
    font-size: 20px;
    color: #222;
}

#pageNav .current {
    margin: 0;
}

#pageNav .current span {
    border: 2px solid #dadada;
    background-color: #f2f2f2;
}

#pageNav a {
    border: 2px solid #dadada;
    background-color: #fff;
}

#pageNav a:hover {
    border: 2px solid #052465;
    ;
    background-color: #052465;
    color: #fff;
    text-decoration: none;
}

/****************************************

      Sub

      ****************************************/

#sub {
    height: auto;
    width: 300px;
    float: left;
}

#sub .ad {
    height: 250px;
    width: 300px;
    margin-bottom: 14px;
}

#sub .wrapper,
#sub .sidewrapper {
    height: auto;
    width: 290px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin-bottom: 12px;
}

.sidetitle {
    height: 30px;
    line-height: 30px;

    background-color: #052465;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

/*      追尾広告
****************************************/

#fixed-affiliate {
    text-align: center;
}

.follow {
    position: fixed;
}

.static {
    position: absolute;
}

.side .popularArticlesWithImage {
    height: 246px;
}


/*      Footer
****************************************/

#footer .wrapper {
    width: 1040px;
    margin: 0 auto;
    text-align: left;
}


#footer li {
    padding: 6px 0 5px 0;
    overflow: hidden;
}

#fSiteData {
    clear: both;
    background-color: #052465;
    text-align: center;
    padding: 10px 0;
}

#fSiteData p {
    float: left;
    color: #ffffff;
    line-height: 1.6;
}

#copyright {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #01102e;
}


/*      Ads
****************************************/

.ads_after_more {
    margin-bottom: 5px;
    margin-left: -10px;
}

/*
後から修正
---------------------*/
.articleBody h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    margin: 8px 20px 24px;
    color: #052465;
}

/*
2014 12 追加
---------------------*/
.articleBody h1 {
    width: 100%;
    margin-top: 24px;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px solid #ddd;
    float: none;
}

.articleBody h2 {
    width: 100%;
    margin-top: 24px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid #ddd;
    float: none;
}

.articleBody h3 {
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 20px;
    color: #111;
    border-bottom: 1px solid #ddd;
    float: none;
}

.articleBody h4 {
    width: 100%;
    margin-top: 12px;
    font-weight: bold;
    font-size: 18px;
    float: none;
}

.articleBody h5 {
    width: 100%;
    margin-top: 12px;
    font-weight: bold;
    font-size: 16px;
    float: none;
}

.articleBody hr {
    margin: 16px 0;
    border-bottom: 1px solid #ddd;
}

.articleBody b {
    font-weight: bold;
    font-size: 14px;
}

.articleBody a {
    color: #052465;
}

.articleBody a:hover {
    color: #f26100;
    text-decoration: underline;
}

blockquote.articleBody a {
    color: #052465 !important;
}

blockquote.articleBody a:hover {
    color: #f26100 !important;
    text-decoration: underline !important;
}


/* footer navi*/

#footer_nav {
    list-style: none;
}

#footer_nav li {
    width: 140px;
    text-align: center;
    background-color: #042465;
    display: inline-block;
}

#footer_nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
}

#footer_nav li a:hover {
    text-decoration: none;
}

.popular-articles {
    font-size: 12px;
    margin-right: 5px;
}

.popular-articles tr{
    border-bottom: 1px dashed #052465;
}
.popular-articles tr:last-child {
    border-bottom: none;
}

.populararticles-rank b{
    font-weight: bold;
    margin-left: 5px;
}

.popular-articles a {
    font-weight: bold;
}

.populararticles-title {
    word-break: break-all;
}

/* card */

.article2 {
    width: 49.5%;
    padding: 10px;
    float: left;
    background: #fff;
    border: 1px solid #dadada;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.article2:nth-of-type(2),.article2:nth-of-type(2n+1) {
    margin-right: 1%;
}

.bg-image {
    width: 100%;
    height: 209px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: initial;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
}

.article2 time {
    font-size: 10px;
    background: #052465;
    color: #fff;
    position: absolute;
    top: 10px;
    border-bottom-right-radius: 8px;
    padding: 3px;
    font-weight: bold;
    overflow: hidden;
}

.article2 .article-text {
    height: 90px;
    overflow: hidden;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    padding: 5px 0px;
}

.article2 ul.article-sns li {
    font-size: 24px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
    color: #052465;
}

.article2 ul.article-sns li :hover {
    color: #052465;
}

.article2 .article-twitter {
    position: absolute;
    top: 182.5px;
    left: 15px;
}

.article2 .article-facebook {
    position: absolute;
    top: 182.5px;
    left: 45px;
}

.article2 .article-comment {
    background: #052465;
    color: #fff;
    width: 120px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: -33px;
    top: 17px;
    transform: rotate(45deg);
    overflow: hidden;
    font-weight: bold;
}

.article2 .article-comment .comment-num {
    font-size: 18px;
    font-weight: bold;
}

.article2 a:hover {
    text-decoration: none;
}

.article2 .article-continue {
    text-align: center;
    margin: 0px;
    background: #052465;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    box-shadow: 2px 2px 4px gray;
}

.snsBtn {
    margin: 0px auto;
}

.snsBtn a {
    color: #FFF;
}

.snsBtn a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-facebook {
    background-color: #2e4a88;

    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 5px 27.5px;
    box-shadow: 2px 2px 4px gray;
}

.btn-facebook:hover {
    box-shadow: 0px 2px 2px gray;
}

.btn-twitter {
    background-color: #008DDE;

    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 5px 37.5px;
    box-shadow: 2px 2px 4px gray;
}

.btn-twitter:hover {
    box-shadow: 0px 2px 2px gray;
}

.btn-hatenab {
    background-color: #00A4DE;

    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 5px 39px;
    box-shadow: 2px 2px 4px gray;
}

.btn-hatenab:hover {
    box-shadow: 0px 2px 2px gray;
}

.top-popular {
    height: auto;
    width: 708px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    margin-bottom: 14px;
    padding: 9px 9px 9px 9px;
    word-wrap: break-word;

}

.include-ad {
    margin: 5px 0px;
}



/* OCTOPUS */
/*#iframe_movie_sd_ad {
    top: -100.5px !important;
}*/

#FN734284 {
    margin: 2px 21px 5px 21px !important;
}


/*
#FN734283 .fluct_ad_img {
    background-size: 450px !important;
}
*/

.blog-card-articleRelated {
    border: 1px solid #052465;
    max-width: 100%;
    border-radius: 5px;
    margin: 0px 1px 5px 1px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
}

.blog-card-articleRelated:before {
    position: absolute;
    padding: 1px 3px;
    content: '関連記事';
    background-color: #052465;
    color: #fff;
    font-size: 8px;
    z-index: 1;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 1.5px;
    font-weight: bold;
}

.blog-card-articleRelated a {
    text-decoration: none;
}

.blog-card-thumbnail-articleRelated {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    line-height: 0px;
}

.blog-card-thumbnail-articleRelated img {
    padding: 0;
    object-fit: cover;
    float: left;
    width: 64px;
    height: 36px;
}

.blog-card-content-articleRelated {
    display: table-cell;
    vertical-align: middle;
}

.blog-card-title-articleRelated {
    font-size: 14px;
    margin: 5px 10px 5px 0px;
    font-weight: bold;
    line-height: 1;
}

#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating,
#comment-form .comment-form-body .memorize {
    display: none !important;
}

#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
    background-color: #052465 !important;
}

.comment-set.v2 .comment-reaction .comment-reply {
    display: none !important;
}

.res_content .res_img a:hover {
    text-decoration: none;
}

blockquote .res_img img {
    max-width: 640px !important;
}

.headerImgRss .popularArticlesWithImage.A {
    margin: 0px !important;
}

/* 2020/09/11 */
#uz-vippers_pc-0 {
    display: none;
}

#contents a:hover {
    text-decoration: none !important;
}

div.popularArticlesWithImage.A div.title {
    height: auto !important;
}

div.popularArticlesWithImage.A {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.article {
    padding: 9px;
}

.headerImgRss {
    margin-bottom: 10px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    padding: 2.5px 2px;
}

.articleBody .original_thread {
    width: 708px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
    background: none;
    border: none;
}

#postType {
    height: 80px;
    width: 688px;
    line-height: 80px;
    background-color: #052465;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 14px;
}

.res_content .res_img img {
    border: 1px solid #dadada;
    vertical-align: bottom;
}

.article legend {
    display: none;
}

.article-option h3 {
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 20px;
    color: #111;
    border-bottom: 1px solid #ddd;
    float: none;
    font-weight: bold;
    line-height: 36px;
    border-left: 6px solid #052465;
    padding-left: 16px;
}

.side select {
    width: 100%;
}

.sidebody a{
  font-weight:bold;
  margin-left:10px;
}

.count_ad {
    text-align: center;
}
.count_ad img {
    max-width: 47%;
    max-height: 250px;
    margin: 1%;
    border: 3px solid #bbb;
}




/* Livedoor Template */


/* 新コメント用 */
.comment-set.v2 {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 0 32px;
}
.comment-set.v2:first-child {
  border-top: none;
}
.comment-set.v2.reply {
  border: none;
  padding-left: 32px;
}
.comment-set.v2.reply.appended {
  margin-left: 32px;
  border-left: solid 1px #ccc;
}
.comment-set.v2 li {
  list-style: none;
}
.comment-set.v2 .comment-info {
  position: relative;
  margin: 0;
  padding: 24px 0;
  font-size: 12px;
}
.comment-set.v2.reply .comment-info {
  border-bottom: solid 1px #f3f3f3;
}
#ld_blog_article_comment_entries li {
  list-style: none;
}
.comment-reply-list {
  margin: 12px 0 12px 32px;
  border-left: solid 1px #ccc;
  padding: 0;
}
.comment-reply-list .comment-set.v2:first-child .comment-info {
  padding-top: 12px;
}
.comment-reply-list .comment-set.v2:last-child .comment-info {
  padding-bottom: 12px;
  border-bottom: none;
}
.comment-set.v2 .comment-info .comment-author {
  font-weight: bold;
  padding-right: 8px;
  display: inline-block;
  max-width: calc(100% - 10em);
}
.comment-set.v2 .comment-info .comment-date {
  position: absolute;
  display: inline-block;
  right: 0;
  border: none;
}
.comment-author-blogger {
  font-weight: bold;
  color: #F00;
}
.comment-set.v2 .comment-reaction {
  margin-top: 10px;
  text-align: right;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-reply {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.comment-set.v2 .comment-reaction .comment-like {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-like .comment-like-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.comment-set.v2 .comment-reaction .comment-like-count {
  display: inline-block;
  vertical-align: middle;
}
.comment-set.v2 .comment-info .comment-rating {
  padding: 8px 0;
}

.comment-form-v2 {
}
#comment-form.comment-form-v2 dl {
  padding: 0;
  margin: 12px 10%;
}
#comment-form.comment-form-v2 dd {
  margin: 0;
}
.comment-form-v2 .comment-author-label {
  display: none;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::-ms-input-placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author:-ms-input-placeholder {
  color: #a0a0a0;
}
.comment-form-v2 .comment-body-label {
  display: none;
}
#comment-form.comment-form-v2 dl.comment-form-body {
  position: relative;
}
#comment-form.comment-form-v2 textarea.comment-form-v2-body {
  width: 100%;
  height: 171px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 1em 2em 1em 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools {
  background: none;
  border: none;
  height: auto;
}
#comment-form.comment-form-v2 .comment-form-tools .facemark {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .facemark a {
  display: block;
  padding: 6px;
}

#comment-form-outer #comment-form.comment-form-v2 .comment-form-tools .rating {
  display: inline-block;
}
#comment-form.comment-form-v2 .comment-form-tools .rating {
  display: none;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  margin: 0;
  padding: 1em;
  width: 110px;
  height: 3em;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret {
  display: inline-block;
  float: none;
  border: none;
  height: 1em;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret span {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
  width: 4px;
  height: 4px;
  opacity: 0.3;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img.star {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul {
  position: absolute;
  display: none;
  top: 34px;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  list-style: none;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li {
  width: auto;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 6px;
  text-align: center;
  height: 12px;
  line-height: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li::last-child {
  border-bottom: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 span.current {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  background: none;
  margin: 0;
  margin-left: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div {
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #000;
  margin-left: 20px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  left: -20px;
  top: 5px;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected {
  color: #000;
  text-shadow: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::before {
  background: #38C638;
  border-color: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize {
  display: inline-block;
  float: none;
  margin-right: 6px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label {
  user-select: none;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span {
  display: inline-block;
  margin: 0;
  color: #000;
  position: relative;
  padding-left: 20px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::before {
  background: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 7px;
  left: 5px;
  box-sizing: border-box;
  border: 2px solid;
  transform: rotate(45deg);
  border-color: transparent #fff #fff transparent;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize input {
  display: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit {
  margin-top: 12px;
  width: 100%;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit {
  float: none;
  margin: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #38C638;
  text-shadow: none;
  color: #fff;
  font-size: 15px;
  border: none;
  line-height: 1;
}

/* Design A(block) */
div.popularArticlesWithImage.A ul {
}
div.popularArticlesWithImage.A div.title {
text-align:left;
}


div.popularArticlesWithImage.A{
    margin: 10px 0;
}

div.popularArticlesWithImage.A ul{
    margin:0;
    padding:0;
  text-align:center;
}

div.popularArticlesWithImage.A ul li{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  vertical-align: top;
  text-align:left;
  list-style-type: none;
}
div.popularArticlesWithImage.A ul li a{ 
  display: block;
  border-width: 3px;
  border-style:solid;
  border-color:rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
  text-decoration: none;
  width: 150px;
  height: 112px;
}

div.popularArticlesWithImage.A li div.image img {
  border-width: 0px;
}

div.popularArticlesWithImage.A li div.image.noimage {
  background: #daf5da;
}

div.popularArticlesWithImage.A div.title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  height: 22%;
  padding: 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity:0.8;
    overflow: hidden;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment,
div.popularArticlesWithImage.A div.pv{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 6px 2px 5px;
  background: #000;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 0 #000;
}


/* Design B(List with Image)*/
div.popularArticlesWithImage.B{
  text-align: left;
}
div.popularArticlesWithImage.B ul {
  margin: 0;
  padding: 0;
}
div.popularArticlesWithImage.B ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
div.popularArticlesWithImage.B ul li a {
  *zoom: 1;
  position: relative;
  display: block;
}
div.popularArticlesWithImage.B ul li a:after {
  content: "";
  display: block;
  clear: both;
}
div.popularArticlesWithImage.B div.image{
  float: left;
  margin: 0 10px 10px 0;
}
div.popularArticlesWithImage.B div.title {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.B div.pv{
  overflow: hidden;
  display: inline-block!important;
  *display: inline!important;
  *zoom: 1;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 12px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}

/* Design C(List without Image)*/
div.popularArticlesWithImage.C{
  text-align: left;
}
div.popularArticlesWithImage.C ul {
  margin: 0;
  padding: 0;
}
div.popularArticlesWithImage.C ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
div.popularArticlesWithImage.C ul li a {
  *zoom: 1;
  position: relative;
  display: block;
}
div.popularArticlesWithImage.C ul li a:after {
  content: "";
  display: block;
  clear: both;
}
div.popularArticlesWithImage.C div.title {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet,
div.popularArticlesWithImage.C div.pv{
  overflow: hidden;
  display: inline-block!important;
  *display: inline!important;
  *zoom: 1;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 12px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}

/* = Reset
=============================================== */

ul#ld-services, ul#ld-services li,
div#footer p,
ul.index-navigator, ul.index-navigator li,
ol.paging-number, ol.paging-number li,
ul.article-pager, ul.article-pager li,
ul.archives-pager, ul.archives-pager li,
dl.common-theme, dl.common-theme dt, dl.common-theme dd,
dl.article-tags, dl.article-tags dt, dl.article-tags dd,
ul.article-post,
div.comment-auth-announcement p,
div.private-mode-announcement p,
.side ul.tagcloud, .side ul.tagcloud li,
.side ul.recent-article-image, .side ul.recent-article-image li,
.side ul.blog-members, .side ul.blog-members li,
.side div.popularArticlesWithImage.plugin {
  margin: 0;
  padding: 0;
}

ul#ld-services,
ul.index-navigator,
ol.paging-number,
ul.article-pager,
ul.archives-pager,
ul.article-post,
.side ul.recent-article-image,
.side ul.blog-members{
  list-style-type: none;
}

a.ldclip-redirect img,
ul#ld-services li a img,
img#tool,
abbr {
  border: 0;
}

a.ldclip-redirect img {
  vertical-align: middle;
}

/* = IndexNavigator
=============================================== */

ul.index-navigator li,
ol.paging-number,
ol.paging-number li {
  display: inline;
}

ul.index-navigator li {
  font-weight: normal;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
  margin: 0 5px;
  font-weight: bold;
}

ul.index-navigator li a {
  margin: 0 2px;
  padding: 0 3px;
  font-weight: normal;
  zoom: 1; /* for ie */
}

div.index-navigator-outer {
  text-align: center!important;
}

/* = heart.css
=============================================== */

.comment-like{
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.comment-like .comment-like-icon{
  position: relative;
  width: 22px;
  height: 22px;
}

.comment-like .comment-like-icon span{
  position: absolute;
  display: block;
}

.comment-like .comment-like-icon span.hover{
  opacity: 0;
  transition: all 300ms 0s ease;
}

.comment-like:hover .comment-like-icon .hover{
  opacity: 1;
  transition: all 300ms 0s ease;
}

.comment-like .comment-like-icon span.on{
  opacity: 0;
}
.comment-like .comment-like-icon .radius{
  width: 50px;
  height: 50px;
  left: -14px;
  top: -15px;
  box-shadow: 0px 0px 0px 5px #ff8fb0 inset;
  opacity: 0;
  border-radius: 25px;
  transform-origin: center;
}

.comment-like .comment-like-line{
  position: absolute;
  top: 8px;
  left: 10px;
}

.comment-like .comment-like-line span{
  position: absolute;
  display: block;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: #ff8fb0;
  transform-origin: 1px 1px;
  opacity: 0;
}

.comment-like-count.on {
  color: #ff8fb0;
}

.include-ad img {
    width: 100%;
}

#antena_01 time.article-time {
    background: #fb8c00;
}
.ant time.article-time {
    background: #fb8c00;
}

.ad-lr {
  margin: 0 auto;
  width: 100%;
}
.ad-l {
  float: left;
  text-align: center;
  width: 50%;
}
.ad-r {
  text-align: center;
  float: left;
  width: 50%;
}

.include-ad img {
    width: 350px;
}



.res_img a {
    pointer-events: none;
}

.res_img img {
    pointer-events: all;
}

/*
.article2:nth-of-type(8) time,.article2:nth-of-type(11) time{
    background: #fb8c00;
    font-size:0px;
}

.article2:nth-of-type(8) time:before,.article2:nth-of-type(11) time:before {
    font-size:10px;
    content:'おすすめ人気記事';
}
*/

li.popularArticleWithImage img {
    max-width: 100%;
}
/*
.bg-image::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 149px;
    left: 10px;
    right: 10px;
    background: black;
    opacity: 0.4;
}
*/
.article-sns a {
    color: #052465;
}

.comment-blogger-liked {
    display: none;
}