/* -----------------------------------------------------
   レイアウト上書き
  -----------------------------------------------------*/
#layout-wrap {
    border-top: none;
}
#right-sidebar {
    background-color: transparent;
}
#layout-wrap header {
    border-bottom: 3px solid #007656;
}



/* -----------------------------------------------------
   ロゴ周り
  -----------------------------------------------------*/
#ston #layout-header-logo {
    position: relative;
    height: 90px;
    background: url(/assets/img/ston/ston_logo.png) no-repeat;
}
#ston #layout-header-logo h1{
    position: absolute;
    top: 4px;
    left: 8px;
    width: 240px;
    height: 34px;
    text-indent: -9999px;
}
#ston #layout-header-logo h1 a{
    display: block;
}
#ston header .ascii_logo{
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 140px;
    height: 30px;
    text-indent: -9999px;
    }
#ston header .ascii_logo a{
    display: block;
}

/* -----------------------------------------------------
   トップ広告
  -----------------------------------------------------*/
#ston.top #content_top_ad{
    margin-bottom: 8px;
}
#ston.top #content_top_ad:after{
    display: block;
    content: "";
}
#ston.top #content_top_ad .ad-box{
    width: 728px;
    height: 240px;
}

/* menu
  ---------------------------------------*/
#ston #jpWrap #header #generalMenu {
    background-image: url(/img/0910/bg_generalmenu_bk.gif?201910161500);
}
#ston #jpWrap #header #generalMenu li a {
    background-image: url(/img/0910/menu_general_bk.gif?201910161500);
}

/* 最新記事
  ---------------------------------------*/
#ston.top #latest_news{
    margin-bottom: 30px;
}
#ston.top #latest_news .title-box{
    background-color: #000;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#ston.top #latest_news .c_box{
    position: relative;
}
#ston.top #latest_news h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#ston.top #latest_news h3{
    font-size: 1.125rem;
    margin-bottom: 10px;
}
#ston.top #latest_news a:hover h3{
    text-decoration: underline;
}

#ston.top #latest_news h4{
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}

#ston.top #latest_news p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#ston.top #latest_news time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}
#ston.top #latest_news .news_box{
    padding: 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#ston.top #latest_news .news_box:last-child {
    border: none
}


#ston.top #latest_news .news_box:after{
    display: block;
    clear: both;
    content: "";
}
#ston.top #latest_news .c_box{
    /*width: 340px;*/
    overflow: hidden;
}
#ston.top #latest_news .c_box:after{
    display: block;
    clear: both;
    content: "";
}
#ston.top #latest_news .c_box:nth-child(odd) {
    float: left;
}

#ston.top #latest_news .c_box:nth-child(even) {
    float: right;
}
#ston.top #latest_news .c_box:nth-child(even):after {
    display: block;
    clear: both;
    content: "";
}
#ston.top #latest_news a{
    display: block;
}
#ston.top #latest_news .img_box{
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #CCC;
    float: left;
}
#ston.top #latest_news .img_box img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
#ston.top #latest_news .text_box{
    width: 600px;
    float: left;
}

/* 関連記事
  ---------------------------------------*/
#ston.top #rel_news{
    margin-bottom: 30px;
}
#ston.top #rel_news .title-box{
    background-color: #000;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#ston.top #rel_news .c_box{
    position: relative;
}
#ston.top #rel_news h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#ston.top #rel_news h3{
    font-size: 1.125rem;
    margin-bottom: 10px;
}
#ston.top #rel_news a:hover h3{
    text-decoration: underline;
}
#ston.top #rel_news h4{
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
}
#ston.top #rel_news p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#ston.top #rel_news time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}
#ston.top #rel_news .news_box{
    padding: 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#ston.top #rel_news .news_box:last-child {
    border: none;
}


