@charset "utf-8";
.profile-chan-1005 {
    width: 100%;
    height: auto;
    position: relative;
}

.profile-chan-1005 .col {
    width: 100%;
}

.profile-chan-1005 .show-title {
    text-align: center;
}

.profile-chan-1005 .show-content .list {
    float: left;
    width: 100%;
}

.profile-chan-1005 .show-content .list .title {
    text-align: center;
}

.profile-chan-1005 .show-content .list .content {
    line-height: 2em;
    text-align: center;
}

@media screen and (min-width:800px) {
    .profile-chan-1005 .show-content .list {
        width: 33.3333%;
    }
}