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

.stream{
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
}

.permapage {
    width: 810px;
    margin:0 auto;
}

.item.side_menu {
    background:transparent;
    margin-bottom:0;
    box-shadow:none;
}
.postarea{
}
.side_menu .smenu{
    background:#333;
    color: #fff;
    margin-bottom: 30px;
    box-shadow:0 0 2px #aaa;
}
/* avatar */
.side_menu .avatar{
    width: 100%;
    /*border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;*/
}
.side_menu .info{
    padding: 1em;
}
/* title */
.side_menu .smenu h1{
    font-size: 1.1em;
    margin: 0.8em 0;
    color:#fff;
}
/* description */
.side_menu .discription{
    font-size: 0.9em;
    color: #fdfdfd;
    margin-bottom: 0.5em;
}
/* menu */
.side_menu ul.menu>li{
    border-bottom: solid 1px #666;
    font-size: 0.75em;
}
.side_menu ul.menu>li i{
    font-size: 1.3em;
}
.side_menu ul.menu>li>a{
   padding:1.5em;
   color: #fff;
   display: block;
}
.side_menu ul.menu li:first-child{
    border-top: solid 1px #666;
}
.side_menu ul.menu li:last-child{
    border: none;
}
/* sub menu */
ul.sub-menu{
    display: none;
}
.side_menu ul.sub-menu li{
    background: #fdfdfd;
    font-size: 1.1em;
    border-bottom:solid 1px #ccc;
}
.side_menu ul.sub-menu li a{
    padding: 0.7em;
    display: block;
    text-align: right;
    font-weight: bold;
}
ul.sub-menu li:hover{
    opacity: 0.6;
}
.sub-menu a:after{
    font-family:  FontAwesome;
    content:"\f105";
    margin-left: 0.5em;
}
/*-------------------------------------------------*/
.smenu_sns{
    padding: 1em 1em;
}
.smenu_sns h2{
    font-size: 1.1em;
    margin: 0.8em 0;
    color:#fff;
}
.smenu_sns ul{
}
.smenu_sns li{
    display: inline-block;
    width: 31px;
}
.smenu_sns li a{
    font-size: 1.4em;
    display: block;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}
.smenu_sns li a:hover{
    opacity: 1;
}
/*------------------------------------------------*/
.smenu_twit{
    padding: 10px;
}
.smenu_twit h3{
    margin: 0.5em 0 1em;
}
.smenu_twit h3 a{
    color: #fff;
}
#tweets{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
#tweets img{
    width: 35px;
    border-radius: 3px;
}
.smenu_twit #tweets .box{
    margin-bottom:10px;
}
#tweets .box>img,#tweets .box>div{
    float:left;
}
.smenu_twit #tweets .box>div{
    width:195px;
    padding-left:15px;
    position: relative;
}
.smenu_twit #tweets .box>div:before{
    position: absolute;
    content: "";
    top:10px;
    left: 5px;
    border:solid 5px transparent;
    border-right:solid 5px #fdfdfd;
}
.smenu_twit a.content{
    width: 100%;
    display: block;
    font-size: 0.8em;
    line-height: 1.3;
    color: #666;
    background: #fdfdfd;
    padding: 10px;
    border-radius: 3px;
    word-break: break-all;
}
/*------------------------------------------------*/
.sp_menu{
    display: none;
}
.sp_menu a{
    padding: 1.5em 1em;
    background: #fdfdfd;
    font-weight: bold;
    border: solid 2px #333;
    border-right: none;
    border-bottom: none;
    position: fixed;
    bottom:0;
    right:0;
    border-top-left-radius: 5px;
    z-index: 5;
    color: #333;
    opacity: 0.8;
    font-size: 0.7em;
}
#modal-content{
    padding:0;
}
#modal_area .smenu_info .avatar{
    width: 100%;
}
#modal_area .info{
    padding: 0.8em;
}
#modal_area .smenu_info h1{
    color: #333;
    font-size: 1.1em;
    margin: 0;
    text-align: center;
}
#modal_area .smenu_info .discription{
    font-size: 0.9em;
    margin-bottom: 0.5em;
    line-height: 1.1;
    display: none;
}
#modal_area .menu>li>a{
    display: block;
    padding:0.5em 1em;
    border-bottom: solid 1px #333;
    color: #333;
}
#modal_area .menu li:first-child a{
    border-top: solid 1px #333;
}
/* sub menu sp */
#modal_area .sub-menu a{
    display: block;
    text-align: right;
    padding: 0.5em ;
    border-bottom:solid 1px #333;
    background: #efefef;
    font-weight: bold;
}

