#index-contents{
    background-color: #ECECEC;
}

a:hover {
    opacity: 0.7
}
a:active {
    opacity: 0.5
}
a p{
    color:black;
}

ul {
  list-style: none;
}

#name{
    color: white;
}

.boxlist{
    /* padding: 15px; */
    border-bottom: 1px white solid;
    /* background-color: aquamarine; */
}

#user_info{
    float: right;
}

#user_info p{
    float:left;
    position: absolute;
    top: 10px;
    right: 65px;
    vertical-align: middle;
}

#user_info img{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 45px;
    height: 45px;
}

#top_header{
    position: relative;
    /*基準を画面の左上に*/
    width: 100%;
    background-color: #3B3B3B;
    z-index: 10;
    padding-right: 15px; 
}

#header_logo .centerpos{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#index-contents{
    width: 100%;
}

/* .search_list{
    width:30%;
} */

.col{
    /* width:30%; */
    display: inline-block;
    text-align: center;
}

.col img{
    width:140px;
}

iframe{
    width: 100%;
    height: 1000px;
}

/*水平スクロール*/
/* #near_lists, #follow_lists {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.near_list,.follow_list{
    /* 横スクロール用 
    display: inline-block;
    width: 30%;
} */

.icons{
    text-align: center;
}

#search_lists{
    padding-top: 15px;
}

#search input{
    padding:0 20px;
    width:100%;
}

#searchbox{
    position: relative;
}

#searchbox img{
    position: absolute;
    right: 15px;
    top:5px;
}

.searchvisible{
    visibility: hidden;
}

.eachtitle{
    padding-left:15px;
    font-size: 20px;
    font-weight: bold;
}

.boxlist a{
    color: 
}

.user img{
    width:100px;
    height:100px;
}
