@charset "UTF-8";
@import "fonts.css";
@import "zocial.css";
@import "font-awesome.css";
@import "_title_sp.css";
@import "_componentsp.css";
@import "_footer_sp.css";
@import "_header_sp.css";
@import "_spmenu.css";
@import "_page_sp.css";
@import "_sidebar_sp.css";
* {
    box-sizing: border-box;
}
body {
    background: #fafafa;
    overflow-x: hidden;
    padding-top: 61px;
}
img {
    display: block;
}
/* common
-----------------------------------*/
::selection { background: #eee; }
::-moz-selection { background: #eee; }
.fll { float: left; }
.flr { float: right; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.noborder { border: none !important; }
.t-btn-search img {
    cursor: pointer;
}
.mark {
    background: url(../img/mark.gif) repeat-x 0 12px;
    font-size: 16px;
}
blockquote {
    padding: 10px;
    background: #eee;
    font-size: 12px;
    line-height: 180%;
    margin-bottom: 10px;
}

.spimg {
    max-width: 100%;
    height: auto;
}
ins { background: #fff; }
.ad { text-align: center; }
.ad .sponsoredlink {
    font-size: 10px;
    color: #999;
    margin-bottom: 5px;
    text-align: center;
}
.textlink {
    margin-bottom: 30px;
}
.textlink li {
    list-style-type: disc;
    list-style-position: inside;
}
.textlink li a {
    font-size: 15px;
    text-decoration: underline;
    color: #418cc5 !important;
}
.textlink li a:hover {
    text-decoration: none;
}

.iconPhoto {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 0;
}
.fsz10 { font-size: 10px !important; }
.fsz11 { font-size: 11px !important; }
.fsz12 { font-size: 12px !important; }
.color1 { color: #24b4c0; }
.red { color: #cc0000; }
.dlstyle01 dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.dlstyle01 dd {
    margin-bottom: 20px;
    line-height: 1.8;
}



/* wrapper
-----------------------------------*/
#wrapper>.inner {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    
}
.sp_sec {
    padding-bottom: 1em;
    background: #fff;
}
.sp_inr {
    padding-left: 1em;
    padding-right: 1em;
}

/* main
-----------------------------------*/
#main {
    width: 100%;
    float: none;
    border: 1px solid #eee;
    padding: 1em;
    background: #fff;
    margin-bottom: 20px;
}
#main.top {
    width: 100%;
    border: none;
    padding: 0;
    background: none;
}
#main.members {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    float: none;
}

/* sidebar
-----------------------------------*/
#sidebar {
    width: 100%;
    float: none;
    position: relative;
}
#inner_side {
    width: 100%;
}
#sidebar section {
    background: #fff;
}
#sidebar .pr_instagram {
    border: 1px solid #dbdbdb;
    padding: 14px;
    background: #fff;
    margin-bottom: 15px;
}
#sidebar .pr_instagram a {
    display: block;
    transition: 0.2s opacity;
}
#sidebar .pr_instagram a .upr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
#sidebar .pr_instagram a .upr .thumb {
    max-width: 122px;
    width: 100%;
}

/* breadcrumb
-----------------------------------*/
#breadcrumb {
    width: 100%;
    max-width: 1050px;
    margin: 15px auto;
    padding: 0 20px;
}

/* navigation
-----------------------------------*/
#nav {
    display: none;
}


.top-banners__item._center {
    margin-left: auto;
    margin-right: auto;
}

.ranking {
    padding-left: 1em;
    padding-right: 1em;    
}

.ranking .entrylist li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;    
}
.ranking .entrylist li >a {
    width: 40%;
}

.ranking .entrylist li img{
    height: auto;
    width: 100%;
}
.ranking_txt {
            padding-left: 2%;
            flex:1;
    font-size: clamp(14px, 3.5vw, 18px);
}
