#w_comm_sp #profile .pre dt {
    border-bottom: 1px solid #2a313c;
    border-left: 4px solid #2a313c;
}

#w_comm_sp #contents #profile .user img {
    float:none;
    margin:0;
    width: auto;
    max-height: 95px;
    max-width: 95px;
}

#w_comm_sp #contents #profile .user {
    text-align: center;
}

#w_comm_sp #profile .user span.p_btn, #w_comm_sp #profile .user span.btn {
    margin-top: 5px;
    padding-top : 5px;
    padding-bottom: 5px;
}

 #w_comm_sp #profile .user .new-item-button .btn-follow {
    border-radius: 10px;
    border: 1px solid rgb(17, 17, 17);
    padding: 2px 6px;
    width: 95px;
    background-color: rgb(17, 17, 17);
    color: white;
    align-items: center;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

#w_comm_sp #profile[data-version="v2"] .user .new-item-button .btn-follow svg {
    width: 15px !important;
    height: 20px !important;
}

#w_comm_sp #profile[data-version="v2"] .user .new-item-button .btn-follow span {
    font-size: 11px;
}

#w_comm_sp .top-v4 #profile .user .new-item-button .btn-follow {
    width: auto;
    margin-top: 0;
}
 
#w_comm_sp #profile .user .new-item-button .btn-friend {
    background-color: white;
    border: 1px solid #e61e25;
    border-radius: 15px;
    padding: 2px 6px;
    align-items: center;
    display: flex;
    cursor: pointer;
    line-height: 15px;
    font-size: 12px;
    margin-top: 5px;
}

#w_comm_sp #profile[data-version="v2"] .user .new-item-button .btn-friend {
    width: 100%;
}
 
#w_comm_sp #profile .user .new-item-button .btn-friend span {
    color: #e61e25;
    font-weight: bold;
}

#w_comm_sp .top-v4 #profile .user .new-item-button .btn-friend {
    margin-top: 0;
    padding: 1px 8px 1px 5px;
    line-height: unset;
}

#w_comm_sp #profile .user .chat-message {
    border-radius: 15px;
    border: 1px solid rgb(26, 118, 210);
    padding: 1px 6px;
    width: 95px;
    background-color: rgb(26, 118, 210);
    color: white;
    align-items: center;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}

#w_comm_sp #profile[data-version="v2"] .user .chat-message {
    padding: 1px 8px;
}

#w_comm_sp .top-v4 #profile .user .chat-message {
    width: auto;
    line-height: unset;
}

#w_comm_sp #profile .user span.btn a {
    font-size : 76%;
}

#w_comm_sp #profile .data dt {
    width: 105px;
    padding-right: 1px;
}

.seibun-class dt, .gear-class dt {
    background: #eee none repeat scroll 0 0 !important;
    border: 1px solid #ccc !important;
    font-weight: bold !important;
    margin: -1px 0 0 !important;
    padding: 8px !important;
}

.seibun-class dd, .gear-class dd {
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: -1px 0 0 !important;
    padding: 8px !important;
}

.seibun-class dd img {
    width: 22px;
}

.gear-class a {
    color: #416090;
}

.gear-class dd p {
    padding: 5px;
    font-size: 12px;
}

.genre_link .non_active {
    color: #ccc;
}

.genre_link li {
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: -1px 0 0 !important;
    padding: 8px !important;
}

.genre_link a {
    color: #416090;
}

.block_id dt {
    border: 1px solid #ccc !important;
    float: left;
    background: #eee none repeat scroll 0 0 !important;
    height: 50px;
    text-align: center;
    width: 50%;
    padding-top:18px !important;
}

.block_id dd {
    border: 1px solid #ccc !important;
    height: 50px;
    text-align: center;
    padding-top:18px;
}

.d-none{
    display: none;
}

.button-see-more{
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    color: #416090;
}

.toggleSeemore ~ .product_list .product_item{
    display: none;
}

.toggleSeemore ~ .product_list .product_item:nth-child(1),
.toggleSeemore ~ .product_list .product_item:nth-child(2),
.toggleSeemore ~ .product_list .product_item:nth-child(3),
.toggleSeemore ~ .product_list .product_item:nth-child(4),
.toggleSeemore ~ .product_list .product_item:nth-child(5),
.toggleSeemore ~ .product_list .product_item:nth-child(6),
.toggleSeemore ~ .product_list .product_item:nth-child(7),
.toggleSeemore ~ .product_list .product_item:nth-child(8),
.toggleSeemore ~ .product_list .product_item:nth-child(9),
.toggleSeemore ~ .product_list .product_item:nth-child(10){
    display: block;
}

.toggleSeemore:checked ~ .product_list .product_item{
    display: block;
}

.box-btn-more{
    text-align: center;
}

.toggleSeemore:checked ~ .product_list ~ p.box-btn-more .button-see-more{
    text-indent: -9999px;
    line-height: 0px;
}

.toggleSeemore:checked ~ .product_list ~ p.box-btn-more .button-see-more:after{
    content: '折りたたむ';
    display: block;
    line-height: initial;
    text-indent: 0;
}