#ston.top #rel_news .news_box:after{
    display: block;
    clear: both;
    content: "";
}
#ston.top #rel_news .c_box{
    /*width: 340px;*/
    overflow: hidden;
}
#ston.top #rel_news .c_box:after{
    display: block;
    clear: both;
    content: "";
}
#ston.top #rel_news .c_box:nth-child(odd) {
    float: left;
}

#ston.top #rel_news .c_box:nth-child(even) {
    float: right;
}
#ston.top #rel_news .c_box:nth-child(even):after {
    display: block;
    clear: both;
    content: "";
}
#ston.top #rel_news a{
    display: block;
}
#ston.top #rel_news .img_box{
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #CCC;
    float: left;
}

#ston.top #rel_news .img_box img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
#ston.top #rel_news .text_box{
    width: 600px;
    float: left;
}

/* トップ関連ニュース＆レビューバックナンバー
  ---------------------------------------*/
#ston.top #backnumber{
    margin-bottom: 20px;
}
#ston.top #backnumber:after{
    display: block;
    clear: both;
    content: "";
}
#ston.top #backnumber .news,
#ston.top #backnumber .review{
    width: 49%;
}
#ston.top #backnumber .news{
    float: left;
}
#ston.top #backnumber .review{
    float: right;
}
#ston.top #backnumber .title-box{
    background-color: #007656;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#ston.top #backnumber h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#ston.top #backnumber h3{
    font-size: 0.8rem;
    font-weight: normal;
}
#ston.top #backnumber time{
    font-size: 0.7rem;
    margin-bottom: 3px;
    color: #666;
}
#ston.top #backnumber ul{
    padding: 0 10px;
}
#ston.top #backnumber li{
    margin-bottom: 2px;
}
#ston.top #backnumber a{

}

/* 過去記事アーカイブ
  ---------------------------------------*/

#ston #article_archive{
    margin-bottom: 30px;
}
#ston #article_archive .title-box{
    background: #000;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#ston #article_archive .title-box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#ston #article_archive dl{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 3px;
}
#ston #article_archive dl:last-child{
    border-bottom: none;
}
#ston #article_archive dt{
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 4px 10px;
    font-weight: normal;
}
#ston #article_archive dd{
    color: #ccc;
    display: inline-block;
    padding: 4px 9px 4px 0;
    margin-bottom: 3px;
}
#ston #article_archive dd a{

}

/* ランキング
  ---------------------------------------*/
#ston #ranking_box{
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
#ston #ranking_box .title-box{
    background: #007656;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#ston #ranking_box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#ston #ranking_box ol{
    padding-top: 0;
}
#ston #ranking_box li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}
#ston #ranking_box li:after{
    display: block;
    clear: both;
    content: "";
}
#ston #ranking_box li i{
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}
#ston #ranking_box li i.rank-1,
#ston #ranking_box li i.rank-2,
#ston #ranking_box li i.rank-3{
    background-color: #FA9A1C;
    border-color: #c00;
    color: #fff;
}
#ston #ranking_box li i.rank-4,
#ston #ranking_box li i.rank-5,
#ston #ranking_box li i.rank-6,
#ston #ranking_box li i.rank-7,
#ston #ranking_box li i.rank-8,
#ston #ranking_box li i.rank-9,
#ston #ranking_box li i.rank-10{
    background-color: #efefef;
    border-color: #ccc;
    color: #003377;
}
#ston #ranking_box li i.rank-10{
    letter-spacing: -2px;
    padding: 0 3px 0 0;
}
#ston #ranking_box li a{
    display: block;

}
#ston #ranking_box li div{
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#ston #ranking_box li div img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
#ston #ranking_box li h3{
    float: left;
    margin-left: 10px;
    width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 3px;
}


/* 広告
  ---------------------------------------*/
#ston #ad_box{
    margin-bottom: 22px;
}
#ston #ad_box div{
    margin-bottom: 5px;
}


/* 記事アーカイブ
  ---------------------------------------*/
