@charset "utf-8";

/*PC*/
@media print, screen and (min-width: 768px)
{
    .posts_wrapper{
        min-height: 200px;
    }
    
    .inner {
        padding: 40px 0 0 0px;
        position: relative;
        margin: 0 auto;
        /* padding-bottom: 4%; */
        text-align: center;
        width: 980px;
    }
    
    #posts_loader{
      
    }
    
    #posts_loader2{
        width: 100%;
        min-height: 80px;
        background: transparent url(../img/loader.gif) center center no-repeat;
        /* position: absolute; */
        top: 0px;
    }
    
    .posts_data_wrapper{
        
    }
    
    #posts_wrapper #no_posts
    {
        text-align: center;
        padding-top: 38px;
    }
    
    .one_data{
        width: 262px;
        padding: 15px;
        margin: 0 16px 16px 0;
        background: #f3f3f3;
        color: #333;
        border-radius: 10px;
    }
    
    .one_data:nth-child(3n){
    
    }
    
    .one_data:nth-child(3n-1){

    }
    
    .one_data:nth-child(3n-2){
        
    }
    
    
    .one_data .photo{
        margin: 0 0 15px;
        padding: 0;
        background-color: #FFF;
    }
    
    .one_data p{
        margin: 10px 0;
    }
    
    .one_data .photo img{
        display: block;
        width: 243px;
        padding: 10px;
    }
    
    .one_data ul {
        border-top:2px dotted #ccc;
        padding-top: 10px;
        display: table;
        padding: 5px 0 0;
        width: 100%;
    }
    
    .one_data ul:hover {
        cursor: pointer;
    }
    .one_data li{
        display: table-cell;
        vertical-align: middle;
    }
    
    .message {
        position: relative;
        font-size: 13px;
        line-height: 1.38;
        margin-bottom: 15px;
        word-wrap: break-word;
        text-align: left;
        padding: 10px;
        border-radius: 10px;
        line-height: 1.8em;
    }
    
    .one_data .name{
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
    }
    
    .one_data .icon{
        width: 40px;
    }
	
    .one_data .icon img{
        width: 48px;
    }
    
    #read_more_wrapper{
        text-align: center;
}

}

/*SP*/
@media screen and (max-width: 767px)
{   
    .inner{
        width: 100%;
    }
    
    
    .posts_data_wrapper{
	position:relative;
	padding:64px 2% 10px;
    }
    .one_data{
        width:100%;
        padding:15px;
        margin:0 2% 10px;
        background-color:#f3f3f3;
        color:#231815;
        border-radius:10px;
    }
    .one_data .photo{
        margin-bottom: 25px;
    }
    .one_data .photo img {
        display:block;
        width:100%;
    }

    
    .one_data > ul{
        border-top: 2px dotted #ccc;
        /*display: table;*/
        width: 100%;
    }
    
    .one_data li{
        display: table-cell;
        vertical-align: middle;
        padding-top: 10px;
    }

    .one_data .message{
        font-size: 1.1em;
        line-height: 1.38;
        margin-bottom: 22px;
        word-wrap: break-word;
        text-align: left;
    }
    .one_data .name{
        display:table-cell;
        vertical-align: middle;
        padding-left:10px;
        text-align: left;
        font-size: 1.1em;
        font-weight:bold;
    }
    .one_data .icon img {
        display:block;
        width:40px;
    }
    
    #read_more_wrapper {
    height: 50px;
    }
    
    #read_more {
        width:90%;
        margin:0 auto;
        display:none;
        background-size:100%;
    }

    #posts_loader{
        width:100%;
        min-height:200px;
        background:transparent url(../img/loader_sp.gif) center center no-repeat;
        position:absolute;
        bottom:10px;
    }
    #posts_loader2{
        width:100%;
        min-height:200px;
        background:transparent url(../img/loader_sp.gif) center center no-repeat;
        /*position:absolute;*/
        top:0px;
    }

    #posts_wrapper #no_posts {
        text-align: center;
    }

}