/*-------------------------------------------------*/
.init-posts{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.permapage .init-posts:after{
    content: "";
    clear: both;
}
.permapage .side_menu,.permapage .init-posts>article{
    float: left;
    position: relative;
}
.permapage .init-posts>article.note{
    float: none;
    margin: 0 15px 30px auto;
}
.index .init-posts{
    visibility: hidden;
}
.side_menu article.smenu,.init-posts article .post-content{
    border-radius: 0.3em;
    overflow: hidden;
}
.index .item{
    position: absolute;
}
.item{
    /*position: absolute;*/
    margin: 0 15px 30px;
    width: 250px;
}
.init-posts article .post-content{
    background: #fdfdfd;
    box-shadow:0 0 2px #aaa;
}
@media screen and (min-width: 840px) {
    .index .item:nth-child(8n-6){
        width: 530px;
    }
}
.item img{
    width: 100%;
    height: auto;
}
.post-content--padded{
    padding:1em;
    position: relative;
}
.post-content--padded h2{
    font-size: 1.1em;
}
.post-content--padded p{
    line-height: 1.4;
    font-size: 0.9em;
}
/*video*/
.video-player iframe{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.actions{
    background: #333;
}
.actions .d_cell{
    text-align: center;
    border-right: solid 1px #ccc;
    vertical-align: middle;
}
.actions .d_cell:last-child{
    border: none;
}
.perma .actions a{
    color:#dfdfdf;
}
.actions a{
    margin: 0 auto;
    color:#dfdfdf;
}
.actions a i{
    font-size: 1.5em;
}
.actions .share_btn a{
    display: block;
    padding:15px 0;
}
.actions .like_button{
    display: inline;
}
.actions .date{
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}
.actions .date a{
    display: block;
    height: 100%;
}
/*--------------------------------------*/
.tags p{
    margin-right: 10px;
}
.typeicon{
    position: absolute;
    /*right: -25px;
    bottom: 30px;*/
    top:-15px;
    left: -15px;
    font-family: FontAwesome;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    display: block;
    background: #ccc;
    border: solid 2px #333;
    border-radius: 20px;
}
.text.typeicon:before{
    content: "\f031";
}
.photo.typeicon:before{
    content: "\f03e";
}
.panorama.typeicon:before{
    content: "\f03e";
}
.photoset.typeicon:before{
    content: "\f03e";
}
.quote.typeicon:before{
    content: "\f10d";
}
.link.typeicon:before{
    content: "\f0c1";
}
.chat.typeicon:before{
    content: "\f0e6";
}
.audio.typeicon:before{
    content: "\f001";
}
.video.typeicon:before{
    content: "\f008";
}
.answer.typeicon:before{
    content: "\f27b";
}
/*--------------------------------------*/
.pagination{
    margin:0 15px 30px auto;
    text-align: center;
    width: 500px;
    float: none;
}
.pagination a{
    margin: 0 30px;
    color: #aaa;
}

.pagination a i{
    font-size: 3em;
}
/*-------------------------------------------------*/
.perma{
    width: 500px;
    margin: 0 15px 30px;
    background: #fdfdfd;
}
.perma img{
    width:100%;
}
.perma.note h2{
    margin: 10px;
}
.perma.note{
    padding:1em 0 0;
    box-shadow: 0 0 2px #aaa;
    border-radius: 0.3em;
    overflow: hidden;
}
.perma.note ol li{
    line-height: 16px;
    padding:8px 10px;
    font-size: 0.7em;
}
.perma.note ol li:nth-child(odd){
    background:#E8E9EB;
}
.perma.note ol li:last-child{
    border-top:solid 1px #888;
    background: #fdfdfd;
    padding: 1.5em;
    font-weight: bold;
}
.perma.note img{
    width: auto;
    margin-right:5px;
}
/*---------------------------------------------------------*/
.bottom-btn{
    position: fixed;
    bottom: 15px;
    display: none;
}
.bottom-btn div:last-child{
    margin-top: 10px;
}
#page-top,.loadbutton{
    text-align: center;
    display: inline-block;
    height:48px;
    width: 48px;
    font-size: 25px;
    border-radius: 24px;
    background:#fdfdfd;
    opacity: 0.7;
    transition: 0.3s;
}
#page-top:hover,.loadbutton:hover{
    opacity: 1;
}
#page-top i,.loadbutton i{
    line-height: 48px;
}
.loadbutton{
    font-size: 10px;
}
#pagenation{
    display: none;
}
/*-----------------------パーマリンクページ----------------------------*/
@media screen and (min-width: 0px) and (max-width: 809px) {
    .permapage .sp_menu{
        display: block;
    }
    .permapage .side_menu{
        display: none;
    }
    
    .permapage .postarea{
        float: none;
    }
    .permapage{
        width: 100%;
    }
    .perma{
        width: 96%;
        max-width: 500px;
        margin: 0 auto 30px;
    }
}
/*-------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 559px){
    .side_menu{
        display: none;
    }
    .sp_menu{
        display: block;
    }
    .index .item{
        position: relative;
    }
    .item{
        position: relative;
    }
    .index.stream{
        width:100%;
    }
    .index .postarea{
        width:100%;
    }
    .index .item{
        margin: 0 auto 20px;
        width: 96%;
    }
}
/*
@media screen and (min-width: 560px) and (max-width: 839px) {
    .index.stream{
        width:560px;
    }
}
@media screen and (min-width: 840px) and (max-width: 1119px) {
    .index.stream{
        width:840px;
    }
}
@media screen and (min-width: 1120px) and (max-width: 1384px) {
    .index.stream{
        width:1120px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1679px) {
    .index.stream{
        width:1400px;
    }
}
@media screen and (min-width: 1680px){
    .index.stream{
        width:1680px;
    }
}*/