#ston.archive .list_box{
}
#ston.archive .list_box h2{
    font-size: 1.2rem;
    margin-bottom: 15px;
    color:#444;
    font-weight: bold;
}
#ston.archive .list_box ul{
    margin-bottom: 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ccc;
}
#ston.archive .list_box ul:last-child{
    margin-bottom: 30px;
}

#ston.archive .list_box li{
    position: relative;
    padding-left: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
#ston.archive .list_box li:before{
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    color:#444;
}
#ston.archive .list_box a{

}

/* 記事詳細
  ---------------------------------------*/
#ston.detail #detail_contents a{

}
#ston.detail #detail_contents h2,
#ston.detail #detail_contents h3{
    margin: 2em 0 1em;
    padding: 5px 5px 2px 12px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #263D5E;
    border-left: 8px solid #263D5E;
    background: #ccc;
    background: -moz-linear-gradient(top, #E8EAEE 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #E8EAEE 0%,#fff 100%);
    background: linear-gradient(to bottom, #E8EAEE 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EAEE', endColorstr='#fff',GradientType=0 );
}
#ston.detail #detail_contents h3{
    font-size: 1.0rem;
}
#ston.detail #detail_contents .style1 caption,
#ston.detail #detail_contents .style2 caption {
    caption-side: top;
    text-align: center;
    color: #444;
    margin:0 0 5px;
    font-weight: 600;
}
#ston.detail #detail_contents tr.header th,
#ston.detail #detail_contents tr.header th {
    background-color: #999;
}
#ston.detail #detail_contents .style1 th,
#ston.detail #detail_contents .style2 th {
    background-color: #eee;
}

#ston.detail #detail_box .to_category a{

}

#ston.detail #detail_contents .photo {
    width: 600px;
}
#ston.detail #detail_contents .photo .rows2 {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}
#ston.detail #detail_contents .photo.single {
    width: 600px;
}

#ston.detail #detail_special h2{
    border-left: 7px solid #007656;
    border-bottom: 1px solid #007656;
}
#ston.detail #detail_special a{

}
#ston.detail #detail_recommend h2{
    border-left: 7px solid #007656;
    border-bottom: 1px solid #007656;
}
#ston.detail .alignnone{
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* 特集・連載
  ---------------------------------------*/
#ston.special #special_title{
    padding: 40px 10px 10px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    background-color: #F4F5F7;
    position: relative;
    color: #444;
    min-height: 205px;
}
#ston.special #special_title .special_type{
    background-color: #c00;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 1.0rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
#ston.special #special_title h1{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    width: 550px;
}
#ston.special #special_title p.lead{
    font-size: 1.0rem;
    width: 550px;
    margin-bottom: 15px;
}
#ston.special #special_title .special_info{
    position: absolute;
    bottom: 10px;
    width: 710px;
}
#ston.special #special_title .special_info:after{
    display: block;
    clear: both;
    content: "";
}
#ston.special #special_title .author{
    font-size: 0.9rem;
    width: 480px;
    float: left;
}
#ston.special #special_title .author a{

}
#ston.special #special_title time{
    font-size: 0.8rem;
    color: #666;
    text-align: right;
    display: block;
    float: right;
    width: 220px;
}
#ston.special #special_title .title_img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
}
#ston.special #special_title .title_img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#ston.special #special_list{
}
#ston.special #special_list .specail_box{
    position: relative;
    padding: 0 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#ston.special #special_list .text_box{
    width: 575px;
    min-height: 125px;
}

#ston.special #special_list .text_box a:hover {
    text-decoration: none;
}


#ston.special #special_list .text_box h2{
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

#ston.special #special_list .text_box .subtitle{
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
}
#ston.special #special_list .text_box a p{
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

#ston.special #special_list .text_box time{
    font-size: 0.7rem;
    color: #666;
}
#ston.special #special_list .img_box{
    width: 124px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#ston.special #special_list .img_box img {
    width: 124px;
    height: 124px;
    object-fit: contain;
}
